Subversion Repositories eFlore/Applications.del

Compare Revisions

Ignore whitespace Rev 156 → Rev 157

/build.xml
32,7 → 32,7
 
<target name="generate-vocabulary" depends="init">
 
<java classname="com.google.gwt.i18n.tools.I18NSync" fork="true" >
<java classname="com.google.gwt.i18n.tools.I18NSync" fork="true">
<arg value="org.tela_botanica.del.client.i18n.Vocabulary" />
<classpath>
<path>
55,4 → 55,10
</ftp>
</target>
 
<target name="build-and-deploy-local" depends="gwt-compile">
<copy todir="${local-deploy-path}">
<fileset dir="war" excludes="*.svn" />
</copy>
</target>
 
</project>