Revision 96

View differences:

org.gvsig.complexlegend/trunk/org.gvsig.complexlegend/org.gvsig.complexlegend.app/pom.xml
1
<?xml version="1.0" encoding="ISO-8859-1"?>
2

  
3
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
4
	<modelVersion>4.0.0</modelVersion>
5
	<artifactId>org.gvsig.complexlegend.app</artifactId>
6
	<packaging>pom</packaging>
7
	<name>org.gvsig.complexlegend.app</name>
8
	<description>complex legend extension</description>
9
	<parent>
10
        <groupId>org.gvsig</groupId>
11
        <artifactId>org.gvsig.complexlegend</artifactId>
12
		<version>1.0.0</version>
13
	</parent>
14
	<dependencyManagement>
15
		<dependencies>
16
		</dependencies>
17
	</dependencyManagement>
18

  
19
	<modules>
20
		<module>org.gvsig.complexlegend.app.mainplugin</module>
21
	</modules>
22

  
1
<?xml version="1.0" encoding="ISO-8859-1"?>
2

  
3
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4
	xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
5
	<modelVersion>4.0.0</modelVersion>
6
	<artifactId>org.gvsig.complexlegend.app</artifactId>
7
	<packaging>pom</packaging>
8
	<name>org.gvsig.complexlegend.app</name>
9
	<description>complex legend extension</description>
10
	<parent>
11
        <groupId>org.gvsig</groupId>
12
        <artifactId>org.gvsig.complexlegend</artifactId>
13
		<version>1.0.0-SNAPSHOT</version>
14
	</parent>
15
	<dependencyManagement>
16
		<dependencies>
17
		</dependencies>
18
	</dependencyManagement>
19

  
20
	<modules>
21
		<module>org.gvsig.complexlegend.app.mainplugin</module>
22
	</modules>
23

  
23 24
</project>
org.gvsig.complexlegend/trunk/org.gvsig.complexlegend/org.gvsig.complexlegend.app/org.gvsig.complexlegend.app.mainplugin/pom.xml
1
<?xml version="1.0" encoding="UTF-8"?>
2

  
3
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
4

  
5
  <modelVersion>4.0.0</modelVersion>
6
  <artifactId>org.gvsig.complexlegend.app.mainplugin</artifactId>
7
  <packaging>jar</packaging>
8
  <name>Complex Legend extension</name>
9
  <description>
10
Complex Legend extension
11

  
12
  </description>
13
  <parent>
14
      <groupId>org.gvsig</groupId>
15
      <artifactId>org.gvsig.complexlegend.app</artifactId>
16
      <version>1.0.0</version>
17
  </parent>
18

  
19
  <dependencies>
20
    <dependency>
21
		<groupId>org.gvsig</groupId>
22
		<artifactId>org.gvsig.tools.lib</artifactId>
23
		<scope>compile</scope>
24
	</dependency>
25
	<dependency>
26
		<groupId>org.gvsig</groupId>
27
		<artifactId>org.gvsig.andami</artifactId>
28
		<scope>compile</scope>
29
	</dependency>
30
	<dependency>
31
		<groupId>org.gvsig</groupId>
32
		<artifactId>org.gvsig.app.mainplugin</artifactId>
33
		<scope>compile</scope>
34
	</dependency>
35
	<dependency>
36
		<groupId>org.gvsig</groupId>
37
		<artifactId>org.gvsig.fmap.control</artifactId>
38
		<scope>compile</scope>
39
	</dependency>
40
	<dependency>
41
		<groupId>org.gvsig</groupId>
42
		<artifactId>org.gvsig.fmap.mapcontext.api</artifactId>
43
		<scope>compile</scope>
44
	</dependency>
45
	<dependency>
46
		<groupId>org.gvsig</groupId>
47
		<artifactId>org.gvsig.fmap.geometry.api</artifactId>
48
		<scope>compile</scope>
49
	</dependency>
50
	<dependency>
51
		<groupId>org.gvsig</groupId>
52
		<artifactId>org.gvsig.fmap.dal.api</artifactId>
53
		<scope>compile</scope>
54
	</dependency>
55
	<dependency>
56
		<groupId>org.gvsig</groupId>
57
		<artifactId>org.gvsig.symbology.lib.api</artifactId>
58
		<scope>compile</scope>
59
	</dependency>
60
	<dependency>
61
		<groupId>org.gvsig</groupId>
62
		<artifactId>org.gvsig.complexlegend.lib.api</artifactId>
63
		<scope>compile</scope>
64
	</dependency>
65
	<dependency>
66
		<groupId>org.gvsig</groupId>
67
		<artifactId>org.gvsig.complexlegend.lib.impl</artifactId>
68
	</dependency>
69
	<dependency>
70
		<groupId>org.gvsig</groupId>
71
		<artifactId>org.gvsig.complexlegend.swing.api</artifactId>
72
		<scope>compile</scope>
73
	</dependency>
74
	<dependency>
75
		<groupId>org.gvsig</groupId>
76
		<artifactId>org.gvsig.complexlegend.swing.impl</artifactId>
77
	</dependency>
78
	<dependency>
79
		<groupId>org.gvsig</groupId>
80
		<artifactId>org.gvsig.labeling.app.mainplugin</artifactId>
81
		<version>2.0.55</version>
82
		<scope>compile</scope>
83
	</dependency>
84
  </dependencies>
85
  
86
    <properties>
87
        <!-- Package info property values -->
88
        <!-- Default values in org.gvsig.desktop -->
89
        <gvsig.package.info.state>testing</gvsig.package.info.state>
90
        <gvsig.package.info.official>true</gvsig.package.info.official>
91
        <gvsig.package.info.dependencies>required: org.gvsig.app.mainplugin -ge 2.1.0-A</gvsig.package.info.dependencies>
92
        <gvsig.package.info.categories>Formats,Vector</gvsig.package.info.categories>
93
        <gvsig.package.info.poolURL>https://devel.gvsig.org/download/projects/gvsig-base-legends/pool/</gvsig.package.info.poolURL>
94
   		<gvsig.package.info.operatingSystem>all</gvsig.package.info.operatingSystem>
95
    	<gvsig.package.info.architecture>all</gvsig.package.info.architecture>
96
    	<gvsig.install.plugin>true</gvsig.install.plugin>
97
    	<gvsig.install.plugin.package>true</gvsig.install.plugin.package>    
98
 	</properties>
99
    
100
    
101
    
102
  
103
  <build>
104
    <plugins>
105
      
106
      <plugin>
107
        <!-- Skip compilation tests -->
108
        <groupId>org.apache.maven.plugins</groupId>
109
        <artifactId>maven-compiler-plugin</artifactId>
110
        <executions>
111
          <execution>
112
            <id>default-testCompile</id>
113
            <phase>process-test-sources</phase>
114
            <goals>
115
              <goal>testCompile</goal>
116
            </goals>
117
            <configuration>
118
              <skip>true</skip>
119
            </configuration>
120
          </execution>
121
        </executions>
122
      </plugin>
123

  
124
      <plugin>
125
        <!-- Skip test execution -->
126
        <groupId>org.apache.maven.plugins</groupId>
127
        <artifactId>maven-surefire-plugin</artifactId>
128
        <configuration>
129
          <skipTests>true</skipTests>
130
        </configuration>
131
      </plugin>      
132
      
133
    </plugins>
134
  </build>
135

  
136
</project>
137

  
1
<?xml version="1.0" encoding="UTF-8"?>
2

  
3
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
4

  
5
  <modelVersion>4.0.0</modelVersion>
6
  <artifactId>org.gvsig.complexlegend.app.mainplugin</artifactId>
7
  <packaging>jar</packaging>
8
  <name>Complex Legend extension</name>
9
  <description>
10
Complex Legend extension
11

  
12
  </description>
13
  <parent>
14
      <groupId>org.gvsig</groupId>
15
      <artifactId>org.gvsig.complexlegend.app</artifactId>
16
      <version>1.0.0-SNAPSHOT</version>
17
  </parent>
18

  
19
  <dependencies>
20
    <dependency>
21
		<groupId>org.gvsig</groupId>
22
		<artifactId>org.gvsig.tools.lib</artifactId>
23
		<scope>compile</scope>
24
	</dependency>
25
	<dependency>
26
		<groupId>org.gvsig</groupId>
27
		<artifactId>org.gvsig.andami</artifactId>
28
		<scope>compile</scope>
29
	</dependency>
30
	<dependency>
31
		<groupId>org.gvsig</groupId>
32
		<artifactId>org.gvsig.app.mainplugin</artifactId>
33
		<scope>compile</scope>
34
	</dependency>
35
	<dependency>
36
		<groupId>org.gvsig</groupId>
37
		<artifactId>org.gvsig.fmap.control</artifactId>
38
		<scope>compile</scope>
39
	</dependency>
40
	<dependency>
41
		<groupId>org.gvsig</groupId>
42
		<artifactId>org.gvsig.fmap.mapcontext.api</artifactId>
43
		<scope>compile</scope>
44
	</dependency>
45
	<dependency>
46
		<groupId>org.gvsig</groupId>
47
		<artifactId>org.gvsig.fmap.geometry.api</artifactId>
48
		<scope>compile</scope>
49
	</dependency>
50
	<dependency>
51
		<groupId>org.gvsig</groupId>
52
		<artifactId>org.gvsig.fmap.dal.api</artifactId>
53
		<scope>compile</scope>
54
	</dependency>
55
	<dependency>
56
		<groupId>org.gvsig</groupId>
57
		<artifactId>org.gvsig.symbology.lib.api</artifactId>
58
		<scope>compile</scope>
59
	</dependency>
60
	<dependency>
61
		<groupId>org.gvsig</groupId>
62
		<artifactId>org.gvsig.complexlegend.lib.api</artifactId>
63
		<scope>compile</scope>
64
	</dependency>
65
	<dependency>
66
		<groupId>org.gvsig</groupId>
67
		<artifactId>org.gvsig.complexlegend.lib.impl</artifactId>
68
	</dependency>
69
	<dependency>
70
		<groupId>org.gvsig</groupId>
71
		<artifactId>org.gvsig.complexlegend.swing.api</artifactId>
72
		<scope>compile</scope>
73
	</dependency>
74
	<dependency>
75
		<groupId>org.gvsig</groupId>
76
		<artifactId>org.gvsig.complexlegend.swing.impl</artifactId>
77
	</dependency>
78
	<dependency>
79
		<groupId>org.gvsig</groupId>
80
		<artifactId>org.gvsig.labeling.app.mainplugin</artifactId>
81
		<version>2.0.55</version>
82
		<scope>compile</scope>
83
	</dependency>
84
  </dependencies>
85
  
86
    <properties>
87
        <!-- Package info property values -->
88
        <!-- Default values in org.gvsig.desktop -->
89
        <gvsig.package.info.state>testing</gvsig.package.info.state>
90
        <gvsig.package.info.official>true</gvsig.package.info.official>
91
        <gvsig.package.info.dependencies>required: org.gvsig.app.mainplugin -ge 2.1.0-A</gvsig.package.info.dependencies>
92
        <gvsig.package.info.categories>Formats,Vector</gvsig.package.info.categories>
93
        <gvsig.package.info.poolURL>https://devel.gvsig.org/download/projects/gvsig-base-legends/pool/</gvsig.package.info.poolURL>
94
   		<gvsig.package.info.operatingSystem>all</gvsig.package.info.operatingSystem>
95
    	<gvsig.package.info.architecture>all</gvsig.package.info.architecture>
96
    	<gvsig.install.plugin>true</gvsig.install.plugin>
97
    	<gvsig.install.plugin.package>true</gvsig.install.plugin.package>    
98
 	</properties>
99
    
100
    
101
    
102
  
103
  <build>
104
    <plugins>
105
      
106
      <plugin>
107
        <!-- Skip compilation tests -->
108
        <groupId>org.apache.maven.plugins</groupId>
109
        <artifactId>maven-compiler-plugin</artifactId>
110
        <executions>
111
          <execution>
112
            <id>default-testCompile</id>
113
            <phase>process-test-sources</phase>
114
            <goals>
115
              <goal>testCompile</goal>
116
            </goals>
117
            <configuration>
118
              <skip>true</skip>
119
            </configuration>
120
          </execution>
121
        </executions>
122
      </plugin>
123

  
124
      <plugin>
125
        <!-- Skip test execution -->
126
        <groupId>org.apache.maven.plugins</groupId>
127
        <artifactId>maven-surefire-plugin</artifactId>
128
        <configuration>
129
          <skipTests>true</skipTests>
130
        </configuration>
131
      </plugin>      
132
      
133
    </plugins>
134
  </build>
135

  
136
</project>
137

  
org.gvsig.complexlegend/trunk/org.gvsig.complexlegend/pom.xml
1
<?xml version="1.0" encoding="ISO-8859-1"?>
2
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
3
	<modelVersion>4.0.0</modelVersion>
4
	<artifactId>org.gvsig.complexlegend</artifactId>
5
	<packaging>pom</packaging>
6
	<version>1.0.0</version>
7
	<name>org.gvsig.complexlegend</name>
8
	<description>complex legend extension</description>
9
	<parent>
10
		<groupId>org.gvsig</groupId>
11
		<artifactId>org.gvsig.desktop</artifactId>
12
		<version>2.0.87</version>
13
	</parent>
14
    <url>http://devel.gvsig.org/sites/org.gvsig.complexlegend/${project.version}</url>
15
 	<scm>
16
        <connection>scm:svn:https://devel.gvsig.org/svn/gvsig-complexlegend/org.gvsig.complexlegend/tags/org.gvsig.complexlegend-1.0.0</connection>
17
        <developerConnection>scm:svn:https://devel.gvsig.org/svn/gvsig-complexlegend/org.gvsig.complexlegend/tags/org.gvsig.complexlegend-1.0.0</developerConnection>
18
        <url>https://devel.gvsig.org/svn/gvsig-complexlegend/org.gvsig.complexlegend/tags/org.gvsig.complexlegend-1.0.0</url>
19
    </scm>
20
	<developers>
21
		<developer>
22
			<id>jjdelcerro</id>
23
			<name>Joaquin Jose del Cerro</name>
24
			<email>jjdelcerro@gvsig.org</email>
25
			<roles>
26
				<role>Architect</role>
27
				<role>Developer</role>
28
			</roles>
29
		</developer>
30
		<developer>
31
			<id>jbadia</id>
32
			<name>Jose Badia</name>
33
			<email>badia_jos@gva.es</email>
34
			<roles>
35
				<role>Developer</role>
36
			</roles>
37
		</developer>
38
	</developers>
39
	<distributionManagement>
40
		<site>
41
			<id>gvsig-repository</id>
42
            <url>dav:https://devel.gvsig.org/sites/org.gvsig.complexlegend/${project.version}</url>
43
		</site>
44
	</distributionManagement>
45
	<repositories>
46
		<repository>
47
			<id>gvsig-public-http-repository</id>
48
			<name>gvSIG maven public HTTP repository</name>
49
			<url>http://devel.gvsig.org/m2repo/j2se</url>
50
			<releases>
51
				<enabled>true</enabled>
52
				<updatePolicy>daily</updatePolicy>
53
				<checksumPolicy>warn</checksumPolicy>
54
			</releases>
55
			<snapshots>
56
				<enabled>true</enabled>
57
				<updatePolicy>daily</updatePolicy>
58
				<checksumPolicy>warn</checksumPolicy>
59
			</snapshots>
60
		</repository>
61
	</repositories>
62
	<build>
63
		<plugins>
64
			<plugin>
65
				<groupId>org.apache.maven.plugins</groupId>
66
				<artifactId>maven-release-plugin</artifactId>
67
				<configuration>
68
					<tagBase>https://devel.gvsig.org/svn/gvsig-complexlegend/org.gvsig.complexlegend/tags</tagBase>
69
				</configuration>
70
			</plugin>
71
		</plugins>
72
	</build>
73
	<dependencyManagement>
74
		<dependencies>
75
			<dependency>
76
				<groupId>org.gvsig</groupId>
77
				<artifactId>org.gvsig.complexlegend.lib.api</artifactId>
78
				<version>1.0.0</version>
79
			</dependency>
80
			<dependency>
81
				<groupId>org.gvsig</groupId>
82
				<artifactId>org.gvsig.complexlegend.lib.api</artifactId>
83
				<version>1.0.0</version>
84
				<type>test-jar</type>
85
			</dependency>
86
			<dependency>
87
				<groupId>org.gvsig</groupId>
88
				<artifactId>org.gvsig.complexlegend.lib.impl</artifactId>
89
				<version>1.0.0</version>
90
			</dependency>
91
			<dependency>
92
				<groupId>org.gvsig</groupId>
93
				<artifactId>org.gvsig.complexlegend.swing.api</artifactId>
94
				<version>1.0.0</version>
95
			</dependency>
96
			<dependency>
97
				<groupId>org.gvsig</groupId>
98
				<artifactId>org.gvsig.complexlegend.swing.api</artifactId>
99
				<version>1.0.0</version>
100
				<type>test-jar</type>
101
			</dependency>
102
			<dependency>
103
				<groupId>org.gvsig</groupId>
104
				<artifactId>org.gvsig.complexlegend.swing.impl</artifactId>
105
				<version>1.0.0</version>
106
			</dependency>
107
		</dependencies>
108
	</dependencyManagement>
109
	<modules>
110
		<module>org.gvsig.complexlegend.lib</module>
111
		<module>org.gvsig.complexlegend.swing</module>
112
		<module>org.gvsig.complexlegend.main</module>
113
		<module>org.gvsig.complexlegend.app</module>
114
	</modules>
1
<?xml version="1.0" encoding="ISO-8859-1"?>
2
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3
	xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
4
	<modelVersion>4.0.0</modelVersion>
5
	<artifactId>org.gvsig.complexlegend</artifactId>
6
	<packaging>pom</packaging>
7
	<version>1.0.0-SNAPSHOT</version>
8
	<name>org.gvsig.complexlegend</name>
9
	<description>complex legend extension</description>
10
	<parent>
11
		<groupId>org.gvsig</groupId>
12
		<artifactId>org.gvsig.desktop</artifactId>
13
		<version>2.0.87</version>
14
	</parent>
15
    <url>http://devel.gvsig.org/sites/org.gvsig.complexlegend/${project.version}</url>
16
 	<scm>
17
        <connection>scm:svn:http://devel.gvsig.org/svn/gvsig-base-legends/org.gvsig.complexlegend/trunk</connection>
18
        <developerConnection>scm:svn:http://devel.gvsig.org/svn/gvsig-base-legends/org.gvsig.complexlegend/trunk</developerConnection>
19
        <url>http://devel.gvsig.org/svn/gvsig-base-legends/org.gvsig.complexlegend/trunk</url>
20
    </scm>
21
	<developers>
22
		<developer>
23
			<id>jjdelcerro</id>
24
			<name>Joaquin Jose del Cerro</name>
25
			<email>jjdelcerro@gvsig.org</email>
26
			<roles>
27
				<role>Architect</role>
28
				<role>Developer</role>
29
			</roles>
30
		</developer>
31
		<developer>
32
			<id>jbadia</id>
33
			<name>Jose Badia</name>
34
			<email>badia_jos@gva.es</email>
35
			<roles>
36
				<role>Developer</role>
37
			</roles>
38
		</developer>
39
	</developers>
40
	<distributionManagement>
41
		<site>
42
			<id>gvsig-repository</id>
43
            <url>dav:https://devel.gvsig.org/sites/org.gvsig.complexlegend/${project.version}</url>
44
		</site>
45
	</distributionManagement>
46
	<repositories>
47
		<repository>
48
			<id>gvsig-public-http-repository</id>
49
			<name>gvSIG maven public HTTP repository</name>
50
			<url>http://devel.gvsig.org/m2repo/j2se</url>
51
			<releases>
52
				<enabled>true</enabled>
53
				<updatePolicy>daily</updatePolicy>
54
				<checksumPolicy>warn</checksumPolicy>
55
			</releases>
56
			<snapshots>
57
				<enabled>true</enabled>
58
				<updatePolicy>daily</updatePolicy>
59
				<checksumPolicy>warn</checksumPolicy>
60
			</snapshots>
61
		</repository>
62
	</repositories>
63
	<build>
64
		<plugins>
65
			<plugin>
66
				<groupId>org.apache.maven.plugins</groupId>
67
				<artifactId>maven-release-plugin</artifactId>
68
				<configuration>
69
					<tagBase>https://devel.gvsig.org/svn/gvsig-complexlegend/org.gvsig.complexlegend/tags</tagBase>
70
				</configuration>
71
			</plugin>
72
		</plugins>
73
	</build>
74
	<dependencyManagement>
75
		<dependencies>
76
			<dependency>
77
				<groupId>org.gvsig</groupId>
78
				<artifactId>org.gvsig.complexlegend.lib.api</artifactId>
79
				<version>1.0.0-SNAPSHOT</version>
80
			</dependency>
81
			<dependency>
82
				<groupId>org.gvsig</groupId>
83
				<artifactId>org.gvsig.complexlegend.lib.api</artifactId>
84
				<version>1.0.0-SNAPSHOT</version>
85
				<type>test-jar</type>
86
			</dependency>
87
			<dependency>
88
				<groupId>org.gvsig</groupId>
89
				<artifactId>org.gvsig.complexlegend.lib.impl</artifactId>
90
				<version>1.0.0-SNAPSHOT</version>
91
			</dependency>
92
			<dependency>
93
				<groupId>org.gvsig</groupId>
94
				<artifactId>org.gvsig.complexlegend.swing.api</artifactId>
95
				<version>1.0.0-SNAPSHOT</version>
96
			</dependency>
97
			<dependency>
98
				<groupId>org.gvsig</groupId>
99
				<artifactId>org.gvsig.complexlegend.swing.api</artifactId>
100
				<version>1.0.0-SNAPSHOT</version>
101
				<type>test-jar</type>
102
			</dependency>
103
			<dependency>
104
				<groupId>org.gvsig</groupId>
105
				<artifactId>org.gvsig.complexlegend.swing.impl</artifactId>
106
				<version>1.0.0-SNAPSHOT</version>
107
			</dependency>
108
		</dependencies>
109
	</dependencyManagement>
110
	<modules>
111
		<module>org.gvsig.complexlegend.lib</module>
112
		<module>org.gvsig.complexlegend.swing</module>
113
		<module>org.gvsig.complexlegend.main</module>
114
		<module>org.gvsig.complexlegend.app</module>
115
	</modules>
115 116
</project>
org.gvsig.complexlegend/trunk/org.gvsig.complexlegend/org.gvsig.complexlegend.main/pom.xml
1 1
<?xml version="1.0" encoding="ISO-8859-1"?>
2
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
2
<project xmlns="http://maven.apache.org/POM/4.0.0" 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">
3 4
	<modelVersion>4.0.0</modelVersion>
4 5
	<artifactId>org.gvsig.complexlegend.main</artifactId>
5 6
	<packaging>jar</packaging>
......
7 8
	<parent>
8 9
		<groupId>org.gvsig</groupId>
9 10
		<artifactId>org.gvsig.complexlegend</artifactId>
10
		<version>1.0.0</version>
11
		<version>1.0.0-SNAPSHOT</version>
11 12
	</parent>
12 13
	
13 14
	
org.gvsig.complexlegend/trunk/org.gvsig.complexlegend/org.gvsig.complexlegend.lib/org.gvsig.complexlegend.lib.api/pom.xml
1 1
<?xml version="1.0" encoding="ISO-8859-1"?>
2
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
2
<project xmlns="http://maven.apache.org/POM/4.0.0" 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">
3 4
	<modelVersion>4.0.0</modelVersion>
4 5
	<artifactId>org.gvsig.complexlegend.lib.api</artifactId>
5 6
	<packaging>jar</packaging>
......
7 8
	<parent>
8 9
		<groupId>org.gvsig</groupId>
9 10
		<artifactId>org.gvsig.complexlegend.lib</artifactId>
10
		<version>1.0.0</version>
11
		<version>1.0.0-SNAPSHOT</version>
11 12
	</parent>
12 13
	<dependencies>
13 14
		<dependency>
org.gvsig.complexlegend/trunk/org.gvsig.complexlegend/org.gvsig.complexlegend.lib/pom.xml
1
<?xml version="1.0" encoding="ISO-8859-1"?>
2
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0    http://maven.apache.org/xsd/maven-4.0.0.xsd">
3

  
4
	<modelVersion>4.0.0</modelVersion>
5
	<artifactId>org.gvsig.complexlegend.lib</artifactId>
6
	<packaging>pom</packaging>
7
	<name>org.gvsig.complexlegend.lib</name>
8
	<parent>
9
		<groupId>org.gvsig</groupId>
10
		<artifactId>org.gvsig.complexlegend</artifactId>
11
		<version>1.0.0</version>
1
<?xml version="1.0" encoding="ISO-8859-1"?>
2
<project xmlns="http://maven.apache.org/POM/4.0.0" 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

  
6
	<modelVersion>4.0.0</modelVersion>
7
	<artifactId>org.gvsig.complexlegend.lib</artifactId>
8
	<packaging>pom</packaging>
9
	<name>org.gvsig.complexlegend.lib</name>
10
	<parent>
11
		<groupId>org.gvsig</groupId>
12
		<artifactId>org.gvsig.complexlegend</artifactId>
13
		<version>1.0.0-SNAPSHOT</version>
12 14
	</parent>
13
	<dependencies>
15
	<dependencies>

14 16
	</dependencies>
15
	<modules>
16
		<module>org.gvsig.complexlegend.lib.api</module>
17
		<module>org.gvsig.complexlegend.lib.impl</module>
18
	</modules>
17
	<modules>

18
		<module>org.gvsig.complexlegend.lib.api</module>

19
		<module>org.gvsig.complexlegend.lib.impl</module>

20
	</modules>

19 21
</project>
org.gvsig.complexlegend/trunk/org.gvsig.complexlegend/org.gvsig.complexlegend.lib/org.gvsig.complexlegend.lib.impl/pom.xml
1 1
<?xml version="1.0" encoding="ISO-8859-1"?>
2
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
2
<project xmlns="http://maven.apache.org/POM/4.0.0" 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">
3 4
	<modelVersion>4.0.0</modelVersion>
4 5
	<artifactId>org.gvsig.complexlegend.lib.impl</artifactId>
5 6
	<packaging>jar</packaging>
......
7 8
	<parent>
8 9
		<groupId>org.gvsig</groupId>
9 10
		<artifactId>org.gvsig.complexlegend.lib</artifactId>
10
		<version>1.0.0</version>
11
		<version>1.0.0-SNAPSHOT</version>
11 12
	</parent>
12 13

  
13 14
	<dependencies>
org.gvsig.complexlegend/trunk/org.gvsig.complexlegend/org.gvsig.complexlegend.swing/org.gvsig.complexlegend.swing.impl/pom.xml
1 1
<?xml version="1.0" encoding="ISO-8859-1"?>
2
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
2
<project xmlns="http://maven.apache.org/POM/4.0.0" 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">
3 4
	<modelVersion>4.0.0</modelVersion>
4 5
	<artifactId>org.gvsig.complexlegend.swing.impl</artifactId>
5 6
	<packaging>jar</packaging>
......
7 8
	<parent>
8 9
		<groupId>org.gvsig</groupId>
9 10
		<artifactId>org.gvsig.complexlegend.swing</artifactId>
10
		<version>1.0.0</version>
11
		<version>1.0.0-SNAPSHOT</version>
11 12
	</parent>
12 13
	<dependencies>
13 14
		<dependency>
org.gvsig.complexlegend/trunk/org.gvsig.complexlegend/org.gvsig.complexlegend.swing/org.gvsig.complexlegend.swing.api/pom.xml
1 1
<?xml version="1.0" encoding="ISO-8859-1"?>
2
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
2
<project xmlns="http://maven.apache.org/POM/4.0.0" 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">
3 4
	<modelVersion>4.0.0</modelVersion>
4 5
	<artifactId>org.gvsig.complexlegend.swing.api</artifactId>
5 6
	<packaging>jar</packaging>
......
7 8
	<parent>
8 9
		<groupId>org.gvsig</groupId>
9 10
		<artifactId>org.gvsig.complexlegend.swing</artifactId>
10
		<version>1.0.0</version>
11
		<version>1.0.0-SNAPSHOT</version>
11 12
	</parent>
12 13
	<build>
13 14
		<plugins>
org.gvsig.complexlegend/trunk/org.gvsig.complexlegend/org.gvsig.complexlegend.swing/pom.xml
1
<?xml version="1.0" encoding="ISO-8859-1"?>
2
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0    http://maven.apache.org/xsd/maven-4.0.0.xsd">
1
<?xml version="1.0" encoding="ISO-8859-1"?>
2
<project xmlns="http://maven.apache.org/POM/4.0.0" 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

  
6
	<modelVersion>4.0.0</modelVersion>
7
	<artifactId>org.gvsig.complexlegend.swing</artifactId>
8
	<packaging>pom</packaging>
9
	<name>org.gvsig.complexlegend.swing</name>
10
	<parent>
11
		<groupId>org.gvsig</groupId>
12
		<artifactId>org.gvsig.complexlegend</artifactId>
13
		<version>1.0.0-SNAPSHOT</version>
14
	</parent>
15

  
16
	<modules>
17
		<module>org.gvsig.complexlegend.swing.api</module>
18
		<module>org.gvsig.complexlegend.swing.impl</module>
19
	</modules>
20
</project>
3 21

  
4
	<modelVersion>4.0.0</modelVersion>
5
	<artifactId>org.gvsig.complexlegend.swing</artifactId>
6
	<packaging>pom</packaging>
7
	<name>org.gvsig.complexlegend.swing</name>
8
	<parent>
9
		<groupId>org.gvsig</groupId>
10
		<artifactId>org.gvsig.complexlegend</artifactId>
11
		<version>1.0.0</version>
12
	</parent>
13

  
14
	<modules>
15
		<module>org.gvsig.complexlegend.swing.api</module>
16
		<module>org.gvsig.complexlegend.swing.impl</module>
17
	</modules>
18
</project>
19

  

Also available in: Unified diff