|
From: <ls...@us...> - 2007-06-10 19:43:38
|
Revision: 3243
http://jnode.svn.sourceforge.net/jnode/?rev=3243&view=rev
Author: lsantha
Date: 2007-06-10 12:43:37 -0700 (Sun, 10 Jun 2007)
Log Message:
-----------
Workaround for javac version resource.
Modified Paths:
--------------
trunk/all/lib/jnode.xml
Modified: trunk/all/lib/jnode.xml
===================================================================
--- trunk/all/lib/jnode.xml 2007-06-10 12:29:59 UTC (rev 3242)
+++ trunk/all/lib/jnode.xml 2007-06-10 19:43:37 UTC (rev 3243)
@@ -14,7 +14,7 @@
target="${java.target}"
source="${java.source}"
encoding="${java.encoding}"
- excludes="**/resources/*.java">
+ excludes="**/resources/*-template.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.
|