You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@river.apache.org by si...@apache.org on 2010/11/01 13:07:57 UTC

svn commit: r1029617 - /incubator/river/jtsk/trunk/build.xml

Author: sijskes
Date: Mon Nov  1 12:07:57 2010
New Revision: 1029617

URL: http://svn.apache.org/viewvc?rev=1029617&view=rev
Log:
syntax. different ant version?

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

Modified: incubator/river/jtsk/trunk/build.xml
URL: http://svn.apache.org/viewvc/incubator/river/jtsk/trunk/build.xml?rev=1029617&r1=1029616&r2=1029617&view=diff
==============================================================================
--- incubator/river/jtsk/trunk/build.xml (original)
+++ incubator/river/jtsk/trunk/build.xml Mon Nov  1 12:07:57 2010
@@ -230,9 +230,9 @@
 
     <target name="-javadoc-settings">
         <property name="javadoc.source" value="5" />
-        <sourcepath id="javadoc.sourcepath">
+        <path id="javadoc.sourcepath">
             <pathelement path="${src.dir}"/>
-        </sourcepath>
+        </path>
         <path id="javadoc.classpath" >
             <fileset dir="extlibs">
                 <include name="*.jar"/>