Update of /cvsroot/bprocessor/gl
In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv13718
Modified Files:
.classpath build.xml
Log Message:
Index: .classpath
===================================================================
RCS file: /cvsroot/bprocessor/gl/.classpath,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** .classpath 7 Dec 2010 14:43:40 -0000 1.7
--- .classpath 17 Dec 2010 12:16:37 -0000 1.8
***************
*** 8,11 ****
--- 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>
Index: build.xml
===================================================================
RCS file: /cvsroot/bprocessor/gl/build.xml,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** build.xml 8 Dec 2010 11:10:28 -0000 1.8
--- build.xml 17 Dec 2010 12:16:37 -0000 1.9
***************
*** 18,22 ****
<property name="lib.dir" value="${basedir}/lib"/>
<property name="dist.dir" value="${basedir}/dist"/>
!
<property name="checkstyle-results" value="${build.dir}/checkstyle-results.txt" />
--- 18,23 ----
<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" />
***************
*** 76,79 ****
--- 77,85 ----
</fileset>
</copy>
+ <copy todir="${lib.dir}">
+ <fileset dir="${sensobyg.dir}/dist">
+ <include name="**/sensobyg*"/>
+ </fileset>
+ </copy>
</target>
|