Revision: 3431
http://jnode.svn.sourceforge.net/jnode/?rev=3431&view=rev
Author: lsantha
Date: 2007-08-25 13:31:28 -0700 (Sat, 25 Aug 2007)
Log Message:
-----------
Excluded AnnotateTask.java from the build.
Modified Paths:
--------------
trunk/all/lib/jnode.xml
Modified: trunk/all/lib/jnode.xml
===================================================================
--- trunk/all/lib/jnode.xml 2007-08-25 20:15:42 UTC (rev 3430)
+++ trunk/all/lib/jnode.xml 2007-08-25 20:31:28 UTC (rev 3431)
@@ -14,7 +14,7 @@
target="${java.target}"
source="${java.source}"
encoding="${java.encoding}"
- excludes="**/*-template.java,**/package-info.java">
+ excludes="**/*-template.java,**/package-info.java, **/AnnotateTask.java">
<bootclasspath path="${jnode-core.jar}"/>
<compilerarg value="${compilerarg}"/>
</javac>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|