From: <lor...@us...> - 2010-03-03 22:14:47
|
Revision: 2086 http://dl-learner.svn.sourceforge.net/dl-learner/?rev=2086&view=rev Author: lorenz_b Date: 2010-03-03 22:14:34 +0000 (Wed, 03 Mar 2010) Log Message: ----------- Added necessary lib for protege plugin to build task. Modified Paths: -------------- trunk/build.xml Modified: trunk/build.xml =================================================================== --- trunk/build.xml 2010-03-03 22:09:59 UTC (rev 2085) +++ trunk/build.xml 2010-03-03 22:14:34 UTC (rev 2086) @@ -363,7 +363,7 @@ <fileset dir="${lib_dir}/owlapi" includes="owlapiV3-bin.jar" /> </copy> <copy toDir="${temp}/lib/ore-tool" > - <fileset dir="${lib_dir}/ore-tool" includes="BrowserLauncher2-all-1_3.jar" /> + <fileset dir="${lib_dir}/ore-tool" includes="BrowserLauncher2-all-1_3.jar, swingx-1.6.jar" /> </copy> <copy toDir="${temp}/lib" > <fileset dir="${lib_dir}" includes="junit-4.4.jar,jamon-2.7.jar" /> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |