Update of /cvsroot/bprocessor/model
In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv13769
Modified Files:
build.xml .classpath
Log Message:
Index: .classpath
===================================================================
RCS file: /cvsroot/bprocessor/model/.classpath,v
retrieving revision 1.14
retrieving revision 1.15
diff -C2 -d -r1.14 -r1.15
*** .classpath 8 Dec 2010 11:37:29 -0000 1.14
--- .classpath 17 Dec 2010 12:16:46 -0000 1.15
***************
*** 8,11 ****
--- 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>
Index: build.xml
===================================================================
RCS file: /cvsroot/bprocessor/model/build.xml,v
retrieving revision 1.25
retrieving revision 1.26
diff -C2 -d -r1.25 -r1.26
*** build.xml 8 Dec 2010 11:37:29 -0000 1.25
--- build.xml 17 Dec 2010 12:16:46 -0000 1.26
***************
*** 15,18 ****
--- 15,19 ----
<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" />
***************
*** 66,73 ****
</copy>
<copy todir="${lib.dir}">
! <fileset dir="${tools.dir}/antlr">
! <include name="**/antlr.jar"/>
! </fileset>
! </copy>
</target>
--- 67,79 ----
</copy>
<copy todir="${lib.dir}">
! <fileset dir="${tools.dir}/antlr">
! <include name="**/antlr.jar"/>
! </fileset>
! </copy>
! <copy todir="${lib.dir}">
! <fileset dir="${sensobyg.dir}/dist">
! <include name="**/sensobyg*"/>
! </fileset>
! </copy>
</target>
|