What is the rationale for inclusion/ exclusion ‎?

Greg Trasuk
  Original Message  
From: dre...@apache.org
Sent: Saturday, April 26, 2014 2:46 PM
To: comm...@river.apache.org
Reply To: dev@river.apache.org
Subject: svn commit: r1590276 - /river/jtsk/skunk/qa_refactor/trunk/build.xml

Author: dreedy
Date: Sat Apr 26 18:46:21 2014
New Revision: 1590276

URL: http://svn.apache.org/r1590276
Log:
The net.jini.lookup classes should not be part of jsk-platform.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=1590276&r1=1590275&r2=1590276&view=diff
==============================================================================
--- river/jtsk/skunk/qa_refactor/trunk/build.xml (original)
+++ river/jtsk/skunk/qa_refactor/trunk/build.xml Sat Apr 26 18:46:21 2014
@@ -846,6 +846,7 @@
<arg line="-in com.sun.jini"/>
<arg line="-in net.jini"/>
<arg line="-in org.apache.river"/>
+        <arg line="-out net.jini.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