Statistics
| Revision:

svn-gvsig-desktop / trunk / libraries / libWMSv0 / jar to gvsig.xml @ 4578

History | View | Annotate | Download (555 Bytes)

1
<project name="MyProject" default="jar" basedir=".">
2
  <!-- 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
          <jar jarfile="../FMap 03/lib/wmsclient.jar" basedir="${bin}"/>
13
  </target>
14

    
15
  <target name="jar-fuentes">
16
    <copy todir="${bin}">
17
            <fileset dir="${src}" includes="**"/>
18
    </copy>
19
          <jar jarfile="wmsclient.jar" basedir="${bin}"/>
20
  </target>
21
</project>