Statistics
| Revision:

root / tags / Root_v051 / libraries / libWMSv0 / jar to gvsig.xml @ 13136

History | View | Annotate | Download (555 Bytes)

1 2956 fjp
<project name="MyProject" default="jar" basedir=".">
2 150 fernando
  <!-- set global properties for this build -->
3
  <property name="bin"  location="bin"/>
4
  <property name="src"  location="src"/>
5
6
  <target name="init">
7
    <!-- Create the time stamp -->
8
    <tstamp/>
9
  </target>
10
11
  <target name="jar">
12 2956 fjp
          <jar jarfile="../FMap 03/lib/wmsclient.jar" basedir="${bin}"/>
13 150 fernando
  </target>
14
15
  <target name="jar-fuentes">
16
    <copy todir="${bin}">
17
            <fileset dir="${src}" includes="**"/>
18
    </copy>
19 2956 fjp
          <jar jarfile="wmsclient.jar" basedir="${bin}"/>
20 150 fernando
  </target>
21
</project>