Revision: 19537 http://sourceforge.net/p/gate/code/19537 Author: markagreenwood Date: 2016-08-22 11:09:31 +0000 (Mon, 22 Aug 2016) Log Message: ----------- updated eclipse project
Modified Paths: -------------- gate/branches/sawdust2/plugins/Developer_Tools/.classpath Modified: gate/branches/sawdust2/plugins/Developer_Tools/.classpath =================================================================== --- gate/branches/sawdust2/plugins/Developer_Tools/.classpath 2016-08-22 11:08:52 UTC (rev 19536) +++ gate/branches/sawdust2/plugins/Developer_Tools/.classpath 2016-08-22 11:09:31 UTC (rev 19537) @@ -1,6 +1,11 @@ <?xml version="1.0" encoding="UTF-8"?> <classpath> - <classpathentry kind="src" path="src/main/java"/> + <classpathentry kind="src" output="target/classes" path="src/main/java"> + <attributes> + <attribute name="optional" value="true"/> + <attribute name="maven.pomderived" value="true"/> + </attributes> + </classpathentry> <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"> <attributes> <attribute name="maven.pomderived" value="true"/> @@ -11,5 +16,16 @@ <attribute name="maven.pomderived" value="true"/> </attributes> </classpathentry> + <classpathentry excluding="**" kind="src" output="target/classes" path="src/main/resources"> + <attributes> + <attribute name="maven.pomderived" value="true"/> + </attributes> + </classpathentry> + <classpathentry kind="src" output="target/test-classes" path="src/test/java"> + <attributes> + <attribute name="optional" value="true"/> + <attribute name="maven.pomderived" value="true"/> + </attributes> + </classpathentry> <classpathentry kind="output" path="target/classes"/> </classpath> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. ------------------------------------------------------------------------------ _______________________________________________ GATE-cvs mailing list GATE-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/gate-cvs