From: <tho...@us...> - 2010-11-02 12:11:47
|
Revision: 3863 http://bigdata.svn.sourceforge.net/bigdata/?rev=3863&view=rev Author: thompsonbry Date: 2010-11-02 12:11:41 +0000 (Tue, 02 Nov 2010) Log Message: ----------- Removed the jini dependencies for the Sesame WAR. Modified Paths: -------------- trunk/build.xml Modified: trunk/build.xml =================================================================== --- trunk/build.xml 2010-11-02 12:06:48 UTC (rev 3862) +++ trunk/build.xml 2010-11-02 12:11:41 UTC (rev 3863) @@ -1992,10 +1992,12 @@ <fileset dir="${bigdata.dir}/bigdata/lib"> <include name="**/*.jar" /> </fileset> +<!-- Jini should not be required for the Sesame WAR. <fileset dir="${bigdata.dir}/bigdata-jini/lib/jini/lib"> <include name="jini-core.jar" /> <include name="jini-ext.jar" /> </fileset> + --> </copy> <!-- copy resources to Workbench webapp. --> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |