Revision 21323

View differences:

tags/tmp_build/build/projects/gvsig-plugin-animation/build.xml
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

  
tags/tmp_build/build/projects/gvsig-plugin-animation/pom.xml
1
<project xmlns="http://maven.apache.org/POM/4.0.0"
2
	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3
	xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
4
                      http://maven.apache.org/xsd/maven-4.0.0.xsd">
5
	<modelVersion>4.0.0</modelVersion>
6
	<groupId>org.gvsig</groupId>
7
	<artifactId>gvsig-plugin-animation</artifactId>
8
	<packaging>pom</packaging>
9
	<version>1.0-SNAPSHOT</version>
10
	<name>gvsig-plugin-animation</name>
11
	<description>
12
		GvSIG plugin animation. This pom mades all the animation
13
		extension plugin for GvSIG
14
	</description>
15

  
16
	<modules>
17
		<module>../gvsig-plugin-3D</module>
18
		<module>../../../libAnimation</module>
19
		<module>../../../libAnimationCommon</module>
20
		<module>../../../libAnimation2D</module>
21
		<module>../../../libAnimation3D</module>
22
		<module>../../../extAnimation2D</module>
23
		<module>../../../extAnimation3D</module>
24
		<module>../../../extAnimationCommon</module>
25
		<module>../../../extAnimationGUI</module>
26
	</modules>
27
</project>
28

  
tags/tmp_build/build/projects/gvsig-example-projects/pom.xml
1
<project xmlns="http://maven.apache.org/POM/4.0.0"
2
	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3
	xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
4
                      http://maven.apache.org/xsd/maven-4.0.0.xsd">
5
	<modelVersion>4.0.0</modelVersion>
6
	<groupId>org.gvsig</groupId>
7
	<artifactId>gvsig-plugin-NAME</artifactId>
8
	<packaging>pom</packaging>
9
	<version>1.0-SNAPSHOT</version>
10
	<name>gvsig-plugin-NAME</name>
11
	<description>
12
		GvSIG plugin NAME. This pom builds all the NAME extension plugin for
13
		GvSIG
14
	</description>
15
	<inceptionYear>2008</inceptionYear>
16
	
17
	<developers>
18
		<developer>
19
			<name>Developer 1</name>
20
			<id>id-developer1</id>
21
			<email>id-developer1@dot.com</email>
22
			<roles>
23
				<role>Project Lead</role>
24
			</roles>
25
			<organization>ORGANIZATION</organization>
26
		</developer>
27
		<developer>
28
			<name>Developer2</name>
29
			<id>id-developer2</id>
30
			<email>id-developer2@dot.com</email>
31
			<roles>
32
				<role>Developer</role>
33
			</roles>
34
			<organization>ORGANIZATION</organization>
35
		</developer>
36
	</developers>
37

  
38
	<modules>
39
		<module>PATH TO THE INVOLVED PROJECTS ../../libMylibrary</module>
40
		<module>PATH TO THE INVOLVED PROJECTS ../../libMyExtension</module>
41
	</modules>
42
</project>
43

  
tags/tmp_build/build/projects/gvsig-example-projects/build.xml
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

  
tags/tmp_build/build/projects/gvsig-plugin-3D/pom.xml
1
<project xmlns="http://maven.apache.org/POM/4.0.0"
2
	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3
	xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
4
                      http://maven.apache.org/xsd/maven-4.0.0.xsd">
5
	<modelVersion>4.0.0</modelVersion>
6
	<groupId>org.gvsig</groupId>
7
	<artifactId>gvsig-plugin-3D</artifactId>
8
	<packaging>pom</packaging>
9
	<version>1.0-SNAPSHOT</version>
10
	<name>gvsig-plugin-3d</name>
11
	<description>
12
		GvSIG plugin 3D. This pom mades all the 3D extension plugin for
13
		GvSIG
14
	</description>
15
	<inceptionYear>2007</inceptionYear>
16

  
17
	<developers>
18
		<developer>
19
			<name>Rafael Gaitán</name>
20
			<id>rgaitan</id>
21
			<email>rgaitan@ai2.upv.es</email>
22
			<roles>
23
				<role>Project Lead</role>
24
			</roles>
25
			<organization>AI2</organization>
26
		</developer>
27
		<developer>
28
			<name>Maria Ten</name>
29
			<id>mten</id>
30
			<email>mten@ai2.upv.es</email>
31
			<roles>
32
				<role>Developer</role>
33
			</roles>
34
			<organization>AI2</organization>
35
		</developer>
36
		<developer>
37
			<name>Jordi Torres</name>
38
			<id>jtorres</id>
39
			<email>jtorres@ai2.upv.es</email>
40
			<roles>
41
				<role>Developer</role>
42
			</roles>
43
			<organization>AI2</organization>
44
		</developer>
45
		<developer>
46
			<name>Jesus Zarzoso</name>
47
			<id>jzarzoso</id>
48
			<email>jzarzoso@ai2.upv.es</email>
49
			<roles>
50
				<role>Developer</role>
51
			</roles>
52
			<organization>AI2</organization>
53
		</developer>
54
		<developer>
55
			<name>Javier Lluch</name>
56
			<id>jlluch</id>
57
			<email>jlluch@dsic.upv.es</email>
58
			<roles>
59
				<role>Manager</role>
60
			</roles>
61
			<organization>AI2</organization>
62
		</developer>
63
		<developer>
64
			<name>Salvador Bayarri</name>
65
			<id>sbayarri</id>
66
			<email>salvador.bayarri@iver.es</email>
67
			<roles>
68
				<role>Manager</role>
69
			</roles>
70
			<organization>IVER</organization>
71
		</developer>
72
		<developer>
73
			<name>Julio Campos</name>
74
			<id>jcampos</id>
75
			<email>julio.campos@iver.es</email>
76
			<roles>
77
				<role>Project Lead</role>
78
			</roles>
79
			<organization>IVER</organization>
80
		</developer>
81
		<developer>
82
			<name>Angel Fraile</name>
83
			<id>afraile</id>
84
			<email>angel.fraile@iver.es</email>
85
			<roles>
86
				<role>Developer</role>
87
			</roles>
88
			<organization>IVER</organization>
89
		</developer>
90
	</developers>
91

  
92
	<dependencies>
93
		<dependency>
94
			<groupId>junit</groupId>
95
			<artifactId>junit</artifactId>
96
			<version>3.8.1</version>
97
			<scope>test</scope>
98
		</dependency>
99

  
100
		<dependency>
101
			<groupId>log4j</groupId>
102
			<artifactId>log4j</artifactId>
103
			<version>1.2.13</version>
104
		</dependency>
105
	</dependencies>
106

  
107

  
108

  
109
	<modules>
110
		<module>../../</module>
111
		<module>../../../libCacheService</module>
112
		<module>../../../lib3DMap-share</module>
113
		<module>../../../lib3DMap</module>
114
		<module>../../../ext3Dgui</module>
115
	</modules>
116
</project>
117

  
tags/tmp_build/build/projects/gvsig-plugin-3D/build.xml
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

  
tags/tmp_build/build/projects/gvsig-plugin-base/pom.xml
1
<project xmlns="http://maven.apache.org/POM/4.0.0"
2
	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3
	xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
4
                      http://maven.apache.org/xsd/maven-4.0.0.xsd">
5
	<modelVersion>4.0.0</modelVersion>
6
	<groupId>org.gvsig</groupId>
7
	<artifactId>gvsig-plugin</artifactId>
8
	<packaging>pom</packaging>
9
	<version>1.0-SNAPSHOT</version>
10
	<name>gvsig-plugin</name>
11
	<description>
12
		GvSIG plugin. This pom mades all the base plugin needed to run GvSIG
13
	</description>
14
	<inceptionYear>2007</inceptionYear>
15

  
16
	<developers>
17
		<developer>
18
			<name>nombre</name>
19
			<id>id</id>
20
			<email>mail@mail.com</email>
21
			<roles>
22
				<role>Developer</role>
23
			</roles>
24
			<organization>CIT</organization>
25
		</developer>
26
	</developers>
27

  
28
	<dependencies>
29
		<dependency>
30
			<groupId>junit</groupId>
31
			<artifactId>junit</artifactId>
32
			<version>3.8.1</version>
33
			<scope>test</scope>
34
		</dependency>
35

  
36
		<dependency>
37
			<groupId>log4j</groupId>
38
			<artifactId>log4j</artifactId>
39
			<version>1.2.13</version>
40
		</dependency>
41
	</dependencies>
42

  
43

  
44

  
45
	<modules>
46
		<module>../../</module>
47
		<module>../../../libExceptions</module>
48
		<module>../../../libInternationalization</module>
49
		<module>../../../libIverUtiles</module>
50
		<module>../../../libUIComponent</module>
51
		<!--module>../../../_fwAndami</module>
52
		<module>../../../libCorePlugin</module>
53
		<module>../../../libProjection</module>
54
		<module>../../../libRaster</module>
55
		<module>../../../libDXF</module>
56
		<module>../../../libDriverManager</module>
57
		<module>../../../libRemoteServices</module>
58
		<module>../../../libMetadata</module>
59
		<module>../../../libFMAP_geometries</module>
60
		<module>../../../appgvSIG</module>
61
		<!-- module>../../../libFMAP_data</module -->
62
		<!-- module>../../../libFMAP_dataFile</module -->
63
		<!-- module>../../../libFMAP_dataDB</module -->
64
	</modules>
65
</project>
66

  
tags/tmp_build/build/projects/gvsig-plugin-base/build.xml
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

  
tags/tmp_build/build/pom.xml
1
<project xmlns="http://maven.apache.org/POM/4.0.0"
2
	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3
	xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
4
http://maven.apache.org/maven-v4_0_0.xsd">
5
	<modelVersion>4.0.0</modelVersion>
6
	<groupId>org.gvsig</groupId>
7
	<artifactId>gvsig-basepoms</artifactId>
8
	<packaging>pom</packaging>
9
	<version>1.0-SNAPSHOT</version>
10
	<name>gvsig-base-pom</name>
11
	<description>Base POM for all GvSIG projects</description>
12

  
13
	<scm>
14
		<connection>
15
			scm:svn:https://gvsig.org/svn/gvSIG/trunk
16
		</connection>
17
		<developerConnection>
18
			scm:svn:https://gvsig.org/svn/gvSIG/trunk
19
		</developerConnection>
20
		<url>https://gvsig.org/web</url>
21
	</scm>
22

  
23
	<organization>
24
		<name>CIT/IVER/AI2</name>
25
		<url>http://gvsig.org/web</url>
26
	</organization>
27

  
28
	<!--  Put here the global properties who use all the projects of GvSIG  -->
29
	<properties>
30
		<gvsig-path><!-- Name property -->
31
			../_fwAndami
32
		</gvsig-path>
33
		<gvsig-lib-dir>${gvsig-path}/lib</gvsig-lib-dir>
34
		<extension-dir>${gvsig-path}/gvSIG/extensiones</extension-dir>
35
		<build-dir>${basedir}</build-dir>
36
	</properties>
37

  
38
	<repositories>
39
		<!--repository>
40
			<id>gvSIG-Repo</id>
41
			<url>https://gvsig.org/plugins/downloads/gvsig-repo</url>
42
			</repository-->
43

  
44
		<repository>
45
			<id>refractions</id>
46
			<name>Refractions Research Maven 2 Repository</name>
47
			<url>http://lists.refractions.net/m2</url>
48
		</repository>
49

  
50
		<repository>
51
			<id>geotools</id>
52
			<url>http://maven.geotools.fr/repository</url>
53
		</repository>
54

  
55
		<repository>
56
			<id>OSGVP</id>
57
			<url>http://josgplanets.ai2.upv.es/maven/repository</url>
58
		</repository>
59

  
60
		<repository>
61
			<id>gvsig-ftp-repository</id>
62
			<name>gvSIG maven FTP repository</name>
63
			<url>ftp://downloads.gvsig.org:20001/user/maven</url>
64
		</repository>
65

  
66
	</repositories>
67
	<reporting>
68
		<plugins>
69
			<plugin>
70
				<groupId>org.apache.maven.plugins</groupId>
71
				<artifactId>maven-javadoc-plugin</artifactId>
72
			</plugin>
73
		</plugins>
74
	</reporting>
75

  
76

  
77
	<distributionManagement>
78
		<!--repository>
79
			<id>gvSIG-Repo</id>
80
			<name>Repositorio Maven2 GvSIG</name>
81
			<url>
82
			dav:https://gvsig.org/plugins/downloads/gvsig-repo
83
			ftp:https://gvsig.org/plugins/downloads/gvsig-repo
84
			scp:https://gvsig.org/plugins/downloads/gvsig-repo
85
			</url>
86
			</repository-->
87
		<repository>
88
			<id>gvsig-ftp-repository</id>
89
			<name>gvSIG maven FTP repository</name>
90
			<url>ftp://downloads.gvsig.org:20001/user/maven</url>
91
		</repository>
92
	</distributionManagement>
93
	<build>
94
		<extensions>
95
			<extension>
96
				<groupId>org.apache.maven.wagon</groupId>
97
				<artifactId>wagon-webdav</artifactId>
98
				<version>1.0-beta-2</version>
99
			</extension>
100
			<extension>
101
				<groupId>org.gvsig.maven.wagon</groupId>
102
				<artifactId>wagon-ftp</artifactId>
103
				<version>0.1</version>
104
			</extension>
105
		</extensions>
106

  
107

  
108
		<plugins>
109
			<plugin>
110
				<groupId>org.apache.maven.plugins</groupId>
111
				<artifactId>maven-compiler-plugin</artifactId>
112
				<configuration>
113
					<source>1.5</source>
114
					<target>1.5</target>
115
				</configuration>
116
			</plugin>
117
		</plugins>
118
	</build>
119
	<profiles>
120
		<profile>
121
			<id>release</id>
122
			<activation>
123
				<property>
124
					<name>withSources</name>
125
				</property>
126
			</activation>
127
			<build>
128
				<plugins>
129
					<plugin>
130
						<groupId>org.apache.maven.plugins</groupId>
131
						<artifactId>maven-source-plugin</artifactId>
132
						<executions>
133
							<execution>
134
								<id>attach-sources</id>
135
								<goals>
136
									<goal>jar</goal>
137
								</goals>
138
							</execution>
139
						</executions>
140
					</plugin>
141
				</plugins>
142
			</build>
143
		</profile>
144
	</profiles>
145
	<modules>
146
		<module>libraries-pom</module>
147
		<module>extension-pom</module>
148
	</modules>
149
</project>
tags/tmp_build/build/build.xml
1
<project name="Complete build system" basedir=".">
2
	<description>
3
		Builds and prepare folders to work with eclipse using maven.
4
		Also is able to generate a release of all system with binaries distribution
5
		and sources distribution. 
6
	</description>
7
	<!-- set global properties for this build -->
8
	<property name="mavendir" value="../../maven" />
9
	<condition property="mvn.executable" value="${mavendir}/bin/mvn.bat" else="${mavendir}/bin/mvn">
10
		<os family="windows" />
11
	</condition>
12

  
13
	<condition property="isLinux">
14
		<and>
15
			<os family="unix" />
16
			<not>
17
				<os family="mac" />
18
			</not>
19
		</and>
20
	</condition>
21
	<condition property="isWindows">
22
		<or>
23
			<os family="windows" />
24
			<os family="win9x" />
25
			<os name="Windows Vista" />
26
		</or>
27
	</condition>
28
	<condition property="isMac">
29
		<os family="mac" />
30
	</condition>
31

  
32
	<condition property="gvsig.os" value="w32">
33
		<os family="windows" />
34
	</condition>
35
	<condition property="gvsig.os" value="linux">
36
		<and>
37
			<os family="unix" />
38
			<not>
39
				<os family="mac" />
40
			</not>
41
		</and>
42
	</condition>
43
	<condition property="gvsig.os" value="mac">
44
		<os family="mac" />
45
	</condition>
46

  
47
	<property name="native-binaries-dir" value="../binaries" />
48

  
49
	<target name="prepare-eclipse-workspace" depends="mvn-clean,mvn-install-without-tests">
50
		<exec executable="${mvn.executable}">
51
			<arg value="-Declipse.workspace=../" />
52
			<arg value="eclipse:add-maven-repo" />
53
		</exec>
54
		<exec executable="${mvn.executable}">
55
			<arg value="eclipse:eclipse" />
56
		</exec>
57
	</target>
58
	<target name="mvn-clean">
59
		<exec executable="${mvn.executable}">
60
			<arg value="clean" />
61
		</exec>
62
	</target>
63
	<target name="mvn-install-without-tests">
64
		<exec executable="${mvn.executable}">
65
			<arg value="install" />
66
			<arg value="-Dmaven.test.skip=true" />
67
		</exec>
68
	</target>
69
	<target name="mvn-install">
70
		<exec executable="${mvn.executable}">
71
			<arg value="install" />
72
		</exec>
73
	</target>
74

  
75
	<!-- TODO: Target for make complete building of gvSIG, calling all enabled projects by default -->
76

  
77
	<!-- target name="work" description="prepares system to begin working with eclipse" depends="prepare-eclipse-workspace" / -->
78

  
79
</project>
80

  
tags/tmp_build/build/.classpath
1
<?xml version="1.0" encoding="UTF-8"?>
2
<classpath>
3
	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
4
	<classpathentry kind="output" path="target/classes"/>
5
</classpath>
tags/tmp_build/build/metadata/.plugins/org.eclipse.debug.core/.launches/maven install-unix.launch
1
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
<launchConfiguration type="org.eclipse.ui.externaltools.ProgramLaunchConfigurationType">
3
<booleanAttribute key="org.eclipse.debug.core.appendEnvironmentVariables" value="true"/>
4
<stringAttribute key="org.eclipse.ui.externaltools.ATTR_LOCATION" value="${workspace_loc:/build/maven/bin/mvn}"/>
5
<stringAttribute key="org.eclipse.ui.externaltools.ATTR_TOOL_ARGUMENTS" value="install"/>
6
<stringAttribute key="org.eclipse.ui.externaltools.ATTR_WORKING_DIRECTORY" value="${project_loc}"/>
7
</launchConfiguration>
tags/tmp_build/build/metadata/.plugins/org.eclipse.debug.core/.launches/GvSIG.launch
1
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
<launchConfiguration type="org.eclipse.jdt.launching.localJavaApplication">
3
<listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_PATHS">
4
<listEntry value="/_fwAndami/src/com/iver/andami/Launcher.java"/>
5
</listAttribute>
6
<listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_TYPES">
7
<listEntry value="1"/>
8
</listAttribute>
9
<booleanAttribute key="org.eclipse.debug.core.appendEnvironmentVariables" value="true"/>
10
<mapAttribute key="org.eclipse.debug.core.environmentVariables">
11
<mapEntry key="PATH" value="${workspace_loc}/binaries/w32/"/>
12
<mapEntry key="PROJ_LIB" value="${workspace_loc}/_fwAndami/gvSIG/extensiones/org.gvsig.crs/data"/>
13
</mapAttribute>
14
<stringAttribute key="org.eclipse.debug.core.source_locator_id" value="org.eclipse.jdt.launching.sourceLocator.JavaSourceLookupDirector"/>
15
<stringAttribute key="org.eclipse.debug.core.source_locator_memento" value="&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;&#13;&#10;&lt;sourceLookupDirector&gt;&#13;&#10;&lt;sourceContainers duplicates=&quot;false&quot;&gt;&#13;&#10;&lt;container memento=&quot;&amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;UTF-8&amp;quot; standalone=&amp;quot;no&amp;quot;?&amp;gt;&amp;#13;&amp;#10;&amp;lt;javaProject name=&amp;quot;extCyL&amp;quot;/&amp;gt;&amp;#13;&amp;#10;&quot; typeId=&quot;org.eclipse.jdt.launching.sourceContainer.javaProject&quot;/&gt;&#13;&#10;&lt;container memento=&quot;&amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;UTF-8&amp;quot; standalone=&amp;quot;no&amp;quot;?&amp;gt;&amp;#13;&amp;#10;&amp;lt;javaProject name=&amp;quot;extNewDocumentExample&amp;quot;/&amp;gt;&amp;#13;&amp;#10;&quot; typeId=&quot;org.eclipse.jdt.launching.sourceContainer.javaProject&quot;/&gt;&#13;&#10;&lt;container memento=&quot;&amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;UTF-8&amp;quot; standalone=&amp;quot;no&amp;quot;?&amp;gt;&amp;#13;&amp;#10;&amp;lt;javaProject name=&amp;quot;extAnimationGUI_maven&amp;quot;/&amp;gt;&amp;#13;&amp;#10;&quot; typeId=&quot;org.eclipse.jdt.launching.sourceContainer.javaProject&quot;/&gt;&#13;&#10;&lt;container memento=&quot;&amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;UTF-8&amp;quot; standalone=&amp;quot;no&amp;quot;?&amp;gt;&amp;#13;&amp;#10;&amp;lt;javaProject name=&amp;quot;extAnimationPrueba&amp;quot;/&amp;gt;&amp;#13;&amp;#10;&quot; typeId=&quot;org.eclipse.jdt.launching.sourceContainer.javaProject&quot;/&gt;&#13;&#10;&lt;container memento=&quot;&amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;UTF-8&amp;quot; standalone=&amp;quot;no&amp;quot;?&amp;gt;&amp;#13;&amp;#10;&amp;lt;javaProject name=&amp;quot;extSymbology&amp;quot;/&amp;gt;&amp;#13;&amp;#10;&quot; typeId=&quot;org.eclipse.jdt.launching.sourceContainer.javaProject&quot;/&gt;&#13;&#10;&lt;container memento=&quot;&amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;UTF-8&amp;quot; standalone=&amp;quot;no&amp;quot;?&amp;gt;&amp;#13;&amp;#10;&amp;lt;javaProject name=&amp;quot;libAnimation2D&amp;quot;/&amp;gt;&amp;#13;&amp;#10;&quot; typeId=&quot;org.eclipse.jdt.launching.sourceContainer.javaProject&quot;/&gt;&#13;&#10;&lt;container memento=&quot;&amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;UTF-8&amp;quot; standalone=&amp;quot;no&amp;quot;?&amp;gt;&amp;#13;&amp;#10;&amp;lt;javaProject name=&amp;quot;libAnimation3D&amp;quot;/&amp;gt;&amp;#13;&amp;#10;&quot; typeId=&quot;org.eclipse.jdt.launching.sourceContainer.javaProject&quot;/&gt;&#13;&#10;&lt;container memento=&quot;&amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;UTF-8&amp;quot; standalone=&amp;quot;no&amp;quot;?&amp;gt;&amp;#13;&amp;#10;&amp;lt;javaProject name=&amp;quot;libAnimationCommon&amp;quot;/&amp;gt;&amp;#13;&amp;#10;&quot; typeId=&quot;org.eclipse.jdt.launching.sourceContainer.javaProject&quot;/&gt;&#13;&#10;&lt;container memento=&quot;&amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;UTF-8&amp;quot; standalone=&amp;quot;no&amp;quot;?&amp;gt;&amp;#13;&amp;#10;&amp;lt;javaProject name=&amp;quot;libAnimation_BACK&amp;quot;/&amp;gt;&amp;#13;&amp;#10;&quot; typeId=&quot;org.eclipse.jdt.launching.sourceContainer.javaProject&quot;/&gt;&#13;&#10;&lt;container memento=&quot;&amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;UTF-8&amp;quot; standalone=&amp;quot;no&amp;quot;?&amp;gt;&amp;#13;&amp;#10;&amp;lt;javaProject name=&amp;quot;extAnimation2D&amp;quot;/&amp;gt;&amp;#13;&amp;#10;&quot; typeId=&quot;org.eclipse.jdt.launching.sourceContainer.javaProject&quot;/&gt;&#13;&#10;&lt;container memento=&quot;&amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;UTF-8&amp;quot; standalone=&amp;quot;no&amp;quot;?&amp;gt;&amp;#13;&amp;#10;&amp;lt;javaProject name=&amp;quot;libExceptions&amp;quot;/&amp;gt;&amp;#13;&amp;#10;&quot; typeId=&quot;org.eclipse.jdt.launching.sourceContainer.javaProject&quot;/&gt;&#13;&#10;&lt;container memento=&quot;&amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;UTF-8&amp;quot; standalone=&amp;quot;no&amp;quot;?&amp;gt;&amp;#13;&amp;#10;&amp;lt;javaProject name=&amp;quot;extAnimation3D&amp;quot;/&amp;gt;&amp;#13;&amp;#10;&quot; typeId=&quot;org.eclipse.jdt.launching.sourceContainer.javaProject&quot;/&gt;&#13;&#10;&lt;container memento=&quot;&amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;UTF-8&amp;quot; standalone=&amp;quot;no&amp;quot;?&amp;gt;&amp;#13;&amp;#10;&amp;lt;javaProject name=&amp;quot;extAnimationCommon&amp;quot;/&amp;gt;&amp;#13;&amp;#10;&quot; typeId=&quot;org.eclipse.jdt.launching.sourceContainer.javaProject&quot;/&gt;&#13;&#10;&lt;container memento=&quot;&amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;UTF-8&amp;quot; standalone=&amp;quot;no&amp;quot;?&amp;gt;&amp;#13;&amp;#10;&amp;lt;javaProject name=&amp;quot;extAnimationGUI&amp;quot;/&amp;gt;&amp;#13;&amp;#10;&quot; typeId=&quot;org.eclipse.jdt.launching.sourceContainer.javaProject&quot;/&gt;&#13;&#10;&lt;container memento=&quot;&amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;UTF-8&amp;quot; standalone=&amp;quot;no&amp;quot;?&amp;gt;&amp;#13;&amp;#10;&amp;lt;javaProject name=&amp;quot;extWFS2&amp;quot;/&amp;gt;&amp;#13;&amp;#10;&quot; typeId=&quot;org.eclipse.jdt.launching.sourceContainer.javaProject&quot;/&gt;&#13;&#10;&lt;container memento=&quot;&amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;UTF-8&amp;quot; standalone=&amp;quot;no&amp;quot;?&amp;gt;&amp;#13;&amp;#10;&amp;lt;javaProject name=&amp;quot;libAnimation&amp;quot;/&amp;gt;&amp;#13;&amp;#10;&quot; typeId=&quot;org.eclipse.jdt.launching.sourceContainer.javaProject&quot;/&gt;&#13;&#10;&lt;container memento=&quot;&amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;UTF-8&amp;quot; standalone=&amp;quot;no&amp;quot;?&amp;gt;&amp;#13;&amp;#10;&amp;lt;javaProject name=&amp;quot;libIverUtiles&amp;quot;/&amp;gt;&amp;#13;&amp;#10;&quot; typeId=&quot;org.eclipse.jdt.launching.sourceContainer.javaProject&quot;/&gt;&#13;&#10;&lt;container memento=&quot;&amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;UTF-8&amp;quot; standalone=&amp;quot;no&amp;quot;?&amp;gt;&amp;#13;&amp;#10;&amp;lt;javaProject name=&amp;quot;exaWWJ&amp;quot;/&amp;gt;&amp;#13;&amp;#10;&quot; typeId=&quot;org.eclipse.jdt.launching.sourceContainer.javaProject&quot;/&gt;&#13;&#10;&lt;container memento=&quot;&amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;UTF-8&amp;quot; standalone=&amp;quot;no&amp;quot;?&amp;gt;&amp;#13;&amp;#10;&amp;lt;javaProject name=&amp;quot;extCAD&amp;quot;/&amp;gt;&amp;#13;&amp;#10;&quot; typeId=&quot;org.eclipse.jdt.launching.sourceContainer.javaProject&quot;/&gt;&#13;&#10;&lt;container memento=&quot;&amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;UTF-8&amp;quot; standalone=&amp;quot;no&amp;quot;?&amp;gt;&amp;#13;&amp;#10;&amp;lt;javaProject name=&amp;quot;extJDBC&amp;quot;/&amp;gt;&amp;#13;&amp;#10;&quot; typeId=&quot;org.eclipse.jdt.launching.sourceContainer.javaProject&quot;/&gt;&#13;&#10;&lt;container memento=&quot;&amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;UTF-8&amp;quot; standalone=&amp;quot;no&amp;quot;?&amp;gt;&amp;#13;&amp;#10;&amp;lt;javaProject name=&amp;quot;extScripting&amp;quot;/&amp;gt;&amp;#13;&amp;#10;&quot; typeId=&quot;org.eclipse.jdt.launching.sourceContainer.javaProject&quot;/&gt;&#13;&#10;&lt;container memento=&quot;&amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;UTF-8&amp;quot; standalone=&amp;quot;no&amp;quot;?&amp;gt;&amp;#13;&amp;#10;&amp;lt;javaProject name=&amp;quot;libRemoteServices&amp;quot;/&amp;gt;&amp;#13;&amp;#10;&quot; typeId=&quot;org.eclipse.jdt.launching.sourceContainer.javaProject&quot;/&gt;&#13;&#10;&lt;container memento=&quot;&amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;UTF-8&amp;quot; standalone=&amp;quot;no&amp;quot;?&amp;gt;&amp;#13;&amp;#10;&amp;lt;javaProject name=&amp;quot;libRaster&amp;quot;/&amp;gt;&amp;#13;&amp;#10;&quot; typeId=&quot;org.eclipse.jdt.launching.sourceContainer.javaProject&quot;/&gt;&#13;&#10;&lt;container memento=&quot;&amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;UTF-8&amp;quot; standalone=&amp;quot;no&amp;quot;?&amp;gt;&amp;#13;&amp;#10;&amp;lt;javaProject name=&amp;quot;extIconThemeBase&amp;quot;/&amp;gt;&amp;#13;&amp;#10;&quot; typeId=&quot;org.eclipse.jdt.launching.sourceContainer.javaProject&quot;/&gt;&#13;&#10;&lt;container memento=&quot;&amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;UTF-8&amp;quot; standalone=&amp;quot;no&amp;quot;?&amp;gt;&amp;#13;&amp;#10;&amp;lt;javaProject name=&amp;quot;extJCRS&amp;quot;/&amp;gt;&amp;#13;&amp;#10;&quot; typeId=&quot;org.eclipse.jdt.launching.sourceContainer.javaProject&quot;/&gt;&#13;&#10;&lt;container memento=&quot;&amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;UTF-8&amp;quot; standalone=&amp;quot;no&amp;quot;?&amp;gt;&amp;#13;&amp;#10;&amp;lt;javaProject name=&amp;quot;libJCRS&amp;quot;/&amp;gt;&amp;#13;&amp;#10;&quot; typeId=&quot;org.eclipse.jdt.launching.sourceContainer.javaProject&quot;/&gt;&#13;&#10;&lt;container memento=&quot;&amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;UTF-8&amp;quot; standalone=&amp;quot;no&amp;quot;?&amp;gt;&amp;#13;&amp;#10;&amp;lt;javaProject name=&amp;quot;extRasterTools-SE&amp;quot;/&amp;gt;&amp;#13;&amp;#10;&quot; typeId=&quot;org.eclipse.jdt.launching.sourceContainer.javaProject&quot;/&gt;&#13;&#10;&lt;container memento=&quot;&amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;UTF-8&amp;quot; standalone=&amp;quot;no&amp;quot;?&amp;gt;&amp;#13;&amp;#10;&amp;lt;javaProject name=&amp;quot;libCorePlugin&amp;quot;/&amp;gt;&amp;#13;&amp;#10;&quot; typeId=&quot;org.eclipse.jdt.launching.sourceContainer.javaProject&quot;/&gt;&#13;&#10;&lt;container memento=&quot;&amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;UTF-8&amp;quot; standalone=&amp;quot;no&amp;quot;?&amp;gt;&amp;#13;&amp;#10;&amp;lt;javaProject name=&amp;quot;JDialogSkin&amp;quot;/&amp;gt;&amp;#13;&amp;#10;&quot; typeId=&quot;org.eclipse.jdt.launching.sourceContainer.javaProject&quot;/&gt;&#13;&#10;&lt;container memento=&quot;&amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;UTF-8&amp;quot; standalone=&amp;quot;no&amp;quot;?&amp;gt;&amp;#13;&amp;#10;&amp;lt;javaProject name=&amp;quot;_fwAndami&amp;quot;/&amp;gt;&amp;#13;&amp;#10;&quot; typeId=&quot;org.eclipse.jdt.launching.sourceContainer.javaProject&quot;/&gt;&#13;&#10;&lt;container memento=&quot;&amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;UTF-8&amp;quot; standalone=&amp;quot;no&amp;quot;?&amp;gt;&amp;#13;&amp;#10;&amp;lt;javaProject name=&amp;quot;appCatalogAndGazetteerClient&amp;quot;/&amp;gt;&amp;#13;&amp;#10;&quot; typeId=&quot;org.eclipse.jdt.launching.sourceContainer.javaProject&quot;/&gt;&#13;&#10;&lt;container memento=&quot;&amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;UTF-8&amp;quot; standalone=&amp;quot;no&amp;quot;?&amp;gt;&amp;#13;&amp;#10;&amp;lt;classpathContainer path=&amp;quot;org.eclipse.jdt.launching.JRE_CONTAINER&amp;quot;/&amp;gt;&amp;#13;&amp;#10;&quot; typeId=&quot;org.eclipse.jdt.launching.sourceContainer.classpathContainer&quot;/&gt;&#13;&#10;&lt;container memento=&quot;&amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;UTF-8&amp;quot; standalone=&amp;quot;no&amp;quot;?&amp;gt;&amp;#13;&amp;#10;&amp;lt;javaProject name=&amp;quot;appgvSIG&amp;quot;/&amp;gt;&amp;#13;&amp;#10;&quot; typeId=&quot;org.eclipse.jdt.launching.sourceContainer.javaProject&quot;/&gt;&#13;&#10;&lt;container memento=&quot;&amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;UTF-8&amp;quot; standalone=&amp;quot;no&amp;quot;?&amp;gt;&amp;#13;&amp;#10;&amp;lt;javaProject name=&amp;quot;libFMap&amp;quot;/&amp;gt;&amp;#13;&amp;#10;&quot; typeId=&quot;org.eclipse.jdt.launching.sourceContainer.javaProject&quot;/&gt;&#13;&#10;&lt;container memento=&quot;&amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;UTF-8&amp;quot; standalone=&amp;quot;no&amp;quot;?&amp;gt;&amp;#13;&amp;#10;&amp;lt;javaProject name=&amp;quot;ext3Dgui&amp;quot;/&amp;gt;&amp;#13;&amp;#10;&quot; typeId=&quot;org.eclipse.jdt.launching.sourceContainer.javaProject&quot;/&gt;&#13;&#10;&lt;container memento=&quot;&amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;UTF-8&amp;quot; standalone=&amp;quot;no&amp;quot;?&amp;gt;&amp;#13;&amp;#10;&amp;lt;javaProject name=&amp;quot;extWMS&amp;quot;/&amp;gt;&amp;#13;&amp;#10;&quot; typeId=&quot;org.eclipse.jdt.launching.sourceContainer.javaProject&quot;/&gt;&#13;&#10;&lt;container memento=&quot;&amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;UTF-8&amp;quot; standalone=&amp;quot;no&amp;quot;?&amp;gt;&amp;#13;&amp;#10;&amp;lt;javaProject name=&amp;quot;lib3DMap&amp;quot;/&amp;gt;&amp;#13;&amp;#10;&quot; typeId=&quot;org.eclipse.jdt.launching.sourceContainer.javaProject&quot;/&gt;&#13;&#10;&lt;container memento=&quot;&amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;UTF-8&amp;quot; standalone=&amp;quot;no&amp;quot;?&amp;gt;&amp;#13;&amp;#10;&amp;lt;javaProject name=&amp;quot;libCacheService&amp;quot;/&amp;gt;&amp;#13;&amp;#10;&quot; typeId=&quot;org.eclipse.jdt.launching.sourceContainer.javaProject&quot;/&gt;&#13;&#10;&lt;container memento=&quot;&amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;UTF-8&amp;quot; standalone=&amp;quot;no&amp;quot;?&amp;gt;&amp;#13;&amp;#10;&amp;lt;javaProject name=&amp;quot;extWCS&amp;quot;/&amp;gt;&amp;#13;&amp;#10;&quot; typeId=&quot;org.eclipse.jdt.launching.sourceContainer.javaProject&quot;/&gt;&#13;&#10;&lt;container memento=&quot;&amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;UTF-8&amp;quot; standalone=&amp;quot;no&amp;quot;?&amp;gt;&amp;#13;&amp;#10;&amp;lt;javaProject name=&amp;quot;extCatalogAndGazetteer&amp;quot;/&amp;gt;&amp;#13;&amp;#10;&quot; typeId=&quot;org.eclipse.jdt.launching.sourceContainer.javaProject&quot;/&gt;&#13;&#10;&lt;container memento=&quot;&amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;UTF-8&amp;quot; standalone=&amp;quot;no&amp;quot;?&amp;gt;&amp;#13;&amp;#10;&amp;lt;default/&amp;gt;&amp;#13;&amp;#10;&quot; typeId=&quot;org.eclipse.debug.core.containerType.default&quot;/&gt;&#13;&#10;&lt;/sourceContainers&gt;&#13;&#10;&lt;/sourceLookupDirector&gt;&#13;&#10;"/>
16
<listAttribute key="org.eclipse.jdt.launching.CLASSPATH">
17
<listEntry value="&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;&#13;&#10;&lt;runtimeClasspathEntry containerPath=&quot;org.eclipse.jdt.launching.JRE_CONTAINER&quot; javaProject=&quot;_fwAndami&quot; path=&quot;1&quot; type=&quot;4&quot;/&gt;&#13;&#10;"/>
18
<listEntry value="&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;&#13;&#10;&lt;runtimeClasspathEntry id=&quot;org.eclipse.jdt.launching.classpathentry.defaultClasspath&quot;&gt;&#13;&#10;&lt;memento exportedEntriesOnly=&quot;false&quot; project=&quot;_fwAndami&quot;/&gt;&#13;&#10;&lt;/runtimeClasspathEntry&gt;&#13;&#10;"/>
19
<listEntry value="&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;&#13;&#10;&lt;runtimeClasspathEntry internalArchive=&quot;/_fwAndami/gvSIG/extensiones/com.iver.ai2.gvsig3dgui/lib/gluegen-rt-1.1.0.jar&quot; path=&quot;3&quot; type=&quot;2&quot;/&gt;&#13;&#10;"/>
20
<listEntry value="&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;&#13;&#10;&lt;runtimeClasspathEntry internalArchive=&quot;/_fwAndami/gvSIG/extensiones/com.iver.ai2.gvsig3dgui/lib/jogl-1.1.0.jar&quot; path=&quot;3&quot; type=&quot;2&quot;/&gt;&#13;&#10;"/>
21
<listEntry value="&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;&#13;&#10;&lt;runtimeClasspathEntry internalArchive=&quot;/_fwAndami/gvSIG/extensiones/com.iver.ai2.gvsig3dgui/lib/libNative-1.0.jar&quot; path=&quot;3&quot; type=&quot;2&quot;/&gt;&#13;&#10;"/>
22
<listEntry value="&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;&#13;&#10;&lt;runtimeClasspathEntry internalArchive=&quot;/_fwAndami/gvSIG/extensiones/com.iver.ai2.gvsig3dgui/lib/libosgvp-core-2.0.4.jar&quot; path=&quot;3&quot; type=&quot;2&quot;/&gt;&#13;&#10;"/>
23
<listEntry value="&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;&#13;&#10;&lt;runtimeClasspathEntry internalArchive=&quot;/_fwAndami/gvSIG/extensiones/com.iver.ai2.gvsig3dgui/lib/libosgvp-ephemeris-2.0.4.jar&quot; path=&quot;3&quot; type=&quot;2&quot;/&gt;&#13;&#10;"/>
24
<listEntry value="&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;&#13;&#10;&lt;runtimeClasspathEntry internalArchive=&quot;/_fwAndami/gvSIG/extensiones/com.iver.ai2.gvsig3dgui/lib/libosgvp-examples-2.0.4.jar&quot; path=&quot;3&quot; type=&quot;2&quot;/&gt;&#13;&#10;"/>
25
<listEntry value="&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;&#13;&#10;&lt;runtimeClasspathEntry internalArchive=&quot;/_fwAndami/gvSIG/extensiones/com.iver.ai2.gvsig3dgui/lib/libosgvp-features-2.0.4.jar&quot; path=&quot;3&quot; type=&quot;2&quot;/&gt;&#13;&#10;"/>
26
<listEntry value="&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;&#13;&#10;&lt;runtimeClasspathEntry internalArchive=&quot;/_fwAndami/gvSIG/extensiones/com.iver.ai2.gvsig3dgui/lib/libosgvp-manipulator-2.0.4.jar&quot; path=&quot;3&quot; type=&quot;2&quot;/&gt;&#13;&#10;"/>
27
<listEntry value="&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;&#13;&#10;&lt;runtimeClasspathEntry internalArchive=&quot;/_fwAndami/gvSIG/extensiones/com.iver.ai2.gvsig3dgui/lib/libosgvp-planets-2.0.4.jar&quot; path=&quot;3&quot; type=&quot;2&quot;/&gt;&#13;&#10;"/>
28
<listEntry value="&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;&#13;&#10;&lt;runtimeClasspathEntry internalArchive=&quot;/_fwAndami/gvSIG/extensiones/com.iver.ai2.gvsig3dgui/lib/libosgvp-viewer-2.0.4.jar&quot; path=&quot;3&quot; type=&quot;2&quot;/&gt;&#13;&#10;"/>
29
</listAttribute>
30
<booleanAttribute key="org.eclipse.jdt.launching.DEFAULT_CLASSPATH" value="false"/>
31
<stringAttribute key="org.eclipse.jdt.launching.MAIN_TYPE" value="com.iver.andami.Launcher"/>
32
<stringAttribute key="org.eclipse.jdt.launching.PROGRAM_ARGUMENTS" value="gvSIG gvSIG/extensiones"/>
33
<stringAttribute key="org.eclipse.jdt.launching.PROJECT_ATTR" value="_fwAndami"/>
34
<stringAttribute key="org.eclipse.jdt.launching.VM_ARGUMENTS" value="-Xmx500M -Dsun.java2d.opengl=False  -Djava.library.path=&quot;${workspace_loc}/binaries/w32/&quot;"/>
35
</launchConfiguration>
tags/tmp_build/build/metadata/.plugins/org.eclipse.debug.core/.launches/maven compile.launch
1
<?xml version="1.0" encoding="UTF-8"?>
2
<launchConfiguration type="org.eclipse.ui.externaltools.ProgramLaunchConfigurationType">
3
<booleanAttribute key="org.eclipse.debug.core.appendEnvironmentVariables" value="true"/>
4
<listAttribute key="org.eclipse.debug.ui.favoriteGroups">
5
<listEntry value="org.eclipse.ui.externaltools.launchGroup"/>
6
</listAttribute>
7
<stringAttribute key="org.eclipse.ui.externaltools.ATTR_LOCATION" value="${workspace_loc}/build/maven/bin/mvn.bat"/>
8
<stringAttribute key="org.eclipse.ui.externaltools.ATTR_TOOL_ARGUMENTS" value="compile"/>
9
<stringAttribute key="org.eclipse.ui.externaltools.ATTR_WORKING_DIRECTORY" value="${project_loc}"/>
10
</launchConfiguration>
tags/tmp_build/build/metadata/.plugins/org.eclipse.debug.core/.launches/maven install without test.launch
1
<?xml version="1.0" encoding="UTF-8"?>
2
<launchConfiguration type="org.eclipse.ui.externaltools.ProgramLaunchConfigurationType">
3
<booleanAttribute key="org.eclipse.debug.core.appendEnvironmentVariables" value="true"/>
4
<listAttribute key="org.eclipse.debug.ui.favoriteGroups">
5
<listEntry value="org.eclipse.ui.externaltools.launchGroup"/>
6
</listAttribute>
7
<stringAttribute key="org.eclipse.ui.externaltools.ATTR_LOCATION" value="${workspace_loc}/build/maven/bin/mvn.bat"/>
8
<stringAttribute key="org.eclipse.ui.externaltools.ATTR_TOOL_ARGUMENTS" value="install -Dmaven.test.skip=true"/>
9
<stringAttribute key="org.eclipse.ui.externaltools.ATTR_WORKING_DIRECTORY" value="${project_loc}"/>
10
</launchConfiguration>
tags/tmp_build/build/metadata/.plugins/org.eclipse.debug.core/.launches/maven eclipse force download.launch
1
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
<launchConfiguration type="org.eclipse.ui.externaltools.ProgramLaunchConfigurationType">
3
<booleanAttribute key="org.eclipse.debug.core.appendEnvironmentVariables" value="true"/>
4
<stringAttribute key="org.eclipse.ui.externaltools.ATTR_LOCATION" value="${workspace_loc}/build/maven/bin/mvn.bat"/>
5
<stringAttribute key="org.eclipse.ui.externaltools.ATTR_TOOL_ARGUMENTS" value="eclipse:eclipse -DdownloadSources=true"/>
6
<stringAttribute key="org.eclipse.ui.externaltools.ATTR_WORKING_DIRECTORY" value="${project_loc}"/>
7
</launchConfiguration>
tags/tmp_build/build/metadata/.plugins/org.eclipse.debug.core/.launches/GvSIG external.launch
1
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
<launchConfiguration type="org.eclipse.jdt.launching.localJavaApplication">
3
<listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_PATHS">
4
<listEntry value="/_fwAndami/src/com/iver/andami/Launcher.java"/>
5
</listAttribute>
6
<listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_TYPES">
7
<listEntry value="1"/>
8
</listAttribute>
9
<booleanAttribute key="org.eclipse.debug.core.appendEnvironmentVariables" value="true"/>
10
<mapAttribute key="org.eclipse.debug.core.environmentVariables">
11
<mapEntry key="PROJ_LIB" value="${workspace_loc}/_fwAndami/gvSIG/extensiones/org.gvsig.crs/data"/>
12
<mapEntry key="PATH" value="${workspace_loc}/binaries/w32/"/>
13
</mapAttribute>
14
<stringAttribute key="org.eclipse.debug.core.source_locator_id" value="org.eclipse.jdt.launching.sourceLocator.JavaSourceLookupDirector"/>
15
<stringAttribute key="org.eclipse.debug.core.source_locator_memento" value="&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;&#13;&#10;&lt;sourceLookupDirector&gt;&#13;&#10;&lt;sourceContainers duplicates=&quot;false&quot;&gt;&#13;&#10;&lt;container memento=&quot;&amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;UTF-8&amp;quot; standalone=&amp;quot;no&amp;quot;?&amp;gt;&amp;#13;&amp;#10;&amp;lt;javaProject name=&amp;quot;lib3DMap-share&amp;quot;/&amp;gt;&amp;#13;&amp;#10;&quot; typeId=&quot;org.eclipse.jdt.launching.sourceContainer.javaProject&quot;/&gt;&#13;&#10;&lt;container memento=&quot;&amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;UTF-8&amp;quot; standalone=&amp;quot;no&amp;quot;?&amp;gt;&amp;#13;&amp;#10;&amp;lt;javaProject name=&amp;quot;extCyL&amp;quot;/&amp;gt;&amp;#13;&amp;#10;&quot; typeId=&quot;org.eclipse.jdt.launching.sourceContainer.javaProject&quot;/&gt;&#13;&#10;&lt;container memento=&quot;&amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;UTF-8&amp;quot; standalone=&amp;quot;no&amp;quot;?&amp;gt;&amp;#13;&amp;#10;&amp;lt;javaProject name=&amp;quot;extNewDocumentExample&amp;quot;/&amp;gt;&amp;#13;&amp;#10;&quot; typeId=&quot;org.eclipse.jdt.launching.sourceContainer.javaProject&quot;/&gt;&#13;&#10;&lt;container memento=&quot;&amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;UTF-8&amp;quot; standalone=&amp;quot;no&amp;quot;?&amp;gt;&amp;#13;&amp;#10;&amp;lt;javaProject name=&amp;quot;extAnimationGUI_maven&amp;quot;/&amp;gt;&amp;#13;&amp;#10;&quot; typeId=&quot;org.eclipse.jdt.launching.sourceContainer.javaProject&quot;/&gt;&#13;&#10;&lt;container memento=&quot;&amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;UTF-8&amp;quot; standalone=&amp;quot;no&amp;quot;?&amp;gt;&amp;#13;&amp;#10;&amp;lt;javaProject name=&amp;quot;extAnimationPrueba&amp;quot;/&amp;gt;&amp;#13;&amp;#10;&quot; typeId=&quot;org.eclipse.jdt.launching.sourceContainer.javaProject&quot;/&gt;&#13;&#10;&lt;container memento=&quot;&amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;UTF-8&amp;quot; standalone=&amp;quot;no&amp;quot;?&amp;gt;&amp;#13;&amp;#10;&amp;lt;javaProject name=&amp;quot;extSymbology&amp;quot;/&amp;gt;&amp;#13;&amp;#10;&quot; typeId=&quot;org.eclipse.jdt.launching.sourceContainer.javaProject&quot;/&gt;&#13;&#10;&lt;container memento=&quot;&amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;UTF-8&amp;quot; standalone=&amp;quot;no&amp;quot;?&amp;gt;&amp;#13;&amp;#10;&amp;lt;javaProject name=&amp;quot;libAnimation2D&amp;quot;/&amp;gt;&amp;#13;&amp;#10;&quot; typeId=&quot;org.eclipse.jdt.launching.sourceContainer.javaProject&quot;/&gt;&#13;&#10;&lt;container memento=&quot;&amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;UTF-8&amp;quot; standalone=&amp;quot;no&amp;quot;?&amp;gt;&amp;#13;&amp;#10;&amp;lt;javaProject name=&amp;quot;libAnimation3D&amp;quot;/&amp;gt;&amp;#13;&amp;#10;&quot; typeId=&quot;org.eclipse.jdt.launching.sourceContainer.javaProject&quot;/&gt;&#13;&#10;&lt;container memento=&quot;&amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;UTF-8&amp;quot; standalone=&amp;quot;no&amp;quot;?&amp;gt;&amp;#13;&amp;#10;&amp;lt;javaProject name=&amp;quot;libAnimationCommon&amp;quot;/&amp;gt;&amp;#13;&amp;#10;&quot; typeId=&quot;org.eclipse.jdt.launching.sourceContainer.javaProject&quot;/&gt;&#13;&#10;&lt;container memento=&quot;&amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;UTF-8&amp;quot; standalone=&amp;quot;no&amp;quot;?&amp;gt;&amp;#13;&amp;#10;&amp;lt;javaProject name=&amp;quot;libAnimation_BACK&amp;quot;/&amp;gt;&amp;#13;&amp;#10;&quot; typeId=&quot;org.eclipse.jdt.launching.sourceContainer.javaProject&quot;/&gt;&#13;&#10;&lt;container memento=&quot;&amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;UTF-8&amp;quot; standalone=&amp;quot;no&amp;quot;?&amp;gt;&amp;#13;&amp;#10;&amp;lt;javaProject name=&amp;quot;extAnimation2D&amp;quot;/&amp;gt;&amp;#13;&amp;#10;&quot; typeId=&quot;org.eclipse.jdt.launching.sourceContainer.javaProject&quot;/&gt;&#13;&#10;&lt;container memento=&quot;&amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;UTF-8&amp;quot; standalone=&amp;quot;no&amp;quot;?&amp;gt;&amp;#13;&amp;#10;&amp;lt;javaProject name=&amp;quot;libExceptions&amp;quot;/&amp;gt;&amp;#13;&amp;#10;&quot; typeId=&quot;org.eclipse.jdt.launching.sourceContainer.javaProject&quot;/&gt;&#13;&#10;&lt;container memento=&quot;&amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;UTF-8&amp;quot; standalone=&amp;quot;no&amp;quot;?&amp;gt;&amp;#13;&amp;#10;&amp;lt;javaProject name=&amp;quot;extAnimation3D&amp;quot;/&amp;gt;&amp;#13;&amp;#10;&quot; typeId=&quot;org.eclipse.jdt.launching.sourceContainer.javaProject&quot;/&gt;&#13;&#10;&lt;container memento=&quot;&amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;UTF-8&amp;quot; standalone=&amp;quot;no&amp;quot;?&amp;gt;&amp;#13;&amp;#10;&amp;lt;javaProject name=&amp;quot;extAnimationCommon&amp;quot;/&amp;gt;&amp;#13;&amp;#10;&quot; typeId=&quot;org.eclipse.jdt.launching.sourceContainer.javaProject&quot;/&gt;&#13;&#10;&lt;container memento=&quot;&amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;UTF-8&amp;quot; standalone=&amp;quot;no&amp;quot;?&amp;gt;&amp;#13;&amp;#10;&amp;lt;javaProject name=&amp;quot;extAnimationGUI&amp;quot;/&amp;gt;&amp;#13;&amp;#10;&quot; typeId=&quot;org.eclipse.jdt.launching.sourceContainer.javaProject&quot;/&gt;&#13;&#10;&lt;container memento=&quot;&amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;UTF-8&amp;quot; standalone=&amp;quot;no&amp;quot;?&amp;gt;&amp;#13;&amp;#10;&amp;lt;javaProject name=&amp;quot;extWFS2&amp;quot;/&amp;gt;&amp;#13;&amp;#10;&quot; typeId=&quot;org.eclipse.jdt.launching.sourceContainer.javaProject&quot;/&gt;&#13;&#10;&lt;container memento=&quot;&amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;UTF-8&amp;quot; standalone=&amp;quot;no&amp;quot;?&amp;gt;&amp;#13;&amp;#10;&amp;lt;javaProject name=&amp;quot;libAnimation&amp;quot;/&amp;gt;&amp;#13;&amp;#10;&quot; typeId=&quot;org.eclipse.jdt.launching.sourceContainer.javaProject&quot;/&gt;&#13;&#10;&lt;container memento=&quot;&amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;UTF-8&amp;quot; standalone=&amp;quot;no&amp;quot;?&amp;gt;&amp;#13;&amp;#10;&amp;lt;javaProject name=&amp;quot;libIverUtiles&amp;quot;/&amp;gt;&amp;#13;&amp;#10;&quot; typeId=&quot;org.eclipse.jdt.launching.sourceContainer.javaProject&quot;/&gt;&#13;&#10;&lt;container memento=&quot;&amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;UTF-8&amp;quot; standalone=&amp;quot;no&amp;quot;?&amp;gt;&amp;#13;&amp;#10;&amp;lt;javaProject name=&amp;quot;exaWWJ&amp;quot;/&amp;gt;&amp;#13;&amp;#10;&quot; typeId=&quot;org.eclipse.jdt.launching.sourceContainer.javaProject&quot;/&gt;&#13;&#10;&lt;container memento=&quot;&amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;UTF-8&amp;quot; standalone=&amp;quot;no&amp;quot;?&amp;gt;&amp;#13;&amp;#10;&amp;lt;javaProject name=&amp;quot;extCAD&amp;quot;/&amp;gt;&amp;#13;&amp;#10;&quot; typeId=&quot;org.eclipse.jdt.launching.sourceContainer.javaProject&quot;/&gt;&#13;&#10;&lt;container memento=&quot;&amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;UTF-8&amp;quot; standalone=&amp;quot;no&amp;quot;?&amp;gt;&amp;#13;&amp;#10;&amp;lt;javaProject name=&amp;quot;extJDBC&amp;quot;/&amp;gt;&amp;#13;&amp;#10;&quot; typeId=&quot;org.eclipse.jdt.launching.sourceContainer.javaProject&quot;/&gt;&#13;&#10;&lt;container memento=&quot;&amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;UTF-8&amp;quot; standalone=&amp;quot;no&amp;quot;?&amp;gt;&amp;#13;&amp;#10;&amp;lt;javaProject name=&amp;quot;extScripting&amp;quot;/&amp;gt;&amp;#13;&amp;#10;&quot; typeId=&quot;org.eclipse.jdt.launching.sourceContainer.javaProject&quot;/&gt;&#13;&#10;&lt;container memento=&quot;&amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;UTF-8&amp;quot; standalone=&amp;quot;no&amp;quot;?&amp;gt;&amp;#13;&amp;#10;&amp;lt;javaProject name=&amp;quot;libRemoteServices&amp;quot;/&amp;gt;&amp;#13;&amp;#10;&quot; typeId=&quot;org.eclipse.jdt.launching.sourceContainer.javaProject&quot;/&gt;&#13;&#10;&lt;container memento=&quot;&amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;UTF-8&amp;quot; standalone=&amp;quot;no&amp;quot;?&amp;gt;&amp;#13;&amp;#10;&amp;lt;javaProject name=&amp;quot;libRaster&amp;quot;/&amp;gt;&amp;#13;&amp;#10;&quot; typeId=&quot;org.eclipse.jdt.launching.sourceContainer.javaProject&quot;/&gt;&#13;&#10;&lt;container memento=&quot;&amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;UTF-8&amp;quot; standalone=&amp;quot;no&amp;quot;?&amp;gt;&amp;#13;&amp;#10;&amp;lt;javaProject name=&amp;quot;extIconThemeBase&amp;quot;/&amp;gt;&amp;#13;&amp;#10;&quot; typeId=&quot;org.eclipse.jdt.launching.sourceContainer.javaProject&quot;/&gt;&#13;&#10;&lt;container memento=&quot;&amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;UTF-8&amp;quot; standalone=&amp;quot;no&amp;quot;?&amp;gt;&amp;#13;&amp;#10;&amp;lt;javaProject name=&amp;quot;extJCRS&amp;quot;/&amp;gt;&amp;#13;&amp;#10;&quot; typeId=&quot;org.eclipse.jdt.launching.sourceContainer.javaProject&quot;/&gt;&#13;&#10;&lt;container memento=&quot;&amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;UTF-8&amp;quot; standalone=&amp;quot;no&amp;quot;?&amp;gt;&amp;#13;&amp;#10;&amp;lt;javaProject name=&amp;quot;libJCRS&amp;quot;/&amp;gt;&amp;#13;&amp;#10;&quot; typeId=&quot;org.eclipse.jdt.launching.sourceContainer.javaProject&quot;/&gt;&#13;&#10;&lt;container memento=&quot;&amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;UTF-8&amp;quot; standalone=&amp;quot;no&amp;quot;?&amp;gt;&amp;#13;&amp;#10;&amp;lt;javaProject name=&amp;quot;extRasterTools-SE&amp;quot;/&amp;gt;&amp;#13;&amp;#10;&quot; typeId=&quot;org.eclipse.jdt.launching.sourceContainer.javaProject&quot;/&gt;&#13;&#10;&lt;container memento=&quot;&amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;UTF-8&amp;quot; standalone=&amp;quot;no&amp;quot;?&amp;gt;&amp;#13;&amp;#10;&amp;lt;javaProject name=&amp;quot;libCorePlugin&amp;quot;/&amp;gt;&amp;#13;&amp;#10;&quot; typeId=&quot;org.eclipse.jdt.launching.sourceContainer.javaProject&quot;/&gt;&#13;&#10;&lt;container memento=&quot;&amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;UTF-8&amp;quot; standalone=&amp;quot;no&amp;quot;?&amp;gt;&amp;#13;&amp;#10;&amp;lt;javaProject name=&amp;quot;JDialogSkin&amp;quot;/&amp;gt;&amp;#13;&amp;#10;&quot; typeId=&quot;org.eclipse.jdt.launching.sourceContainer.javaProject&quot;/&gt;&#13;&#10;&lt;container memento=&quot;&amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;UTF-8&amp;quot; standalone=&amp;quot;no&amp;quot;?&amp;gt;&amp;#13;&amp;#10;&amp;lt;javaProject name=&amp;quot;_fwAndami&amp;quot;/&amp;gt;&amp;#13;&amp;#10;&quot; typeId=&quot;org.eclipse.jdt.launching.sourceContainer.javaProject&quot;/&gt;&#13;&#10;&lt;container memento=&quot;&amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;UTF-8&amp;quot; standalone=&amp;quot;no&amp;quot;?&amp;gt;&amp;#13;&amp;#10;&amp;lt;javaProject name=&amp;quot;appCatalogAndGazetteerClient&amp;quot;/&amp;gt;&amp;#13;&amp;#10;&quot; typeId=&quot;org.eclipse.jdt.launching.sourceContainer.javaProject&quot;/&gt;&#13;&#10;&lt;container memento=&quot;&amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;UTF-8&amp;quot; standalone=&amp;quot;no&amp;quot;?&amp;gt;&amp;#13;&amp;#10;&amp;lt;classpathContainer path=&amp;quot;org.eclipse.jdt.launching.JRE_CONTAINER&amp;quot;/&amp;gt;&amp;#13;&amp;#10;&quot; typeId=&quot;org.eclipse.jdt.launching.sourceContainer.classpathContainer&quot;/&gt;&#13;&#10;&lt;container memento=&quot;&amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;UTF-8&amp;quot; standalone=&amp;quot;no&amp;quot;?&amp;gt;&amp;#13;&amp;#10;&amp;lt;javaProject name=&amp;quot;appgvSIG&amp;quot;/&amp;gt;&amp;#13;&amp;#10;&quot; typeId=&quot;org.eclipse.jdt.launching.sourceContainer.javaProject&quot;/&gt;&#13;&#10;&lt;container memento=&quot;&amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;UTF-8&amp;quot; standalone=&amp;quot;no&amp;quot;?&amp;gt;&amp;#13;&amp;#10;&amp;lt;javaProject name=&amp;quot;libFMap&amp;quot;/&amp;gt;&amp;#13;&amp;#10;&quot; typeId=&quot;org.eclipse.jdt.launching.sourceContainer.javaProject&quot;/&gt;&#13;&#10;&lt;container memento=&quot;&amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;UTF-8&amp;quot; standalone=&amp;quot;no&amp;quot;?&amp;gt;&amp;#13;&amp;#10;&amp;lt;javaProject name=&amp;quot;ext3Dgui&amp;quot;/&amp;gt;&amp;#13;&amp;#10;&quot; typeId=&quot;org.eclipse.jdt.launching.sourceContainer.javaProject&quot;/&gt;&#13;&#10;&lt;container memento=&quot;&amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;UTF-8&amp;quot; standalone=&amp;quot;no&amp;quot;?&amp;gt;&amp;#13;&amp;#10;&amp;lt;javaProject name=&amp;quot;extWMS&amp;quot;/&amp;gt;&amp;#13;&amp;#10;&quot; typeId=&quot;org.eclipse.jdt.launching.sourceContainer.javaProject&quot;/&gt;&#13;&#10;&lt;container memento=&quot;&amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;UTF-8&amp;quot; standalone=&amp;quot;no&amp;quot;?&amp;gt;&amp;#13;&amp;#10;&amp;lt;javaProject name=&amp;quot;lib3DMap&amp;quot;/&amp;gt;&amp;#13;&amp;#10;&quot; typeId=&quot;org.eclipse.jdt.launching.sourceContainer.javaProject&quot;/&gt;&#13;&#10;&lt;container memento=&quot;&amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;UTF-8&amp;quot; standalone=&amp;quot;no&amp;quot;?&amp;gt;&amp;#13;&amp;#10;&amp;lt;javaProject name=&amp;quot;libCacheService&amp;quot;/&amp;gt;&amp;#13;&amp;#10;&quot; typeId=&quot;org.eclipse.jdt.launching.sourceContainer.javaProject&quot;/&gt;&#13;&#10;&lt;container memento=&quot;&amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;UTF-8&amp;quot; standalone=&amp;quot;no&amp;quot;?&amp;gt;&amp;#13;&amp;#10;&amp;lt;javaProject name=&amp;quot;extWCS&amp;quot;/&amp;gt;&amp;#13;&amp;#10;&quot; typeId=&quot;org.eclipse.jdt.launching.sourceContainer.javaProject&quot;/&gt;&#13;&#10;&lt;container memento=&quot;&amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;UTF-8&amp;quot; standalone=&amp;quot;no&amp;quot;?&amp;gt;&amp;#13;&amp;#10;&amp;lt;javaProject name=&amp;quot;extCatalogAndGazetteer&amp;quot;/&amp;gt;&amp;#13;&amp;#10;&quot; typeId=&quot;org.eclipse.jdt.launching.sourceContainer.javaProject&quot;/&gt;&#13;&#10;&lt;container memento=&quot;&amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;UTF-8&amp;quot; standalone=&amp;quot;no&amp;quot;?&amp;gt;&amp;#13;&amp;#10;&amp;lt;default/&amp;gt;&amp;#13;&amp;#10;&quot; typeId=&quot;org.eclipse.debug.core.containerType.default&quot;/&gt;&#13;&#10;&lt;/sourceContainers&gt;&#13;&#10;&lt;/sourceLookupDirector&gt;&#13;&#10;"/>
16
<listAttribute key="org.eclipse.jdt.launching.CLASSPATH">
17
<listEntry value="&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;&#13;&#10;&lt;runtimeClasspathEntry containerPath=&quot;org.eclipse.jdt.launching.JRE_CONTAINER&quot; javaProject=&quot;_fwAndami&quot; path=&quot;1&quot; type=&quot;4&quot;/&gt;&#13;&#10;"/>
18
<listEntry value="&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;&#13;&#10;&lt;runtimeClasspathEntry containerPath=&quot;{GVSIG_INSTALL_PATH}/bin/lib/castor-0.9.5.3-xml.jar&quot; path=&quot;3&quot; type=&quot;3&quot;/&gt;&#13;&#10;"/>
19
<listEntry value="&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;&#13;&#10;&lt;runtimeClasspathEntry containerPath=&quot;{GVSIG_INSTALL_PATH}/bin/lib/commons-codec-1.3.jar&quot; path=&quot;3&quot; type=&quot;3&quot;/&gt;&#13;&#10;"/>
20
<listEntry value="&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;&#13;&#10;&lt;runtimeClasspathEntry containerPath=&quot;{GVSIG_INSTALL_PATH}/bin/lib/commons-collections-3.1.zip&quot; path=&quot;3&quot; type=&quot;3&quot;/&gt;&#13;&#10;"/>
21
<listEntry value="&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;&#13;&#10;&lt;runtimeClasspathEntry containerPath=&quot;{GVSIG_INSTALL_PATH}/bin/lib/commons-dbcp-1.0-dev-20020806.zip&quot; path=&quot;3&quot; type=&quot;3&quot;/&gt;&#13;&#10;"/>
22
<listEntry value="&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;&#13;&#10;&lt;runtimeClasspathEntry containerPath=&quot;{GVSIG_INSTALL_PATH}/bin/lib/commons-pool-1.2.zip&quot; path=&quot;3&quot; type=&quot;3&quot;/&gt;&#13;&#10;"/>
23
<listEntry value="&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;&#13;&#10;&lt;runtimeClasspathEntry containerPath=&quot;{GVSIG_INSTALL_PATH}/bin/lib/crimson.jar&quot; path=&quot;3&quot; type=&quot;3&quot;/&gt;&#13;&#10;"/>
24
<listEntry value="&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;&#13;&#10;&lt;runtimeClasspathEntry containerPath=&quot;{GVSIG_INSTALL_PATH}/bin/lib/gluegen-rt-1.1.1.jar&quot; path=&quot;3&quot; type=&quot;3&quot;/&gt;&#13;&#10;"/>
25
<listEntry value="&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;&#13;&#10;&lt;runtimeClasspathEntry containerPath=&quot;{GVSIG_INSTALL_PATH}/bin/lib/gvsig-i18n.jar&quot; path=&quot;3&quot; type=&quot;3&quot;/&gt;&#13;&#10;"/>
26
<listEntry value="&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;&#13;&#10;&lt;runtimeClasspathEntry containerPath=&quot;{GVSIG_INSTALL_PATH}/bin/lib/iver-utiles.jar&quot; path=&quot;3&quot; type=&quot;3&quot;/&gt;&#13;&#10;"/>
27
<listEntry value="&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;&#13;&#10;&lt;runtimeClasspathEntry containerPath=&quot;{GVSIG_INSTALL_PATH}/bin/lib/javaws.jar&quot; path=&quot;3&quot; type=&quot;3&quot;/&gt;&#13;&#10;"/>
28
<listEntry value="&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;&#13;&#10;&lt;runtimeClasspathEntry containerPath=&quot;{GVSIG_INSTALL_PATH}/bin/lib/jcalendar.jar&quot; path=&quot;3&quot; type=&quot;3&quot;/&gt;&#13;&#10;"/>
29
<listEntry value="&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;&#13;&#10;&lt;runtimeClasspathEntry containerPath=&quot;{GVSIG_INSTALL_PATH}/bin/lib/jcommon-1.0.10.jar&quot; path=&quot;3&quot; type=&quot;3&quot;/&gt;&#13;&#10;"/>
30
<listEntry value="&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;&#13;&#10;&lt;runtimeClasspathEntry containerPath=&quot;{GVSIG_INSTALL_PATH}/bin/lib/jfreechart-1.0.6.jar&quot; path=&quot;3&quot; type=&quot;3&quot;/&gt;&#13;&#10;"/>
31
<listEntry value="&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;&#13;&#10;&lt;runtimeClasspathEntry containerPath=&quot;{GVSIG_INSTALL_PATH}/bin/lib/jh.jar&quot; path=&quot;3&quot; type=&quot;3&quot;/&gt;&#13;&#10;"/>
32
<listEntry value="&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;&#13;&#10;&lt;runtimeClasspathEntry containerPath=&quot;{GVSIG_INSTALL_PATH}/bin/lib/jogl-1.1.0.jar&quot; path=&quot;3&quot; type=&quot;3&quot;/&gt;&#13;&#10;"/>
33
<listEntry value="&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;&#13;&#10;&lt;runtimeClasspathEntry containerPath=&quot;{GVSIG_INSTALL_PATH}/bin/lib/JUF-1.0.jar&quot; path=&quot;3&quot; type=&quot;3&quot;/&gt;&#13;&#10;"/>
34
<listEntry value="&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;&#13;&#10;&lt;runtimeClasspathEntry containerPath=&quot;{GVSIG_INSTALL_PATH}/bin/lib/JWizardComponent.jar&quot; path=&quot;3&quot; type=&quot;3&quot;/&gt;&#13;&#10;"/>
35
<listEntry value="&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;&#13;&#10;&lt;runtimeClasspathEntry containerPath=&quot;{GVSIG_INSTALL_PATH}/bin/lib/kxml2.jar&quot; path=&quot;3&quot; type=&quot;3&quot;/&gt;&#13;&#10;"/>
36
<listEntry value="&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;&#13;&#10;&lt;runtimeClasspathEntry containerPath=&quot;{GVSIG_INSTALL_PATH}/bin/lib/libCacheService-1.0-SNAPSHOT.jar&quot; path=&quot;3&quot; type=&quot;3&quot;/&gt;&#13;&#10;"/>
37
<listEntry value="&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;&#13;&#10;&lt;runtimeClasspathEntry containerPath=&quot;{GVSIG_INSTALL_PATH}/bin/lib/libNative-1.0.jar&quot; path=&quot;3&quot; type=&quot;3&quot;/&gt;&#13;&#10;"/>
38
<listEntry value="&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;&#13;&#10;&lt;runtimeClasspathEntry containerPath=&quot;{GVSIG_INSTALL_PATH}/bin/lib/libosgvp-core-2.0.4.jar&quot; path=&quot;3&quot; type=&quot;3&quot;/&gt;&#13;&#10;"/>
39
<listEntry value="&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;&#13;&#10;&lt;runtimeClasspathEntry containerPath=&quot;{GVSIG_INSTALL_PATH}/bin/lib/libosgvp-ephemeris-2.0.4.jar&quot; path=&quot;3&quot; type=&quot;3&quot;/&gt;&#13;&#10;"/>
40
<listEntry value="&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;&#13;&#10;&lt;runtimeClasspathEntry containerPath=&quot;{GVSIG_INSTALL_PATH}/bin/lib/libosgvp-features-2.0.4.jar&quot; path=&quot;3&quot; type=&quot;3&quot;/&gt;&#13;&#10;"/>
41
<listEntry value="&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;&#13;&#10;&lt;runtimeClasspathEntry containerPath=&quot;{GVSIG_INSTALL_PATH}/bin/lib/libosgvp-manipulator-2.0.4.jar&quot; path=&quot;3&quot; type=&quot;3&quot;/&gt;&#13;&#10;"/>
42
<listEntry value="&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;&#13;&#10;&lt;runtimeClasspathEntry containerPath=&quot;{GVSIG_INSTALL_PATH}/bin/lib/libosgvp-planets-2.0.4.jar&quot; path=&quot;3&quot; type=&quot;3&quot;/&gt;&#13;&#10;"/>
43
<listEntry value="&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;&#13;&#10;&lt;runtimeClasspathEntry containerPath=&quot;{GVSIG_INSTALL_PATH}/bin/lib/libosgvp-viewer-2.0.4.jar&quot; path=&quot;3&quot; type=&quot;3&quot;/&gt;&#13;&#10;"/>
44
<listEntry value="&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;&#13;&#10;&lt;runtimeClasspathEntry containerPath=&quot;{GVSIG_INSTALL_PATH}/bin/lib/log4j-1.2.8.jar&quot; path=&quot;3&quot; type=&quot;3&quot;/&gt;&#13;&#10;"/>
45
<listEntry value="&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;&#13;&#10;&lt;runtimeClasspathEntry containerPath=&quot;{GVSIG_INSTALL_PATH}/bin/lib/looks-2.1.4.jar&quot; path=&quot;3&quot; type=&quot;3&quot;/&gt;&#13;&#10;"/>
46
<listEntry value="&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;&#13;&#10;&lt;runtimeClasspathEntry containerPath=&quot;{GVSIG_INSTALL_PATH}/bin/lib/org.gvsig.exceptions.jar&quot; path=&quot;3&quot; type=&quot;3&quot;/&gt;&#13;&#10;"/>
47
<listEntry value="&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;&#13;&#10;&lt;runtimeClasspathEntry containerPath=&quot;{GVSIG_INSTALL_PATH}/bin/lib/org.gvsig.ui.jar&quot; path=&quot;3&quot; type=&quot;3&quot;/&gt;&#13;&#10;"/>
48
<listEntry value="&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;&#13;&#10;&lt;runtimeClasspathEntry containerPath=&quot;{GVSIG_INSTALL_PATH}/bin/lib/tempFileManager.jar&quot; path=&quot;3&quot; type=&quot;3&quot;/&gt;&#13;&#10;"/>
49
<listEntry value="&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;&#13;&#10;&lt;runtimeClasspathEntry containerPath=&quot;{GVSIG_INSTALL_PATH}/bin/lib/xerces_2_5_0.jar&quot; path=&quot;3&quot; type=&quot;3&quot;/&gt;&#13;&#10;"/>
50
<listEntry value="&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;&#13;&#10;&lt;runtimeClasspathEntry containerPath=&quot;{GVSIG_INSTALL_PATH}/bin/lib/xml-apis.jar&quot; path=&quot;3&quot; type=&quot;3&quot;/&gt;&#13;&#10;"/>
51
<listEntry value="&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;&#13;&#10;&lt;runtimeClasspathEntry containerPath=&quot;{GVSIG_INSTALL_PATH}/bin/lib/xmlrpc-2.0.1.jar&quot; path=&quot;3&quot; type=&quot;3&quot;/&gt;&#13;&#10;"/>
52
<listEntry value="&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;&#13;&#10;&lt;runtimeClasspathEntry containerPath=&quot;{GVSIG_INSTALL_PATH}/bin/andami.jar&quot; path=&quot;3&quot; type=&quot;3&quot;/&gt;&#13;&#10;"/>
53
</listAttribute>
54
<booleanAttribute key="org.eclipse.jdt.launching.DEFAULT_CLASSPATH" value="false"/>
55
<stringAttribute key="org.eclipse.jdt.launching.MAIN_TYPE" value="com.iver.andami.Launcher"/>
56
<stringAttribute key="org.eclipse.jdt.launching.PROGRAM_ARGUMENTS" value="gvSIG gvSIG/extensiones"/>
57
<stringAttribute key="org.eclipse.jdt.launching.PROJECT_ATTR" value="_fwAndami"/>
58
<stringAttribute key="org.eclipse.jdt.launching.VM_ARGUMENTS" value="-Xmx500M -Dsun.java2d.opengl=False  -Djava.library.path=&quot;${workspace_loc}/binaries/w32/&quot;"/>
59
<stringAttribute key="org.eclipse.jdt.launching.WORKING_DIRECTORY" value="${GVSIG_INSTALL_DIR}\bin"/>
60
</launchConfiguration>
tags/tmp_build/build/metadata/.plugins/org.eclipse.debug.core/.launches/maven package.launch
1
<?xml version="1.0" encoding="UTF-8"?>
2
<launchConfiguration type="org.eclipse.ui.externaltools.ProgramLaunchConfigurationType">
3
<booleanAttribute key="org.eclipse.debug.core.appendEnvironmentVariables" value="true"/>
4
<listAttribute key="org.eclipse.debug.ui.favoriteGroups">
5
<listEntry value="org.eclipse.ui.externaltools.launchGroup"/>
6
</listAttribute>
7
<stringAttribute key="org.eclipse.ui.externaltools.ATTR_LOCATION" value="${workspace_loc}/build/maven/bin/mvn.bat"/>
8
<stringAttribute key="org.eclipse.ui.externaltools.ATTR_TOOL_ARGUMENTS" value="package"/>
9
<stringAttribute key="org.eclipse.ui.externaltools.ATTR_WORKING_DIRECTORY" value="${project_loc}"/>
10
</launchConfiguration>
tags/tmp_build/build/metadata/.plugins/org.eclipse.debug.core/.launches/maven deploy.launch
1
<?xml version="1.0" encoding="UTF-8"?>
2
<launchConfiguration type="org.eclipse.ui.externaltools.ProgramLaunchConfigurationType">
3
<booleanAttribute key="org.eclipse.debug.core.appendEnvironmentVariables" value="true"/>
4
<listAttribute key="org.eclipse.debug.ui.favoriteGroups">
5
<listEntry value="org.eclipse.ui.externaltools.launchGroup"/>
6
</listAttribute>
7
<stringAttribute key="org.eclipse.ui.externaltools.ATTR_LOCATION" value="${workspace_loc}/build/maven/bin/mvn.bat"/>
8
<stringAttribute key="org.eclipse.ui.externaltools.ATTR_TOOL_ARGUMENTS" value="deploy"/>
9
<stringAttribute key="org.eclipse.ui.externaltools.ATTR_WORKING_DIRECTORY" value="${project_loc}"/>
10
</launchConfiguration>
tags/tmp_build/build/metadata/.plugins/org.eclipse.debug.core/.launches/maven eclipse force download unix.launch
1
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
<launchConfiguration type="org.eclipse.ui.externaltools.ProgramLaunchConfigurationType">
3
<booleanAttribute key="org.eclipse.debug.core.appendEnvironmentVariables" value="true"/>
4
<stringAttribute key="org.eclipse.ui.externaltools.ATTR_LOCATION" value="${workspace_loc}/build/maven/bin/mvn"/>
5
<stringAttribute key="org.eclipse.ui.externaltools.ATTR_TOOL_ARGUMENTS" value="eclipse:eclipse -DdownloadSources=true"/>
6
<stringAttribute key="org.eclipse.ui.externaltools.ATTR_WORKING_DIRECTORY" value="${project_loc}"/>
7
</launchConfiguration>
tags/tmp_build/build/metadata/.plugins/org.eclipse.debug.core/.launches/maven clean-unix.launch
1
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
<launchConfiguration type="org.eclipse.ui.externaltools.ProgramLaunchConfigurationType">
3
<booleanAttribute key="org.eclipse.debug.core.appendEnvironmentVariables" value="true"/>
4
<stringAttribute key="org.eclipse.ui.externaltools.ATTR_LOCATION" value="${workspace_loc}/build/maven/bin/mvn"/>
5
<stringAttribute key="org.eclipse.ui.externaltools.ATTR_TOOL_ARGUMENTS" value="eclipse:clean"/>
6
<stringAttribute key="org.eclipse.ui.externaltools.ATTR_WORKING_DIRECTORY" value="${project_loc}"/>
7
</launchConfiguration>
tags/tmp_build/build/metadata/.plugins/org.eclipse.debug.core/.launches/maven add maven repo.launch
1
<?xml version="1.0" encoding="UTF-8"?>
2
<launchConfiguration type="org.eclipse.ui.externaltools.ProgramLaunchConfigurationType">
3
<booleanAttribute key="org.eclipse.debug.core.appendEnvironmentVariables" value="true"/>
4
<listAttribute key="org.eclipse.debug.ui.favoriteGroups">
5
<listEntry value="org.eclipse.ui.externaltools.launchGroup"/>
6
</listAttribute>
7
<stringAttribute key="org.eclipse.ui.externaltools.ATTR_LOCATION" value="${workspace_loc}/build/maven/bin/mvn.bat"/>
8
<stringAttribute key="org.eclipse.ui.externaltools.ATTR_TOOL_ARGUMENTS" value="eclipse:add-maven-repo -Declipse.workspace=&quot;${workspace_loc}&quot;"/>
9
<stringAttribute key="org.eclipse.ui.externaltools.ATTR_WORKING_DIRECTORY" value="${workspace_loc}"/>
10
</launchConfiguration>
tags/tmp_build/build/metadata/.plugins/org.eclipse.debug.core/.launches/maven eclipse-unix.launch
1
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
<launchConfiguration type="org.eclipse.ui.externaltools.ProgramLaunchConfigurationType">
3
<booleanAttribute key="org.eclipse.debug.core.appendEnvironmentVariables" value="true"/>
4
<stringAttribute key="org.eclipse.ui.externaltools.ATTR_LOCATION" value="${workspace_loc:/build/maven/bin/mvn}"/>
5
<stringAttribute key="org.eclipse.ui.externaltools.ATTR_TOOL_ARGUMENTS" value="eclipse:eclipse"/>
6
<stringAttribute key="org.eclipse.ui.externaltools.ATTR_WORKING_DIRECTORY" value="${project_loc}"/>
7
</launchConfiguration>
tags/tmp_build/build/metadata/.plugins/org.eclipse.debug.core/.launches/maven install.launch
1
<?xml version="1.0" encoding="UTF-8"?>
2
<launchConfiguration type="org.eclipse.ui.externaltools.ProgramLaunchConfigurationType">
3
<booleanAttribute key="org.eclipse.debug.core.appendEnvironmentVariables" value="true"/>
4
<listAttribute key="org.eclipse.debug.ui.favoriteGroups">
5
<listEntry value="org.eclipse.ui.externaltools.launchGroup"/>
6
</listAttribute>
7
<stringAttribute key="org.eclipse.ui.externaltools.ATTR_LOCATION" value="${workspace_loc}/build/maven/bin/mvn.bat"/>
8
<stringAttribute key="org.eclipse.ui.externaltools.ATTR_TOOL_ARGUMENTS" value="install"/>
9
<stringAttribute key="org.eclipse.ui.externaltools.ATTR_WORKING_DIRECTORY" value="${project_loc}"/>
10
</launchConfiguration>
tags/tmp_build/build/metadata/.plugins/org.eclipse.debug.core/.launches/maven install 3D and animation unix without test.launch
1
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
<launchConfiguration type="org.eclipse.ui.externaltools.ProgramLaunchConfigurationType">
3
<booleanAttribute key="org.eclipse.debug.core.appendEnvironmentVariables" value="true"/>
4
<stringAttribute key="org.eclipse.ui.externaltools.ATTR_LOCATION" value="${workspace_loc:/build/maven/bin/mvn}"/>
5
<stringAttribute key="org.eclipse.ui.externaltools.ATTR_TOOL_ARGUMENTS" value="install -Dmaven.test.skip=true -Dgvsig-path=&quot;${gvsig-path}/bin&quot; -Dinstall-binaries-dir=&quot;${gvsig-path}/libs&quot;"/>
6
<stringAttribute key="org.eclipse.ui.externaltools.ATTR_WORKING_DIRECTORY" value="${workspace_loc:/build/projects/gvsig-plugin-animation}"/>
7
</launchConfiguration>
tags/tmp_build/build/metadata/.plugins/org.eclipse.debug.core/.launches/maven add maven repo unix.launch
1
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
<launchConfiguration type="org.eclipse.ui.externaltools.ProgramLaunchConfigurationType">
3
<booleanAttribute key="org.eclipse.debug.core.appendEnvironmentVariables" value="true"/>
4
<mapAttribute key="org.eclipse.debug.core.environmentVariables">
5
<mapEntry key="JAVA_HOME" value="/usr/lib/jvm/java-1.5.0-sun-1.5.0.13"/>
6
</mapAttribute>
7
<stringAttribute key="org.eclipse.ui.externaltools.ATTR_LOCATION" value="${workspace_loc:/build/maven/bin/mvn}"/>
8
<stringAttribute key="org.eclipse.ui.externaltools.ATTR_TOOL_ARGUMENTS" value="eclipse:add-maven-repo -Declipse.workspace=&quot;${workspace_loc}&quot;"/>
9
<stringAttribute key="org.eclipse.ui.externaltools.ATTR_WORKING_DIRECTORY" value="${workspace_loc}"/>
10
</launchConfiguration>
tags/tmp_build/build/metadata/.plugins/org.eclipse.debug.core/.launches/maven compile-unix.launch
1
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
<launchConfiguration type="org.eclipse.ui.externaltools.ProgramLaunchConfigurationType">
3
<booleanAttribute key="org.eclipse.debug.core.appendEnvironmentVariables" value="true"/>
4
<stringAttribute key="org.eclipse.ui.externaltools.ATTR_LOCATION" value="${workspace_loc}/build/maven/bin/mvn"/>
5
<stringAttribute key="org.eclipse.ui.externaltools.ATTR_TOOL_ARGUMENTS" value="compile"/>
6
<stringAttribute key="org.eclipse.ui.externaltools.ATTR_WORKING_DIRECTORY" value="${project_loc}"/>
7
</launchConfiguration>
tags/tmp_build/build/metadata/.plugins/org.eclipse.debug.core/.launches/maven install-unix without test.launch
1
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
<launchConfiguration type="org.eclipse.ui.externaltools.ProgramLaunchConfigurationType">
3
<booleanAttribute key="org.eclipse.debug.core.appendEnvironmentVariables" value="true"/>
4
<stringAttribute key="org.eclipse.ui.externaltools.ATTR_LOCATION" value="${workspace_loc:/build/maven/bin/mvn}"/>
5
<stringAttribute key="org.eclipse.ui.externaltools.ATTR_TOOL_ARGUMENTS" value="install -Dmaven.test.skip=true"/>
6
<stringAttribute key="org.eclipse.ui.externaltools.ATTR_WORKING_DIRECTORY" value="${project_loc}"/>
7
</launchConfiguration>
tags/tmp_build/build/metadata/.plugins/org.eclipse.debug.core/.launches/maven package-unix.launch
1
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
<launchConfiguration type="org.eclipse.ui.externaltools.ProgramLaunchConfigurationType">
3
<booleanAttribute key="org.eclipse.debug.core.appendEnvironmentVariables" value="true"/>
4
<stringAttribute key="org.eclipse.ui.externaltools.ATTR_LOCATION" value="${workspace_loc}/build/maven/bin/mvn"/>
5
<stringAttribute key="org.eclipse.ui.externaltools.ATTR_TOOL_ARGUMENTS" value="package"/>
6
<stringAttribute key="org.eclipse.ui.externaltools.ATTR_WORKING_DIRECTORY" value="${project_loc}"/>
7
</launchConfiguration>
tags/tmp_build/build/metadata/.plugins/org.eclipse.debug.core/.launches/maven deploy-unix.launch
1
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
<launchConfiguration type="org.eclipse.ui.externaltools.ProgramLaunchConfigurationType">
3
<booleanAttribute key="org.eclipse.debug.core.appendEnvironmentVariables" value="true"/>
4
<stringAttribute key="org.eclipse.ui.externaltools.ATTR_LOCATION" value="${workspace_loc}/build/maven/bin/mvn"/>
5
<stringAttribute key="org.eclipse.ui.externaltools.ATTR_TOOL_ARGUMENTS" value="deploy"/>
6
<stringAttribute key="org.eclipse.ui.externaltools.ATTR_WORKING_DIRECTORY" value="${project_loc}"/>
7
</launchConfiguration>
tags/tmp_build/build/metadata/.plugins/org.eclipse.debug.core/.launches/maven package without test.launch
1
<?xml version="1.0" encoding="UTF-8"?>
2
<launchConfiguration type="org.eclipse.ui.externaltools.ProgramLaunchConfigurationType">
3
<booleanAttribute key="org.eclipse.debug.core.appendEnvironmentVariables" value="true"/>
4
<listAttribute key="org.eclipse.debug.ui.favoriteGroups">
5
<listEntry value="org.eclipse.ui.externaltools.launchGroup"/>
6
</listAttribute>
7
<stringAttribute key="org.eclipse.ui.externaltools.ATTR_LOCATION" value="${workspace_loc}/build/maven/bin/mvn.bat"/>
8
<stringAttribute key="org.eclipse.ui.externaltools.ATTR_TOOL_ARGUMENTS" value="package -Dmaven.test.skip=true"/>
9
<stringAttribute key="org.eclipse.ui.externaltools.ATTR_WORKING_DIRECTORY" value="${project_loc}"/>
10
</launchConfiguration>
tags/tmp_build/build/metadata/.plugins/org.eclipse.debug.core/.launches/maven deploy without test.launch
1
<?xml version="1.0" encoding="UTF-8"?>
2
<launchConfiguration type="org.eclipse.ui.externaltools.ProgramLaunchConfigurationType">
3
<booleanAttribute key="org.eclipse.debug.core.appendEnvironmentVariables" value="true"/>
4
<listAttribute key="org.eclipse.debug.ui.favoriteGroups">
5
<listEntry value="org.eclipse.ui.externaltools.launchGroup"/>
6
</listAttribute>
7
<stringAttribute key="org.eclipse.ui.externaltools.ATTR_LOCATION" value="${workspace_loc}/build/maven/bin/mvn.bat"/>
8
<stringAttribute key="org.eclipse.ui.externaltools.ATTR_TOOL_ARGUMENTS" value="deploy  -Dmaven.test.skip=true"/>
9
<stringAttribute key="org.eclipse.ui.externaltools.ATTR_WORKING_DIRECTORY" value="${project_loc}"/>
10
</launchConfiguration>
tags/tmp_build/build/metadata/.plugins/org.eclipse.debug.core/.launches/maven install 3D and animation win without test.launch
1
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
<launchConfiguration type="org.eclipse.ui.externaltools.ProgramLaunchConfigurationType">
3
<booleanAttribute key="org.eclipse.debug.core.appendEnvironmentVariables" value="true"/>
4
<listAttribute key="org.eclipse.debug.ui.favoriteGroups">
5
<listEntry value="org.eclipse.ui.externaltools.launchGroup"/>
6
</listAttribute>
7
<stringAttribute key="org.eclipse.ui.externaltools.ATTR_LOCATION" value="${workspace_loc:/build/maven/bin/mvn.bat}"/>
8
<stringAttribute key="org.eclipse.ui.externaltools.ATTR_TOOL_ARGUMENTS" value="install -Dmaven.test.skip=true -Dgvsig-path=&quot;${GVSIG_INSTALL_DIR}/bin&quot; -DwithSources"/>
9
<stringAttribute key="org.eclipse.ui.externaltools.ATTR_WORKING_DIRECTORY" value="${workspace_loc:/build/projects/gvsig-plugin-animation}"/>
10
</launchConfiguration>
tags/tmp_build/build/metadata/.plugins/org.eclipse.debug.core/.launches/maven clean.launch
1
<?xml version="1.0" encoding="UTF-8"?>
2
<launchConfiguration type="org.eclipse.ui.externaltools.ProgramLaunchConfigurationType">
3
<booleanAttribute key="org.eclipse.debug.core.appendEnvironmentVariables" value="true"/>
4
<listAttribute key="org.eclipse.debug.ui.favoriteGroups">
5
<listEntry value="org.eclipse.ui.externaltools.launchGroup"/>
6
</listAttribute>
7
<stringAttribute key="org.eclipse.ui.externaltools.ATTR_LOCATION" value="${workspace_loc}/build/maven/bin/mvn.bat"/>
8
<stringAttribute key="org.eclipse.ui.externaltools.ATTR_TOOL_ARGUMENTS" value="eclipse:clean"/>
9
<stringAttribute key="org.eclipse.ui.externaltools.ATTR_WORKING_DIRECTORY" value="${project_loc}"/>
10
</launchConfiguration>
tags/tmp_build/build/metadata/.plugins/org.eclipse.debug.core/.launches/maven package without test unix.launch
1
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
<launchConfiguration type="org.eclipse.ui.externaltools.ProgramLaunchConfigurationType">
3
<booleanAttribute key="org.eclipse.debug.core.appendEnvironmentVariables" value="true"/>
4
<stringAttribute key="org.eclipse.ui.externaltools.ATTR_LOCATION" value="${workspace_loc}/build/maven/bin/mvn"/>
5
<stringAttribute key="org.eclipse.ui.externaltools.ATTR_TOOL_ARGUMENTS" value="package -Dmaven.test.skip=true"/>
6
<stringAttribute key="org.eclipse.ui.externaltools.ATTR_WORKING_DIRECTORY" value="${project_loc}"/>
7
</launchConfiguration>
tags/tmp_build/build/metadata/.plugins/org.eclipse.debug.core/.launches/maven eclipse.launch
1
<?xml version="1.0" encoding="UTF-8"?>
2
<launchConfiguration type="org.eclipse.ui.externaltools.ProgramLaunchConfigurationType">
3
<booleanAttribute key="org.eclipse.debug.core.appendEnvironmentVariables" value="true"/>
4
<listAttribute key="org.eclipse.debug.ui.favoriteGroups">
5
<listEntry value="org.eclipse.ui.externaltools.launchGroup"/>
6
</listAttribute>
7
<stringAttribute key="org.eclipse.ui.externaltools.ATTR_LOCATION" value="${workspace_loc}/build/maven/bin/mvn.bat"/>
8
<stringAttribute key="org.eclipse.ui.externaltools.ATTR_TOOL_ARGUMENTS" value="eclipse:eclipse"/>
9
<stringAttribute key="org.eclipse.ui.externaltools.ATTR_WORKING_DIRECTORY" value="${project_loc}"/>
10
</launchConfiguration>
tags/tmp_build/build/metadata/.plugins/org.eclipse.debug.core/.launches/maven deploy without test unix.launch
1
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
<launchConfiguration type="org.eclipse.ui.externaltools.ProgramLaunchConfigurationType">
3
<booleanAttribute key="org.eclipse.debug.core.appendEnvironmentVariables" value="true"/>
4
<stringAttribute key="org.eclipse.ui.externaltools.ATTR_LOCATION" value="${workspace_loc}/build/maven/bin/mvn"/>
5
<stringAttribute key="org.eclipse.ui.externaltools.ATTR_TOOL_ARGUMENTS" value="deploy  -Dmaven.test.skip=true"/>
6
<stringAttribute key="org.eclipse.ui.externaltools.ATTR_WORKING_DIRECTORY" value="${project_loc}"/>
7
</launchConfiguration>
tags/tmp_build/build/.project
1
<?xml version="1.0" encoding="UTF-8"?>
2
<projectDescription>
3
	<name>build</name>
4
	<comment></comment>
5
	<projects>
6
	</projects>
7
	<buildSpec>
8
		<buildCommand>
9
			<name>org.eclipse.jdt.core.javabuilder</name>
10
			<arguments>
11
			</arguments>
12
		</buildCommand>
13
	</buildSpec>
14
	<natures>
15
		<nature>org.eclipse.jdt.core.javanature</nature>
16
	</natures>
17
</projectDescription>
tags/tmp_build/build/extension-pom/pom.xml
1
<project xmlns="http://maven.apache.org/POM/4.0.0"
2
	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3
	xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
4
	<modelVersion>4.0.0</modelVersion>
5
	<groupId>org.gvsig</groupId>
6
	<artifactId>gvsig-extension-base-pom</artifactId>
7
	<packaging>pom</packaging>
8
	<version>1.0-SNAPSHOT</version>
9
	<name>extension-base-pom</name>
10
	<parent>
11
		<groupId>org.gvsig</groupId>
12
		<artifactId>gvsig-basepoms</artifactId>
13
		<version>1.0-SNAPSHOT</version>
14
	</parent>
15
	<description>
16
		Base POM for all GvSIG extension projects. This pom knows how to
17
		build and made an extension for GvSIG. The property "gvsig-path"
18
		must be set up correctly.
19
	</description>
20
	<dependencies>
21
		<dependency>
22
			<groupId>junit</groupId>
23
			<artifactId>junit</artifactId>
24
			<version>3.8.1</version>
25
			<scope>test</scope>
26
		</dependency>
27
		<dependency>
28
			<groupId>log4j</groupId>
29
	        <artifactId>log4j</artifactId>
30
        	<version>1.2.8</version>
31
      	</dependency>
32
	</dependencies>
33
	<properties>
34
		<config>config</config>
35
		<plugin-name>
36
			${project.groupId}.${project.artifactId}
37
		</plugin-name>
38
		<temporaly-build>
39
			${project.build.directory}/${plugin-name}
40
		</temporaly-build>
41
		<extension-lib-dir>
42
			${extension-dir}/${plugin-name}/lib
43
		</extension-lib-dir>
44
		<build-dir>${basedir}/..</build-dir>
45
		<extension-ant-base-dir>
46
			${build-dir}/extension-pom
47
		</extension-ant-base-dir>
48
		<library-dir>lib</library-dir>
49
	</properties>
50
	<build>
51
		<plugins>
52
			<plugin>
53
				<artifactId>maven-antrun-plugin</artifactId>
54
				<executions>
55
					<execution>
56
						<id>copy-to-andami</id>
57
						<phase>install</phase>
58
						<configuration>
59
							<tasks>
60

  
61
								<property name="project.build.directory"
62
									value="${project.build.directory}" />
63
								<property name="project.artifactId"
64
									value="${project.artifactId}" />
65
								<property name="project.version"
66
									value="${project.version}" />
67
								<property name="project.packaging"
68
									value="${project.packaging}" />
69
								<property name="temporaly-build"
70
									value="${temporaly-build}" />
71
								<property name="plugin-name"
72
									value="${plugin-name}" />
73
								<property name="config"
74
									value="${config}" />
75
								<property name="extension-dir"
76
									value="${extension-dir}" />
77
								<property name="library-dir"
78
									value="${library-dir}" />
79

  
80
								<ant
81
									antfile="${extension-ant-base-dir}/build.xml"
82
									inheritRefs="true" />
83
							</tasks>
84
						</configuration>
85
						<goals>
86
							<goal>run</goal>
87
						</goals>
88
					</execution>
89
				</executions>
90

  
91
			</plugin>
92
		</plugins>
93
	</build>
94
</project>
tags/tmp_build/build/extension-pom/build.xml
1
<project name="Complete build system" default="make-extension" basedir=".">
2
	<description>
3
	</description>
4
	<condition property="isJar">
5
		<equals arg1="${project.packaging}" arg2="jar" />
6
	</condition>
7

  
8
	<target name="make-extension" if="isJar">
9
		<echo message="======================== Copying to extensions dir..." />
10
		<mkdir dir="${temporaly-build}" />
11
		<mkdir dir="${temporaly-build}/${library-dir}" />
12
		<echo message="librari directory ${temporaly-build}/${library-dir}" />
13

  
14
		<echo message="Copying file ${project.build.directory}/${project.artifactId}-${project.version}.${project.packaging} to ${temporaly-build}/lib/" />
15
		<copy file="${project.build.directory}/${project.artifactId}-${project.version}.${project.packaging}" tofile="${temporaly-build}/${library-dir}/${plugin-name}.${project.packaging}">
16
		</copy>
17

  
18
		<copy todir="${temporaly-build}/images">
19
			<fileset dir="${basedir}/images/" includes="**/**" excludes="**/*.db" />
20
		</copy>
21
		<echo message="Copying config files to ${extension-dir}" />
22
		<copy todir="${temporaly-build}">
23
			<fileset dir="${basedir}/${config}" includes="**/**" />
24
		</copy>
25
		<move todir="${extension-dir}/${plugin-name}/">
26
			<fileset dir="${temporaly-build}" includes="**/**" />
27
		</move>
28
		<copy file="${basedir}/build.number" tofile="${temporaly-build}/build.number"/>
29
	</target>
30
</project>
tags/tmp_build/build/libraries-pom/pom.xml
1
<project xmlns="http://maven.apache.org/POM/4.0.0"
2
	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3
	xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
4
	<modelVersion>4.0.0</modelVersion>
5
	<groupId>org.gvsig</groupId>
6
	<artifactId>gvsig-library-base-pom</artifactId>
7
	<packaging>pom</packaging>
8
	<version>1.0-SNAPSHOT</version>
9
	<name>library-base-pom</name>
10
	<parent>
11
		<groupId>org.gvsig</groupId>
12
		<artifactId>gvsig-basepoms</artifactId>
13
		<version>1.0-SNAPSHOT</version>
14
	</parent>
15
	<description>
16
		Base POM for all GvSIG libraries projects. This pom knows how to
17
		build and made an libraries for GvSIG. The property
18
		"gvsig-path" must be set up correctly. 
19
	</description>
20
	<dependencies>
21
		<dependency>
22
			<groupId>junit</groupId>
23
			<artifactId>junit</artifactId>
24
			<version>3.8.1</version>
25
			<scope>test</scope>
26
		</dependency>
27
		<dependency>
28
			<groupId>log4j</groupId>
29
	        <artifactId>log4j</artifactId>
30
        	<version>1.2.8</version>
31
      	</dependency>
32
	</dependencies>
33
</project>
tags/tmp_build/build/maven/README.txt
1

  
2
                          Apache Maven
3

  
4
  What is it?
5
  -----------
6

  
7
  Maven is a software project management and comprehension tool. Based on
8
  the concept of a Project Object Model (POM), Maven can manage a project's
9
  build, reporting and documentation from a central piece of information.
10

  
11
  Documentation
12
  -------------
13

  
14
  The documentation available as of the date of this release is included in
15
  HTML format in the docs/ directory.
16
  The most up-to-date documentation can be found at http://maven.apache.org/.
17

  
18
  Release Notes
19
  -------------
20

  
21
  The full list of changes can be found at http://maven.apache.org/release-notes.html.
22

  
23
  System Requirements
24
  -------------------
25

  
26
  JDK:
27
    1.4 or above (this is to execute Maven - it still allows you to build against 1.3
28
    and prior JDK's).
29
  Memory:
30
    No minimum requirement.
31
  Disk:
32
    No minimum requirement. Approximately 100MB will be used for your local repository,
33
    however this will vary depending on usage and can be removed and redownloaded at
34
    any time.
35
  Operating System:
36
    No minimum requirement. On Windows, Windows NT and above or Cygwin is required for
37
    the startup scripts. Tested on Windows XP, Fedora Core and Mac OS X.
38

  
39
  Installing Maven
40
  ----------------
41

  
42
  1) Unpack the archive where you would like to store the binaries, eg:
43

  
44
    Unix-based Operating Systems (Linux, Solaris and Mac OS X)
45
      tar zxvf apache-maven-2.0.x.tar.gz
46
    Windows 2000/XP
47
      unzip apache-maven-2.0.x.zip
48

  
49
  2) A directory called "apache-maven-2.0.x" will be created.
50

  
51
  3) Add the bin directory to your PATH, eg:
52

  
53
    Unix-based Operating Systems (Linux, Solaris and Mac OS X)
54
      export PATH=/usr/local/apache-maven-2.0.x/bin:$PATH
55
    Windows 2000/XP
56
      set PATH="c:\program files\apache-maven-2.0.x\bin";%PATH%
57

  
58
  4) Make sure JAVA_HOME is set to the location of your JDK
59

  
60
  5) Run "mvn --version" to verify that it is correctly installed.
61

  
62
  For complete documentation, see http://maven.apache.org/download.html#Installation
63

  
64
  Licensing
65
  ---------
66

  
67
  Please see the file called LICENSE.TXT
68

  
69
  Maven URLS
70
  ----------
71

  
72
  Home Page:          http://maven.apache.org/
73
  Downloads:          http://maven.apache.org/downloads.html
74
  Mailing Lists:      http://maven.apache.org/mail-lists.html
75
  Source Code:        http://svn.apache.org/repos/asf/maven/
76
  Issue Tracking:     http://jira.codehaus.org/browse/MNG
77
  Wiki:               http://docs.codehaus.org/display/MAVENUSER/
78
  Available Plugins:  http://maven.apache.org/plugins/index.html
tags/tmp_build/build/maven/NOTICE.txt
1
   =========================================================================
2
   ==  NOTICE file corresponding to the section 4 d of                    ==
3
   ==  the Apache License, Version 2.0,                                   ==
4
   ==  in this case for the Apache Maven distribution.                    ==
5
   =========================================================================
6

  
7
This product includes software developed by
8
The Apache Software Foundation (http://www.apache.org/).
9

  
10
This product includes software (Plexus and Classworlds) developed by
11
The Codehaus Foundation (http://www.codehaus.org/).
tags/tmp_build/build/maven/LICENSE.txt
1

  
2
                                 Apache License
3
                           Version 2.0, January 2004
4
                        http://www.apache.org/licenses/
5

  
6
   TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
7

  
8
   1. Definitions.
9

  
10
      "License" shall mean the terms and conditions for use, reproduction,
11
      and distribution as defined by Sections 1 through 9 of this document.
12

  
13
      "Licensor" shall mean the copyright owner or entity authorized by
14
      the copyright owner that is granting the License.
15

  
16
      "Legal Entity" shall mean the union of the acting entity and all
17
      other entities that control, are controlled by, or are under common
18
      control with that entity. For the purposes of this definition,
19
      "control" means (i) the power, direct or indirect, to cause the
20
      direction or management of such entity, whether by contract or
21
      otherwise, or (ii) ownership of fifty percent (50%) or more of the
22
      outstanding shares, or (iii) beneficial ownership of such entity.
23

  
24
      "You" (or "Your") shall mean an individual or Legal Entity
25
      exercising permissions granted by this License.
26

  
27
      "Source" form shall mean the preferred form for making modifications,
28
      including but not limited to software source code, documentation
29
      source, and configuration files.
30

  
31
      "Object" form shall mean any form resulting from mechanical
32
      transformation or translation of a Source form, including but
33
      not limited to compiled object code, generated documentation,
34
      and conversions to other media types.
35

  
36
      "Work" shall mean the work of authorship, whether in Source or
37
      Object form, made available under the License, as indicated by a
38
      copyright notice that is included in or attached to the work
39
      (an example is provided in the Appendix below).
40

  
41
      "Derivative Works" shall mean any work, whether in Source or Object
42
      form, that is based on (or derived from) the Work and for which the
43
      editorial revisions, annotations, elaborations, or other modifications
44
      represent, as a whole, an original work of authorship. For the purposes
45
      of this License, Derivative Works shall not include works that remain
46
      separable from, or merely link (or bind by name) to the interfaces of,
47
      the Work and Derivative Works thereof.
48

  
49
      "Contribution" shall mean any work of authorship, including
50
      the original version of the Work and any modifications or additions
51
      to that Work or Derivative Works thereof, that is intentionally
52
      submitted to Licensor for inclusion in the Work by the copyright owner
53
      or by an individual or Legal Entity authorized to submit on behalf of
54
      the copyright owner. For the purposes of this definition, "submitted"
55
      means any form of electronic, verbal, or written communication sent
56
      to the Licensor or its representatives, including but not limited to
57
      communication on electronic mailing lists, source code control systems,
58
      and issue tracking systems that are managed by, or on behalf of, the
59
      Licensor for the purpose of discussing and improving the Work, but
60
      excluding communication that is conspicuously marked or otherwise
61
      designated in writing by the copyright owner as "Not a Contribution."
62

  
63
      "Contributor" shall mean Licensor and any individual or Legal Entity
64
      on behalf of whom a Contribution has been received by Licensor and
65
      subsequently incorporated within the Work.
66

  
67
   2. Grant of Copyright License. Subject to the terms and conditions of
68
      this License, each Contributor hereby grants to You a perpetual,
69
      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
70
      copyright license to reproduce, prepare Derivative Works of,
71
      publicly display, publicly perform, sublicense, and distribute the
72
      Work and such Derivative Works in Source or Object form.
73

  
74
   3. Grant of Patent License. Subject to the terms and conditions of
75
      this License, each Contributor hereby grants to You a perpetual,
76
      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
77
      (except as stated in this section) patent license to make, have made,
78
      use, offer to sell, sell, import, and otherwise transfer the Work,
79
      where such license applies only to those patent claims licensable
80
      by such Contributor that are necessarily infringed by their
81
      Contribution(s) alone or by combination of their Contribution(s)
82
      with the Work to which such Contribution(s) was submitted. If You
83
      institute patent litigation against any entity (including a
84
      cross-claim or counterclaim in a lawsuit) alleging that the Work
85
      or a Contribution incorporated within the Work constitutes direct
86
      or contributory patent infringement, then any patent licenses
87
      granted to You under this License for that Work shall terminate
88
      as of the date such litigation is filed.
89

  
90
   4. Redistribution. You may reproduce and distribute copies of the
91
      Work or Derivative Works thereof in any medium, with or without
92
      modifications, and in Source or Object form, provided that You
93
      meet the following conditions:
94

  
95
      (a) You must give any other recipients of the Work or
96
          Derivative Works a copy of this License; and
97

  
98
      (b) You must cause any modified files to carry prominent notices
99
          stating that You changed the files; and
100

  
101
      (c) You must retain, in the Source form of any Derivative Works
102
          that You distribute, all copyright, patent, trademark, and
103
          attribution notices from the Source form of the Work,
104
          excluding those notices that do not pertain to any part of
105
          the Derivative Works; and
106

  
107
      (d) If the Work includes a "NOTICE" text file as part of its
108
          distribution, then any Derivative Works that You distribute must
109
          include a readable copy of the attribution notices contained
110
          within such NOTICE file, excluding those notices that do not
111
          pertain to any part of the Derivative Works, in at least one
112
          of the following places: within a NOTICE text file distributed
113
          as part of the Derivative Works; within the Source form or
114
          documentation, if provided along with the Derivative Works; or,
115
          within a display generated by the Derivative Works, if and
116
          wherever such third-party notices normally appear. The contents
117
          of the NOTICE file are for informational purposes only and
118
          do not modify the License. You may add Your own attribution
119
          notices within Derivative Works that You distribute, alongside
120
          or as an addendum to the NOTICE text from the Work, provided
121
          that such additional attribution notices cannot be construed
122
          as modifying the License.
123

  
124
      You may add Your own copyright statement to Your modifications and
125
      may provide additional or different license terms and conditions
126
      for use, reproduction, or distribution of Your modifications, or
127
      for any such Derivative Works as a whole, provided Your use,
128
      reproduction, and distribution of the Work otherwise complies with
129
      the conditions stated in this License.
130

  
131
   5. Submission of Contributions. Unless You explicitly state otherwise,
132
      any Contribution intentionally submitted for inclusion in the Work
133
      by You to the Licensor shall be under the terms and conditions of
134
      this License, without any additional terms or conditions.
135
      Notwithstanding the above, nothing herein shall supersede or modify
136
      the terms of any separate license agreement you may have executed
137
      with Licensor regarding such Contributions.
138

  
139
   6. Trademarks. This License does not grant permission to use the trade
140
      names, trademarks, service marks, or product names of the Licensor,
141
      except as required for reasonable and customary use in describing the
142
      origin of the Work and reproducing the content of the NOTICE file.
143

  
144
   7. Disclaimer of Warranty. Unless required by applicable law or
145
      agreed to in writing, Licensor provides the Work (and each
146
      Contributor provides its Contributions) on an "AS IS" BASIS,
147
      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
148
      implied, including, without limitation, any warranties or conditions
149
      of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
150
      PARTICULAR PURPOSE. You are solely responsible for determining the
151
      appropriateness of using or redistributing the Work and assume any
152
      risks associated with Your exercise of permissions under this License.
153

  
154
   8. Limitation of Liability. In no event and under no legal theory,
155
      whether in tort (including negligence), contract, or otherwise,
156
      unless required by applicable law (such as deliberate and grossly
157
      negligent acts) or agreed to in writing, shall any Contributor be
158
      liable to You for damages, including any direct, indirect, special,
159
      incidental, or consequential damages of any character arising as a
160
      result of this License or out of the use or inability to use the
161
      Work (including but not limited to damages for loss of goodwill,
162
      work stoppage, computer failure or malfunction, or any and all
163
      other commercial damages or losses), even if such Contributor
164
      has been advised of the possibility of such damages.
165

  
166
   9. Accepting Warranty or Additional Liability. While redistributing
167
      the Work or Derivative Works thereof, You may choose to offer,
168
      and charge a fee for, acceptance of support, warranty, indemnity,
169
      or other liability obligations and/or rights consistent with this
170
      License. However, in accepting such obligations, You may act only
171
      on Your own behalf and on Your sole responsibility, not on behalf
172
      of any other Contributor, and only if You agree to indemnify,
173
      defend, and hold each Contributor harmless for any liability
174
      incurred by, or claims asserted against, such Contributor by reason
175
      of your accepting any such warranty or additional liability.
176

  
177
   END OF TERMS AND CONDITIONS
178

  
179
   APPENDIX: How to apply the Apache License to your work.
180

  
181
      To apply the Apache License to your work, attach the following
182
      boilerplate notice, with the fields enclosed by brackets "[]"
183
      replaced with your own identifying information. (Don't include
... This diff was truncated because it exceeds the maximum size that can be displayed.

Also available in: Unified diff