Revision 22935

View differences:

trunk/libraries/libRaster/build.xml
34 34
  </target>
35 35

  
36 36
  <target name="generate-without-source"
37
  		description="generate the distribution without the source file"
38
  		depends="gdal">
37
  		description="generate the distribution without the source file">
39 38
    <!-- Create the distribution directory -->
40 39
    <mkdir dir="${dist}"/>
41 40

  
......
55 54

  
56 55
  </target>
57 56

  
58
  <target name="gdal" depends="" description="Genera el jar del driver de gdal">
59
	<mkdir dir="${drivers-dir}/gdal" />
60
	<jar jarfile="${drivers-dir}/gdal/gdal.jar" basedir="./bin" includes="org/gvsig/raster/driver/gdal/**" />
61
  </target>
62

  
63 57
  <target name="clean" description="clean up" >
64 58
		<delete dir="${dist}"/>
65 59
		<delete dir="${build}"/>
......
67 61

  
68 62
	<target name="batch-build"
69 63
			description="compile the sources, create the jar file"
70
			depends="init,compile,gdal,create-jar,copy-libs">
64
			depends="init,compile,create-jar,copy-libs">
71 65
	</target>
72 66

  
73 67
	<target name="compile" description="compile the source" >

Also available in: Unified diff