[Mocklib-checkins] gwtmocklib/bldfiles build.xml,1.6,1.7
Brought to you by:
bittwidler,
fastdragon
From: Nobody <fas...@us...> - 2008-10-03 02:46:57
|
Update of /cvsroot/mocklib/gwtmocklib/bldfiles In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv27716/bldfiles Modified Files: build.xml Log Message: upgrade to gwt 5.0 Index: build.xml =================================================================== RCS file: /cvsroot/mocklib/gwtmocklib/bldfiles/build.xml,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** build.xml 14 Sep 2006 15:30:28 -0000 1.6 --- build.xml 3 Oct 2008 02:46:47 -0000 1.7 *************** *** 222,225 **** --- 222,226 ---- <pathelement path="${javacode}" /> <path refid="gwt" /> + <path refid="tool.and.lib"/> </classpath> <arg value="-out" /> |