Subversion Repositories eFlore/Applications.del

Compare Revisions

Ignore whitespace Rev 29 → Rev 30

/build.xml
30,6 → 30,20
</java>
</target>
 
<target name="generate-vocabulary" depends="init">
 
<java classname="com.google.gwt.i18n.tools.I18NSync" fork="true" >
<arg value="org.tela_botanica.del.client.i18n.Vocabulary" />
<classpath>
<path>
<pathelement location="${gwt-path}/gwt-user.jar" />
<pathelement location="${gwt-path}/gwt-dev.jar" />
<pathelement location="src" />
</path>
</classpath>
</java>
</target>
 
<target name="build-and-deploy-test" depends="gwt-compile">
<ftp action="del" server="${server-url}" remotedir="${server-dir}" userid="${server-login}" password="${server-password}">
<fileset dir="*">