[Bprocessor-commit] gui .classpath,1.6,1.7 build.xml,1.6,1.7
Status: Pre-Alpha
Brought to you by:
henryml
From: Michael L. <he...@us...> - 2010-12-17 12:16:48
|
Update of /cvsroot/bprocessor/gui In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv13736 Modified Files: .classpath build.xml Log Message: Index: .classpath =================================================================== RCS file: /cvsroot/bprocessor/gui/.classpath,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** .classpath 12 Oct 2007 08:05:05 -0000 1.6 --- .classpath 17 Dec 2010 12:16:40 -0000 1.7 *************** *** 5,8 **** --- 5,9 ---- <classpathentry kind="src" path="/model"/> <classpathentry kind="src" path="/bscript"/> + <classpathentry combineaccessrules="false" kind="src" path="/sensobyg"/> <classpathentry kind="output" path="build"/> </classpath> Index: build.xml =================================================================== RCS file: /cvsroot/bprocessor/gui/build.xml,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** build.xml 8 Dec 2010 11:10:34 -0000 1.6 --- build.xml 17 Dec 2010 12:16:40 -0000 1.7 *************** *** 15,18 **** --- 15,19 ---- <property name="lib.dir" value="${basedir}/lib"/> <property name="dist.dir" value="${basedir}/dist"/> + <property name="sensobyg.dir" value="${basedir}/../sensobyg"/> <property name="gfx.dir" value="${src.dir}/gfx"/> *************** *** 70,73 **** --- 71,79 ---- </fileset> </copy> + <copy todir="${lib.dir}"> + <fileset dir="${sensobyg.dir}/dist"> + <include name="**/sensobyg*"/> + </fileset> + </copy> </target> |