Update of /cvsroot/jsmooth/jsmooth
In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv14294
Modified Files:
build.xml
Log Message:
ensure the jni jsmooth jar is always available
Index: build.xml
===================================================================
RCS file: /cvsroot/jsmooth/jsmooth/build.xml,v
retrieving revision 1.40
retrieving revision 1.41
diff -C2 -d -r1.40 -r1.41
*** build.xml 18 May 2007 21:35:28 -0000 1.40
--- build.xml 18 May 2007 21:52:51 -0000 1.41
***************
*** 54,57 ****
--- 54,58 ----
<pathelement path="lib/jox116.jar"/>
<pathelement path="lib/dtdparser113.jar"/>
+ <pathelement path="skeletons/jnismooth/jnismooth.jar"/>
</path>
***************
*** 79,82 ****
--- 80,84 ----
<target depends="init" name="compile">
<!-- Compile the java code from ${src} into ${classes} -->
+ <ant antfile="build.xml" dir="skeletons/jnismooth/" target="dist"/>
<echo>Compiling the application from ${src}</echo>
<javac target="1.4" source="1.4" deprecation="yes" destdir="${classes}" srcdir="${src}" debug="true">
|