[Bprocessor-commit] model build.xml, 1.26, 1.27 .classpath, 1.15, 1.16
Status: Pre-Alpha
Brought to you by:
henryml
From: Michael L. <he...@us...> - 2013-05-15 07:38:43
|
Update of /cvsroot/bprocessor/model In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv26786 Modified Files: build.xml .classpath Log Message: Cleaning up code Index: .classpath =================================================================== RCS file: /cvsroot/bprocessor/model/.classpath,v retrieving revision 1.15 retrieving revision 1.16 diff -C2 -d -r1.15 -r1.16 *** .classpath 17 Dec 2010 12:16:46 -0000 1.15 --- .classpath 15 May 2013 07:38:41 -0000 1.16 *************** *** 8,12 **** <classpathentry kind="lib" path="/tools/junit/junit.jar"/> <classpathentry exported="true" kind="lib" path="xml"/> - <classpathentry combineaccessrules="false" kind="src" path="/sensobyg"/> <classpathentry kind="output" path="build"/> </classpath> --- 8,11 ---- Index: build.xml =================================================================== RCS file: /cvsroot/bprocessor/model/build.xml,v retrieving revision 1.26 retrieving revision 1.27 diff -C2 -d -r1.26 -r1.27 *** build.xml 17 Dec 2010 12:16:46 -0000 1.26 --- build.xml 15 May 2013 07:38:41 -0000 1.27 *************** *** 15,20 **** <property name="dist.dir" value="${basedir}/dist"/> <property name="test.doc.api.dir" value="${doc.dir}/testapi"/> ! <property name="sensobyg.dir" value="${basedir}/../sensobyg"/> ! <property name="checkstyle-results" value="${build.dir}/checkstyle-results.txt" /> --- 15,19 ---- <property name="dist.dir" value="${basedir}/dist"/> <property name="test.doc.api.dir" value="${doc.dir}/testapi"/> ! <property name="checkstyle-results" value="${build.dir}/checkstyle-results.txt" /> *************** *** 71,79 **** </fileset> </copy> - <copy todir="${lib.dir}"> - <fileset dir="${sensobyg.dir}/dist"> - <include name="**/sensobyg*"/> - </fileset> - </copy> </target> --- 70,73 ---- |