Statistics
| Revision:

svn-gvsig-desktop / tags / Root_v061 / libraries / libIverUtiles / build.xml @ 4812

History | View | Annotate | Download (347 Bytes)

1 4074 jjdelcerro
<project name="MyProject" default="jar" basedir=".">
2
  <!-- set global properties for this build -->
3
  <property name="bin"  location="bin"/>
4
5
  <target name="init">
6
    <!-- Create the time stamp -->
7
    <tstamp/>
8
  </target>
9
10
  <target name="jar">
11 4132 jjdelcerro
          <jar jarfile="../_fwAndami/lib/iver-utiles.jar" basedir="${bin}"/>
12 4074 jjdelcerro
  </target>
13
14
15
</project>