Update of /cvsroot/jsmooth/jsmooth
In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv6644
Modified Files:
Changelog build.number build.xml
Log Message:
adds the JNI Jsmooth documentation
Index: build.number
===================================================================
RCS file: /cvsroot/jsmooth/jsmooth/build.number,v
retrieving revision 1.37
retrieving revision 1.38
diff -C2 -d -r1.37 -r1.38
*** build.number 17 May 2007 10:56:14 -0000 1.37
--- build.number 18 May 2007 21:35:28 -0000 1.38
***************
*** 1,3 ****
#Build Number for ANT. Do not edit!
! #Thu May 17 11:54:22 CEST 2007
! build.number=229
--- 1,3 ----
#Build Number for ANT. Do not edit!
! #Fri May 18 23:29:11 CEST 2007
! build.number=243
Index: build.xml
===================================================================
RCS file: /cvsroot/jsmooth/jsmooth/build.xml,v
retrieving revision 1.39
retrieving revision 1.40
diff -C2 -d -r1.39 -r1.40
*** build.xml 13 May 2007 20:08:55 -0000 1.39
--- build.xml 18 May 2007 21:35:28 -0000 1.40
***************
*** 30,34 ****
<!-- set here the properties specific to the release -->
! <property name="VERSION" value="0.9.9-6"/>
<!-- You don't need to modify the properties below -->
--- 30,34 ----
<!-- set here the properties specific to the release -->
! <property name="VERSION" value="0.9.9-7"/>
<!-- You don't need to modify the properties below -->
***************
*** 256,261 ****
--- 256,273 ----
<!-- Compile the wrappers -->
+ <ant antfile="build.xml" dir="skeletons/jnismooth/" target="dist"/>
<ant antfile="build.xml" dir="skeletons/samplejar/" target="dist"/>
<ant antfile="build.xml" dir="skeletons/consolewrapper/samplejar/" target="dist"/>
+
+ <mkdir dir="${dist}/jni"/>
+ <copy todir="${dist}/jni" file="skeletons/jnismooth/jnismooth.jar"/>
+ <javadoc packagenames="jsmooth.*"
+ sourcepath="skeletons/jnismooth/src"
+ destdir="${dist}/docs/jniapi"
+ author="true"
+ version="true"
+ use="true"
+ windowtitle="JSmooth JNI API" />
+
<mkdir dir="${dist}/skeletons/windowed-wrapper"/>
Index: Changelog
===================================================================
RCS file: /cvsroot/jsmooth/jsmooth/Changelog,v
retrieving revision 1.39
retrieving revision 1.40
diff -C2 -d -r1.39 -r1.40
*** Changelog 17 May 2007 10:56:14 -0000 1.39
--- Changelog 18 May 2007 21:35:28 -0000 1.40
***************
*** 8,11 ****
--- 8,13 ----
enabled, launching another instance of the application results in
bringing the window of the first one to front.
+ - Added JNI functions available to the java application when
+ launched using the JVM DLL
0.9.9-6
|