Author: dreedy
Date: Mon Apr 28 15:34:50 2014
New Revision: 1590678

URL: http://svn.apache.org/r1590678
Log:
The org.apache.river.api.lookup.* classes are not included into 
jsk-platform.jar, they reference classes that are found in jsk-lib.jar and/or 
jsk-dl.jar

Modified:
    river/jtsk/skunk/qa_refactor/trunk/build.xml

Modified: river/jtsk/skunk/qa_refactor/trunk/build.xml
URL: 
http://svn.apache.org/viewvc/river/jtsk/skunk/qa_refactor/trunk/build.xml?rev=1590678&r1=1590677&r2=1590678&view=diff
==============================================================================
--- river/jtsk/skunk/qa_refactor/trunk/build.xml (original)
+++ river/jtsk/skunk/qa_refactor/trunk/build.xml Mon Apr 28 15:34:50 2014
@@ -847,6 +847,7 @@
             <arg line="-in net.jini"/>
             <arg line="-in org.apache.river"/>
                        <arg line="-out net.jini.lookup"/>
+                       <arg line="-out org.apache.river.api.lookup"/>
             <arg path="${build.classes.dir}/net/jini/activation"/>
             <arg path="${build.classes.dir}/net/jini/config"/>
             <arg path="${build.classes.dir}/net/jini/constraint"/>


Reply via email to