Revision 13092 trunk/applications/appgvSIG/build.xml

View differences:

build.xml
254 254
			<property name="encoding" value="${encoding}"/>
255 255
			<property name="projectName" value="${libraster}" />
256 256
		</ant>
257
		<condition property="cms.Dir" value="${cms}" else="scripts/voidTarget">
258
			<available file="${cms}" type="dir"/>
259
		</condition>
260
		<ant dir="${cms.Dir}" target="batch-build"  inheritAll="false">
261
			<property name="debug" value="${debug}"/>
262
			<property name="debuglevel" value="${debuglevel}"/>
263
			<property name="encoding" value="${encoding}"/>
264
			<property name="projectName" value="${cms}" />
265
		</ant>
266 257
		<condition property="driver.Dir" value="${driver}" else="scripts/voidTarget">
267 258
			<available file="${driver}" type="dir"/>
268 259
		</condition>
......
791 782
	
792 783
	<target name="download-extensions" description="Not working yet. It will download the extensions">
793 784
	</target>
794
	
795
	
796
	
797
	<!-- ***********  Unused targets. Should we remove them? ********* -->
798
	
799
	  <target name="makeZip"
800
	  	description="Genera un zip con todo lo necesario para ejecutar gvSIG. Actualmente no se usa"
801
	  	depends="dist">
802
	    <!-- Create the distribution directory -->
803
	    <mkdir dir="${dist}/${zipName}"/>
804
	    <jar jarfile="${dist}/${zipName}/gvSIG.jar" basedir="../mdiApp/bin" manifest="../mdiApp/manifest.mf"/>
805
	    <jar jarfile="${dist}/${zipName}/gvSIG.jar" basedir="../mdiApp/" includes="images/*" update="true"/>
806
	    <jar jarfile="${dist}/${zipName}/gvSIG.jar" basedir="../mdiApp/" includes="plugin.dtd" update="true"/>
807
	    <copy todir="${dist}/${zipName}">
808
			<fileset dir="../mdiApp">
809
				<include name="extensiones/${plugin}/**"/>
810
				<include name="extensiones/plugin.*"/>
811
				<include name="plugin.*"/>
812
			</fileset>
813
			<!-- fileset dir="${dist}" includes="gvSIG.jar"/ -->
814
			<fileset dir="../mdiApp_v02_estable">
815
				<include name="lib/**"/>
816
			</fileset>
817
			<fileset dir="distFiles" includes="**/**"/>
818
	    </copy>
819
		<zip zipfile="${zipName}.zip">
820
			<fileset dir="${dist}">
821
				<include name="**/**"/>
822
			</fileset>
823
		</zip>
824
	 <!--   <delete dir="${dist}"/> -->
825
	  </target>
826 785
</project>
827 786

  

Also available in: Unified diff