You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@gump.apache.org by bo...@apache.org on 2009/01/09 15:34:02 UTC

svn commit: r733047 - in /gump/metadata: profile/gump.xml project/eclipse.xml

Author: bodewig
Date: Fri Jan  9 06:34:02 2009
New Revision: 733047

URL: http://svn.apache.org/viewvc?rev=733047&view=rev
Log:
rename eclipse dir, upgrade jdtcore to 3.4.2

Modified:
    gump/metadata/profile/gump.xml
    gump/metadata/project/eclipse.xml

Modified: gump/metadata/profile/gump.xml
URL: http://svn.apache.org/viewvc/gump/metadata/profile/gump.xml?rev=733047&r1=733046&r2=733047&view=diff
==============================================================================
--- gump/metadata/profile/gump.xml (original)
+++ gump/metadata/profile/gump.xml Fri Jan  9 06:34:02 2009
@@ -499,7 +499,7 @@
   <project name="easymock"         package="easymock1.2_Java1.3"/>
   <project name="easymockclassextension"
            package="easymockclassextension1.2"/>
-  <project name="eclipse"          package="eclipse-3.1M6"/>
+  <project name="eclipse"          package="eclipse"/>
   <project name="packaged-emma"    package="emma-2.0.5312"/>
   <project name="ehcache"          package="ehcache-1.0"/>
   <project name="ejb"              package="ejb-2_0-fr"/>

Modified: gump/metadata/project/eclipse.xml
URL: http://svn.apache.org/viewvc/gump/metadata/project/eclipse.xml?rev=733047&r1=733046&r2=733047&view=diff
==============================================================================
--- gump/metadata/project/eclipse.xml (original)
+++ gump/metadata/project/eclipse.xml Fri Jan  9 06:34:02 2009
@@ -28,21 +28,9 @@
 
     <jar name="plugins/org.eclipse.core.boot_3.0.0/boot.jar" id="boot"/>
     <jar name="plugins/org.eclipse.core.runtime_3.1.0.jar" id="runtime"/>
-    <jar name="plugins/org.eclipse.jdt.core_3.1.0/jdtcore.jar" id="jdtcore"/>
+    <jar name="plugins/org.eclipse.jdt.core_3.4.2/jdtcore.jar" id="jdtcore"/>
     <jar name="plugins/org.eclipse.jface_3.1.0.jar" id="jface"/>
     <jar name="plugins/org.eclipse.swt.motif_3.1.0.jar" id="swt"/>
-
-    <!-- Used to be here for Eclipse 3.0.1, but nobody depends on them -->
-    <!--jar name="plugins/org.eclipse.ant.core_3.0.0/antsupport.jar" id="antsupport"/-->
-    <!--jar name="plugins/org.eclipse.core.resources_3.0.1/resources.jar" id="resources"/-->
-    <!--jar name="plugins/org.eclipse.debug.core_3.0.1/dtcore.jar" id="dtcore"/-->
-    <!--jar name="plugins/org.eclipse.debug.ui_3.0.1/dtui.jar" id="dtui"/-->
-    <!--jar name="plugins/org.eclipse.jdt.junit_3.0.1/junitsupport.jar" id="jdtjunit"/-->
-    <!--jar name="plugins/org.eclipse.jdt.launching_3.0.1/launching.jar" id="launching"/-->
-    <!--jar name="plugins/org.eclipse.jdt.ui_3.0.1/jdt.jar" id="jdtui"/-->
-    <!--jar name="plugins/org.eclipse.ui.workbench_3.0.1/workbench.jar" id="workbench"/-->
-    <!--jar name="plugins/org.eclipse.ui.externaltools_3.0.1/externaltools.jar" id="externaltools"/-->
-
   </project>
 
 </module>