Revision 18

View differences:

org.gvsig.jdk/trunk/org.gvsig.jdk/pom.xml
9 9
	<description>This library contains some private classes of the OpenJDK</description>
10 10
	
11 11
	<url>https://devel.gvsig.org/redmine/projects/gvsig-external-jdk</url>
12

  
13
    <licenses>
14
        <license>
15
            <name>GPLv3</name>
16
            <url>http://www.gnu.org/licenses/gpl.html</url>
17
            <distribution>repo</distribution>
18
            <comments>
19
                "GPL" stands for "General Public License". The most widespread such
20
                license is the GNU General Public License, or GNU GPL for short.
21
                This can be further shortened to "GPL", when it is understood that
22
                the GNU GPL is the one intended.
23
            </comments>
24
        </license>
25
    </licenses>
26

  
27
    <organization>
28
        <name>gvSIG Association</name>
29
        <url>http://www.gvsig.com/</url>
30
    </organization>
12 31
	
13 32
    <scm>
14 33
        <connection>scm:svn:https://devel.gvsig.org/svn/gvsig-external-jdk/org.gvsig.jdk/trunk/org.gvsig.jdk</connection>
......
43 62
            </snapshots>
44 63
        </repository>
45 64
    </repositories>
65

  
66
    <distributionManagement>
67
        <site>
68
            <id>gvsig-repository</id>
69
            <url>dav:https://devel.gvsig.org/sites/${project.artifactId}/${project.version}</url>
70
        </site>
71
        <repository>
72
            <id>gvsig-repository</id>
73
            <name>gvSIG maven repository</name>
74
            <url>dav:https://devel.gvsig.org/m2repo/j2se</url>
75
            <uniqueVersion>false</uniqueVersion>
76
        </repository>
77
        <snapshotRepository>
78
            <id>gvsig-repository</id>
79
            <name>gvSIG maven repository</name>
80
            <url>dav:https://devel.gvsig.org/m2repo/j2se</url>
81
            <uniqueVersion>false</uniqueVersion>
82
        </snapshotRepository>
83
    </distributionManagement>
84

  
46 85
	<dependencyManagement>
47 86
		<dependencies>
48 87
			<dependency>
......
50 89
				<artifactId>org.gvsig.tools.lib</artifactId>
51 90
				<version>3.0.53</version>
52 91
			</dependency>
53
<!--
54
			<dependency>
55
				<groupId>org.gvsig</groupId>
56
				<artifactId>org.gvsig.i18n</artifactId>
57
				<version>2.0.1</version>
58
			</dependency>
59
-->
60 92
		</dependencies>
61 93
	</dependencyManagement>
62 94
	<build>

Also available in: Unified diff