diff --git a/org.eclipse.wtp.releng.versionchecker/.settings/org.eclipse.jdt.ui.prefs b/org.eclipse.wtp.releng.versionchecker/.settings/org.eclipse.jdt.ui.prefs
new file mode 100644
index 0000000000000000000000000000000000000000..5d8d5beb0c83c6e60f80e057e53cbed700a589b1
--- /dev/null
+++ b/org.eclipse.wtp.releng.versionchecker/.settings/org.eclipse.jdt.ui.prefs
@@ -0,0 +1,3 @@
+#Sun Dec 10 14:53:23 EST 2006
+eclipse.preferences.version=1
+internal.default.compliance=default
diff --git a/org.eclipse.wtp.releng.versionchecker/META-INF/MANIFEST.MF b/org.eclipse.wtp.releng.versionchecker/META-INF/MANIFEST.MF
new file mode 100644
index 0000000000000000000000000000000000000000..cf76629b03ef8ede50262f64e695b7602d7ec8bc
--- /dev/null
+++ b/org.eclipse.wtp.releng.versionchecker/META-INF/MANIFEST.MF
@@ -0,0 +1,12 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: %Bundle-Name.0
+Bundle-SymbolicName: org.eclipse.wtp.releng.versionchecker;singleton:=true
+Bundle-Version: 1.0.0.qualifier
+Bundle-Localization: plugin
+Require-Bundle: org.eclipse.core.runtime,
+ org.eclipse.update.configurator
+Eclipse-LazyStart: true
+Export-Package: org.eclipse.wtp.releng.versionchecker
+Bundle-Vendor: %Bundle-Vendor.0
+Bundle-RequiredExecutionEnvironment: J2SE-1.4
diff --git a/org.eclipse.wtp.releng.versionchecker/doc/allclasses-frame.html b/org.eclipse.wtp.releng.versionchecker/doc/allclasses-frame.html
new file mode 100644
index 0000000000000000000000000000000000000000..4d80220dd6e4172125f4bcb1bc0d2daf5a0ef003
--- /dev/null
+++ b/org.eclipse.wtp.releng.versionchecker/doc/allclasses-frame.html
@@ -0,0 +1,30 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!--NewPage-->
+<HTML>
+<HEAD>
+<!-- Generated by javadoc (build 1.4.2_11) on Tue Jun 13 17:33:13 EDT 2006 -->
+<TITLE>
+All Classes
+</TITLE>
+
+
+<LINK REL ="stylesheet" TYPE="text/css" HREF="stylesheet.css" TITLE="Style">
+
+
+</HEAD>
+
+<BODY BGCOLOR="white">
+<FONT size="+1" CLASS="FrameHeadingFont">
+<B>All Classes</B></FONT>
+<BR>
+
+<TABLE BORDER="0" WIDTH="100%" SUMMARY="">
+<TR>
+<TD NOWRAP><FONT CLASS="FrameItemFont"><A HREF="org/eclipse/callisto/tools/versionchecker/DependencyChecker.html" title="class in org.eclipse.wtp.releng.versionchecker" target="classFrame">DependencyChecker</A>
+<BR>
+</FONT></TD>
+</TR>
+</TABLE>
+
+</BODY>
+</HTML>
diff --git a/org.eclipse.wtp.releng.versionchecker/doc/allclasses-noframe.html b/org.eclipse.wtp.releng.versionchecker/doc/allclasses-noframe.html
new file mode 100644
index 0000000000000000000000000000000000000000..cb35d73d1593c3286b02e55f51bedab6572e44d7
--- /dev/null
+++ b/org.eclipse.wtp.releng.versionchecker/doc/allclasses-noframe.html
@@ -0,0 +1,30 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!--NewPage-->
+<HTML>
+<HEAD>
+<!-- Generated by javadoc (build 1.4.2_11) on Tue Jun 13 17:33:13 EDT 2006 -->
+<TITLE>
+All Classes
+</TITLE>
+
+
+<LINK REL ="stylesheet" TYPE="text/css" HREF="stylesheet.css" TITLE="Style">
+
+
+</HEAD>
+
+<BODY BGCOLOR="white">
+<FONT size="+1" CLASS="FrameHeadingFont">
+<B>All Classes</B></FONT>
+<BR>
+
+<TABLE BORDER="0" WIDTH="100%" SUMMARY="">
+<TR>
+<TD NOWRAP><FONT CLASS="FrameItemFont"><A HREF="org/eclipse/callisto/tools/versionchecker/DependencyChecker.html" title="class in org.eclipse.wtp.releng.versionchecker">DependencyChecker</A>
+<BR>
+</FONT></TD>
+</TR>
+</TABLE>
+
+</BODY>
+</HTML>
diff --git a/org.eclipse.wtp.releng.versionchecker/doc/constant-values.html b/org.eclipse.wtp.releng.versionchecker/doc/constant-values.html
new file mode 100644
index 0000000000000000000000000000000000000000..d48e9e17a09d3ca103c40ced58bc108c95b763a3
--- /dev/null
+++ b/org.eclipse.wtp.releng.versionchecker/doc/constant-values.html
@@ -0,0 +1,38 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!--NewPage-->
+<HTML>
+<HEAD>
+<!-- Generated by javadoc (build 1.4.2_11) on Tue Jun 13 17:33:12 EDT 2006 -->
+<TITLE>
+Constant Field Values
+</TITLE>
+
+
+<LINK REL ="stylesheet" TYPE="text/css" HREF="stylesheet.css" TITLE="Style">
+
+<SCRIPT type="text/javascript">
+function windowTitle()
+{
+    parent.document.title="Constant Field Values";
+}
+</SCRIPT>
+
+</HEAD>
+
+<BODY BGCOLOR="white" onload="windowTitle();">
+
+<HR>
+<CENTER>
+<H1>
+Constant Field Values</H1>
+</CENTER>
+<HR SIZE="4" NOSHADE>
+<B>Contents</B><UL>
+</UL>
+
+<HR>
+
+<HR>
+
+</BODY>
+</HTML>
diff --git a/org.eclipse.wtp.releng.versionchecker/doc/deprecated-list.html b/org.eclipse.wtp.releng.versionchecker/doc/deprecated-list.html
new file mode 100644
index 0000000000000000000000000000000000000000..74e8f0fc8044b61ce15716dfadbda4bbb6477713
--- /dev/null
+++ b/org.eclipse.wtp.releng.versionchecker/doc/deprecated-list.html
@@ -0,0 +1,132 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!--NewPage-->
+<HTML>
+<HEAD>
+<!-- Generated by javadoc (build 1.4.2_11) on Tue Jun 13 17:20:48 EDT 2006 -->
+<TITLE>
+Deprecated List
+</TITLE>
+
+
+<LINK REL ="stylesheet" TYPE="text/css" HREF="stylesheet.css" TITLE="Style">
+
+<SCRIPT type="text/javascript">
+function windowTitle()
+{
+    parent.document.title="Deprecated List";
+}
+</SCRIPT>
+
+</HEAD>
+
+<BODY BGCOLOR="white" onload="windowTitle();">
+
+
+<!-- ========= START OF TOP NAVBAR ======= -->
+<A NAME="navbar_top"><!-- --></A>
+<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
+<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
+<TR>
+<TD COLSPAN=3 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
+<A NAME="navbar_top_firstrow"><!-- --></A>
+<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
+  <TR ALIGN="center" VALIGN="top">
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Package</FONT>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Use</FONT>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="org/eclipse/callisto/tools/versionchecker/package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Deprecated</B></FONT>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
+  </TR>
+</TABLE>
+</TD>
+<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
+</EM>
+</TD>
+</TR>
+
+<TR>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+&nbsp;PREV&nbsp;
+&nbsp;NEXT</FONT></TD>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+  <A HREF="index.html" target="_top"><B>FRAMES</B></A>  &nbsp;
+&nbsp;<A HREF="deprecated-list.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
+&nbsp;<SCRIPT type="text/javascript">
+  <!--
+  if(window==top) {
+    document.writeln('<A HREF="allclasses-noframe.html"><B>All Classes</B></A>');
+  }
+  //-->
+</SCRIPT>
+<NOSCRIPT>
+  <A HREF="allclasses-noframe.html"><B>All Classes</B></A>
+</NOSCRIPT>
+
+</FONT></TD>
+</TR>
+</TABLE>
+<A NAME="skip-navbar_top"></A>
+<!-- ========= END OF TOP NAVBAR ========= -->
+
+<HR>
+<CENTER>
+<H2>
+<B>Deprecated API</B></H2>
+</CENTER>
+<HR>
+
+
+<!-- ======= START OF BOTTOM NAVBAR ====== -->
+<A NAME="navbar_bottom"><!-- --></A>
+<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
+<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
+<TR>
+<TD COLSPAN=3 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
+<A NAME="navbar_bottom_firstrow"><!-- --></A>
+<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
+  <TR ALIGN="center" VALIGN="top">
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Package</FONT>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Use</FONT>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="org/eclipse/callisto/tools/versionchecker/package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Deprecated</B></FONT>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
+  </TR>
+</TABLE>
+</TD>
+<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
+</EM>
+</TD>
+</TR>
+
+<TR>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+&nbsp;PREV&nbsp;
+&nbsp;NEXT</FONT></TD>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+  <A HREF="index.html" target="_top"><B>FRAMES</B></A>  &nbsp;
+&nbsp;<A HREF="deprecated-list.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
+&nbsp;<SCRIPT type="text/javascript">
+  <!--
+  if(window==top) {
+    document.writeln('<A HREF="allclasses-noframe.html"><B>All Classes</B></A>');
+  }
+  //-->
+</SCRIPT>
+<NOSCRIPT>
+  <A HREF="allclasses-noframe.html"><B>All Classes</B></A>
+</NOSCRIPT>
+
+</FONT></TD>
+</TR>
+</TABLE>
+<A NAME="skip-navbar_bottom"></A>
+<!-- ======== END OF BOTTOM NAVBAR ======= -->
+
+<HR>
+
+</BODY>
+</HTML>
diff --git a/org.eclipse.wtp.releng.versionchecker/doc/help-doc.html b/org.eclipse.wtp.releng.versionchecker/doc/help-doc.html
new file mode 100644
index 0000000000000000000000000000000000000000..bd175cb3bea4224a0c8bf0112eaf45e3c620ce91
--- /dev/null
+++ b/org.eclipse.wtp.releng.versionchecker/doc/help-doc.html
@@ -0,0 +1,69 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!--NewPage-->
+<HTML>
+<HEAD>
+<!-- Generated by javadoc (build 1.4.2_11) on Tue Jun 13 17:33:13 EDT 2006 -->
+<TITLE>
+API Help
+</TITLE>
+
+
+<LINK REL ="stylesheet" TYPE="text/css" HREF="stylesheet.css" TITLE="Style">
+
+<SCRIPT type="text/javascript">
+function windowTitle()
+{
+    parent.document.title="API Help";
+}
+</SCRIPT>
+
+</HEAD>
+
+<BODY BGCOLOR="white" onload="windowTitle();">
+
+<HR>
+<CENTER>
+<H1>
+How This API Document Is Organized</H1>
+</CENTER>
+This API (Application Programming Interface) document has pages corresponding to the items in the navigation bar, described as follows.<H3>
+Package</H3>
+<BLOCKQUOTE>
+
+<P>
+Each package has a page that contains a list of its classes and interfaces, with a summary for each. This page can contain four categories:<UL>
+<LI>Interfaces (italic)<LI>Classes<LI>Exceptions<LI>Errors</UL>
+</BLOCKQUOTE>
+<H3>
+Class/Interface</H3>
+<BLOCKQUOTE>
+
+<P>
+Each class, interface, nested class and nested interface has its own separate page. Each of these pages has three sections consisting of a class/interface description, summary tables, and detailed member descriptions:<UL>
+<LI>Class inheritance diagram<LI>Direct Subclasses<LI>All Known Subinterfaces<LI>All Known Implementing Classes<LI>Class/interface declaration<LI>Class/interface description
+<P>
+<LI>Nested Class Summary<LI>Field Summary<LI>Constructor Summary<LI>Method Summary
+<P>
+<LI>Field Detail<LI>Constructor Detail<LI>Method Detail</UL>
+Each summary entry contains the first sentence from the detailed description for that item. The summary entries are alphabetical, while the detailed descriptions are in the order they appear in the source code. This preserves the logical groupings established by the programmer.</BLOCKQUOTE>
+<H3>
+Prev/Next</H3>
+These links take you to the next or previous class, interface, package, or related page.<H3>
+Frames/No Frames</H3>
+These links show and hide the HTML frames.  All pages are available with or without frames.
+<P>
+<H3>
+Serialized Form</H3>
+Each serializable or externalizable class has a description of its serialization fields and methods. This information is of interest to re-implementors, not to developers using the API. While there is no link in the navigation bar, you can get to this information by going to any serialized class and clicking "Serialized Form" in the "See also" section of the class description.
+<P>
+<FONT SIZE="-1">
+<EM>
+This help file applies to API documentation generated using the standard doclet.</EM>
+</FONT>
+<BR>
+<HR>
+
+<HR>
+
+</BODY>
+</HTML>
diff --git a/org.eclipse.wtp.releng.versionchecker/doc/index-files/index-1.html b/org.eclipse.wtp.releng.versionchecker/doc/index-files/index-1.html
new file mode 100644
index 0000000000000000000000000000000000000000..9a3b27338639012d688f25c3ae5087bca7c1f12c
--- /dev/null
+++ b/org.eclipse.wtp.releng.versionchecker/doc/index-files/index-1.html
@@ -0,0 +1,137 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!--NewPage-->
+<HTML>
+<HEAD>
+<!-- Generated by javadoc (build 1.4.2_11) on Tue Jun 13 17:20:48 EDT 2006 -->
+<TITLE>
+D-Index
+</TITLE>
+
+
+<LINK REL ="stylesheet" TYPE="text/css" HREF="../stylesheet.css" TITLE="Style">
+
+<SCRIPT type="text/javascript">
+function windowTitle()
+{
+    parent.document.title="D-Index";
+}
+</SCRIPT>
+
+</HEAD>
+
+<BODY BGCOLOR="white" onload="windowTitle();">
+
+
+<!-- ========= START OF TOP NAVBAR ======= -->
+<A NAME="navbar_top"><!-- --></A>
+<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
+<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
+<TR>
+<TD COLSPAN=3 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
+<A NAME="navbar_top_firstrow"><!-- --></A>
+<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
+  <TR ALIGN="center" VALIGN="top">
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Package</FONT>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Use</FONT>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../org/eclipse/callisto/tools/versionchecker/package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Index</B></FONT>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
+  </TR>
+</TABLE>
+</TD>
+<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
+</EM>
+</TD>
+</TR>
+
+<TR>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+&nbsp;PREV LETTER&nbsp;
+&nbsp;<A HREF="index-2.html"><B>NEXT LETTER</B></A></FONT></TD>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+  <A HREF="../index.html" target="_top"><B>FRAMES</B></A>  &nbsp;
+&nbsp;<A HREF="index-1.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
+&nbsp;<SCRIPT type="text/javascript">
+  <!--
+  if(window==top) {
+    document.writeln('<A HREF="../allclasses-noframe.html"><B>All Classes</B></A>');
+  }
+  //-->
+</SCRIPT>
+<NOSCRIPT>
+  <A HREF="../allclasses-noframe.html"><B>All Classes</B></A>
+</NOSCRIPT>
+
+</FONT></TD>
+</TR>
+</TABLE>
+<A NAME="skip-navbar_top"></A>
+<!-- ========= END OF TOP NAVBAR ========= -->
+
+<A HREF="index-1.html">D</A> <A HREF="index-2.html">O</A> <A HREF="index-3.html">R</A> <HR>
+<A NAME="_D_"><!-- --></A><H2>
+<B>D</B></H2>
+<DL>
+<DT><A HREF="../org/eclipse/callisto/tools/versionchecker/DependencyChecker.html" title="class in org.eclipse.wtp.releng.versionchecker"><B>DependencyChecker</B></A> - class org.eclipse.wtp.releng.versionchecker.<A HREF="../org/eclipse/callisto/tools/versionchecker/DependencyChecker.html" title="class in org.eclipse.wtp.releng.versionchecker">DependencyChecker</A>.<DD>A simple, unsupported, little-tested utility to help convert from using
+ unconstrainted pre-req'd bundles, to ones constrained to be within a
+ certain range.<DT><A HREF="../org/eclipse/callisto/tools/versionchecker/DependencyChecker.html#DependencyChecker()"><B>DependencyChecker()</B></A> - 
+Constructor for class org.eclipse.wtp.releng.versionchecker.<A HREF="../org/eclipse/callisto/tools/versionchecker/DependencyChecker.html" title="class in org.eclipse.wtp.releng.versionchecker">DependencyChecker</A>
+<DD>&nbsp;
+</DL>
+<HR>
+
+
+<!-- ======= START OF BOTTOM NAVBAR ====== -->
+<A NAME="navbar_bottom"><!-- --></A>
+<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
+<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
+<TR>
+<TD COLSPAN=3 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
+<A NAME="navbar_bottom_firstrow"><!-- --></A>
+<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
+  <TR ALIGN="center" VALIGN="top">
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Package</FONT>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Use</FONT>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../org/eclipse/callisto/tools/versionchecker/package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Index</B></FONT>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
+  </TR>
+</TABLE>
+</TD>
+<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
+</EM>
+</TD>
+</TR>
+
+<TR>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+&nbsp;PREV LETTER&nbsp;
+&nbsp;<A HREF="index-2.html"><B>NEXT LETTER</B></A></FONT></TD>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+  <A HREF="../index.html" target="_top"><B>FRAMES</B></A>  &nbsp;
+&nbsp;<A HREF="index-1.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
+&nbsp;<SCRIPT type="text/javascript">
+  <!--
+  if(window==top) {
+    document.writeln('<A HREF="../allclasses-noframe.html"><B>All Classes</B></A>');
+  }
+  //-->
+</SCRIPT>
+<NOSCRIPT>
+  <A HREF="../allclasses-noframe.html"><B>All Classes</B></A>
+</NOSCRIPT>
+
+</FONT></TD>
+</TR>
+</TABLE>
+<A NAME="skip-navbar_bottom"></A>
+<!-- ======== END OF BOTTOM NAVBAR ======= -->
+
+<A HREF="index-1.html">D</A> <A HREF="index-2.html">O</A> <A HREF="index-3.html">R</A> <HR>
+
+</BODY>
+</HTML>
diff --git a/org.eclipse.wtp.releng.versionchecker/doc/index-files/index-2.html b/org.eclipse.wtp.releng.versionchecker/doc/index-files/index-2.html
new file mode 100644
index 0000000000000000000000000000000000000000..9b528bf858a2e5e2a070f62ee374e4bb90885604
--- /dev/null
+++ b/org.eclipse.wtp.releng.versionchecker/doc/index-files/index-2.html
@@ -0,0 +1,132 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!--NewPage-->
+<HTML>
+<HEAD>
+<!-- Generated by javadoc (build 1.4.2_11) on Tue Jun 13 17:20:48 EDT 2006 -->
+<TITLE>
+O-Index
+</TITLE>
+
+
+<LINK REL ="stylesheet" TYPE="text/css" HREF="../stylesheet.css" TITLE="Style">
+
+<SCRIPT type="text/javascript">
+function windowTitle()
+{
+    parent.document.title="O-Index";
+}
+</SCRIPT>
+
+</HEAD>
+
+<BODY BGCOLOR="white" onload="windowTitle();">
+
+
+<!-- ========= START OF TOP NAVBAR ======= -->
+<A NAME="navbar_top"><!-- --></A>
+<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
+<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
+<TR>
+<TD COLSPAN=3 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
+<A NAME="navbar_top_firstrow"><!-- --></A>
+<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
+  <TR ALIGN="center" VALIGN="top">
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Package</FONT>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Use</FONT>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../org/eclipse/callisto/tools/versionchecker/package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Index</B></FONT>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
+  </TR>
+</TABLE>
+</TD>
+<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
+</EM>
+</TD>
+</TR>
+
+<TR>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+&nbsp;<A HREF="index-1.html"><B>PREV LETTER</B></A>&nbsp;
+&nbsp;<A HREF="index-3.html"><B>NEXT LETTER</B></A></FONT></TD>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+  <A HREF="../index.html" target="_top"><B>FRAMES</B></A>  &nbsp;
+&nbsp;<A HREF="index-2.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
+&nbsp;<SCRIPT type="text/javascript">
+  <!--
+  if(window==top) {
+    document.writeln('<A HREF="../allclasses-noframe.html"><B>All Classes</B></A>');
+  }
+  //-->
+</SCRIPT>
+<NOSCRIPT>
+  <A HREF="../allclasses-noframe.html"><B>All Classes</B></A>
+</NOSCRIPT>
+
+</FONT></TD>
+</TR>
+</TABLE>
+<A NAME="skip-navbar_top"></A>
+<!-- ========= END OF TOP NAVBAR ========= -->
+
+<A HREF="index-1.html">D</A> <A HREF="index-2.html">O</A> <A HREF="index-3.html">R</A> <HR>
+<A NAME="_O_"><!-- --></A><H2>
+<B>O</B></H2>
+<DL>
+<DT><A HREF="../org/eclipse/callisto/tools/versionchecker/package-summary.html"><B>org.eclipse.wtp.releng.versionchecker</B></A> - package org.eclipse.wtp.releng.versionchecker<DD>&nbsp;</DL>
+<HR>
+
+
+<!-- ======= START OF BOTTOM NAVBAR ====== -->
+<A NAME="navbar_bottom"><!-- --></A>
+<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
+<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
+<TR>
+<TD COLSPAN=3 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
+<A NAME="navbar_bottom_firstrow"><!-- --></A>
+<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
+  <TR ALIGN="center" VALIGN="top">
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Package</FONT>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Use</FONT>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../org/eclipse/callisto/tools/versionchecker/package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Index</B></FONT>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
+  </TR>
+</TABLE>
+</TD>
+<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
+</EM>
+</TD>
+</TR>
+
+<TR>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+&nbsp;<A HREF="index-1.html"><B>PREV LETTER</B></A>&nbsp;
+&nbsp;<A HREF="index-3.html"><B>NEXT LETTER</B></A></FONT></TD>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+  <A HREF="../index.html" target="_top"><B>FRAMES</B></A>  &nbsp;
+&nbsp;<A HREF="index-2.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
+&nbsp;<SCRIPT type="text/javascript">
+  <!--
+  if(window==top) {
+    document.writeln('<A HREF="../allclasses-noframe.html"><B>All Classes</B></A>');
+  }
+  //-->
+</SCRIPT>
+<NOSCRIPT>
+  <A HREF="../allclasses-noframe.html"><B>All Classes</B></A>
+</NOSCRIPT>
+
+</FONT></TD>
+</TR>
+</TABLE>
+<A NAME="skip-navbar_bottom"></A>
+<!-- ======== END OF BOTTOM NAVBAR ======= -->
+
+<A HREF="index-1.html">D</A> <A HREF="index-2.html">O</A> <A HREF="index-3.html">R</A> <HR>
+
+</BODY>
+</HTML>
diff --git a/org.eclipse.wtp.releng.versionchecker/doc/index-files/index-3.html b/org.eclipse.wtp.releng.versionchecker/doc/index-files/index-3.html
new file mode 100644
index 0000000000000000000000000000000000000000..8d54879b1ad668dc22183a3c7a30e4d1fd058127
--- /dev/null
+++ b/org.eclipse.wtp.releng.versionchecker/doc/index-files/index-3.html
@@ -0,0 +1,135 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!--NewPage-->
+<HTML>
+<HEAD>
+<!-- Generated by javadoc (build 1.4.2_11) on Tue Jun 13 17:20:48 EDT 2006 -->
+<TITLE>
+R-Index
+</TITLE>
+
+
+<LINK REL ="stylesheet" TYPE="text/css" HREF="../stylesheet.css" TITLE="Style">
+
+<SCRIPT type="text/javascript">
+function windowTitle()
+{
+    parent.document.title="R-Index";
+}
+</SCRIPT>
+
+</HEAD>
+
+<BODY BGCOLOR="white" onload="windowTitle();">
+
+
+<!-- ========= START OF TOP NAVBAR ======= -->
+<A NAME="navbar_top"><!-- --></A>
+<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
+<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
+<TR>
+<TD COLSPAN=3 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
+<A NAME="navbar_top_firstrow"><!-- --></A>
+<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
+  <TR ALIGN="center" VALIGN="top">
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Package</FONT>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Use</FONT>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../org/eclipse/callisto/tools/versionchecker/package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Index</B></FONT>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
+  </TR>
+</TABLE>
+</TD>
+<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
+</EM>
+</TD>
+</TR>
+
+<TR>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+&nbsp;<A HREF="index-2.html"><B>PREV LETTER</B></A>&nbsp;
+&nbsp;NEXT LETTER</FONT></TD>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+  <A HREF="../index.html" target="_top"><B>FRAMES</B></A>  &nbsp;
+&nbsp;<A HREF="index-3.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
+&nbsp;<SCRIPT type="text/javascript">
+  <!--
+  if(window==top) {
+    document.writeln('<A HREF="../allclasses-noframe.html"><B>All Classes</B></A>');
+  }
+  //-->
+</SCRIPT>
+<NOSCRIPT>
+  <A HREF="../allclasses-noframe.html"><B>All Classes</B></A>
+</NOSCRIPT>
+
+</FONT></TD>
+</TR>
+</TABLE>
+<A NAME="skip-navbar_top"></A>
+<!-- ========= END OF TOP NAVBAR ========= -->
+
+<A HREF="index-1.html">D</A> <A HREF="index-2.html">O</A> <A HREF="index-3.html">R</A> <HR>
+<A NAME="_R_"><!-- --></A><H2>
+<B>R</B></H2>
+<DL>
+<DT><A HREF="../org/eclipse/callisto/tools/versionchecker/DependencyChecker.html#run(java.lang.Object)"><B>run(Object)</B></A> - 
+Method in class org.eclipse.wtp.releng.versionchecker.<A HREF="../org/eclipse/callisto/tools/versionchecker/DependencyChecker.html" title="class in org.eclipse.wtp.releng.versionchecker">DependencyChecker</A>
+<DD>&nbsp;
+</DL>
+<HR>
+
+
+<!-- ======= START OF BOTTOM NAVBAR ====== -->
+<A NAME="navbar_bottom"><!-- --></A>
+<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
+<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
+<TR>
+<TD COLSPAN=3 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
+<A NAME="navbar_bottom_firstrow"><!-- --></A>
+<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
+  <TR ALIGN="center" VALIGN="top">
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Package</FONT>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Use</FONT>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../org/eclipse/callisto/tools/versionchecker/package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Index</B></FONT>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
+  </TR>
+</TABLE>
+</TD>
+<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
+</EM>
+</TD>
+</TR>
+
+<TR>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+&nbsp;<A HREF="index-2.html"><B>PREV LETTER</B></A>&nbsp;
+&nbsp;NEXT LETTER</FONT></TD>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+  <A HREF="../index.html" target="_top"><B>FRAMES</B></A>  &nbsp;
+&nbsp;<A HREF="index-3.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
+&nbsp;<SCRIPT type="text/javascript">
+  <!--
+  if(window==top) {
+    document.writeln('<A HREF="../allclasses-noframe.html"><B>All Classes</B></A>');
+  }
+  //-->
+</SCRIPT>
+<NOSCRIPT>
+  <A HREF="../allclasses-noframe.html"><B>All Classes</B></A>
+</NOSCRIPT>
+
+</FONT></TD>
+</TR>
+</TABLE>
+<A NAME="skip-navbar_bottom"></A>
+<!-- ======== END OF BOTTOM NAVBAR ======= -->
+
+<A HREF="index-1.html">D</A> <A HREF="index-2.html">O</A> <A HREF="index-3.html">R</A> <HR>
+
+</BODY>
+</HTML>
diff --git a/org.eclipse.wtp.releng.versionchecker/doc/index.html b/org.eclipse.wtp.releng.versionchecker/doc/index.html
new file mode 100644
index 0000000000000000000000000000000000000000..c88268218419e00e0d437ab6b4513eea229d0f3e
--- /dev/null
+++ b/org.eclipse.wtp.releng.versionchecker/doc/index.html
@@ -0,0 +1,23 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd">
+<!--NewPage-->
+<HTML>
+<HEAD>
+<!-- Generated by javadoc on Tue Jun 13 17:33:13 EDT 2006-->
+<TITLE>
+Generated Documentation (Untitled)
+</TITLE>
+</HEAD>
+<FRAMESET cols="20%,80%">
+<FRAME src="allclasses-frame.html" name="packageFrame" title="All classes and interfaces (except non-static nested types)">
+<FRAME src="org/eclipse/callisto/tools/versionchecker/package-summary.html" name="classFrame" title="Package, class and interface descriptions">
+<NOFRAMES>
+<H2>
+Frame Alert</H2>
+
+<P>
+This document is designed to be viewed using the frames feature. If you see this message, you are using a non-frame-capable web client.
+<BR>
+Link to<A HREF="org/eclipse/callisto/tools/versionchecker/package-summary.html">Non-frame version.</A>
+</NOFRAMES>
+</FRAMESET>
+</HTML>
diff --git a/org.eclipse.wtp.releng.versionchecker/doc/org/eclipse/callisto/tools/versionchecker/class-use/DependencyChecker.html b/org.eclipse.wtp.releng.versionchecker/doc/org/eclipse/callisto/tools/versionchecker/class-use/DependencyChecker.html
new file mode 100644
index 0000000000000000000000000000000000000000..a763c72ab99ce37d233457c19840ff2ca889904e
--- /dev/null
+++ b/org.eclipse.wtp.releng.versionchecker/doc/org/eclipse/callisto/tools/versionchecker/class-use/DependencyChecker.html
@@ -0,0 +1,134 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!--NewPage-->
+<HTML>
+<HEAD>
+<!-- Generated by javadoc (build 1.4.2_11) on Tue Jun 13 17:20:48 EDT 2006 -->
+<TITLE>
+Uses of Class org.eclipse.wtp.releng.versionchecker.DependencyChecker
+</TITLE>
+
+
+<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../stylesheet.css" TITLE="Style">
+
+<SCRIPT type="text/javascript">
+function windowTitle()
+{
+    parent.document.title="Uses of Class org.eclipse.wtp.releng.versionchecker.DependencyChecker";
+}
+</SCRIPT>
+
+</HEAD>
+
+<BODY BGCOLOR="white" onload="windowTitle();">
+
+
+<!-- ========= START OF TOP NAVBAR ======= -->
+<A NAME="navbar_top"><!-- --></A>
+<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
+<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
+<TR>
+<TD COLSPAN=3 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
+<A NAME="navbar_top_firstrow"><!-- --></A>
+<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
+  <TR ALIGN="center" VALIGN="top">
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../org/eclipse/callisto/tools/versionchecker/DependencyChecker.html" title="class in org.eclipse.wtp.releng.versionchecker"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
+  </TR>
+</TABLE>
+</TD>
+<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
+</EM>
+</TD>
+</TR>
+
+<TR>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+&nbsp;PREV&nbsp;
+&nbsp;NEXT</FONT></TD>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+  <A HREF="../../../../../../index.html" target="_top"><B>FRAMES</B></A>  &nbsp;
+&nbsp;<A HREF="DependencyChecker.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
+&nbsp;<SCRIPT type="text/javascript">
+  <!--
+  if(window==top) {
+    document.writeln('<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
+  }
+  //-->
+</SCRIPT>
+<NOSCRIPT>
+  <A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
+</NOSCRIPT>
+
+</FONT></TD>
+</TR>
+</TABLE>
+<A NAME="skip-navbar_top"></A>
+<!-- ========= END OF TOP NAVBAR ========= -->
+
+<HR>
+<CENTER>
+<H2>
+<B>Uses of Class<br>org.eclipse.wtp.releng.versionchecker.DependencyChecker</B></H2>
+</CENTER>
+No usage of org.eclipse.wtp.releng.versionchecker.DependencyChecker
+<P>
+<HR>
+
+
+<!-- ======= START OF BOTTOM NAVBAR ====== -->
+<A NAME="navbar_bottom"><!-- --></A>
+<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
+<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
+<TR>
+<TD COLSPAN=3 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
+<A NAME="navbar_bottom_firstrow"><!-- --></A>
+<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
+  <TR ALIGN="center" VALIGN="top">
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../org/eclipse/callisto/tools/versionchecker/DependencyChecker.html" title="class in org.eclipse.wtp.releng.versionchecker"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
+  </TR>
+</TABLE>
+</TD>
+<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
+</EM>
+</TD>
+</TR>
+
+<TR>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+&nbsp;PREV&nbsp;
+&nbsp;NEXT</FONT></TD>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+  <A HREF="../../../../../../index.html" target="_top"><B>FRAMES</B></A>  &nbsp;
+&nbsp;<A HREF="DependencyChecker.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
+&nbsp;<SCRIPT type="text/javascript">
+  <!--
+  if(window==top) {
+    document.writeln('<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
+  }
+  //-->
+</SCRIPT>
+<NOSCRIPT>
+  <A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
+</NOSCRIPT>
+
+</FONT></TD>
+</TR>
+</TABLE>
+<A NAME="skip-navbar_bottom"></A>
+<!-- ======== END OF BOTTOM NAVBAR ======= -->
+
+<HR>
+
+</BODY>
+</HTML>
diff --git a/org.eclipse.wtp.releng.versionchecker/doc/overview-tree.html b/org.eclipse.wtp.releng.versionchecker/doc/overview-tree.html
new file mode 100644
index 0000000000000000000000000000000000000000..7ead771e66e0ba798316258186f03a87baf02b5c
--- /dev/null
+++ b/org.eclipse.wtp.releng.versionchecker/doc/overview-tree.html
@@ -0,0 +1,143 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!--NewPage-->
+<HTML>
+<HEAD>
+<!-- Generated by javadoc (build 1.4.2_11) on Tue Jun 13 17:20:48 EDT 2006 -->
+<TITLE>
+Class Hierarchy
+</TITLE>
+
+
+<LINK REL ="stylesheet" TYPE="text/css" HREF="stylesheet.css" TITLE="Style">
+
+<SCRIPT type="text/javascript">
+function windowTitle()
+{
+    parent.document.title="Class Hierarchy";
+}
+</SCRIPT>
+
+</HEAD>
+
+<BODY BGCOLOR="white" onload="windowTitle();">
+
+
+<!-- ========= START OF TOP NAVBAR ======= -->
+<A NAME="navbar_top"><!-- --></A>
+<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
+<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
+<TR>
+<TD COLSPAN=3 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
+<A NAME="navbar_top_firstrow"><!-- --></A>
+<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
+  <TR ALIGN="center" VALIGN="top">
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Package</FONT>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Use</FONT>&nbsp;</TD>
+  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Tree</B></FONT>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
+  </TR>
+</TABLE>
+</TD>
+<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
+</EM>
+</TD>
+</TR>
+
+<TR>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+&nbsp;PREV&nbsp;
+&nbsp;NEXT</FONT></TD>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+  <A HREF="index.html" target="_top"><B>FRAMES</B></A>  &nbsp;
+&nbsp;<A HREF="overview-tree.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
+&nbsp;<SCRIPT type="text/javascript">
+  <!--
+  if(window==top) {
+    document.writeln('<A HREF="allclasses-noframe.html"><B>All Classes</B></A>');
+  }
+  //-->
+</SCRIPT>
+<NOSCRIPT>
+  <A HREF="allclasses-noframe.html"><B>All Classes</B></A>
+</NOSCRIPT>
+
+</FONT></TD>
+</TR>
+</TABLE>
+<A NAME="skip-navbar_top"></A>
+<!-- ========= END OF TOP NAVBAR ========= -->
+
+<HR>
+<CENTER>
+<H2>
+Hierarchy For All Packages</H2>
+</CENTER>
+<DL>
+<DT><B>Package Hierarchies:</B><DD><A HREF="org/eclipse/callisto/tools/versionchecker/package-tree.html">org.eclipse.wtp.releng.versionchecker</A></DL>
+<HR>
+<H2>
+Class Hierarchy
+</H2>
+<UL>
+<LI TYPE="circle">class java.lang.Object<UL>
+<LI TYPE="circle">class org.eclipse.wtp.releng.versionchecker.<A HREF="org/eclipse/callisto/tools/versionchecker/DependencyChecker.html" title="class in org.eclipse.wtp.releng.versionchecker"><B>DependencyChecker</B></A> (implements org.eclipse.core.runtime.IPlatformRunnable)
+</UL>
+</UL>
+<HR>
+
+
+<!-- ======= START OF BOTTOM NAVBAR ====== -->
+<A NAME="navbar_bottom"><!-- --></A>
+<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
+<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
+<TR>
+<TD COLSPAN=3 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
+<A NAME="navbar_bottom_firstrow"><!-- --></A>
+<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
+  <TR ALIGN="center" VALIGN="top">
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Package</FONT>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Use</FONT>&nbsp;</TD>
+  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Tree</B></FONT>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
+  </TR>
+</TABLE>
+</TD>
+<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
+</EM>
+</TD>
+</TR>
+
+<TR>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+&nbsp;PREV&nbsp;
+&nbsp;NEXT</FONT></TD>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+  <A HREF="index.html" target="_top"><B>FRAMES</B></A>  &nbsp;
+&nbsp;<A HREF="overview-tree.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
+&nbsp;<SCRIPT type="text/javascript">
+  <!--
+  if(window==top) {
+    document.writeln('<A HREF="allclasses-noframe.html"><B>All Classes</B></A>');
+  }
+  //-->
+</SCRIPT>
+<NOSCRIPT>
+  <A HREF="allclasses-noframe.html"><B>All Classes</B></A>
+</NOSCRIPT>
+
+</FONT></TD>
+</TR>
+</TABLE>
+<A NAME="skip-navbar_bottom"></A>
+<!-- ======== END OF BOTTOM NAVBAR ======= -->
+
+<HR>
+
+</BODY>
+</HTML>
diff --git a/org.eclipse.wtp.releng.versionchecker/doc/package-list b/org.eclipse.wtp.releng.versionchecker/doc/package-list
new file mode 100644
index 0000000000000000000000000000000000000000..d672ad15d2cc12449f85ed1bf24ef3370acfc0c4
--- /dev/null
+++ b/org.eclipse.wtp.releng.versionchecker/doc/package-list
@@ -0,0 +1 @@
+org.eclipse.wtp.releng.versionchecker
diff --git a/org.eclipse.wtp.releng.versionchecker/doc/packages.html b/org.eclipse.wtp.releng.versionchecker/doc/packages.html
new file mode 100644
index 0000000000000000000000000000000000000000..606d17038dec88be798ace38c59de7b37e8895ef
--- /dev/null
+++ b/org.eclipse.wtp.releng.versionchecker/doc/packages.html
@@ -0,0 +1,31 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!--NewPage-->
+<HTML>
+<HEAD>
+<!-- Generated by javadoc (build 1.4.2_11) on Tue Jun 13 17:33:13 EDT 2006 -->
+<TITLE>
+
+</TITLE>
+
+
+<LINK REL ="stylesheet" TYPE="text/css" HREF="stylesheet.css" TITLE="Style">
+
+
+</HEAD>
+
+<BODY BGCOLOR="white">
+
+<BR>
+
+<BR>
+
+<BR>
+<CENTER>
+The front page has been relocated.Please see:
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<A HREF="index.html">Frame version</A>
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<A HREF="org/eclipse/callisto/tools/versionchecker/package-summary.html">Non-frame version.</A></CENTER>
+
+</BODY>
+</HTML>
diff --git a/org.eclipse.wtp.releng.versionchecker/doc/resources/inherit.gif b/org.eclipse.wtp.releng.versionchecker/doc/resources/inherit.gif
new file mode 100644
index 0000000000000000000000000000000000000000..c814867a13deb0ca7ea2156c6ca1d5a03372af7e
Binary files /dev/null and b/org.eclipse.wtp.releng.versionchecker/doc/resources/inherit.gif differ
diff --git a/org.eclipse.wtp.releng.versionchecker/doc/stylesheet.css b/org.eclipse.wtp.releng.versionchecker/doc/stylesheet.css
new file mode 100644
index 0000000000000000000000000000000000000000..6d31fdbc7f01bfea6d765f2aa968fbd6ec8b1203
--- /dev/null
+++ b/org.eclipse.wtp.releng.versionchecker/doc/stylesheet.css
@@ -0,0 +1,29 @@
+/* Javadoc style sheet */
+
+/* Define colors, fonts and other style attributes here to override the defaults */
+
+/* Page background color */
+body { background-color: #FFFFFF }
+
+/* Headings */
+h1 { font-size: 145% }
+
+/* Table colors */
+.TableHeadingColor     { background: #CCCCFF } /* Dark mauve */
+.TableSubHeadingColor  { background: #EEEEFF } /* Light mauve */
+.TableRowColor         { background: #FFFFFF } /* White */
+
+/* Font used in left-hand frame lists */
+.FrameTitleFont   { font-size: 100%; font-family: Helvetica, Arial, sans-serif }
+.FrameHeadingFont { font-size:  90%; font-family: Helvetica, Arial, sans-serif }
+.FrameItemFont    { font-size:  90%; font-family: Helvetica, Arial, sans-serif }
+
+/* Navigation bar fonts and colors */
+.NavBarCell1    { background-color:#EEEEFF;} /* Light mauve */
+.NavBarCell1Rev { background-color:#00008B;} /* Dark Blue */
+.NavBarFont1    { font-family: Arial, Helvetica, sans-serif; color:#000000;}
+.NavBarFont1Rev { font-family: Arial, Helvetica, sans-serif; color:#FFFFFF;}
+
+.NavBarCell2    { font-family: Arial, Helvetica, sans-serif; background-color:#FFFFFF;}
+.NavBarCell3    { font-family: Arial, Helvetica, sans-serif; background-color:#FFFFFF;}
+
diff --git a/org.eclipse.wtp.releng.versionchecker/referenceData/callisto1.xml b/org.eclipse.wtp.releng.versionchecker/referenceData/callisto1.xml
deleted file mode 100644
index fd65eb2e06b12854354295b55fa38477c4405fe4..0000000000000000000000000000000000000000
--- a/org.eclipse.wtp.releng.versionchecker/referenceData/callisto1.xml
+++ /dev/null
@@ -1,3076 +0,0 @@
-<referenceData id="callisto1">
-    <featureData>
-      <!-- Number of features: 115 -->
-      <entry>
-        <name>com.lowagie.itext</name>
-        <version>1.3.0.N20060628-1351</version>
-      </entry>
-      <entry>
-        <name>org.apache.axis.feature</name>
-        <version>1.3.0.v200606071530--084228283_3443</version>
-      </entry>
-      <entry>
-        <name>org.apache.batik</name>
-        <version>1.6.0.v20060613-1220-0842282835-3442</version>
-      </entry>
-      <entry>
-        <name>org.apache.batik.pdf</name>
-        <version>1.6.0.v20060613-1220-0842282835-3442</version>
-      </entry>
-      <entry>
-        <name>org.apache.commons.codec</name>
-        <version>1.3.0.N20060628-1351</version>
-      </entry>
-      <entry>
-        <name>org.apache.commons_logging.feature</name>
-        <version>1.0.4.v200606152055--08422828353873</version>
-      </entry>
-      <entry>
-        <name>org.apache.derby.core</name>
-        <version>10.1.2.1</version>
-      </entry>
-      <entry>
-        <name>org.apache.jakarta_log4j.feature</name>
-        <version>1.2.8.v200605300321--08422828353873</version>
-      </entry>
-      <entry>
-        <name>org.apache.wsil4j.feature</name>
-        <version>1.0.0.v200606071530--084228283_3443</version>
-      </entry>
-      <entry>
-        <name>org.apache.xerces.feature</name>
-        <version>2.8.0.v200605151647--08422828353873</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.birt</name>
-        <version>2.1.0.N20060706-1015</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.birt.chart</name>
-        <version>2.1.0.N20060628-1351</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.birt.chart.cshelp</name>
-        <version>2.1.0.N20060628-1351</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.birt.chart.runtime</name>
-        <version>2.1.0.N20060628-1351</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.birt.cshelp</name>
-        <version>2.1.0.N20060628-1351</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.birt.example</name>
-        <version>2.1.0.N20060628-1351</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.birt.report.designer</name>
-        <version>2.1.0.N20060706-1015</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.birt.report.runtime</name>
-        <version>2.1.0.N20060706-1015</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.cdt</name>
-        <version>3.1.0.200606261600</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.datatools.connectivity.feature</name>
-        <version>0.9.0.200606161</version>
-      </entry>
-      <entry>
-        <name>
-          org.eclipse.datatools.connectivity.oda.designer.feature
-        </name>
-        <version>0.9.0.200606161</version>
-      </entry>
-      <entry>
-        <name>
-          org.eclipse.datatools.connectivity.oda.feature
-        </name>
-        <version>0.9.0.200606161</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.datatools.enablement.feature</name>
-        <version>0.9.0.200606161</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.datatools.modelbase.feature</name>
-        <version>0.9.0.200606161</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.datatools.sqldevtools.feature</name>
-        <version>0.9.0.200606161</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.emf</name>
-        <version>2.2.0.v200606271057</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.emf.ecore.sdo</name>
-        <version>2.2.0.v200606271057</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.emf.ocl</name>
-        <version>1.0.0.v200606261119</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.emf.query</name>
-        <version>1.0.0.v200606261130</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.emf.query.ocl</name>
-        <version>1.0.0.v200606261130</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.emf.transaction</name>
-        <version>1.0.0.v200606261303</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.emf.validation</name>
-        <version>1.0.0.v200606261144</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.emf.validation.ocl</name>
-        <version>1.0.0.v200606261144</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.emf.workspace</name>
-        <version>1.0.0.v200606261303</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.equinox</name>
-        <version>3.2.0.v20060609m-----Cq0bcpcpbus</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.gef</name>
-        <version>3.2.0.v20060626</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.gmf</name>
-        <version>1.0.0.v20060627-1200</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.gmf.callisto</name>
-        <version>1.0.0.v20060627-1200</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.jdt</name>
-        <version>3.2.0.v20060609m-F7snq1fxia-Z4XP</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.jem</name>
-        <version>1.2.0.v20060530_RC2--ZasJzJJez</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.jst</name>
-        <version>1.5.0.v200606092300-kW-O_ysCRLJsxJt</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.jst.common_core.feature</name>
-        <version>1.5.0.v200605151622--08422828352537</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.jst.enterprise_core.feature</name>
-        <version>1.5.0.v200605151622--2PD88P8PAKBAGU</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.jst.enterprise_ui.feature</name>
-        <version>1.5.0.v200605151622-pEBq_gf5Sw4Q0Ud</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.jst.enterprise_userdoc.feature</name>
-        <version>1.5.0.v200605151622--4hNDDhDcJUJeMV</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.jst.server_adapters.feature</name>
-        <version>1.5.0.v200606130315--87cMN7N7UkMkV-</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.jst.server_core.feature</name>
-        <version>1.5.0.v200605151622--2PD88P8PAL9FBI</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.jst.server_ui.feature</name>
-        <version>1.5.0.v200606130315-PGIEUCZERCNFS59</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.jst.server_userdoc.feature</name>
-        <version>1.5.0.v200605151622--08422827262337</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.jst.web_core.feature</name>
-        <version>1.5.0.v200605151622--87cMN7N7UpOeZu</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.jst.web_ui.feature</name>
-        <version>1.5.0.v200605151622--2PD88P8O_N9KDM</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.jst.web_userdoc.feature</name>
-        <version>1.5.0.v200605151622</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.pde</name>
-        <version>3.2.0.v20060609m------6zXJJzJzJq</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.platform</name>
-        <version>3.2.0.v20060609m-AgOexn6hlEUsvBO</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.rcp</name>
-        <version>3.2.0.v20060609m-SVDNgVrNoh-MeGG</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.tptp.birt</name>
-        <version>4.2.0.v200606121835--J3Fdf2f36X6t7Y</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.tptp.monitoring</name>
-        <version>4.2.0.v200606131519--_OmSTOTOd6a3aR</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.tptp.monitoring.doc.user</name>
-        <version>4.2.0.v200606121835--0842282835373A</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.tptp.monitoring.examples</name>
-        <version>4.2.0.v200606121835--0842282835373A</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.tptp.monitoring.profile.server</name>
-        <version>4.1.100.v200606131519--0842282835373A</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.tptp.monitoring.report.birt</name>
-        <version>4.2.0.v200606131519--2PD88P8PAGAMAY</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.tptp.monitoring.runtime</name>
-        <version>4.2.0.v200606121835--stCklslt2O-P0B</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.tptp.platform.analysis</name>
-        <version>4.2.1.v200606131519--3YIAAYAYEMEUEk</version>
-      </entry>
-      <entry>
-        <name>
-          org.eclipse.tptp.platform.analysis.codereview.java
-        </name>
-        <version>4.2.0.v200606131519--1G955G5G7A7E7M</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.tptp.platform.analysis.engine</name>
-        <version>4.2.0.v200606131519--1G955G5G7A7E7M</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.tptp.platform.core</name>
-        <version>4.2.1.v200607130100--Cq0bcpctpGnRyt</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.tptp.platform.core.doc.user</name>
-        <version>4.2.0.v200606121835--1G955G5G7A7E7M</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.tptp.platform.doc.user</name>
-        <version>4.2.0.v200606121835-8AcKKEiFfIYIiEo</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.tptp.platform.examples</name>
-        <version>4.2.0.v200606121835--0842282835373A</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.tptp.platform.lta</name>
-        <version>4.2.0.v200606131519--1G955G5G7A7E7M</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.tptp.platform.probekit</name>
-        <version>4.2.0.v200606131519--3YIAAYAYEMEUEk</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.tptp.platform.probekit.doc.user</name>
-        <version>4.2.0.v200606121835--0842282835373A</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.tptp.platform.profile.server</name>
-        <version>4.1.100.v200606180100--2PD88P8PAGAMAY</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.tptp.platform.report</name>
-        <version>4.1.101.v200606150100--2PD88P8PAGAMAY</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.tptp.platform.report.birt</name>
-        <version>4.2.0.v200606131519--1G955G5G7A7E7M</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.tptp.platform.runtime</name>
-        <version>4.2.1.v200607130100-ASlM31q32y_vmLy</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.tptp.platform.samples</name>
-        <version>4.2.0.v200606131519--2PD88P8PAGAMAY</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.tptp.platform.statistical.ui</name>
-        <version>4.1.100.v200606131519--1G955G5G7A7E7M</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.tptp.platform.trace</name>
-        <version>4.2.0.v200606131519--2PD88P8PAGAMAY</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.tptp.test</name>
-        <version>4.2.1.v200607130100--4hNDDhDkISIiUn</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.tptp.test.doc.user</name>
-        <version>4.2.0.v200606121835--0842282835373A</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.tptp.test.report.birt</name>
-        <version>4.2.0.v200606131519--2PD88P8PAGAMAY</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.tptp.test.runtime</name>
-        <version>4.2.1.v200607130100--Hp5ghohuxCwlF-</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.tptp.test.samples</name>
-        <version>4.1.100.v200606131519--0842282835373A</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.tptp.test.tools</name>
-        <version>4.2.0.v200606131519--2PD88P8PAGAMAY</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.tptp.trace</name>
-        <version>4.1.100.v200606131519--1G955G5G7A7E7M</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.tptp.trace.report.birt</name>
-        <version>4.2.0.v200606131519--2PD88P8PAGAMAY</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.tptp.trace.runtime</name>
-        <version>4.2.0.v200606121835--3OA77O7O9I9M9U</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.tptp.wtp</name>
-        <version>4.2.0.v200606121835--7iSEEiEiOWOeP-</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.ve</name>
-        <version>1.2.0.v20060530_RC2-0-a2N7MMl7</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.wst</name>
-        <version>1.5.0.v200606092300-U4T922yjOWsGK5Y</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.wst.common_core.feature</name>
-        <version>1.5.0.v200606281000--AXrVWXWXi0YSCK</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.wst.common_ui.feature</name>
-        <version>1.5.0.v200605221440-qKHiTHST7bZ4sKS</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.wst.common_userdoc.feature</name>
-        <version>1.5.0.v200605151622</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.wst.rdb_adapters.feature</name>
-        <version>1.5.0.v200605151622--Cq0bcpckpGjYIC</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.wst.rdb_core.feature</name>
-        <version>1.5.0.v200605151622--3YIAAYAYFLBZQT</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.wst.rdb_ui.feature</name>
-        <version>1.5.0.v200605221715-FTMjwSnd7ZJNsA-</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.wst.rdb_userdoc.feature</name>
-        <version>1.5.0.v200605151622--4hNDDhDcFjDKTF</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.wst.server_core.feature</name>
-        <version>1.5.0.v200605151622--1G955G5G7A5GCE</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.wst.server_ui.feature</name>
-        <version>1.5.0.v200605221710-PKiQcKzMrMnVoSS</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.wst.server_userdoc.feature</name>
-        <version>1.5.0.v200605151622--08422827262353</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.wst.web_core.feature</name>
-        <version>1.5.0.v200605151622--3YIAAYAYFOFMTD</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.wst.web_ui.feature</name>
-        <version>1.5.0.v200606071530-ziPyPn1qzxoJTyg</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.wst.web_userdoc.feature</name>
-        <version>1.5.0.v200605151622--1G955G5E7K7GDB</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.wst.ws_core.feature</name>
-        <version>1.5.0.v200606071530--4hNDDhDhISDhXc</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.wst.ws_ui.feature</name>
-        <version>1.5.0.v200605221450-hZYxAk0oouJ2rqA</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.wst.ws_userdoc.feature</name>
-        <version>1.5.0.v200605221940--1G955G5E777H7C</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.wst.xml_core.feature</name>
-        <version>1.5.0.v200605151622--3YIAAYAYEPEOOF</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.wst.xml_ui.feature</name>
-        <version>1.5.0.v200605221438-7plFl1S6GByWT1w</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.wst.xml_userdoc.feature</name>
-        <version>1.5.0.v200605151622--3YIAAYAUCVDLMP</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.xsd</name>
-        <version>2.2.0.v200606271057</version>
-      </entry>
-      <entry>
-        <name>org.mozilla.rhino</name>
-        <version>1.6.0.N20060628-1351</version>
-      </entry>
-      <entry>
-        <name>org.uddi4j.feature</name>
-        <version>2.0.3.v200606071530--084228283_3443</version>
-      </entry>
-      <entry>
-        <name>org.w3c.sac</name>
-        <version>1.3.0.N20060628-1351</version>
-      </entry>
-      <entry>
-        <name>org.wsdl4j.feature</name>
-        <version>1.4.0.v200606071500--084228283_3443</version>
-      </entry>
-    </featureData>
-    <bundleData>
-      <!-- Number of bundles: 616 -->
-      <entry>
-        <name>com.ibm.etools.emf.event</name>
-        <version>3.0.0.v20060518_RC1</version>
-      </entry>
-      <entry>
-        <name>com.ibm.icu</name>
-        <version>3.4.4.1</version>
-      </entry>
-      <entry>
-        <name>com.jcraft.jsch</name>
-        <version>0.1.28</version>
-      </entry>
-      <entry>
-        <name>com.lowagie.itext</name>
-        <version>1.3.0.N20060628-1351</version>
-      </entry>
-      <entry>
-        <name>org.apache.ant</name>
-        <version>1.6.5</version>
-      </entry>
-      <entry>
-        <name>org.apache.axis</name>
-        <version>1.3.0.v200606181221</version>
-      </entry>
-      <entry>
-        <name>org.apache.batik</name>
-        <version>1.6.0.v20060613-1220</version>
-      </entry>
-      <entry>
-        <name>org.apache.batik.pdf</name>
-        <version>1.6.0.v20060613-1220</version>
-      </entry>
-      <entry>
-        <name>org.apache.cactus</name>
-        <version>1.7.2.v200606181221</version>
-      </entry>
-      <entry>
-        <name>org.apache.commons.codec</name>
-        <version>1.3.0.N20060628-1351</version>
-      </entry>
-      <entry>
-        <name>org.apache.commons_logging</name>
-        <version>1.0.4.v200606131651</version>
-      </entry>
-      <entry>
-        <name>org.apache.derby.core</name>
-        <version>10.1.2.1</version>
-      </entry>
-      <entry>
-        <name>org.apache.jakarta_log4j</name>
-        <version>1.2.8.v200606131651</version>
-      </entry>
-      <entry>
-        <name>org.apache.lucene</name>
-        <version>1.4.103.v20060601</version>
-      </entry>
-      <entry>
-        <name>org.apache.wsil4j</name>
-        <version>1.0.0.v200606181221</version>
-      </entry>
-      <entry>
-        <name>org.apache.xerces</name>
-        <version>2.8.0.v200606131651</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.ant.core</name>
-        <version>3.1.100.v20060531</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.ant.ui</name>
-        <version>3.2.0.v20060531</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.birt</name>
-        <version>2.1.0.N20060628-1351</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.birt.chart</name>
-        <version>2.1.0.N20060628-1351</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.birt.chart.cshelp</name>
-        <version>2.1.0.N20060628-1351</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.birt.chart.device.extension</name>
-        <version>2.1.0.N20060628-1351</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.birt.chart.device.pdf</name>
-        <version>2.1.0.N20060628-1351</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.birt.chart.device.svg</name>
-        <version>2.1.0.N20060628-1351</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.birt.chart.device.swt</name>
-        <version>2.1.0.N20060628-1351</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.birt.chart.engine</name>
-        <version>2.1.0.N20060628-1351</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.birt.chart.engine.extension</name>
-        <version>2.1.0.N20060628-1351</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.birt.chart.examples</name>
-        <version>2.1.0.N20060628-1351</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.birt.chart.reportitem</name>
-        <version>2.1.0.N20060628-1351</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.birt.chart.reportitem.ui</name>
-        <version>2.1.0.N20060628-1351</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.birt.chart.runtime</name>
-        <version>2.1.0.N20060628-1351</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.birt.chart.ui</name>
-        <version>2.1.0.N20060628-1351</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.birt.chart.ui.extension</name>
-        <version>2.1.0.N20060628-1351</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.birt.core</name>
-        <version>2.1.0.N20060628-1351</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.birt.core.ui</name>
-        <version>2.1.0.N20060628-1351</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.birt.cshelp</name>
-        <version>2.1.0.N20060628-1351</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.birt.data</name>
-        <version>2.1.0.N20060628-1351</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.birt.data.oda</name>
-        <version>2.0.2.N20060628-1351</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.birt.data.oda.adapter.dtp</name>
-        <version>2.0.0.N20060628-1351</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.birt.example</name>
-        <version>2.1.0.N20060628-1351</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.birt.report.data.adapter</name>
-        <version>2.1.0.N20060628-1351</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.birt.report.data.oda.jdbc</name>
-        <version>2.1.0.N20060628-1351</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.birt.report.data.oda.jdbc.ui</name>
-        <version>2.1.0.N20060628-1351</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.birt.report.data.oda.sampledb</name>
-        <version>2.1.0.N20060628-1351</version>
-      </entry>
-      <entry>
-        <name>
-          org.eclipse.birt.report.data.oda.sampledb.ui
-        </name>
-        <version>2.1.0.N20060628-1351</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.birt.report.data.oda.xml</name>
-        <version>2.1.0.N20060628-1351</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.birt.report.data.oda.xml.ui</name>
-        <version>2.1.0.N20060628-1351</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.birt.report.debug.ui</name>
-        <version>2.1.0.N20060628-1351</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.birt.report.designer</name>
-        <version>2.1.0.N20060628-1351</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.birt.report.designer.core</name>
-        <version>2.1.0.N20060628-1351</version>
-      </entry>
-      <entry>
-        <name>
-          org.eclipse.birt.report.designer.example.samplereport
-        </name>
-        <version>2.1.0.N20060628-1351</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.birt.report.designer.ui</name>
-        <version>2.1.0.N20060628-1351</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.birt.report.designer.ui.editors</name>
-        <version>2.1.0.N20060628-1351</version>
-      </entry>
-      <entry>
-        <name>
-          org.eclipse.birt.report.designer.ui.editors.schematic
-        </name>
-        <version>2.1.0.N20060628-1351</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.birt.report.designer.ui.ide</name>
-        <version>2.1.0.N20060628-1351</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.birt.report.designer.ui.lib</name>
-        <version>2.1.0.N20060628-1351</version>
-      </entry>
-      <entry>
-        <name>
-          org.eclipse.birt.report.designer.ui.lib.explorer
-        </name>
-        <version>2.1.0.N20060628-1351</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.birt.report.designer.ui.preview</name>
-        <version>2.1.0.N20060628-1351</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.birt.report.engine</name>
-        <version>2.1.0.N20060628-1351</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.birt.report.engine.emitter.html</name>
-        <version>2.1.0.N20060628-1351</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.birt.report.engine.emitter.pdf</name>
-        <version>2.1.0.N20060628-1351</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.birt.report.engine.fonts</name>
-        <version>2.1.0.N20060628-1351</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.birt.report.model</name>
-        <version>2.1.0.N20060628-1351</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.birt.report.model.adapter.oda</name>
-        <version>2.1.0.N20060628-1351</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.birt.report.runtime</name>
-        <version>2.1.0.N20060628-1351</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.birt.report.viewer</name>
-        <version>2.1.0.N20060706-1015</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.cdt</name>
-        <version>3.1.0.200606261600</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.cdt.core</name>
-        <version>3.1.0.200606261600</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.cdt.core.win32</name>
-        <version>3.1.0.200606261600</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.cdt.debug.core</name>
-        <version>3.1.0.200606261600</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.cdt.debug.mi.core</name>
-        <version>3.1.0.200606261600</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.cdt.debug.mi.ui</name>
-        <version>3.1.0.200606261600</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.cdt.debug.ui</name>
-        <version>3.1.0.200606261600</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.cdt.doc.user</name>
-        <version>3.1.0.200606261600</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.cdt.launch</name>
-        <version>3.1.0.200606261600</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.cdt.make.core</name>
-        <version>3.1.0.200606261600</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.cdt.make.ui</name>
-        <version>3.1.0.200606261600</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.cdt.managedbuilder.core</name>
-        <version>3.1.0.200606261600</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.cdt.managedbuilder.gnu.ui</name>
-        <version>3.1.0.200606261600</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.cdt.managedbuilder.ui</name>
-        <version>3.1.0.200606261600</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.cdt.refactoring</name>
-        <version>3.1.0.200606261600</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.cdt.ui</name>
-        <version>3.1.0.200606261600</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.compare</name>
-        <version>3.2.0.v20060605</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.core.boot</name>
-        <version>3.1.100.v20060603</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.core.commands</name>
-        <version>3.2.0.I20060605-1400</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.core.contenttype</name>
-        <version>3.2.0.v20060603</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.core.expressions</name>
-        <version>3.2.0.v20060605-1400</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.core.filebuffers</name>
-        <version>3.2.0.v20060605-1400</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.core.filesystem</name>
-        <version>1.0.0.v20060603</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.core.filesystem.win32.x86</name>
-        <version>1.0.0.v20060603</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.core.jobs</name>
-        <version>3.2.0.v20060603</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.core.resources</name>
-        <version>3.2.0.v20060603</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.core.resources.compatibility</name>
-        <version>3.2.0.v20060603</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.core.resources.win32</name>
-        <version>3.2.0.v20060603</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.core.runtime</name>
-        <version>3.2.0.v20060603</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.core.runtime.compatibility</name>
-        <version>3.1.100.v20060603</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.core.runtime.compatibility.auth</name>
-        <version>3.2.0.v20060601</version>
-      </entry>
-      <entry>
-        <name>
-          org.eclipse.core.runtime.compatibility.registry
-        </name>
-        <version>3.2.0.v20060603</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.core.variables</name>
-        <version>3.1.100.v20060605</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.datatools.connectivity</name>
-        <version>0.9.0.200606131</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.datatools.connectivity.db.derby</name>
-        <version>0.9.0.200606131</version>
-      </entry>
-      <entry>
-        <name>
-          org.eclipse.datatools.connectivity.db.generic
-        </name>
-        <version>0.9.0.200605231</version>
-      </entry>
-      <entry>
-        <name>
-          org.eclipse.datatools.connectivity.db.generic.ui
-        </name>
-        <version>0.9.0.200605101</version>
-      </entry>
-      <entry>
-        <name>
-          org.eclipse.datatools.connectivity.dbdefinition.derby
-        </name>
-        <version>0.9.0.200605101</version>
-      </entry>
-      <entry>
-        <name>
-          org.eclipse.datatools.connectivity.dbdefinition.genericJDBC
-        </name>
-        <version>0.9.0.200605101</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.datatools.connectivity.derby</name>
-        <version>0.9.0.200606071</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.datatools.connectivity.derby.ui</name>
-        <version>0.9.0.200606021</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.datatools.connectivity.finfo</name>
-        <version>0.9.0.200606161</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.datatools.connectivity.oda</name>
-        <version>3.0.1.200606081</version>
-      </entry>
-      <entry>
-        <name>
-          org.eclipse.datatools.connectivity.oda.consumer
-        </name>
-        <version>3.0.1.200606071</version>
-      </entry>
-      <entry>
-        <name>
-          org.eclipse.datatools.connectivity.oda.design
-        </name>
-        <version>3.0.0.200605231</version>
-      </entry>
-      <entry>
-        <name>
-          org.eclipse.datatools.connectivity.oda.design.ui
-        </name>
-        <version>3.0.1.200606021</version>
-      </entry>
-      <entry>
-        <name>
-          org.eclipse.datatools.connectivity.oda.designer.finfo
-        </name>
-        <version>0.9.0.200606161</version>
-      </entry>
-      <entry>
-        <name>
-          org.eclipse.datatools.connectivity.oda.finfo
-        </name>
-        <version>0.9.0.200606161</version>
-      </entry>
-      <entry>
-        <name>
-          org.eclipse.datatools.connectivity.oda.flatfile
-        </name>
-        <version>3.0.0.200606081</version>
-      </entry>
-      <entry>
-        <name>
-          org.eclipse.datatools.connectivity.oda.flatfile.ui
-        </name>
-        <version>3.0.0.200606081</version>
-      </entry>
-      <entry>
-        <name>
-          org.eclipse.datatools.connectivity.oda.profile
-        </name>
-        <version>3.0.0.200605101</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.datatools.connectivity.sqm.core</name>
-        <version>0.9.0.200606071</version>
-      </entry>
-      <entry>
-        <name>
-          org.eclipse.datatools.connectivity.sqm.core.ui
-        </name>
-        <version>0.9.0.200606071</version>
-      </entry>
-      <entry>
-        <name>
-          org.eclipse.datatools.connectivity.sqm.server.ui
-        </name>
-        <version>0.9.0.200605101</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.datatools.connectivity.ui</name>
-        <version>0.9.0.200606131</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.datatools.connectivity.ui.dse</name>
-        <version>0.9.0.200606131</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.datatools.enablement.finfo</name>
-        <version>0.9.0.200606161</version>
-      </entry>
-      <entry>
-        <name>
-          org.eclipse.datatools.enablement.ibm.db2.iseries.dbdefinition
-        </name>
-        <version>0.9.0.200605231</version>
-      </entry>
-      <entry>
-        <name>
-          org.eclipse.datatools.enablement.ibm.db2.luw.dbdefinition
-        </name>
-        <version>0.9.0.200605231</version>
-      </entry>
-      <entry>
-        <name>
-          org.eclipse.datatools.enablement.ibm.db2.luw.profile
-        </name>
-        <version>0.9.0.200606061</version>
-      </entry>
-      <entry>
-        <name>
-          org.eclipse.datatools.enablement.ibm.db2.zseries.dbdefinition
-        </name>
-        <version>0.9.0.200605231</version>
-      </entry>
-      <entry>
-        <name>
-          org.eclipse.datatools.enablement.ibm.informix.dbdefinition
-        </name>
-        <version>0.9.0.200605231</version>
-      </entry>
-      <entry>
-        <name>
-          org.eclipse.datatools.enablement.msft.sqlserver.dbdefinition
-        </name>
-        <version>0.9.0.200605231</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.datatools.enablement.mysql</name>
-        <version>0.9.0.200605231</version>
-      </entry>
-      <entry>
-        <name>
-          org.eclipse.datatools.enablement.mysql.dbdefinition
-        </name>
-        <version>0.9.0.200605231</version>
-      </entry>
-      <entry>
-        <name>
-          org.eclipse.datatools.enablement.mysql.profile
-        </name>
-        <version>0.9.0.200606061</version>
-      </entry>
-      <entry>
-        <name>
-          org.eclipse.datatools.enablement.oracle.dbdefinition
-        </name>
-        <version>0.9.0.200605231</version>
-      </entry>
-      <entry>
-        <name>
-          org.eclipse.datatools.enablement.oracle.profile
-        </name>
-        <version>0.9.0.200606061</version>
-      </entry>
-      <entry>
-        <name>
-          org.eclipse.datatools.enablement.sybase.ase.dbdefinition
-        </name>
-        <version>0.9.0.200605231</version>
-      </entry>
-      <entry>
-        <name>
-          org.eclipse.datatools.enablement.sybase.ase.profile
-        </name>
-        <version>0.9.0.200606061</version>
-      </entry>
-      <entry>
-        <name>
-          org.eclipse.datatools.modelbase.dbdefinition
-        </name>
-        <version>0.9.0.200605101</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.datatools.modelbase.derby</name>
-        <version>0.9.0.200605101</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.datatools.modelbase.edit</name>
-        <version>0.9.0.200605101</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.datatools.modelbase.finfo</name>
-        <version>0.9.0.200606161</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.datatools.modelbase.sql</name>
-        <version>0.9.0.200605101</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.datatools.modelbase.sql.query</name>
-        <version>0.9.0.200605101</version>
-      </entry>
-      <entry>
-        <name>
-          org.eclipse.datatools.modelbase.sql.xml.query
-        </name>
-        <version>0.9.0.200605101</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.datatools.sqltools.common.ui</name>
-        <version>0.9.0.200605101</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.datatools.sqltools.db.derby</name>
-        <version>0.9.0.200605101</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.datatools.sqltools.db.generic</name>
-        <version>0.9.0.200605101</version>
-      </entry>
-      <entry>
-        <name>
-          org.eclipse.datatools.sqltools.debugger.core
-        </name>
-        <version>0.9.0.200605101</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.datatools.sqltools.editor.core</name>
-        <version>0.9.0.200605101</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.datatools.sqltools.finfo</name>
-        <version>0.9.0.200606161</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.datatools.sqltools.parsers.sql</name>
-        <version>0.9.0.200605101</version>
-      </entry>
-      <entry>
-        <name>
-          org.eclipse.datatools.sqltools.parsers.sql.lexer
-        </name>
-        <version>0.9.0.200605101</version>
-      </entry>
-      <entry>
-        <name>
-          org.eclipse.datatools.sqltools.parsers.sql.query
-        </name>
-        <version>0.9.0.200605101</version>
-      </entry>
-      <entry>
-        <name>
-          org.eclipse.datatools.sqltools.parsers.sql.xml.query
-        </name>
-        <version>0.9.0.200605101</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.datatools.sqltools.plan</name>
-        <version>0.9.0.200605101</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.datatools.sqltools.result</name>
-        <version>0.9.0.200605101</version>
-      </entry>
-      <entry>
-        <name>
-          org.eclipse.datatools.sqltools.routineeditor
-        </name>
-        <version>0.9.0.200605121</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.datatools.sqltools.sql</name>
-        <version>0.9.0.200605101</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.datatools.sqltools.sqleditor</name>
-        <version>0.9.0.200605121</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.datatools.sqltools.sqlscrapbook</name>
-        <version>0.9.0.200605101</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.debug.core</name>
-        <version>3.2.0.v20060605</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.debug.ui</name>
-        <version>3.2.0.v20060605</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.draw2d</name>
-        <version>3.2.0.v20060626</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.emf</name>
-        <version>2.2.0.v200606271057</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.emf.ant</name>
-        <version>2.2.0.v200606271057</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.emf.codegen</name>
-        <version>2.2.0.v200606271057</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.emf.codegen.ecore</name>
-        <version>2.2.0.v200606271057</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.emf.codegen.ecore.ui</name>
-        <version>2.2.0.v200606271057</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.emf.codegen.ui</name>
-        <version>2.1.0.v200606271057</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.emf.common</name>
-        <version>2.2.0.v200606271057</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.emf.common.ui</name>
-        <version>2.2.0.v200606271057</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.emf.commonj.sdo</name>
-        <version>2.1.0.v200606271057</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.emf.converter</name>
-        <version>2.2.0.v200606271057</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.emf.ecore</name>
-        <version>2.2.0.v200606271057</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.emf.ecore.change</name>
-        <version>2.2.0.v200606271057</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.emf.ecore.change.edit</name>
-        <version>2.1.0.v200606271057</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.emf.ecore.edit</name>
-        <version>2.2.0.v200606271057</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.emf.ecore.editor</name>
-        <version>2.2.0.v200606271057</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.emf.ecore.sdo</name>
-        <version>2.2.0.v200606271057</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.emf.ecore.sdo.edit</name>
-        <version>2.1.0.v200606271057</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.emf.ecore.sdo.editor</name>
-        <version>2.1.0.v200606271057</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.emf.ecore.xmi</name>
-        <version>2.2.0.v200606271057</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.emf.edit</name>
-        <version>2.2.0.v200606271057</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.emf.edit.ui</name>
-        <version>2.2.0.v200606271057</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.emf.exporter</name>
-        <version>2.2.0.v200606271057</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.emf.importer</name>
-        <version>2.2.0.v200606271057</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.emf.importer.ecore</name>
-        <version>2.2.0.v200606271057</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.emf.importer.java</name>
-        <version>2.2.0.v200606271057</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.emf.importer.rose</name>
-        <version>2.2.0.v200606271057</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.emf.mapping</name>
-        <version>2.2.0.v200606271057</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.emf.mapping.ecore2ecore</name>
-        <version>2.2.0.v200606271057</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.emf.mapping.ecore2ecore.editor</name>
-        <version>2.2.0.v200606271057</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.emf.mapping.ecore2xml</name>
-        <version>2.2.0.v200606271057</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.emf.mapping.ecore2xml.ui</name>
-        <version>2.2.0.v200606271057</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.emf.mapping.ui</name>
-        <version>2.2.0.v200606271057</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.emf.mapping.xsd2ecore</name>
-        <version>2.1.0.v200606271057</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.emf.mapping.xsd2ecore.editor</name>
-        <version>2.1.0.v200606271057</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.emf.ocl</name>
-        <version>1.0.0.v200606261119</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.emf.query</name>
-        <version>1.0.0.v200606261130</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.emf.query.ocl</name>
-        <version>1.0.0.v200606261130</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.emf.transaction</name>
-        <version>1.0.0.v200606261303</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.emf.transaction.ui</name>
-        <version>1.0.0.v200606261303</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.emf.validation</name>
-        <version>1.0.0.v200606261144</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.emf.validation.ocl</name>
-        <version>1.0.0.v200606261144</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.emf.validation.ui</name>
-        <version>1.0.0.v200606261144</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.emf.validation.ui.ide</name>
-        <version>1.0.0.v200606261144</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.emf.workspace</name>
-        <version>1.0.0.v200606261303</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.emf.workspace.ui</name>
-        <version>1.0.0.v200606261303</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.equinox.common</name>
-        <version>3.2.0.v20060603</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.equinox.device</name>
-        <version>1.0.0.v20060601a</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.equinox.event</name>
-        <version>1.0.0.v20060601a</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.equinox.http</name>
-        <version>1.0.0.v20060601a</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.equinox.log</name>
-        <version>1.0.0.v20060601a</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.equinox.metatype</name>
-        <version>1.0.0.v20060601a</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.equinox.preferences</name>
-        <version>3.2.0.v20060601</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.equinox.registry</name>
-        <version>3.2.0.v20060601</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.equinox.servlet.api</name>
-        <version>1.0.0.v20060601</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.equinox.useradmin</name>
-        <version>1.0.0.v20060601a</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.gef</name>
-        <version>3.2.0.v20060626</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.gmf</name>
-        <version>1.0.0.v20060627-1200</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.gmf.bridge</name>
-        <version>1.0.0.v20060627-1200</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.gmf.bridge.ui</name>
-        <version>1.0.0.v20060627-1200</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.gmf.bridge.ui.dashboard</name>
-        <version>1.0.0.v20060627-1200</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.gmf.codegen</name>
-        <version>1.0.0.v20060627-1200</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.gmf.codegen.edit</name>
-        <version>1.0.0.v20060627-1200</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.gmf.codegen.ui</name>
-        <version>1.0.0.v20060627-1200</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.gmf.common</name>
-        <version>1.0.0.v20060627-1200</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.gmf.doc.ui</name>
-        <version>1.0.0.v20060627-1200</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.gmf.ecore.editor</name>
-        <version>1.0.0.v20060627-1200</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.gmf.graphdef</name>
-        <version>1.0.0.v20060627-1200</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.gmf.graphdef.codegen</name>
-        <version>1.0.0.v20060627-1200</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.gmf.graphdef.codegen.ui</name>
-        <version>1.0.0.v20060627-1200</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.gmf.graphdef.edit</name>
-        <version>1.0.0.v20060627-1200</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.gmf.map</name>
-        <version>1.0.0.v20060627-1200</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.gmf.map.edit</name>
-        <version>1.0.0.v20060627-1200</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.gmf.runtime.common.core</name>
-        <version>1.0.0.v20060627-1200</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.gmf.runtime.common.ui</name>
-        <version>1.0.0.v20060627-1200</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.gmf.runtime.common.ui.action</name>
-        <version>1.0.0.v20060627-1200</version>
-      </entry>
-      <entry>
-        <name>
-          org.eclipse.gmf.runtime.common.ui.action.ide
-        </name>
-        <version>1.0.0.v20060627-1200</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.gmf.runtime.common.ui.printing</name>
-        <version>1.0.0.v20060627-1200</version>
-      </entry>
-      <entry>
-        <name>
-          org.eclipse.gmf.runtime.common.ui.printing.win32
-        </name>
-        <version>1.0.0.v20060627-1200</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.gmf.runtime.common.ui.services</name>
-        <version>1.0.0.v20060627-1200</version>
-      </entry>
-      <entry>
-        <name>
-          org.eclipse.gmf.runtime.common.ui.services.action
-        </name>
-        <version>1.0.0.v20060627-1200</version>
-      </entry>
-      <entry>
-        <name>
-          org.eclipse.gmf.runtime.common.ui.services.dnd
-        </name>
-        <version>1.0.0.v20060627-1200</version>
-      </entry>
-      <entry>
-        <name>
-          org.eclipse.gmf.runtime.common.ui.services.dnd.ide
-        </name>
-        <version>1.0.0.v20060627-1200</version>
-      </entry>
-      <entry>
-        <name>
-          org.eclipse.gmf.runtime.common.ui.services.properties
-        </name>
-        <version>1.0.0.v20060627-1200</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.gmf.runtime.diagram.core</name>
-        <version>1.0.0.v20060627-1200</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.gmf.runtime.diagram.ui</name>
-        <version>1.0.0.v20060627-1200</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.gmf.runtime.diagram.ui.actions</name>
-        <version>1.0.0.v20060627-1200</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.gmf.runtime.diagram.ui.dnd</name>
-        <version>1.0.0.v20060627-1200</version>
-      </entry>
-      <entry>
-        <name>
-          org.eclipse.gmf.runtime.diagram.ui.geoshapes
-        </name>
-        <version>1.0.0.v20060627-1200</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.gmf.runtime.diagram.ui.printing</name>
-        <version>1.0.0.v20060627-1200</version>
-      </entry>
-      <entry>
-        <name>
-          org.eclipse.gmf.runtime.diagram.ui.printing.render
-        </name>
-        <version>1.0.0.v20060627-1200</version>
-      </entry>
-      <entry>
-        <name>
-          org.eclipse.gmf.runtime.diagram.ui.properties
-        </name>
-        <version>1.0.0.v20060627-1200</version>
-      </entry>
-      <entry>
-        <name>
-          org.eclipse.gmf.runtime.diagram.ui.providers
-        </name>
-        <version>1.0.0.v20060627-1200</version>
-      </entry>
-      <entry>
-        <name>
-          org.eclipse.gmf.runtime.diagram.ui.providers.ide
-        </name>
-        <version>1.0.0.v20060627-1200</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.gmf.runtime.diagram.ui.render</name>
-        <version>1.0.0.v20060627-1200</version>
-      </entry>
-      <entry>
-        <name>
-          org.eclipse.gmf.runtime.diagram.ui.resources.editor
-        </name>
-        <version>1.0.0.v20060627-1200</version>
-      </entry>
-      <entry>
-        <name>
-          org.eclipse.gmf.runtime.diagram.ui.resources.editor.ide
-        </name>
-        <version>1.0.0.v20060627-1200</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.gmf.runtime.draw2d.ui</name>
-        <version>1.0.0.v20060627-1200</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.gmf.runtime.draw2d.ui.render</name>
-        <version>1.0.0.v20060627-1200</version>
-      </entry>
-      <entry>
-        <name>
-          org.eclipse.gmf.runtime.draw2d.ui.render.awt
-        </name>
-        <version>1.0.0.v20060627-1200</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.gmf.runtime.emf.clipboard.core</name>
-        <version>1.0.0.v20060627-1200</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.gmf.runtime.emf.commands.core</name>
-        <version>1.0.0.v20060627-1200</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.gmf.runtime.emf.core</name>
-        <version>1.0.0.v20060627-1200</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.gmf.runtime.emf.type.core</name>
-        <version>1.0.0.v20060627-1200</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.gmf.runtime.emf.type.ui</name>
-        <version>1.0.0.v20060627-1200</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.gmf.runtime.emf.ui</name>
-        <version>1.0.0.v20060627-1200</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.gmf.runtime.emf.ui.properties</name>
-        <version>1.0.0.v20060627-1200</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.gmf.runtime.gef.ui</name>
-        <version>1.0.0.v20060627-1200</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.gmf.runtime.notation</name>
-        <version>1.0.0.v20060627-1200</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.gmf.runtime.notation.edit</name>
-        <version>1.0.0.v20060627-1200</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.gmf.runtime.notation.providers</name>
-        <version>1.0.0.v20060627-1200</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.gmf.sdk</name>
-        <version>1.0.0.v20060627-1200</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.gmf.tooldef</name>
-        <version>1.0.0.v20060627-1200</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.gmf.tooldef.edit</name>
-        <version>1.0.0.v20060627-1200</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.gmf.validate</name>
-        <version>1.0.0.v20060627-1200</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.help</name>
-        <version>3.2.0.v20060602</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.help.appserver</name>
-        <version>3.1.100.v20060602</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.help.base</name>
-        <version>3.2.0.v20060601</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.help.ui</name>
-        <version>3.2.0.v20060602</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.help.webapp</name>
-        <version>3.2.0.v20060602</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.hyades.analysis.engine</name>
-        <version>4.2.0.v200606131519</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.hyades.execution</name>
-        <version>4.2.1.v200607121546</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.hyades.execution.correlation</name>
-        <version>4.1.100.v200606131519</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.hyades.execution.trace</name>
-        <version>4.1.100.v200606131519</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.hyades.execution.win32.x86</name>
-        <version>4.2.0.v200606131519</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.hyades.logging.adapter</name>
-        <version>4.2.0.v200606170100</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.hyades.logging.adapter.ui</name>
-        <version>4.2.0.v200606131519</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.hyades.logging.core</name>
-        <version>4.2.1.v200607121546</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.hyades.logging.core.sample</name>
-        <version>4.1.100.v200606131519</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.hyades.logging.parsers</name>
-        <version>4.2.0.v200606190100</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.hyades.perfmon</name>
-        <version>4.2.0.v200606131519</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.hyades.probekit</name>
-        <version>4.2.0.v200606131519</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.hyades.probekit.doc.user</name>
-        <version>4.1.100.v200606131519</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.hyades.probekit.ui</name>
-        <version>4.1.100.v200606131519</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.hyades.resources.database</name>
-        <version>4.1.100.v200606190100</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.hyades.sdb</name>
-        <version>4.1.100.v200606140100</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.hyades.statistical.ui</name>
-        <version>4.2.0.v200606131519</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.hyades.test.core</name>
-        <version>4.2.1.v200607131756</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.hyades.test.doc.user</name>
-        <version>4.1.100.v200606131519</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.hyades.test.tools.core</name>
-        <version>4.2.0.v200606131519</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.hyades.test.tools.ui</name>
-        <version>4.2.0.v200606131519</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.hyades.test.ui</name>
-        <version>4.2.0.v200606131519</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.hyades.test.ui.extensions</name>
-        <version>4.2.0.v200606131519</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.hyades.trace.sample</name>
-        <version>4.1.100.v200606131519</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.hyades.trace.ui</name>
-        <version>4.2.0.v200606131519</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.hyades.trace.views</name>
-        <version>4.1.100.v200606131519</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.hyades.ui</name>
-        <version>4.1.100.v200606131519</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.jdt</name>
-        <version>3.2.0.v20060605-1400</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.jdt.apt.core</name>
-        <version>3.2.0.v20060602-1740</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.jdt.apt.ui</name>
-        <version>3.2.0.v20060602-1740</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.jdt.core</name>
-        <version>3.2.0.v_671</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.jdt.core.manipulation</name>
-        <version>1.0.0.v20060605-1400</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.jdt.debug</name>
-        <version>3.2.0.v20060605</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.jdt.debug.ui</name>
-        <version>3.2.0.v20060605</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.jdt.doc.user</name>
-        <version>3.2.0.v20060605-1400</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.jdt.junit</name>
-        <version>3.2.0.v20060605-1400</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.jdt.junit.runtime</name>
-        <version>3.2.0.v20060605-1400</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.jdt.junit4.runtime</name>
-        <version>1.0.0.v20060605-1400</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.jdt.launching</name>
-        <version>3.2.0.v20060605</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.jdt.ui</name>
-        <version>3.2.0.v20060605-1400</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.jem</name>
-        <version>1.2.0.v20060530_RC2</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.jem.beaninfo</name>
-        <version>1.2.0.v20060530_RC2</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.jem.proxy</name>
-        <version>1.2.0.v20060530_RC2</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.jem.ui</name>
-        <version>1.2.0.v20060518_RC1</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.jem.util</name>
-        <version>1.2.0.v20060530_RC2</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.jem.workbench</name>
-        <version>1.2.0.v20060530_RC2</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.jface</name>
-        <version>3.2.0.I20060605-1400</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.jface.databinding</name>
-        <version>1.0.0.I20060605-1400</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.jface.text</name>
-        <version>3.2.0.v20060605-1400</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.jst</name>
-        <version>1.0.1.v200605040115</version>
-      </entry>
-      <entry>
-        <name>
-          org.eclipse.jst.common.annotations.controller
-        </name>
-        <version>1.1.0.v200606130315</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.jst.common.annotations.core</name>
-        <version>1.1.0.v200606130315</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.jst.common.annotations.ui</name>
-        <version>1.1.0.v200606130315</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.jst.common.frameworks</name>
-        <version>1.1.0.v200606130315</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.jst.common.project.facet.core</name>
-        <version>1.1.0.v200606130315</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.jst.ejb.doc.user</name>
-        <version>1.0.201.v200605291441</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.jst.ejb.ui</name>
-        <version>1.1.0.v200606130315</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.jst.j2ee</name>
-        <version>1.1.0.v200606222043</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.jst.j2ee.core</name>
-        <version>1.1.0.v200606130315</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.jst.j2ee.doc.user</name>
-        <version>1.0.201.v200605152316</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.jst.j2ee.ejb</name>
-        <version>1.1.0.v200606152049</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.jst.j2ee.ejb.annotation.model</name>
-        <version>1.1.0.v200606212143</version>
-      </entry>
-      <entry>
-        <name>
-          org.eclipse.jst.j2ee.ejb.annotations.emitter
-        </name>
-        <version>1.1.0.v200606130315</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.jst.j2ee.ejb.annotations.ui</name>
-        <version>1.1.0.v200606212143</version>
-      </entry>
-      <entry>
-        <name>
-          org.eclipse.jst.j2ee.ejb.annotations.xdoclet
-        </name>
-        <version>1.1.0.v200606130315</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.jst.j2ee.infopop</name>
-        <version>1.0.201.v200605040115</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.jst.j2ee.jca</name>
-        <version>1.1.0.v200606152049</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.jst.j2ee.jca.ui</name>
-        <version>1.1.0.v200606130315</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.jst.j2ee.navigator.ui</name>
-        <version>1.1.0.v200606130315</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.jst.j2ee.ui</name>
-        <version>1.1.0.v200606130315</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.jst.j2ee.web</name>
-        <version>1.1.0.v200606152049</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.jst.j2ee.webservice</name>
-        <version>1.1.0.v200606130315</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.jst.j2ee.webservice.ui</name>
-        <version>1.1.0.v200606130315</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.jst.j2ee.xdoclet.runtime</name>
-        <version>1.1.0.v200606130315</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.jst.jsp.core</name>
-        <version>1.1.0.v200606191945</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.jst.jsp.ui</name>
-        <version>1.1.0.v200606191945</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.jst.jsp.ui.infopop</name>
-        <version>1.0.2.v200605040115</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.jst.server.core</name>
-        <version>1.0.102.v200606130315</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.jst.server.generic.core</name>
-        <version>1.0.100.v200606130315</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.jst.server.generic.jboss</name>
-        <version>1.5.0.v200606130315</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.jst.server.generic.jonas</name>
-        <version>1.5.0.v200606130315</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.jst.server.generic.oc4j</name>
-        <version>1.5.0.v200606130315</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.jst.server.generic.ui</name>
-        <version>1.0.100.v200606130315</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.jst.server.generic.weblogic</name>
-        <version>1.5.0.v200606130315</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.jst.server.installable</name>
-        <version>1.5.0.v200606130315</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.jst.server.tomcat.core</name>
-        <version>1.0.102.v200606130315</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.jst.server.tomcat.ui</name>
-        <version>1.0.102.v200606130315</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.jst.server.ui</name>
-        <version>1.0.102.v200606130315</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.jst.server.ui.doc.user</name>
-        <version>1.0.1.v200605040115</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.jst.server.ui.infopop</name>
-        <version>1.0.2.v200605040115</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.jst.server.websphere.core</name>
-        <version>1.0.100.v200606130315</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.jst.servlet.ui</name>
-        <version>1.1.0.v200606130315</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.jst.servlet.ui.infopop</name>
-        <version>1.0.201.v200606130315</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.jst.ws</name>
-        <version>1.0.101.v200606130315</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.jst.ws.axis.consumption.core</name>
-        <version>1.0.101.v200606130315</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.jst.ws.axis.consumption.ui</name>
-        <version>1.0.101.v200606130315</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.jst.ws.axis.creation.ui</name>
-        <version>1.0.101.v200606130315</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.jst.ws.axis.infopop</name>
-        <version>1.0.201.v200605152241</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.jst.ws.axis.ui.doc.user</name>
-        <version>1.0.201.v200605111705</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.jst.ws.consumption</name>
-        <version>1.0.101.v200606131923</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.jst.ws.consumption.infopop</name>
-        <version>1.0.201.v200605152241</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.jst.ws.consumption.ui</name>
-        <version>1.0.101.v200606130315</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.jst.ws.consumption.ui.doc.user</name>
-        <version>1.0.201.v200605111705</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.jst.ws.creation.ejb.ui</name>
-        <version>1.0.0.v200606130315</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.jst.ws.creation.ui</name>
-        <version>1.0.101.v200606130315</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.jst.ws.doc.user</name>
-        <version>1.0.201.v200605111641</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.jst.ws.infopop</name>
-        <version>1.0.201.v200605162034</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.jst.ws.uddiregistry</name>
-        <version>1.0.100.v200606130315</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.jst.ws.ui</name>
-        <version>1.0.100.v200606130315</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.ltk.core.refactoring</name>
-        <version>3.2.0.v20060605-1400</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.ltk.ui.refactoring</name>
-        <version>3.2.0.v20060605-1400</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.osgi</name>
-        <version>3.2.0.v20060601</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.osgi.services</name>
-        <version>3.1.100.v20060601</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.osgi.util</name>
-        <version>3.1.100.v20060601</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.pde</name>
-        <version>3.2.0.v20060605</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.pde.build</name>
-        <version>3.2.0.v20060603</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.pde.core</name>
-        <version>3.2.0.v20060605</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.pde.doc.user</name>
-        <version>3.2.0.v20060605</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.pde.junit.runtime</name>
-        <version>3.2.0.v20060605</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.pde.runtime</name>
-        <version>3.2.0.v20060605</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.pde.ui</name>
-        <version>3.2.0.v20060605</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.platform</name>
-        <version>3.2.0.v20060601</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.platform.doc.user</name>
-        <version>3.2.0.v20060605</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.rcp</name>
-        <version>3.2.0.v20060605</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.search</name>
-        <version>3.2.0.v20060605-1400</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.swt</name>
-        <version>3.2.0.v3232o</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.swt.win32.win32.x86</name>
-        <version>3.2.0.v3232m</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.team.core</name>
-        <version>3.2.0.I200606051140</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.team.cvs.core</name>
-        <version>3.2.0.M20060628</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.team.cvs.ssh</name>
-        <version>3.2.0.I200606011710</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.team.cvs.ssh2</name>
-        <version>3.2.0.I200606051140</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.team.cvs.ui</name>
-        <version>3.2.0.I200606051140</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.team.ui</name>
-        <version>3.2.0.I200606051140</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.text</name>
-        <version>3.2.0.v20060605-1400</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.tomcat</name>
-        <version>4.1.130.v20060601</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.tptp.monitoring</name>
-        <version>4.1.100.v200606131519</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.tptp.monitoring.doc.user</name>
-        <version>4.2.0.v200606131519</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.tptp.monitoring.examples</name>
-        <version>4.2.0.v200606131519</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.tptp.monitoring.logui</name>
-        <version>4.2.0.v200606131519</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.tptp.monitoring.profile.server</name>
-        <version>4.1.100.v200606131519</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.tptp.monitoring.report.birt</name>
-        <version>4.2.0.v200606131519</version>
-      </entry>
-      <entry>
-        <name>
-          org.eclipse.tptp.monitoring.report.birt.doc.user
-        </name>
-        <version>4.2.0.v200606131519</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.tptp.monitoring.report.birt.ui</name>
-        <version>4.2.0.v200606131519</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.tptp.platform.agentcontroller</name>
-        <version>4.1.100.v200606170100</version>
-      </entry>
-      <entry>
-        <name>
-          org.eclipse.tptp.platform.agentcontroller.doc.user
-        </name>
-        <version>4.2.0.v200606131519</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.tptp.platform.analysis</name>
-        <version>4.1.100.v200606131519</version>
-      </entry>
-      <entry>
-        <name>
-          org.eclipse.tptp.platform.analysis.codereview.java
-        </name>
-        <version>4.2.0.v200606131519</version>
-      </entry>
-      <entry>
-        <name>
-          org.eclipse.tptp.platform.analysis.codereview.java.rules
-        </name>
-        <version>4.2.0.v200606131519</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.tptp.platform.analysis.core</name>
-        <version>4.2.0.v200606131519</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.tptp.platform.analysis.core.ui</name>
-        <version>4.2.1.v200606131519</version>
-      </entry>
-      <entry>
-        <name>
-          org.eclipse.tptp.platform.analysis.core.ui.doc
-        </name>
-        <version>4.2.0.v200606131519</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.tptp.platform.analysis.engine</name>
-        <version>4.1.100.v200606131519</version>
-      </entry>
-      <entry>
-        <name>
-          org.eclipse.tptp.platform.collection.framework
-        </name>
-        <version>4.1.100.v200606131519</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.tptp.platform.core</name>
-        <version>4.1.100.v200606131519</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.tptp.platform.doc.user</name>
-        <version>4.1.100.v200606131519</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.tptp.platform.examples</name>
-        <version>4.2.0.v200606131519</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.tptp.platform.execution</name>
-        <version>4.2.0.v200606140100</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.tptp.platform.log.views</name>
-        <version>4.2.0.v200606131519</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.tptp.platform.lta</name>
-        <version>4.1.100.v200606131519</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.tptp.platform.models</name>
-        <version>4.2.1.v200607131756</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.tptp.platform.probekit</name>
-        <version>4.1.100.v200606131519</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.tptp.platform.probekit.launch</name>
-        <version>4.2.0.v200606131519</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.tptp.platform.profile.server</name>
-        <version>4.1.100.v200606131519</version>
-      </entry>
-      <entry>
-        <name>
-          org.eclipse.tptp.platform.profile.server.core
-        </name>
-        <version>4.1.100.v200606131519</version>
-      </entry>
-      <entry>
-        <name>
-          org.eclipse.tptp.platform.profile.server.wst
-        </name>
-        <version>4.1.100.v200606131519</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.tptp.platform.report</name>
-        <version>4.1.100.v200606131519</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.tptp.platform.report.birt</name>
-        <version>4.2.0.v200606131519</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.tptp.platform.report.birt.ui</name>
-        <version>4.2.0.v200606131519</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.tptp.platform.report.core</name>
-        <version>4.1.101.v200606131519</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.tptp.platform.report.ui</name>
-        <version>4.1.100.v200606131519</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.tptp.platform.samples</name>
-        <version>4.1.100.v200606131519</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.tptp.platform.statistical.ui</name>
-        <version>4.1.100.v200606131519</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.tptp.platform.trace</name>
-        <version>4.1.100.v200606131519</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.tptp.test</name>
-        <version>4.1.100.v200606131519</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.tptp.test.report.birt</name>
-        <version>4.2.0.v200606131519</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.tptp.test.report.birt.doc.user</name>
-        <version>4.2.0.v200606131519</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.tptp.test.report.birt.ui</name>
-        <version>4.2.0.v200606131519</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.tptp.test.samples</name>
-        <version>4.1.100.v200606131519</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.tptp.test.tools</name>
-        <version>4.1.100.v200606131519</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.tptp.trace</name>
-        <version>4.1.100.v200606131519</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.tptp.trace.report.birt</name>
-        <version>4.2.0.v200606131519</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.tptp.trace.report.birt.doc.user</name>
-        <version>4.2.0.v200606131519</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.tptp.trace.report.birt.ui</name>
-        <version>4.2.0.v200606131519</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.ui</name>
-        <version>3.2.0.I20060605-1400</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.ui.browser</name>
-        <version>3.2.0.v20060602</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.ui.cheatsheets</name>
-        <version>3.2.0.v20060602</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.ui.console</name>
-        <version>3.1.100.v20060605</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.ui.editors</name>
-        <version>3.2.0.v20060605-1400</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.ui.externaltools</name>
-        <version>3.1.100.v20060605</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.ui.forms</name>
-        <version>3.2.0.v20060602</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.ui.ide</name>
-        <version>3.2.0.I20060605-1400</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.ui.intro</name>
-        <version>3.2.0.v20060601</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.ui.intro.universal</name>
-        <version>3.2.0.v20060602</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.ui.navigator</name>
-        <version>3.2.0.I20060605-1400</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.ui.navigator.resources</name>
-        <version>3.2.0.I20060605-1400</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.ui.presentations.r21</name>
-        <version>3.2.0.I20060605-1400</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.ui.views</name>
-        <version>3.2.0.I20060605-1400</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.ui.views.properties.tabbed</name>
-        <version>3.2.0.I20060605-1400</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.ui.win32</name>
-        <version>3.2.0.I20060605-1400</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.ui.workbench</name>
-        <version>3.2.0.I20060605-1400</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.ui.workbench.compatibility</name>
-        <version>3.2.0.I20060605-1400</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.ui.workbench.texteditor</name>
-        <version>3.2.0.v20060605-1400</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.update.configurator</name>
-        <version>3.2.0.v20060605</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.update.core</name>
-        <version>3.2.0.v20060605</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.update.core.win32</name>
-        <version>3.2.0.v20060605</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.update.scheduler</name>
-        <version>3.2.0.v20060605</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.update.ui</name>
-        <version>3.2.0.v20060605</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.ve</name>
-        <version>1.2.0.v20060518_RC1</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.ve.cde</name>
-        <version>1.2.0.v20060518_RC1</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.ve.doc</name>
-        <version>1.2.0.v20060518_RC1</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.ve.java.core</name>
-        <version>1.2.0.v20060620_RC3</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.ve.jfc</name>
-        <version>1.2.0.v20060620_RC3</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.ve.propertysheet</name>
-        <version>1.2.0.v20060518_RC1</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.ve.swt</name>
-        <version>1.2.0.v20060628</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.wst</name>
-        <version>1.0.1.v200605040144</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.wst.command.env</name>
-        <version>1.0.101.v200606130645</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.wst.command.env.core</name>
-        <version>1.0.101.v200606130645</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.wst.command.env.infopop</name>
-        <version>1.0.2.v200605070230</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.wst.command.env.ui</name>
-        <version>1.0.101.v200606130645</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.wst.common.core</name>
-        <version>1.1.0.v200606130645</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.wst.common.emf</name>
-        <version>1.1.0.v200606130645</version>
-      </entry>
-      <entry>
-        <name>
-          org.eclipse.wst.common.emfworkbench.integration
-        </name>
-        <version>1.1.0.v200606130645</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.wst.common.environment</name>
-        <version>1.0.100.v200606130645</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.wst.common.frameworks</name>
-        <version>1.1.0.v200606130645</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.wst.common.frameworks.ui</name>
-        <version>1.1.0.v200606130645</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.wst.common.infopop</name>
-        <version>1.0.1.v200605270041</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.wst.common.modulecore</name>
-        <version>1.1.0.v200606222043</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.wst.common.project.facet.core</name>
-        <version>1.1.0.v200606130645</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.wst.common.project.facet.ui</name>
-        <version>1.1.0.v200606130645</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.wst.common.snippets</name>
-        <version>1.1.0.v200606141450</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.wst.common.ui</name>
-        <version>1.1.0.v200606142122</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.wst.common.ui.properties</name>
-        <version>1.0.100.v200606130645</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.wst.common.uriresolver</name>
-        <version>1.1.0.v200606130645</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.wst.css.core</name>
-        <version>1.1.0.v200606141450</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.wst.css.ui</name>
-        <version>1.0.100.v200606141450</version>
-      </entry>
-      <entry>
-        <name>
-          org.eclipse.wst.datatools.connection.ui.doc.user
-        </name>
-        <version>1.0.1.v200605040131</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.wst.datatools.data.ui.doc.user</name>
-        <version>1.0.1.v200605070230</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.wst.datatools.fe.ui.doc.user</name>
-        <version>1.0.201.v200605070230</version>
-      </entry>
-      <entry>
-        <name>
-          org.eclipse.wst.datatools.server.ui.doc.user
-        </name>
-        <version>1.0.1.v200605070230</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.wst.doc.user</name>
-        <version>1.0.201.v200605181647</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.wst.dtd.core</name>
-        <version>1.1.0.v200606141450</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.wst.dtd.ui</name>
-        <version>1.0.100.v200606141450</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.wst.dtd.ui.infopop</name>
-        <version>1.0.1.v200605040131</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.wst.dtdeditor.doc.user</name>
-        <version>1.0.2.v200605040131</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.wst.html.core</name>
-        <version>1.1.0.v200606141450</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.wst.html.standard.dtds</name>
-        <version>1.0.0</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.wst.html.ui</name>
-        <version>1.0.100.v200606191945</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.wst.html.ui.infopop</name>
-        <version>1.0.1.v200605040131</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.wst.internet.cache</name>
-        <version>1.0.101.v200606130645</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.wst.internet.monitor.core</name>
-        <version>1.0.102.v200606130645</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.wst.internet.monitor.ui</name>
-        <version>1.0.102.v200606130645</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.wst.internet.proxy</name>
-        <version>1.0.100.v200606130645</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.wst.internet.proxy.infopop</name>
-        <version>1.0.0.v200605070230</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.wst.javascript.core</name>
-        <version>1.0.0.v200606141450</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.wst.javascript.ui</name>
-        <version>1.0.0.v200606141450</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.wst.javascript.ui.infopop</name>
-        <version>1.0.1.v200605040131</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.wst.rdb.connection.ui</name>
-        <version>1.0.101.v200606130645</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.wst.rdb.connection.ui.infopop</name>
-        <version>1.0.0.v200605040131</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.wst.rdb.core</name>
-        <version>1.0.107.v200606221744</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.wst.rdb.core.ui</name>
-        <version>1.0.102.v200606130645</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.wst.rdb.data.core</name>
-        <version>1.0.104.v200606130645</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.wst.rdb.data.ui</name>
-        <version>1.0.105.v200606130645</version>
-      </entry>
-      <entry>
-        <name>
-          org.eclipse.wst.rdb.dbdefinition.db2.iseries
-        </name>
-        <version>1.0.102.v200606221744</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.wst.rdb.dbdefinition.db2.luw</name>
-        <version>1.0.103.v200606221744</version>
-      </entry>
-      <entry>
-        <name>
-          org.eclipse.wst.rdb.dbdefinition.db2.zseries
-        </name>
-        <version>1.0.102.v200606221744</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.wst.rdb.dbdefinition.derby</name>
-        <version>1.0.102.v200606221744</version>
-      </entry>
-      <entry>
-        <name>
-          org.eclipse.wst.rdb.dbdefinition.generic.jdbc
-        </name>
-        <version>1.0.101.v200605040131</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.wst.rdb.dbdefinition.informix</name>
-        <version>1.0.102.v200605082300</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.wst.rdb.dbdefinition.mysql</name>
-        <version>1.0.0.v200605040131</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.wst.rdb.dbdefinition.oracle</name>
-        <version>1.0.101.v200605040131</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.wst.rdb.dbdefinition.sqlserver</name>
-        <version>1.0.102.v200605040131</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.wst.rdb.dbdefinition.sybase</name>
-        <version>1.0.103.v200606221744</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.wst.rdb.derby</name>
-        <version>1.0.101.v200606130645</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.wst.rdb.derby.ui</name>
-        <version>1.0.101.v200606130645</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.wst.rdb.fe.ui</name>
-        <version>1.0.101.v200606130645</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.wst.rdb.fe.ui.actions</name>
-        <version>1.0.101.v200606130645</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.wst.rdb.fe.ui.infopop</name>
-        <version>1.0.0.v200605040131</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.wst.rdb.models.dbdefinition</name>
-        <version>1.0.101.v200606130645</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.wst.rdb.models.sql</name>
-        <version>1.0.102.v200606130645</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.wst.rdb.models.sql.edit</name>
-        <version>1.0.102.v200606130645</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.wst.rdb.mysql</name>
-        <version>1.0.101.v200606130645</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.wst.rdb.outputview</name>
-        <version>1.0.104.v200606130645</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.wst.rdb.outputview.infopop</name>
-        <version>1.0.0.v200605040131</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.wst.rdb.server.extensions</name>
-        <version>1.0.102.v200606130645</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.wst.rdb.server.ui</name>
-        <version>1.0.101.v200606130645</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.wst.rdb.server.ui.infopop</name>
-        <version>1.0.0.v200605040131</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.wst.rdb.sqleditor</name>
-        <version>1.0.103.v200606130645</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.wst.rdb.sqleditor.infopop</name>
-        <version>1.0.0.v200605040131</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.wst.rdb.sqlscrapbook</name>
-        <version>1.0.101.v200606130645</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.wst.server.core</name>
-        <version>1.0.102.v200606130645</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.wst.server.ui</name>
-        <version>1.0.102.v200606130645</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.wst.server.ui.doc.user</name>
-        <version>1.0.2.v200605040131</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.wst.server.ui.infopop</name>
-        <version>1.0.2.v200605040131</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.wst.sqleditor.doc.user</name>
-        <version>1.0.0.v200605270041</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.wst.sse.core</name>
-        <version>1.1.0.v200606141450</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.wst.sse.doc.user</name>
-        <version>1.0.201.v200605152316</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.wst.sse.ui</name>
-        <version>1.0.101.v200606191900</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.wst.sse.ui.infopop</name>
-        <version>1.0.101.v200605040131</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.wst.validation</name>
-        <version>1.1.0.v200606130645</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.wst.validation.infopop</name>
-        <version>1.0.201.v200606130645</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.wst.validation.ui</name>
-        <version>1.1.0.v200606130645</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.wst.web</name>
-        <version>1.1.0.v200606222043</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.wst.web.ui</name>
-        <version>1.1.0.v200606161959</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.wst.web.ui.infopop</name>
-        <version>1.0.201.v200605070230</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.wst.webtools.doc.user</name>
-        <version>1.0.201.v200605181650</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.wst.ws</name>
-        <version>1.0.100.v200606130645</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.wst.ws.explorer</name>
-        <version>1.0.101.v200606130645</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.wst.ws.infopop</name>
-        <version>1.0.201.v200605152241</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.wst.ws.parser</name>
-        <version>1.0.100.v200606130645</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.wst.ws.ui</name>
-        <version>1.0.100.v200606130645</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.wst.wsdl</name>
-        <version>1.0.100.v200606130645</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.wst.wsdl.ui</name>
-        <version>1.1.0.v200606142122</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.wst.wsdl.ui.doc.user</name>
-        <version>1.0.201.v200605111623</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.wst.wsdl.validation</name>
-        <version>1.1.0.v200606130645</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.wst.wsi</name>
-        <version>1.0.101.v200606130645</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.wst.wsi.ui</name>
-        <version>1.0.0.v200606130645</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.wst.wsi.ui.doc.user</name>
-        <version>1.0.201.v200605111705</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.wst.xml.core</name>
-        <version>1.1.0.v200606142000</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.wst.xml.ui</name>
-        <version>1.0.100.v200606141450</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.wst.xml.ui.infopop</name>
-        <version>1.0.1.v200605040131</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.wst.xmleditor.doc.user</name>
-        <version>1.0.201.v200605040131</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.wst.xsd.core</name>
-        <version>1.1.0.v200606130645</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.wst.xsd.ui</name>
-        <version>1.1.0.v200606142122</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.wst.xsdeditor.doc.user</name>
-        <version>1.0.201.v200605181657</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.xsd</name>
-        <version>2.2.0.v200606271057</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.xsd.ecore.exporter</name>
-        <version>2.2.0.v200606271057</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.xsd.ecore.importer</name>
-        <version>2.2.0.v200606271057</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.xsd.edit</name>
-        <version>2.2.0.v200606271057</version>
-      </entry>
-      <entry>
-        <name>org.eclipse.xsd.editor</name>
-        <version>2.2.0.v200606271057</version>
-      </entry>
-      <entry>
-        <name>org.junit</name>
-        <version>3.8.1</version>
-      </entry>
-      <entry>
-        <name>org.junit4</name>
-        <version>4.1.0</version>
-      </entry>
-      <entry>
-        <name>org.mozilla.rhino</name>
-        <version>1.6.0.N20060628-1351</version>
-      </entry>
-      <entry>
-        <name>org.uddi4j</name>
-        <version>2.0.4.v200606181221</version>
-      </entry>
-      <entry>
-        <name>org.w3c.sac</name>
-        <version>1.3.0.N20060628-1351</version>
-      </entry>
-      <entry>
-        <name>org.wsdl4j</name>
-        <version>1.4.0.v200606181221</version>
-      </entry>
-    </bundleData>
-  </referenceData>
\ No newline at end of file
diff --git a/org.eclipse.wtp.releng.versionchecker/src/org/eclipse/callisto/tools/versionchecker/ClassPathResolver.java b/org.eclipse.wtp.releng.versionchecker/src/org/eclipse/wtp/releng/tools/versionchecker/ClassPathResolver.java
similarity index 96%
rename from org.eclipse.wtp.releng.versionchecker/src/org/eclipse/callisto/tools/versionchecker/ClassPathResolver.java
rename to org.eclipse.wtp.releng.versionchecker/src/org/eclipse/wtp/releng/tools/versionchecker/ClassPathResolver.java
index b44d22721fcb212045b25e0cd99f22f856734342..f2e15f9753086c5be9bea2b7f7ca1e5b5d4a0a92 100644
--- a/org.eclipse.wtp.releng.versionchecker/src/org/eclipse/callisto/tools/versionchecker/ClassPathResolver.java
+++ b/org.eclipse.wtp.releng.versionchecker/src/org/eclipse/wtp/releng/tools/versionchecker/ClassPathResolver.java
@@ -10,7 +10,7 @@
  *     
  *******************************************************************************/
 
-package org.eclipse.wtp.releng.versionchecker;
+package org.eclipse.wtp.releng.tools.versionchecker;
 
 import java.io.IOException;
 import java.io.InputStream;
diff --git a/org.eclipse.wtp.releng.versionchecker/src/org/eclipse/callisto/tools/versionchecker/DependencyChecker.java b/org.eclipse.wtp.releng.versionchecker/src/org/eclipse/wtp/releng/tools/versionchecker/DependencyChecker.java
similarity index 99%
rename from org.eclipse.wtp.releng.versionchecker/src/org/eclipse/callisto/tools/versionchecker/DependencyChecker.java
rename to org.eclipse.wtp.releng.versionchecker/src/org/eclipse/wtp/releng/tools/versionchecker/DependencyChecker.java
index 832135bc736e3de4f55a4ab9eaceb93bdc4543f2..04b096342a9066b88510290ebf9e300014822434 100644
--- a/org.eclipse.wtp.releng.versionchecker/src/org/eclipse/callisto/tools/versionchecker/DependencyChecker.java
+++ b/org.eclipse.wtp.releng.versionchecker/src/org/eclipse/wtp/releng/tools/versionchecker/DependencyChecker.java
@@ -14,7 +14,7 @@
  *          made output "ready to paste", if desired. 
  *      
  *******************************************************************************/
-package org.eclipse.wtp.releng.versionchecker;
+package org.eclipse.wtp.releng.tools.versionchecker;
 
 import java.io.BufferedReader;
 import java.io.BufferedWriter;
diff --git a/org.eclipse.wtp.releng.versionchecker/src/org/eclipse/callisto/tools/versionchecker/VersionLister.java b/org.eclipse.wtp.releng.versionchecker/src/org/eclipse/wtp/releng/tools/versionchecker/VersionLister.java
similarity index 99%
rename from org.eclipse.wtp.releng.versionchecker/src/org/eclipse/callisto/tools/versionchecker/VersionLister.java
rename to org.eclipse.wtp.releng.versionchecker/src/org/eclipse/wtp/releng/tools/versionchecker/VersionLister.java
index 7dd65ae47f318541c06376ea8e33639386bd80a1..617bba8907d41a7d1b200a656d1953e3108d1994 100644
--- a/org.eclipse.wtp.releng.versionchecker/src/org/eclipse/callisto/tools/versionchecker/VersionLister.java
+++ b/org.eclipse.wtp.releng.versionchecker/src/org/eclipse/wtp/releng/tools/versionchecker/VersionLister.java
@@ -7,7 +7,7 @@
  * 
  *      
  *******************************************************************************/
-package org.eclipse.wtp.releng.versionchecker;
+package org.eclipse.wtp.releng.tools.versionchecker;
 
 import java.io.File;
 import java.io.FileNotFoundException;
diff --git a/org.eclipse.wtp.releng.versionchecker/src/org/eclipse/callisto/tools/versionchecker/versioningData.dtd b/org.eclipse.wtp.releng.versionchecker/src/org/eclipse/wtp/releng/tools/versionchecker/versioningData.dtd
similarity index 100%
rename from org.eclipse.wtp.releng.versionchecker/src/org/eclipse/callisto/tools/versionchecker/versioningData.dtd
rename to org.eclipse.wtp.releng.versionchecker/src/org/eclipse/wtp/releng/tools/versionchecker/versioningData.dtd