Revision 2498 trunk/extensions/extDataLocator/build.xml

View differences:

build.xml
3 3
        Instala el plugin del Localizador por atributo en Andami.
4 4
    </description>
5 5
  <!-- set global properties for this build -->
6
	  <property name="extensions-dir" location="../Andami/gvSIG/extensiones"/>
6
  <property name="extensions-dir" location="../Andami/gvSIG/extensiones"/>
7 7
  <property name="src" location="src"/>
8 8
  <property name="bin" location="bin"/>
9 9
  <property name="doc"  location="doc"/>
......
16 16
    <tstamp/>
17 17
  </target>
18 18

  
19
  <!--target name="compile" depends="init"
20
		description="compile the source" -->
21
    <!-- Compile the Java code from ${src} to ${bin} -->
22
    <!--javac srcdir="${src}" destdir="${bin}"/-->
23
  <!--/target-->
24

  
25 19
  <target name="dist" depends="init"
26 20
	description="generate the distribution" >
27 21
    <!-- Remove previous distribution directory -->

Also available in: Unified diff