Update of /cvsroot/bprocessor/gui
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv18226
Modified Files:
build.xml
Log Message:
moved popup generation to a static gui class along with actions
Index: build.xml
===================================================================
RCS file: /cvsroot/bprocessor/gui/build.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** build.xml 21 Oct 2005 08:42:47 -0000 1.2
--- build.xml 26 Sep 2006 09:50:54 -0000 1.3
***************
*** 57,60 ****
--- 57,65 ----
</copy>
<copy todir="${lib.dir}">
+ <fileset dir="${tools.dir}/antlr">
+ <include name="**/*"/>
+ </fileset>
+ </copy>
+ <copy todir="${lib.dir}">
<fileset dir="${kernel.dir}/dist">
<include name="**/kernel*"/>
|