Revision 231

View differences:

org.gvsig.educa.thematicmap.app/trunk/org.gvsig.educa.thematicmap.app/org.gvsig.educa.thematicmap.app.geomselect/pom.xml
13 13
		<version>1.0.0-SNAPSHOT</version>
14 14
	</parent>
15 15
	<properties>
16
		<package.info.dependencies>required: org.gvsig.app -ge 2</package.info.dependencies>
16
		<package.info.dependencies>required: org.gvsig.educa.thematicmap.app.viewer -ge 1</package.info.dependencies>
17 17
		<package.info.baseDownloadURL>http://devel.gvsig.org/download/projects/gvsig-educa/pool/org.gvsig.educa.thematicmap.app.viewer/</package.info.baseDownloadURL>
18 18
	</properties>
19 19

  
20 20
	<dependencies>
21 21
		<dependency>
22 22
			<groupId>org.gvsig</groupId>
23
			<artifactId>org.gvsig.app</artifactId>
23
			<artifactId>org.gvsig.educa.thematicmap.lib.prov.locateonthemap</artifactId>
24 24
		</dependency>
25
		<dependency>
26
			<groupId>org.gvsig</groupId>
27
			<artifactId>org.gvsig.educa.thematicmap.lib.api</artifactId>
28
		</dependency>
29
		<dependency>
30
			<groupId>org.gvsig</groupId>
31
			<artifactId>org.gvsig.educa.thematicmap.lib.spi</artifactId>
32
		</dependency>
33
		<dependency>
34
			<groupId>org.gvsig</groupId>
35
			<artifactId>org.gvsig.educa.thematicmap.swing.api</artifactId>
36
		</dependency>
37
		<dependency>
38
			<groupId>org.gvsig</groupId>
39
			<artifactId>org.gvsig.educa.thematicmap.lib.impl</artifactId>
40
		</dependency>
41
		<dependency>
42
			<groupId>org.gvsig</groupId>
43
			<artifactId>org.gvsig.educa.thematicmap.lib.prov.installer</artifactId>
44
		</dependency>
45
		<dependency>
46
			<groupId>org.gvsig</groupId>
47
			<artifactId>org.gvsig.educa.thematicmap.swing.impl</artifactId>
48
		</dependency>
49
		<dependency>
50
			<groupId>org.apache.commons</groupId>
51
			<artifactId>commons-lang3</artifactId>
52
		</dependency>
53 25
	</dependencies>
54
	<profiles>
55
		<profile>
56
			<id>gvsig-install</id>
57
			<activation>
58
				<activeByDefault>true</activeByDefault>
59
			</activation>
60
			<properties>
61
				<!--
62
					Default gvSIG installation folder relative to the current workspace
63
				-->
64
				<gvsig.install.dir>${basedir}/../../build/product</gvsig.install.dir>
65
			</properties>
66
		</profile>
67
	</profiles>
68 26
</project>
org.gvsig.educa.thematicmap.app/trunk/org.gvsig.educa.thematicmap.app/org.gvsig.educa.thematicmap.app.geomselect/distribution/distribution.xml
22 22
			<outputDirectory>${extension.install.dir.name}/${library-dir}
23 23
			</outputDirectory>
24 24
			<includes>
25
				<include>org.gvsig:org.gvsig.educa.thematicmap.app.geomselect</include>
25
				<include>org.gvsig:org.gvsig.educa.thematicmap.lib.prov.locateonthemap</include>
26 26
			</includes>
27 27
		</dependencySet>
28 28
	</dependencySets>
org.gvsig.educa.thematicmap.app/trunk/org.gvsig.educa.thematicmap.app/pom.xml
118 118
			</dependency>
119 119
			<dependency>
120 120
				<groupId>org.gvsig</groupId>
121
				<artifactId>org.gvsig.educa.thematicmap.swing.api</artifactId>
121
				<artifactId>org.gvsig.educa.thematicmap.lib.prov.locateonthemap</artifactId>
122 122
				<version>${educa.version}</version>
123
			</dependency>
124
			<dependency>
125
				<groupId>org.gvsig</groupId>
126
				<artifactId>org.gvsig.educa.thematicmap.swing.impl</artifactId>
127
				<version>${educa.version}</version>
128 123
				<scope>runtime</scope>
129 124
			</dependency>
130 125

  

Also available in: Unified diff