Revision 119

View differences:

org.gvsig.legend.proportionalsymbols.app.mainplugin/trunk/org.gvsig.legend.proportionalsymbols.app.mainplugin/pom.xml
6 6
	<artifactId>org.gvsig.legend.proportionalsymbols.app.mainplugin</artifactId>
7 7
	<name>Vector legend: Proportional symbols</name>
8 8
	<version>1.0.2-SNAPSHOT</version>
9
	
9

  
10 10
  <parent>
11 11
      <groupId>org.gvsig</groupId>
12 12
      <artifactId>org.gvsig.desktop</artifactId>
13 13
      <version>2.0.89</version>
14 14
  </parent>
15
	
15

  
16 16
	<url>https://devel.gvsig.org/redmine/projects/gvsig-base-legends</url>
17
	
17

  
18 18
    <scm>
19 19
        <connection>scm:svn:https://devel.gvsig.org/svn/gvsig-base-legends/org.gvsig.legend.proportionalsymbols.app.mainplugin/trunk/org.gvsig.legend.proportionalsymbols.app.mainplugin/</connection>
20 20
        <developerConnection>scm:svn:https://devel.gvsig.org/svn/gvsig-base-legends/org.gvsig.legend.proportionalsymbols.app.mainplugin/trunk/org.gvsig.legend.proportionalsymbols.app.mainplugin/</developerConnection>
......
48 48
		      <configuration>
49 49
		        <tagBase>https://devel.gvsig.org/svn/gvsig-base-legends/org.gvsig.legend.proportionalsymbols.app.mainplugin/tags</tagBase>
50 50
		      </configuration>
51
		    </plugin>			
51
		    </plugin>
52 52
        </plugins>
53
                
53

  
54 54
	</build>
55 55
	<dependencies>
56 56
		<dependency>
......
90 90
            <groupId>org.gvsig</groupId>
91 91
            <artifactId>org.gvsig.i18n</artifactId>
92 92
        </dependency>
93
        
93

  
94 94
		<dependency>
95 95
            <groupId>org.gvsig</groupId>
96 96
            <artifactId>org.gvsig.fmap.geometry.api</artifactId>
97 97
        </dependency>
98
        
98

  
99 99
        <dependency>
100 100
            <groupId>org.gvsig</groupId>
101 101
            <artifactId>org.gvsig.tools.lib</artifactId>
......
103 103
        <dependency>
104 104
            <groupId>org.gvsig</groupId>
105 105
            <artifactId>org.gvsig.ui</artifactId>
106
        </dependency>        
106
        </dependency>
107 107
        <dependency>
108 108
            <groupId>org.gvsig</groupId>
109 109
            <artifactId>org.gvsig.projection.api</artifactId>
110
        </dependency>        
110
        </dependency>
111 111
        <dependency>
112 112
            <groupId>org.gvsig</groupId>
113 113
            <artifactId>org.gvsig.metadata.lib.basic.api</artifactId>
114
        </dependency>        
114
        </dependency>
115 115

  
116 116

  
117 117
	</dependencies>
......
121 121
        <gvsig.package.info.official>true</gvsig.package.info.official>
122 122
        <gvsig.package.info.dependencies>required: org.gvsig.app.mainplugin -ge 2.1.0-A</gvsig.package.info.dependencies>
123 123
        <gvsig.package.info.state>testing</gvsig.package.info.state>
124
		<gvsig.package.info.poolURL>http://devel.gvsig.org/download/projects/gvsig-base-legends/pool</gvsig.package.info.poolURL>
124
		<gvsig.package.info.poolURL>https://devel.gvsig.org/download/projects/gvsig-base-legends/pool</gvsig.package.info.poolURL>
125 125
	</properties>
126 126
</project>

Also available in: Unified diff