|
From: Bryan T. <br...@sy...> - 2010-09-02 23:13:39
|
Mike, Can you tell me why we have this dependency now on the jini jars for the Sesame Server install? Are they being dragged in by some utility class? Thanks, Bryan > -----Original Message----- > From: mrp...@us... > [mailto:mrp...@us...] > Sent: Thursday, September 02, 2010 6:24 PM > To: big...@li... > Subject: [Bigdata-commit] SF.net SVN: bigdata:[3499] trunk/build.xml > > Revision: 3499 > > http://bigdata.svn.sourceforge.net/bigdata/?rev=3499&view=rev > Author: mrpersonick > Date: 2010-09-02 22:24:22 +0000 (Thu, 02 Sep 2010) > > Log Message: > ----------- > added jini jars to Sesame Server install > > Modified Paths: > -------------- > trunk/build.xml > > Modified: trunk/build.xml > =================================================================== > --- trunk/build.xml 2010-09-02 20:42:43 UTC (rev 3498) > +++ trunk/build.xml 2010-09-02 22:24:22 UTC (rev 3499) > @@ -1992,6 +1992,10 @@ > <fileset dir="${bigdata.dir}/bigdata/lib"> > <include name="**/*.jar" /> > </fileset> > + <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. > > -------------------------------------------------------------- > ---------------- > This SF.net Dev2Dev email is sponsored by: > > Show off your parallel programming skills. > Enter the Intel(R) Threading Challenge 2010. > http://p.sf.net/sfu/intel-thread-sfd > _______________________________________________ > Bigdata-commit mailing list > Big...@li... > https://lists.sourceforge.net/lists/listinfo/bigdata-commit > |