svnno****@sourc*****
svnno****@sourc*****
2010年 1月 28日 (木) 16:40:42 JST
Revision: 101 http://sourceforge.jp/projects/ngms/svn/view?view=rev&revision=101 Author: ikemoto Date: 2010-01-28 16:40:42 +0900 (Thu, 28 Jan 2010) Log Message: ----------- [NMShell] add Apache Commons CLI library path to build classpath Modified Paths: -------------- trunk/source/NMShell/build.xml Modified: trunk/source/NMShell/build.xml =================================================================== --- trunk/source/NMShell/build.xml 2010-01-28 03:00:46 UTC (rev 100) +++ trunk/source/NMShell/build.xml 2010-01-28 07:40:42 UTC (rev 101) @@ -8,10 +8,12 @@ <property name="lib.dir" value="${basedir}/../../lib/" /> <property name="scala-library.jar" value="${scala.home}/lib/scala-library.jar" /> <property name="scalatest-library.jar" value="${lib.dir}/scalatest/1.0/scalatest-1.0.jar" /> + <property name="commons-cli-library.jar" value="${lib.dir}/commons-cli/1.2/commons-cli-1.2.jar" /> <property name="nmtree.dir" value="${basedir}/../NMTree/bin" /> <path id="build.classpath"> <pathelement location="${scala-library.jar}"/> <pathelement location="${scalatest-library.jar}"/> + <pathelement location="${commons-cli-library.jar}"/> <pathelement location="${build.dir}"/> <pathelement location="${nmtree.dir}"/> </path>