Revision 1870 org.gvsig.raster.tools/trunk/templates/rasterTaskProjectTemplate/basictask.xml

View differences:

basictask.xml
2 2
	<property name="basetemplatedir" value="alg_template"/>
3 3
	
4 4
	<target name="fullbasictask"
5
			description="Creates a raster task project"
5
			description="Creates a raster task project with the sources for a full structure"
6 6
			depends="create-dirs, 
7
	  		generate-traslations,
7
	  		generate-translations,
8 8
	  		generate-poms,
9 9
	  		generate-sources,
10 10
	  		create-config,
......
15 15
			/>
16 16
	
17 17
	<target name="basictask"
18
			description="Creates a raster task project"
18
			description="Creates a raster task project without the sources for other kind of projects"
19 19
			depends="create-dirs, 
20
	  		generate-traslations,
20
	  		generate-translations,
21 21
	  		generate-poms,
22 22
	  		create-config,
23 23
	  		create-distribution,
......
78 78
	  	<mkdir dir="${swingimpl-metainfdir}"/>
79 79
	  	<mkdir dir="${swing-translationdir}"/>
80 80
	  </target>
81
	
82
	  <!--************************************************-->
83
	  <!--**************    TRANSLATION   ****************-->
84
	  <!--************************************************-->
81 85
		
82
	  <target name="generate-traslations">
86
	  <target name="generate-translations">
83 87
	  	<property name="dest-dirs" value="algorithm-translationdir,app-translationdir,lib-translationdir,swing-translationdir"/>
84 88
	  	
85 89
	  	<!--Para cada directorio de traducciones se crea un fichero de texto de cada idioma-->
......
266 270
	  </target>
267 271

  
268 272
	  <!--************************************************-->
269
	  <!--**************    BUILDNUMBER   ****************-->
273
	  <!--**************       IMAGES     ****************-->
270 274
	  <!--************************************************-->
271 275
			
272 276
	  <target name="create-images">

Also available in: Unified diff