Revision 96

View differences:

trunk/org.gvsig.about/pom.xml
1
<?xml version="1.0" encoding="UTF-8"?>
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
	<groupId>org.gvsig</groupId>
8
	<artifactId>org.gvsig.about</artifactId>
9
	<packaging>pom</packaging>
10
	<version>1.0-SNAPSHOT</version>
11
	<name>org.gvsig.about</name>
12
	<description>[PUT LIBRARY DESCRIPTION HERE]</description>
13
	<url>http://www.gvsig.org</url>
14
	<scm>
15
		<connection>scm:svn:http://subversion.gvsig.org/gvSIG/branches/v2_0_0_prep/libraries/org.gvsig.about</connection>
16
		<developerConnection>scm:svn:https://gvsig.org/svn/gvSIG/branches/v2_0_0_prep/libraries/org.gvsig.about</developerConnection>
17
		<url>http://subversion.gvsig.org/viewvc/?root=gvSIG</url>
18
		<tag>HEAD</tag>
19
	</scm>
20
	<properties>
21
		<build-dir>${basedir}/../build</build-dir>
22
	</properties>
23
	<developers>
24
		<developer>
25
			<id>developer1</id>
26
			<name>Name Surname</name>
27
			<email>name@domain</email>
28
			<roles>
29
				<role>Architect</role>
30
				<role>Developer</role>
31
			</roles>
32
		</developer>
33
		<developer>
34
			<id>developer2</id>
35
			<name>Name2 Surname</name>
36
			<email>name2@domain</email>
37
			<roles>
38
				<role>Developer</role>
39
			</roles>
40
		</developer>
41
	</developers>
42
	<parent>
43
		<groupId>org.gvsig</groupId>
44
		<artifactId>gvsig-base-pom</artifactId>
45
		<version>2.0-SNAPSHOT</version>
46
	</parent>
47
  <modules>
48
    <module>org.gvsig.about.api</module>
49
    <module>org.gvsig.about.impl</module>
50
    <module>org.gvsig.about.main</module>
51
  </modules>
52

  
53
	</project>
trunk/org.gvsig.about/org.gvsig.about.impl/.project
1
<projectDescription>
2
  <name>org.gvsig.about.impl</name>
3
  <comment>[PUT LIBRARY DESCRIPTION HERE]</comment>
4
  <projects>
5
    <project>org.gvsig.about.api</project>
6
  </projects>
7
  <buildSpec>
8
    <buildCommand>
9
      <name>org.eclipse.jdt.core.javabuilder</name>
10
    </buildCommand>
11
  </buildSpec>
12
  <natures>
13
    <nature>org.eclipse.jdt.core.javanature</nature>
14
  </natures>
15
</projectDescription>
trunk/org.gvsig.about/org.gvsig.about.impl/target/maven-archiver/pom.properties
1
#Generated by Maven
2
#Tue Sep 22 09:40:52 CEST 2009
3
version=1.0-SNAPSHOT
4
groupId=org.gvsig
5
artifactId=org.gvsig.about.impl
trunk/org.gvsig.about/org.gvsig.about.impl/target/classes/README.txt
1
Put into this folder the resources needed by your library classes.
2

  
3
This folder is added to the runtime classpath, so you can load any resources 
4
through the ClassLoader.
5

  
6
By default, into this folder you can find some examples of resource bundle 
7
property files that may be used by your library classes.
trunk/org.gvsig.about/org.gvsig.about.impl/.settings/org.eclipse.jdt.core.prefs
1
#Mon Sep 21 09:43:42 CEST 2009
2
org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.5
3
eclipse.preferences.version=1
4
org.eclipse.jdt.core.compiler.source=1.5
5
org.eclipse.jdt.core.compiler.compliance=1.5
trunk/org.gvsig.about/org.gvsig.about.impl/.classpath
1
<classpath>
2
  <classpathentry kind="src" path="src/test/java" output="target/test-classes" including="**/*.java"/>
3
  <classpathentry kind="src" path="src/test/resources" output="target/test-classes" excluding="**/*.java"/>
4
  <classpathentry kind="src" path="src/main/java" including="**/*.java"/>
5
  <classpathentry kind="src" path="src/main/resources" excluding="**/*.java"/>
6
  <classpathentry kind="output" path="target/classes"/>
7
  <classpathentry kind="var" path="M2_REPO/org/gvsig/legacy/jh/gvsig/jh-gvsig.jar"/>
8
  <classpathentry kind="var" path="M2_REPO/junit/junit/3.8.1/junit-3.8.1.jar" sourcepath="M2_REPO/junit/junit/3.8.1/junit-3.8.1-sources.jar"/>
9
  <classpathentry kind="var" path="M2_REPO/log4j/log4j/1.2.14/log4j-1.2.14.jar" sourcepath="M2_REPO/log4j/log4j/1.2.14/log4j-1.2.14-sources.jar"/>
10
  <classpathentry kind="var" path="M2_REPO/com/jgoodies/looks/2.2.2/looks-2.2.2.jar" sourcepath="M2_REPO/com/jgoodies/looks/2.2.2/looks-2.2.2-sources.jar">
11
    <attributes>
12
      <attribute value="jar:file:/home/jobacas/.m2/repository/com/jgoodies/looks/2.2.2/looks-2.2.2-javadoc.jar!/" name="javadoc_location"/>
13
    </attributes>
14
  </classpathentry>
15
  <classpathentry kind="src" path="/org.gvsig.about.api"/>
16
  <classpathentry kind="var" path="M2_REPO/org/gvsig/org.gvsig.i18n/2.0-SNAPSHOT/org.gvsig.i18n-2.0-SNAPSHOT.jar" sourcepath="M2_REPO/org/gvsig/org.gvsig.i18n/2.0-SNAPSHOT/org.gvsig.i18n-2.0-SNAPSHOT-sources.jar"/>
17
  <classpathentry kind="var" path="M2_REPO/org/gvsig/org.gvsig.tools/2.0-SNAPSHOT/org.gvsig.tools-2.0-SNAPSHOT.jar" sourcepath="M2_REPO/org/gvsig/org.gvsig.tools/2.0-SNAPSHOT/org.gvsig.tools-2.0-SNAPSHOT-sources.jar"/>
18
  <classpathentry kind="var" path="M2_REPO/org/slf4j/slf4j-api/1.5.5/slf4j-api-1.5.5.jar" sourcepath="M2_REPO/org/slf4j/slf4j-api/1.5.5/slf4j-api-1.5.5-sources.jar"/>
19
  <classpathentry kind="var" path="M2_REPO/org/slf4j/slf4j-log4j12/1.5.5/slf4j-log4j12-1.5.5.jar" sourcepath="M2_REPO/org/slf4j/slf4j-log4j12/1.5.5/slf4j-log4j12-1.5.5-sources.jar"/>
20
  <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
21
</classpath>
trunk/org.gvsig.about/org.gvsig.about.main/.classpath
1
<classpath>
2
  <classpathentry kind="src" path="src/test/java" output="target/test-classes" including="**/*.java"/>
3
  <classpathentry kind="src" path="src/test/resources" output="target/test-classes" excluding="**/*.java"/>
4
  <classpathentry kind="src" path="src/main/java" including="**/*.java"/>
5
  <classpathentry kind="src" path="src/main/resources" excluding="**/*.java"/>
6
  <classpathentry kind="output" path="target/classes"/>
7
  <classpathentry kind="var" path="M2_REPO/org/gvsig/legacy/jh/gvsig/jh-gvsig.jar"/>
8
  <classpathentry kind="var" path="M2_REPO/junit/junit/3.8.1/junit-3.8.1.jar" sourcepath="M2_REPO/junit/junit/3.8.1/junit-3.8.1-sources.jar"/>
9
  <classpathentry kind="var" path="M2_REPO/log4j/log4j/1.2.14/log4j-1.2.14.jar" sourcepath="M2_REPO/log4j/log4j/1.2.14/log4j-1.2.14-sources.jar"/>
10
  <classpathentry kind="var" path="M2_REPO/com/jgoodies/looks/2.2.2/looks-2.2.2.jar" sourcepath="M2_REPO/com/jgoodies/looks/2.2.2/looks-2.2.2-sources.jar">
11
    <attributes>
12
      <attribute value="jar:file:/home/jobacas/.m2/repository/com/jgoodies/looks/2.2.2/looks-2.2.2-javadoc.jar!/" name="javadoc_location"/>
13
    </attributes>
14
  </classpathentry>
15
  <classpathentry kind="src" path="/org.gvsig.about.api"/>
16
  <classpathentry kind="src" path="/org.gvsig.about.impl"/>
17
  <classpathentry kind="var" path="M2_REPO/org/gvsig/org.gvsig.i18n/2.0-SNAPSHOT/org.gvsig.i18n-2.0-SNAPSHOT.jar" sourcepath="M2_REPO/org/gvsig/org.gvsig.i18n/2.0-SNAPSHOT/org.gvsig.i18n-2.0-SNAPSHOT-sources.jar"/>
18
  <classpathentry kind="var" path="M2_REPO/org/gvsig/org.gvsig.tools/2.0-SNAPSHOT/org.gvsig.tools-2.0-SNAPSHOT.jar" sourcepath="M2_REPO/org/gvsig/org.gvsig.tools/2.0-SNAPSHOT/org.gvsig.tools-2.0-SNAPSHOT-sources.jar"/>
19
  <classpathentry kind="var" path="M2_REPO/org/slf4j/slf4j-api/1.5.5/slf4j-api-1.5.5.jar" sourcepath="M2_REPO/org/slf4j/slf4j-api/1.5.5/slf4j-api-1.5.5-sources.jar"/>
20
  <classpathentry kind="var" path="M2_REPO/org/slf4j/slf4j-log4j12/1.5.5/slf4j-log4j12-1.5.5.jar" sourcepath="M2_REPO/org/slf4j/slf4j-log4j12/1.5.5/slf4j-log4j12-1.5.5-sources.jar"/>
21
  <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
22
</classpath>
trunk/org.gvsig.about/org.gvsig.about.main/.project
1
<projectDescription>
2
  <name>org.gvsig.about.main</name>
3
  <comment>[PUT LIBRARY DESCRIPTION HERE]</comment>
4
  <projects>
5
    <project>org.gvsig.about.api</project>
6
    <project>org.gvsig.about.impl</project>
7
  </projects>
8
  <buildSpec>
9
    <buildCommand>
10
      <name>org.eclipse.jdt.core.javabuilder</name>
11
    </buildCommand>
12
  </buildSpec>
13
  <natures>
14
    <nature>org.eclipse.jdt.core.javanature</nature>
15
  </natures>
16
</projectDescription>
trunk/org.gvsig.about/org.gvsig.about.main/target/maven-archiver/pom.properties
1
#Generated by Maven
2
#Tue Sep 22 09:42:42 CEST 2009
3
version=1.0-SNAPSHOT
4
groupId=org.gvsig
5
artifactId=org.gvsig.about.main
trunk/org.gvsig.about/org.gvsig.about.main/target/classes/README.txt
1
Put into this folder the resources needed by your library classes.
2

  
3
This folder is added to the runtime classpath, so you can load any resources 
4
through the ClassLoader.
5

  
6
By default, into this folder you can find some examples of resource bundle 
7
property files that may be used by your library classes.
trunk/org.gvsig.about/org.gvsig.about.main/.settings/org.eclipse.jdt.core.prefs
1
#Mon Sep 21 09:43:42 CEST 2009
2
org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.5
3
eclipse.preferences.version=1
4
org.eclipse.jdt.core.compiler.source=1.5
5
org.eclipse.jdt.core.compiler.compliance=1.5
trunk/org.gvsig.about/.project
1
<?xml version="1.0" encoding="UTF-8"?>
2
<projectDescription>
3
	<name>org.gvsig.about</name>
4
	<comment></comment>
5
	<projects>
6
	</projects>
7
	<buildSpec>
8
	</buildSpec>
9
	<natures>
10
	</natures>
11
</projectDescription>

Also available in: Unified diff