Author: dreedy
Date: Mon Apr 28 17:52:40 2014
New Revision: 1590726

URL: http://svn.apache.org/r1590726
Log:
Moved com.sun.jini.landlord.LeasedResource into jsk-dl.jar. This was done to 
accomodate outrigger-dl.jar's reliance on com.sun.jini.landlord.LeasedResource 
from com.sun.jini.outrigger.StorableResource. In the ant based build, 
LeasedResource was included using classdepandjar. Using a Maven build, 
outrigger-dl depends on river-dl (new name for jsk-dl). Adding LeasedResource 
to river-dl made sense. The approach taken to populate the source tree in the 
maven-zed structure is to load exiting jars, and for each entry in the loaded 
jar, copy the source files into each respective module's src directory, taking 
care not to duplicate any classes between modules. Making he change to 
jsk-dl.jar's build allows the river-dl module to be created correctly.

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=1590726&r1=1590725&r2=1590726&view=diff
==============================================================================
--- river/jtsk/skunk/qa_refactor/trunk/build.xml (original)
+++ river/jtsk/skunk/qa_refactor/trunk/build.xml Mon Apr 28 17:52:40 2014
@@ -768,6 +768,7 @@
             <arg value="com.sun.jini.landlord.LandlordLease"/>
             <arg value="com.sun.jini.landlord.LandlordLeaseMap"/>
             <arg value="com.sun.jini.landlord.LandlordProxyVerifier"/>
+                       <arg value="com.sun.jini.landlord.LeasedResource"/>
             <arg value="com.sun.jini.logging.Levels"/>
             <arg value="com.sun.jini.lookup.entry.BasicServiceType"/>
             <arg value="com.sun.jini.resource.ServiceConfigurationError"/>


Reply via email to