[Bprocessor-commit] gl .classpath,1.8,1.9 build.xml,1.10,1.11
Status: Pre-Alpha
Brought to you by:
henryml
From: Michael L. <he...@us...> - 2013-05-15 07:38:40
|
Update of /cvsroot/bprocessor/gl In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv26776 Modified Files: .classpath build.xml Log Message: Cleaning up code Index: .classpath =================================================================== RCS file: /cvsroot/bprocessor/gl/.classpath,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** .classpath 17 Dec 2010 12:16:37 -0000 1.8 --- .classpath 15 May 2013 07:38:38 -0000 1.9 *************** *** 8,12 **** <classpathentry combineaccessrules="false" kind="src" path="/bscript"/> <classpathentry kind="lib" path="/tools/jogl/gluegen-rt.jar"/> - <classpathentry combineaccessrules="false" kind="src" path="/sensobyg"/> <classpathentry kind="output" path="build"/> </classpath> --- 8,11 ---- Index: build.xml =================================================================== RCS file: /cvsroot/bprocessor/gl/build.xml,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** build.xml 21 Dec 2011 12:55:06 -0000 1.10 --- build.xml 15 May 2013 07:38:38 -0000 1.11 *************** *** 18,22 **** <property name="lib.dir" value="${basedir}/lib"/> <property name="dist.dir" value="${basedir}/dist"/> - <property name="sensobyg.dir" value="${basedir}/../sensobyg"/> <property name="checkstyle-results" value="${build.dir}/checkstyle-results.txt" /> --- 18,21 ---- *************** *** 77,85 **** </fileset> </copy> - <copy todir="${lib.dir}"> - <fileset dir="${sensobyg.dir}/dist"> - <include name="**/sensobyg*"/> - </fileset> - </copy> </target> --- 76,79 ---- |