Revision 72

View differences:

org.gvsig.educa.thematicmap.app/trunk/org.gvsig.educa.thematicmap.app/org.gvsig.educa.thematicmap.app.editor/buildNumber.properties
1 1
#maven.buildNumber.plugin properties file
2
#Wed Nov 23 09:49:27 CET 2011
3
buildNumber=2042
2
#Fri Dec 23 15:07:54 CET 2011
3
buildNumber=5
org.gvsig.educa.thematicmap.app/trunk/org.gvsig.educa.thematicmap.app/org.gvsig.educa.thematicmap.app.editor/package.info
1 1
#
2
#Fri Dec 23 12:48:33 CET 2011
2
#Fri Dec 23 15:07:54 CET 2011
3 3
state=devel
4 4
name=org.gvsig.educa.thematicmap.app.editor
5
buildNumber=2042
5
buildNumber=5
6 6
official=true
7 7
owner=gvSIG Association
8 8
code=org.gvsig.educa.thematicmap.app.editor
9 9
operating-system=all
10 10
architecture=all
11
web-url=http\://www.gvsig.com
11
web-url=https\://gvsig.org/web/projects/contrib/gvsig-educa
12 12
java-version=j1_5
13 13
gvSIG-version=2.0.0
14 14
sources-url=https\://forge.osor.eu/plugins/scmsvn/viewcvs.php/org.gvsig.educa.thematicmap/extension/trunk/?root\=gvsig-thematicmap/org.gvsig.educa.thematicmap.app.editor
15
version=1.0.0-SNAPSHOT-2042
16
dependencies=
15
version=1.0.0-SNAPSHOT-5
16
dependencies=required\: org.gvsig.app -ge 2.0.0-0, required\: org.gvsig.educa.thematicmap.app.viewer -ge 1.0.0-SNAPSHOT-0
17 17
type=plugin
18
description=Application of the ThematicMap project
18
description=Provides tools to create and generate packages of Thematic Maps
19 19
model-version=1.0.1
org.gvsig.educa.thematicmap.app/trunk/org.gvsig.educa.thematicmap.app/org.gvsig.educa.thematicmap.app.editor/pom.xml
6 6
	<artifactId>org.gvsig.educa.thematicmap.app.editor</artifactId>
7 7
	<packaging>jar</packaging>
8 8
	<name>org.gvsig.educa.thematicmap.app.editor</name>
9
	<description>Provides tools to create and generate packages of Thematic Maps</description>
9 10
	<parent>
10 11
		<groupId>org.gvsig</groupId>
11 12
		<artifactId>org.gvsig.educa.thematicmap.app</artifactId>
12 13
		<version>1.0.0-SNAPSHOT</version>
13 14
	</parent>
15
	<properties>
16
		<package.info.dependencies>required: org.gvsig.app -ge 2,required: org.gvsig.educa.thematicmap.app.viewer -ge ${educa.app.version}</package.info.dependencies>
17
	</properties>
14 18

  
15 19
	<dependencies>
16 20
		<dependency>
org.gvsig.educa.thematicmap.app/trunk/org.gvsig.educa.thematicmap.app/pom.xml
25 25
		<gvsig.timesupport>1.0.0-SNAPSHOT</gvsig.timesupport>
26 26
		<apache.commons-io.version>1.3.2</apache.commons-io.version>
27 27
		<apache.commons-lang3.version>3.1</apache.commons-lang3.version>
28
		<!-- package.info -->
29
		<package.info.owner>gvSIG Association</package.info.owner>
30
    <package.info.official>true</package.info.official>
31
    <package.info.webURL>https://gvsig.org/web/projects/contrib/gvsig-educa</package.info.webURL>
32

  
28 33
	</properties>
29 34
	<scm>
30 35
		<connection>scm:svn:https://svn.forge.osor.eu/svn/gvsig-thematicmap/org.gvsig.educa.thematicmap/extension/trunk</connection>
org.gvsig.educa.thematicmap.app/trunk/org.gvsig.educa.thematicmap.app/org.gvsig.educa.thematicmap.app.viewer/pom.xml
6 6
	<artifactId>org.gvsig.educa.thematicmap.app.viewer</artifactId>
7 7
	<packaging>jar</packaging>
8 8
	<name>org.gvsig.educa.thematicmap.app.viewer</name>
9
	<description>Thematic Map document: read-only views which could share in packages (installed from standard gvSIG add-on installer)</description>
9 10
	<parent>
10 11
		<groupId>org.gvsig</groupId>
11 12
		<artifactId>org.gvsig.educa.thematicmap.app</artifactId>
12 13
		<version>1.0.0-SNAPSHOT</version>
13 14
	</parent>
15
	<properties>
16
		<package.info.dependencies>required: org.gvsig.app -ge 2</package.info.dependencies>
17
	</properties>
14 18

  
15 19
	<dependencies>
16 20
		<dependency>
org.gvsig.educa.thematicmap.app/trunk/org.gvsig.educa.thematicmap.app/org.gvsig.educa.thematicmap.app.viewer/buildNumber.properties
1 1
#maven.buildNumber.plugin properties file
2
#Wed Nov 23 09:49:27 CET 2011
3
buildNumber=0
2
#Fri Dec 23 15:07:37 CET 2011
3
buildNumber=5
org.gvsig.educa.thematicmap.app/trunk/org.gvsig.educa.thematicmap.app/org.gvsig.educa.thematicmap.app.viewer/package.info
1 1
#
2
#Fri Dec 23 13:08:39 CET 2011
2
#Fri Dec 23 15:07:38 CET 2011
3 3
state=devel
4 4
name=org.gvsig.educa.thematicmap.app.viewer
5
buildNumber=0
5
buildNumber=5
6 6
official=true
7 7
owner=gvSIG Association
8 8
code=org.gvsig.educa.thematicmap.app.viewer
9 9
operating-system=all
10 10
architecture=all
11
web-url=http\://www.gvsig.com
11
web-url=https\://gvsig.org/web/projects/contrib/gvsig-educa
12 12
java-version=j1_5
13 13
gvSIG-version=2.0.0
14 14
sources-url=https\://forge.osor.eu/plugins/scmsvn/viewcvs.php/org.gvsig.educa.thematicmap/extension/trunk/?root\=gvsig-thematicmap/org.gvsig.educa.thematicmap.app.viewer
15
version=1.0.0-SNAPSHOT-0
16
dependencies=
15
version=1.0.0-SNAPSHOT-5
16
dependencies=required\: org.gvsig.app -ge 2.0.0-0
17 17
type=plugin
18
description=Application of the ThematicMap project
18
description=Thematic Map document\: read-only views which could share in packages (installed from standard gvSIG add-on installer)
19 19
model-version=1.0.1
org.gvsig.educa.thematicmap.app/trunk/org.gvsig.educa.thematicmap.app/buildNumber.properties
1
buildNumber=0
1
#maven.buildNumber.plugin properties file
2
#Fri Dec 23 15:07:29 CET 2011
3
buildNumber=3

Also available in: Unified diff