Subversion Repositories eFlore/Applications.cel

Compare Revisions

Ignore whitespace Rev 2346 → Rev 2630

/trunk/build.xml
16,6 → 16,19
</java>
</target>
 
<target name="generate-messages">
<java classname="com.google.gwt.i18n.tools.I18NSync" fork="true">
<arg value="org.tela_botanica.client.i18n.Messages" />
<classpath>
<path>
<pathelement location="${gwt-path}/gwt-user.jar" />
<pathelement location="${gwt-path}/gwt-dev.jar" />
<pathelement location="src" />
</path>
</classpath>
</java>
</target>
 
<path id="gwt">
<fileset includes="*.jar" dir="${gwt-path}" />
<fileset includes="*.jar" dir="${gwt-maps-path}" />