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 2011/01/13 09:32:11 UTC

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

Author: sijskes
Date: Thu Jan 13 08:32:11 2011
New Revision: 1058459

URL: http://svn.apache.org/viewvc?rev=1058459&view=rev
Log:
fixed build to include org.apache.river.config

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=1058459&r1=1058458&r2=1058459&view=diff
==============================================================================
--- incubator/river/jtsk/trunk/build.xml (original)
+++ incubator/river/jtsk/trunk/build.xml Thu Jan 13 08:32:11 2011
@@ -670,7 +670,7 @@
         <jar destfile="${lib.dir}/extra.jar" index="false">
             <fileset dir="${build.classes.dir}">
                 <include name="org/apache/river/extra/**"/>
-                <include name="org/apache/river/configbuilder/**"/>
+                <include name="org/apache/river/config/**"/>
             </fileset>
         </jar>
     </target>