Revision 23353

View differences:

trunk/build/projects/gvsig-plugin-base/build.xml
1 1
<project name="gvSIG 3D Plugin Build System" default="work" basedir=".">
2 2

  
3 3
	<import file="../../build.xml" />
4
	<!--
5
	TODO: This target should call mvn install phase in a temporary dir, and afterwards call izPack to do the distribution of this plugin.
6
	target name="distribution" description="creates the final distribution of the plugin" depends="mvn-install,build-installer" /
7
	-->
4 8

  
9
	<target name="work" description="prepares system to begin working with eclipse" depends="install-gvsig-base" />
10
	<target name="eclipse" depends="mvn-clean,mvn-eclipse-clean,mvn-eclipse-eclipse" />
5 11

  
6

  
7 12
	<target name="install-gvsig-base" depends="mvn-clean,mvn-install-extensions"/>
8 13

  
9
	<target name="eclipse-gvsig-base" depends="mvn-clean,mvn-install-extensions,mvn-eclipse-clean">
10
		<exec executable="${mvn.executable}">
11
			<arg value="eclipse:eclipse" />
12
		</exec>
13
	</target>
14 14

  
15 15
	<target name="mvn-install-extensions">
16 16
		<exec executable="${mvn.executable}">
......
32 32
		</exec>
33 33
	</target>
34 34

  
35
	<target name="work" description="prepares system to begin working with eclipse" depends="install-gvsig-base" />
36
	<!--
37
	TODO: This target should call mvn install phase in a temporary dir, and afterwards call izPack to do the distribution of this plugin.
38
	target name="distribution" description="creates the final distribution of the plugin" depends="mvn-install,build-installer" /
39
	-->
40 35

  
36
	<target name="mvn-eclipse-eclipse">
37
		<exec executable="${mvn.executable}">
38
			<arg value="eclipse:eclipse" />
39
		</exec>
40
	</target>
41

  
41 42
</project>
42 43

  

Also available in: Unified diff