You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@gump.apache.org by ma...@apache.org on 2021/01/07 17:24:23 UTC

svn commit: r1885246 - /gump/metadata/project/eclipse.xml

Author: markt
Date: Thu Jan  7 17:24:23 2021
New Revision: 1885246

URL: http://svn.apache.org/viewvc?rev=1885246&view=rev
Log:
Comment out JARs that appear to be unused. Will be removed completely if no errors triggered.

Modified:
    gump/metadata/project/eclipse.xml

Modified: gump/metadata/project/eclipse.xml
URL: http://svn.apache.org/viewvc/gump/metadata/project/eclipse.xml?rev=1885246&r1=1885245&r2=1885246&view=diff
==============================================================================
--- gump/metadata/project/eclipse.xml (original)
+++ gump/metadata/project/eclipse.xml Thu Jan  7 17:24:23 2021
@@ -26,11 +26,15 @@
 
     <package>org.eclipse</package>
 
+    <!--
     <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/R-4.18-202012021800/ecj-4.18.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"/>
+    -->
   </project>
 
 </module>