Update of /cvsroot/bprocessor/bscript
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv583
Modified Files:
.classpath build.xml
Log Message:
Improvements to scripting
Index: .classpath
===================================================================
RCS file: /cvsroot/bprocessor/bscript/.classpath,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** .classpath 12 Sep 2006 09:27:31 -0000 1.3
--- .classpath 10 Oct 2006 13:49:35 -0000 1.4
***************
*** 4,8 ****
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="lib" path="/tools/antlr/antlr.jar"/>
- <classpathentry combineaccessrules="false" kind="src" path="/model"/>
<classpathentry kind="output" path="build"/>
</classpath>
--- 4,7 ----
Index: build.xml
===================================================================
RCS file: /cvsroot/bprocessor/bscript/build.xml,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** build.xml 13 Sep 2006 13:36:32 -0000 1.4
--- build.xml 10 Oct 2006 13:49:35 -0000 1.5
***************
*** 31,39 ****
<target name="compile" depends="compile-grammar,init">
- <copy todir="${lib.dir}">
- <fileset dir="${model.dir}/dist">
- <include name="**/model*"/>
- </fileset>
- </copy>
<ant dir="src" target="compile"/>
</target>
--- 31,34 ----
|