Statistics
| Revision:

svn-gvsig-desktop / branches / v2_0_0_prep / build / projects / gvsig-coverage-extensions / build.xml @ 28119

History | View | Annotate | Download (516 Bytes)

1
<project name="gvSIG 3D Plugin Build System" default="work" basedir=".">
2

    
3
        <import file="../../build.xml" />
4

    
5
        <target name="work" description="prepares system to begin working with eclipse" depends="prepare-eclipse-workspace" />
6
        <!--
7
        TODO: This target should call mvn install phase in a temporary dir, and afterwards call izPack to do the distribution of this plugin.
8
        target name="distribution" description="creates the final distribution of the plugin" depends="mvn-install,build-installer" /
9
        -->
10

    
11
</project>
12