From: Carsten W. <ca...@us...> - 2006-11-22 17:21:13
|
Update of /cvsroot/jake2/jake2 In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv21586 Modified Files: build.xml Log Message: add jsr231 to the classpath TODO: change the dist target to add jsr231 Index: build.xml =================================================================== RCS file: /cvsroot/jake2/jake2/build.xml,v retrieving revision 1.32 retrieving revision 1.33 diff -C2 -d -r1.32 -r1.33 *** build.xml 28 Oct 2006 12:02:32 -0000 1.32 --- build.xml 22 Nov 2006 17:20:47 -0000 1.33 *************** *** 23,26 **** --- 23,27 ---- <path id="build.class.path"> <pathelement location="lib/jogl/jogl.jar"/> + <pathelement location="lib/jsr231/jogl.jar"/> <pathelement location="lib/joal/joal.jar"/> <pathelement location="lib/lwjgl/lwjgl.jar"/> *************** *** 159,162 **** --- 160,164 ---- <injar name="jake2.jar"/> <libraryjar name="lib/jogl/jogl.jar"/> + <libraryjar name="lib/jsr231/jogl.jar"/> <libraryjar name="lib/joal/joal.jar"/> <libraryjar name="lib/joal/gluegen-rt.jar"/> |