Subversion Repository Public Repository

litesoft

Diff Revisions 175 vs 179 for /trunk/GWT_Sandbox/UIdesign/build.xml

Diff revisions: vs.
  @@ -15,6 +15,7 @@
15 15 <property name="outputdir" value="${webdir}/WEB-INF/classes"/>
16 16 <property name="gwt.output.dir" value="${build.dir}/gwtbuild"/>
17 17
18 + <target name="all" depends="clean, compile, package"/>
18 19 <target name="all" depends="clean, compile, gwtCompile, war"/>
19 20
20 21