[commit] r2525 - trunk/SDK/Java

GMESRC Repository Notifications gme-commit at list.isis.vanderbilt.edu
Wed Sep 10 11:31:36 CDT 2014


Author: ksmyth
Date: Wed Sep 10 11:31:36 2014
New Revision: 2525

Log:
Recompile gme.jar with ant. Excludes Eclipse classes.

Modified:
   trunk/SDK/Java/build.xml
   trunk/SDK/Java/gme.jar

Modified: trunk/SDK/Java/build.xml
==============================================================================
--- trunk/SDK/Java/build.xml	Thu Sep  4 15:02:03 2014	(r2524)
+++ trunk/SDK/Java/build.xml	Wed Sep 10 11:31:36 2014	(r2525)
@@ -20,8 +20,6 @@
         <javac destdir="./bin" source="1.5" target="1.5" debug="true">
             <src path="./java"/>
         	<exclude name="org/isis/gme/attributeview/**"/>
-        	<exclude name="org/isis/gme/mgadecorator/**"/>
-        	<exclude name="org/isis/gme/mgautil/**"/>
             <exclude name="org/isis/gme/modeleditor/**"/>
             <exclude name="org/isis/gme/modelexplorer/**"/>
         	<exclude name="org/isis/gme/multipageeditortest/**"/>

Modified: trunk/SDK/Java/gme.jar
==============================================================================
Binary file (source and/or target). No diff available.


More information about the gme-commit mailing list