|
From: <ls...@us...> - 2007-06-16 19:28:06
|
Revision: 3247
http://jnode.svn.sourceforge.net/jnode/?rev=3247&view=rev
Author: lsantha
Date: 2007-06-16 12:27:50 -0700 (Sat, 16 Jun 2007)
Log Message:
-----------
Exclude from compile java class templates and package-info files.
Modified Paths:
--------------
trunk/all/lib/jnode.xml
Modified: trunk/all/lib/jnode.xml
===================================================================
--- trunk/all/lib/jnode.xml 2007-06-16 19:26:27 UTC (rev 3246)
+++ trunk/all/lib/jnode.xml 2007-06-16 19:27:50 UTC (rev 3247)
@@ -14,7 +14,7 @@
target="${java.target}"
source="${java.source}"
encoding="${java.encoding}"
- excludes="**/resources/*-template.java">
+ excludes="**/*-template.java,**/package-info.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.
|