[Mocklib-checkins] gwtmocklib/bldfiles build.xml,1.4,1.5
Brought to you by:
bittwidler,
fastdragon
From: Nobody <fas...@us...> - 2006-09-12 14:35:57
|
Update of /cvsroot/mocklib/gwtmocklib/bldfiles In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv32185/bldfiles Modified Files: build.xml Log Message: fix the gwt.xml file delivery to work. Index: build.xml =================================================================== RCS file: /cvsroot/mocklib/gwtmocklib/bldfiles/build.xml,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** build.xml 12 Sep 2006 05:06:21 -0000 1.4 --- build.xml 12 Sep 2006 14:35:50 -0000 1.5 *************** *** 391,395 **** <!-- Put all implementation classes from ${build} into the jar file --> <jar jarfile="${jardist}/${jar.name}" manifest="${manifest}/MANIFEST.MF"> ! <fileset dir="${build}" includes="**/*.class"/> <fileset dir="${javacode}" includes="**/*.java"/> </jar> --- 391,395 ---- <!-- Put all implementation classes from ${build} into the jar file --> <jar jarfile="${jardist}/${jar.name}" manifest="${manifest}/MANIFEST.MF"> ! <fileset dir="${build}" includes="**/*"/> <fileset dir="${javacode}" includes="**/*.java"/> </jar> |