[Bprocessor-commit] gui .classpath,1.7,1.8 build.xml,1.7,1.8
Status: Pre-Alpha
Brought to you by:
henryml
From: Michael L. <he...@us...> - 2013-05-15 07:38:46
|
Update of /cvsroot/bprocessor/gui In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv26793 Modified Files: .classpath build.xml Log Message: Cleaning up code Index: .classpath =================================================================== RCS file: /cvsroot/bprocessor/gui/.classpath,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** .classpath 17 Dec 2010 12:16:40 -0000 1.7 --- .classpath 15 May 2013 07:38:44 -0000 1.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> --- 5,8 ---- Index: build.xml =================================================================== RCS file: /cvsroot/bprocessor/gui/build.xml,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** build.xml 17 Dec 2010 12:16:40 -0000 1.7 --- build.xml 15 May 2013 07:38:44 -0000 1.8 *************** *** 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"/> --- 15,18 ---- *************** *** 71,79 **** </fileset> </copy> - <copy todir="${lib.dir}"> - <fileset dir="${sensobyg.dir}/dist"> - <include name="**/sensobyg*"/> - </fileset> - </copy> </target> --- 70,73 ---- |