Subversion Repositories eFlore/Applications.cel

Rev

Rev 2346 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2346 Rev 2630
Line 14... Line 14...
14
		</path>
14
		</path>
15
	  </classpath>
15
	  </classpath>
16
	</java>
16
	</java>
17
  </target>
17
  </target>
Line -... Line 18...
-
 
18
 
-
 
19
  <target name="generate-messages">
-
 
20
	<java classname="com.google.gwt.i18n.tools.I18NSync" fork="true">
-
 
21
	  <arg value="org.tela_botanica.client.i18n.Messages" />
-
 
22
	  <classpath>
-
 
23
		<path>
-
 
24
		  <pathelement location="${gwt-path}/gwt-user.jar" />
-
 
25
		  <pathelement location="${gwt-path}/gwt-dev.jar" />
-
 
26
		  <pathelement location="src" />
-
 
27
		</path>
-
 
28
	  </classpath>
-
 
29
	</java>
-
 
30
  </target>
18
 
31
 
19
  <path id="gwt">
32
  <path id="gwt">
20
	<fileset includes="*.jar" dir="${gwt-path}" />
33
	<fileset includes="*.jar" dir="${gwt-path}" />
21
	<fileset includes="*.jar" dir="${gwt-maps-path}" />
34
	<fileset includes="*.jar" dir="${gwt-maps-path}" />
22
	<fileset includes="gwtext.jar" dir="${gwt-ext-path}" />
35
	<fileset includes="gwtext.jar" dir="${gwt-ext-path}" />