You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@river.apache.org by jc...@apache.org on 2010/09/01 19:45:38 UTC

svn commit: r991620 - /incubator/river/jtsk/trunk/common.xml

Author: jcosters
Date: Wed Sep  1 17:45:38 2010
New Revision: 991620

URL: http://svn.apache.org/viewvc?rev=991620&view=rev
Log:
do not include Ant runtime libraries on compilation classpath

Modified:
    incubator/river/jtsk/trunk/common.xml

Modified: incubator/river/jtsk/trunk/common.xml
URL: http://svn.apache.org/viewvc/incubator/river/jtsk/trunk/common.xml?rev=991620&r1=991619&r2=991620&view=diff
==============================================================================
--- incubator/river/jtsk/trunk/common.xml (original)
+++ incubator/river/jtsk/trunk/common.xml Wed Sep  1 17:45:38 2010
@@ -190,7 +190,8 @@
                     source="@{source}"
                     srcdir="@{source.dir}"
                     target="@{target}"
-                    verbose="@{verbose}">
+                    verbose="@{verbose}"
+                    includeantruntime="false">
                 <patternset refid="@{source.pat}"/>
                 <javac-cmd-elements/>
             </javac>