Revision 9

View differences:

trunk/org.gvsig.gdal/org.gvsig.gdal.gpx/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.gdal.gpx</artifactId>
6
	<packaging>jar</packaging>
7
	<name>org.gvsig.gdal.gpx</name>
8
	<parent>
9
		<groupId>org.gvsig</groupId>
10
		<artifactId>org.gvsig.gdal</artifactId>
11
		<version>1.0.0-SNAPSHOT</version>
12
	</parent>
13
	<dependencies>
14
	</dependencies>
15
	<modules>
16
		
17
	</modules>
18
</project>
0 19

  
trunk/org.gvsig.gdal/org.gvsig.gdal.app/org.gvsig.gdal.app.mainplugin/org.gvsig.gdal.app.mainplugin.lin.x86/buildNumber.properties
1
#Thu Nov 21 11:05:56 CET 2013
2
buildNumber=1
0 3

  
trunk/org.gvsig.gdal/org.gvsig.gdal.app/org.gvsig.gdal.app.mainplugin/org.gvsig.gdal.app.mainplugin.lin.x86/src/main/assembly/gvsig-plugin-package.xml
1
<!--
2

  
3
    gvSIG. Desktop Geographic Information System.
4

  
5
    Copyright (C) 2007-2013 gvSIG Association.
6

  
7
    This program is free software; you can redistribute it and/or
8
    modify it under the terms of the GNU General Public License
9
    as published by the Free Software Foundation; either version 3
10
    of the License, or (at your option) any later version.
11

  
12
    This program is distributed in the hope that it will be useful,
13
    but WITHOUT ANY WARRANTY; without even the implied warranty of
14
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
15
    GNU General Public License for more details.
16

  
17
    You should have received a copy of the GNU General Public License
18
    along with this program; if not, write to the Free Software
19
    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
20
    MA  02110-1301, USA.
21

  
22
    For any additional information, do not hesitate to contact us
23
    at info AT gvsig.com, or visit our website www.gvsig.com.
24

  
25
-->
26
<assembly>
27
  <id>gvsig-plugin-package</id>
28
  <formats>
29
    <format>zip</format>
30
  </formats>
31
  <baseDirectory>${gvsig.package.info.code}</baseDirectory>
32
  <includeBaseDirectory>true</includeBaseDirectory>
33
  <files>
34
    <file>
35
      <source>target/package.info</source>
36
    </file>
37
  </files>
38

  
39
  <fileSets>
40
    <fileSet>
41
      <directory>target/org.gvsig.gdal.app.mainplugin</directory>
42
      <outputDirectory>.</outputDirectory>
43
      <excludes>
44
      	<exclude>package.info</exclude>
45
      </excludes>
46
    </fileSet>
47
    <fileSet>
48
      <directory>target/native</directory>
49
      <outputDirectory>native</outputDirectory>
50
    </fileSet>
51
    <fileSet>
52
      <directory>src/main/resources-plugin</directory>
53
      <outputDirectory>.</outputDirectory>
54
    </fileSet>
55
  </fileSets>
56

  
57

  
58
  <dependencySets>
59
    <dependencySet>
60
      <useProjectArtifact>false</useProjectArtifact>
61
      <useTransitiveDependencies>false</useTransitiveDependencies>
62
      <outputDirectory>lib</outputDirectory>
63
		<includes>
64
            <include>org.gvsig:org.gvsig.gdal.app.mainplugin:jar</include>
65
		</includes>
66
    </dependencySet>
67
  </dependencySets>
68

  
69
</assembly>
70

  
71

  
72

  
0 73

  
trunk/org.gvsig.gdal/org.gvsig.gdal.app/org.gvsig.gdal.app.mainplugin/org.gvsig.gdal.app.mainplugin.lin.x86/src/main/resources-plugin/autorun.sh
1
#!/bin/sh
2
#
3
# gvSIG. Desktop Geographic Information System.
4
#
5
# Copyright (C) 2007-2013 gvSIG Association.
6
#
7
# This program is free software; you can redistribute it and/or
8
# modify it under the terms of the GNU General Public License
9
# as published by the Free Software Foundation; either version 3
10
# of the License, or (at your option) any later version.
11
#
12
# This program is distributed in the hope that it will be useful,
13
# but WITHOUT ANY WARRANTY; without even the implied warranty of
14
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
15
# GNU General Public License for more details.
16
#
17
# You should have received a copy of the GNU General Public License
18
# along with this program; if not, write to the Free Software
19
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
20
# MA  02110-1301, USA.
21
#
22
# For any additional information, do not hesitate to contact us
23
# at info AT gvsig.com, or visit our website www.gvsig.com.
24
#
25

  
26

  
27
#
28
# Plugin autorun
29
# 
30

  
31
PLUGIN_NAME="$(basename $PLUGIN_FOLDER)"
32

  
33
# Proj4 data files
34
#export PROJ_LIB="${GVSIG_HOME_FOLDER}/plugins/$PLUGIN_NAME/projlib"
35

  
36
# Temporary fix for number locale related formatting error with proj4.
37
#export LC_NUMERIC=C
38

  
39
LD_LIBRARY_PATH="$LD_LIBRARY_PATH:$PLUGIN_FOLDER/native"
40
GVSIG_NATIVE_LIBS="$GVSIG_NATIVE_LIBS:$PLUGIN_FOLDER/native"
41

  
42

  
43

  
trunk/org.gvsig.gdal/org.gvsig.gdal.app/org.gvsig.gdal.app.mainplugin/org.gvsig.gdal.app.mainplugin.lin.x86/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" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
3
  <modelVersion>4.0.0</modelVersion>
4
  <artifactId>org.gvsig.gdal.app.mainplugin.lin.x86</artifactId>
5
  <packaging>jar</packaging>
6
   
7
 	<parent>
8
		<groupId>org.gvsig</groupId>
9
		<artifactId>org.gvsig.gdal.app.mainplugin</artifactId>
10
		<version>1.0.0-SNAPSHOT</version>
11
	</parent>
12

  
13
  <dependencies>
14
    <dependency>
15
        <groupId>org.gvsig</groupId>
16
        <artifactId>org.gvsig.gdal.app.mainplugin.commons</artifactId>
17
    </dependency>                          
18
  </dependencies>
19
  
20
    <properties>
21
        <!-- Package info property values -->
22
        <!-- Default values in org.gvsig.desktop -->
23
        <gvsig.package.info.state>testing</gvsig.package.info.state>
24
        <gvsig.package.info.official>true</gvsig.package.info.official>
25
        <gvsig.package.info.dependencies>required: org.gvsig.app.mainplugin -ge 2.1.0-A</gvsig.package.info.dependencies>
26
        <gvsig.package.info.categories>Libraries,GDAL</gvsig.package.info.categories>
27
        <gvsig.package.info.poolURL>https://devel.gvsig.org/download/projects/gvsig-gdal/pool</gvsig.package.info.poolURL>
28
   		<gvsig.package.info.operatingSystem>lin</gvsig.package.info.operatingSystem>
29
    	<gvsig.package.info.architecture>x86</gvsig.package.info.architecture>
30
    	<gvsig.install.plugin>true</gvsig.install.plugin>
31
    	<gvsig.install.plugin.package>true</gvsig.install.plugin.package>    
32
 	</properties>
33
     	 
34
  <build>
35
    <plugins>
36
  
37
      <plugin>
38
        <groupId>org.apache.maven.plugins</groupId>
39
        <!-- <artifactId>maven-dependency-plugin</artifactId> -->
40
        <artifactId>maven-compiler-plugin</artifactId>
41
        <executions>
42
            <execution>
43
            <id>default-testCompile</id>
44
            <phase>process-test-sources</phase>
45
            <goals>
46
              <goal>testCompile</goal>
47
            </goals>
48
            <configuration>
49
              <skip>true</skip>
50
            </configuration>
51
          </execution>
52
          <!-- 
53
          <execution>
54
          	<id>unpack</id>
55
	        <phase>process-sources</phase>
56
	        <goals>
57
	          <goal>unpack</goal>
58
	        </goals>
59
	        <configuration>
60
	          <artifactItems>
61
	            <artifactItem>
62
		            <groupId>org.gvsig</groupId>
63
		            <artifactId>org.gvsig.gdal</artifactId>
64
                	<classifier>linux-all-gcc4-i686-dynamic</classifier>
65
		            <type>tar.gz</type>
66
					<overWrite>true</overWrite>
67
					<outputDirectory>target/native</outputDirectory>
68
	            </artifactItem>
69
	          </artifactItems>
70
	        </configuration>
71
          </execution>
72
          -->
73
        </executions>
74
	  </plugin>
75
  
76
  
77
    </plugins>
78
  </build>
79

  
80
  <profiles>
81
  
82
    <profile>
83
      <id>gvsig-plugin-install-driver-linux-x86</id>
84
      <activation>
85
         <os>
86
             <family>unix</family>
87
             <name>linux</name>
88
             <arch>x86</arch>
89
         </os>
90
      </activation>
91
	  <properties>
92
	    <gvsig.install.plugin>true</gvsig.install.plugin>
93
	  </properties>
94
    </profile>
95
  </profiles>
96
  
97
</project>
98

  
0 99

  
trunk/org.gvsig.gdal/org.gvsig.gdal.app/org.gvsig.gdal.app.mainplugin/org.gvsig.gdal.app.mainplugin.commons/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.gdal.app.mainplugin.commons</artifactId>
6
	<packaging>jar</packaging>
7
	<name>org.gvsig.gdal.app.mainplugin.commons</name>
8
	<parent>
9
		<groupId>org.gvsig</groupId>
10
		<artifactId>org.gvsig.gdal.app.mainplugin</artifactId>
11
		<version>1.0.0-SNAPSHOT</version>
12
	</parent>
13
	<dependencies>
14
	</dependencies>
15
	<modules>
16
		
17
	</modules>
18
</project>
0 19

  
trunk/org.gvsig.gdal/org.gvsig.gdal.app/org.gvsig.gdal.app.mainplugin/org.gvsig.gdal.app.mainplugin.lin.x86_64/buildNumber.properties
1
#Thu Nov 21 11:05:56 CET 2013
2
buildNumber=1
0 3

  
trunk/org.gvsig.gdal/org.gvsig.gdal.app/org.gvsig.gdal.app.mainplugin/org.gvsig.gdal.app.mainplugin.lin.x86_64/src/main/assembly/gvsig-plugin-package.xml
1
<!--
2

  
3
    gvSIG. Desktop Geographic Information System.
4

  
5
    Copyright (C) 2007-2013 gvSIG Association.
6

  
7
    This program is free software; you can redistribute it and/or
8
    modify it under the terms of the GNU General Public License
9
    as published by the Free Software Foundation; either version 3
10
    of the License, or (at your option) any later version.
11

  
12
    This program is distributed in the hope that it will be useful,
13
    but WITHOUT ANY WARRANTY; without even the implied warranty of
14
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
15
    GNU General Public License for more details.
16

  
17
    You should have received a copy of the GNU General Public License
18
    along with this program; if not, write to the Free Software
19
    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
20
    MA  02110-1301, USA.
21

  
22
    For any additional information, do not hesitate to contact us
23
    at info AT gvsig.com, or visit our website www.gvsig.com.
24

  
25
-->
26
<assembly>
27
  <id>gvsig-plugin-package</id>
28
  <formats>
29
    <format>zip</format>
30
  </formats>
31
  <baseDirectory>${gvsig.package.info.code}</baseDirectory>
32
  <includeBaseDirectory>true</includeBaseDirectory>
33
  <files>
34
    <file>
35
      <source>target/package.info</source>
36
    </file>
37
  </files>
38

  
39
  <fileSets>
40
    <fileSet>
41
      <directory>target/org.gvsig.gdal.app.mainplugin</directory>
42
      <outputDirectory>.</outputDirectory>
43
      <excludes>
44
      	<exclude>package.info</exclude>
45
      </excludes>
46
    </fileSet>
47
    <fileSet>
48
      <directory>target/native</directory>
49
      <outputDirectory>native</outputDirectory>
50
    </fileSet>
51
    <fileSet>
52
      <directory>src/main/resources-plugin</directory>
53
      <outputDirectory>.</outputDirectory>
54
    </fileSet>
55
  </fileSets>
56

  
57

  
58
  <dependencySets>
59
    <dependencySet>
60
      <useProjectArtifact>false</useProjectArtifact>
61
      <useTransitiveDependencies>false</useTransitiveDependencies>
62
      <outputDirectory>lib</outputDirectory>
63
		<includes>
64
            <include>org.gvsig:org.gvsig.gdal.app.mainplugin:jar</include>
65
		</includes>
66
    </dependencySet>
67
  </dependencySets>
68

  
69
</assembly>
70

  
71

  
72

  
0 73

  
trunk/org.gvsig.gdal/org.gvsig.gdal.app/org.gvsig.gdal.app.mainplugin/org.gvsig.gdal.app.mainplugin.lin.x86_64/src/main/resources-plugin/autorun.sh
1
#!/bin/sh
2
#
3
# gvSIG. Desktop Geographic Information System.
4
#
5
# Copyright (C) 2007-2013 gvSIG Association.
6
#
7
# This program is free software; you can redistribute it and/or
8
# modify it under the terms of the GNU General Public License
9
# as published by the Free Software Foundation; either version 3
10
# of the License, or (at your option) any later version.
11
#
12
# This program is distributed in the hope that it will be useful,
13
# but WITHOUT ANY WARRANTY; without even the implied warranty of
14
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
15
# GNU General Public License for more details.
16
#
17
# You should have received a copy of the GNU General Public License
18
# along with this program; if not, write to the Free Software
19
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
20
# MA  02110-1301, USA.
21
#
22
# For any additional information, do not hesitate to contact us
23
# at info AT gvsig.com, or visit our website www.gvsig.com.
24
#
25

  
26

  
27
#
28
# Plugin autorun
29
# 
30

  
31
PLUGIN_NAME="$(basename $PLUGIN_FOLDER)"
32

  
33
# Proj4 data files
34
#export PROJ_LIB="${GVSIG_HOME_FOLDER}/plugins/$PLUGIN_NAME/projlib"
35

  
36
# Temporary fix for number locale related formatting error with proj4.
37
#export LC_NUMERIC=C
38

  
39
LD_LIBRARY_PATH="$LD_LIBRARY_PATH:$PLUGIN_FOLDER/native"
40
GVSIG_NATIVE_LIBS="$GVSIG_NATIVE_LIBS:$PLUGIN_FOLDER/native"
41

  
42

  
43

  
trunk/org.gvsig.gdal/org.gvsig.gdal.app/org.gvsig.gdal.app.mainplugin/org.gvsig.gdal.app.mainplugin.lin.x86_64/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" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
3
  <modelVersion>4.0.0</modelVersion>
4
  <artifactId>org.gvsig.gdal.app.mainplugin.lin.x86_64</artifactId>
5
  <packaging>jar</packaging>
6
   
7
 	<parent>
8
		<groupId>org.gvsig</groupId>
9
		<artifactId>org.gvsig.gdal.app.mainplugin</artifactId>
10
		<version>1.0.0-SNAPSHOT</version>
11
	</parent>
12

  
13
  <dependencies>
14
    <dependency>
15
        <groupId>org.gvsig</groupId>
16
        <artifactId>org.gvsig.gdal.app.mainplugin.commons</artifactId>
17
    </dependency>                          
18
  </dependencies>
19
  
20
   <properties>
21
        <!-- Package info property values -->
22
        <!-- Default values in org.gvsig.desktop -->
23
        <gvsig.package.info.state>testing</gvsig.package.info.state>
24
        <gvsig.package.info.official>true</gvsig.package.info.official>
25
        <gvsig.package.info.dependencies>required: org.gvsig.app.mainplugin -ge 2.1.0-A</gvsig.package.info.dependencies>
26
        <gvsig.package.info.categories>Libraries,GDAL</gvsig.package.info.categories>
27
        <gvsig.package.info.poolURL>https://devel.gvsig.org/download/projects/gvsig-gdal/pool</gvsig.package.info.poolURL>
28
   		<gvsig.package.info.operatingSystem>lin</gvsig.package.info.operatingSystem>
29
    	<gvsig.package.info.architecture>x86_64</gvsig.package.info.architecture>
30
    	<gvsig.install.plugin>true</gvsig.install.plugin>
31
    	<gvsig.install.plugin.package>true</gvsig.install.plugin.package>    
32
 	</properties>
33
 	 
34
  <build>
35
    <plugins>
36
  
37
         <plugin>
38
        <groupId>org.apache.maven.plugins</groupId>
39
        <!-- <artifactId>maven-dependency-plugin</artifactId> -->
40
        <artifactId>maven-compiler-plugin</artifactId>
41
        <executions>
42
            <execution>
43
            <id>default-testCompile</id>
44
            <phase>process-test-sources</phase>
45
            <goals>
46
              <goal>testCompile</goal>
47
            </goals>
48
            <configuration>
49
              <skip>true</skip>
50
            </configuration>
51
          </execution>
52
          <!-- 
53
          <execution>
54
          	<id>unpack</id>
55
	        <phase>process-sources</phase>
56
	        <goals>
57
	          <goal>unpack</goal>
58
	        </goals>
59
	        <configuration>
60
	          <artifactItems>
61
	            <artifactItem>
62
		            <groupId>org.gvsig</groupId>
63
		            <artifactId>org.gvsig.gdal</artifactId>
64
                	<classifier>linux-all-gcc4-i686-dynamic</classifier>
65
		            <type>tar.gz</type>
66
					<overWrite>true</overWrite>
67
					<outputDirectory>target/native</outputDirectory>
68
	            </artifactItem>
69
	          </artifactItems>
70
	        </configuration>
71
          </execution>
72
          -->
73
        </executions>
74
	  </plugin>
75
  
76
  
77
    </plugins>
78
  </build>
79

  
80
  <profiles>
81
  
82
    <profile>
83
      <id>gvsig-plugin-install-driver-linux-x86</id>
84
      <activation>
85
         <os>
86
             <family>unix</family>
87
             <name>linux</name>
88
             <arch>x86</arch>
89
         </os>
90
      </activation>
91
	  <properties>
92
	    <gvsig.install.plugin>true</gvsig.install.plugin>
93
	  </properties>
94
    </profile>
95
  </profiles>
96
  
97
</project>
98

  
0 99

  
trunk/org.gvsig.gdal/org.gvsig.gdal.app/org.gvsig.gdal.app.mainplugin/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.gdal.app.mainplugin</artifactId>
6
	<packaging>pom</packaging>
7
	<name>org.gvsig.gdal.app.mainplugin</name>
8
	<parent>
9
		<groupId>org.gvsig</groupId>
10
		<artifactId>org.gvsig.gdal.app</artifactId>
11
		<version>1.0.0-SNAPSHOT</version>
12
	</parent>
13
	<dependencies>
14
	</dependencies>
15
	<modules>
16
	    <module>org.gvsig.gdal.app.mainplugin.commons</module>
17
		<module>org.gvsig.gdal.app.mainplugin.lin.x86</module>
18
		<module>org.gvsig.gdal.app.mainplugin.lin.x86_64</module>
19
		<module>org.gvsig.gdal.app.mainplugin.win.x86</module>
20
	</modules>
21
</project>
0 22

  
trunk/org.gvsig.gdal/org.gvsig.gdal.app/org.gvsig.gdal.app.mainplugin/org.gvsig.gdal.app.mainplugin.win.x86/buildNumber.properties
1
#Thu Nov 21 11:05:57 CET 2013
2
buildNumber=1
0 3

  
trunk/org.gvsig.gdal/org.gvsig.gdal.app/org.gvsig.gdal.app.mainplugin/org.gvsig.gdal.app.mainplugin.win.x86/src/main/resources-plugin/install/install.xml
1
<project name="org.gvsig.plugin1" default="main" basedir=".">
2
	<!--
3
		Predefined properties:
4
		gvsig_dir = gvSIG application root installation directory
5
		extensions_dir = gvSIG extensions directory
6
	-->
7
	<taskdef resource="net/sf/antcontrib/antlib.xml">
8
		<classpath>
9
			<pathelement location="${gvsig_dir}/lib/ant-contrib-1.0b3.jar" />
10
		</classpath>
11
	</taskdef>
12
	<target name="main" depends="copy_files"/>
13
    <target name="copy_files">
14
    	<copy todir="${gvsig_dir}">
15
    		<fileset dir="./files" includes="**"/>
16
		</copy>
17
	</target>
18
</project>
0 19

  
trunk/org.gvsig.gdal/org.gvsig.gdal.app/org.gvsig.gdal.app.mainplugin/org.gvsig.gdal.app.mainplugin.win.x86/src/main/assembly/gvsig-plugin-package.xml
1
<!--
2

  
3
    gvSIG. Desktop Geographic Information System.
4

  
5
    Copyright (C) 2007-2013 gvSIG Association.
6

  
7
    This program is free software; you can redistribute it and/or
8
    modify it under the terms of the GNU General Public License
9
    as published by the Free Software Foundation; either version 3
10
    of the License, or (at your option) any later version.
11

  
12
    This program is distributed in the hope that it will be useful,
13
    but WITHOUT ANY WARRANTY; without even the implied warranty of
14
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
15
    GNU General Public License for more details.
16

  
17
    You should have received a copy of the GNU General Public License
18
    along with this program; if not, write to the Free Software
19
    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
20
    MA  02110-1301, USA.
21

  
22
    For any additional information, do not hesitate to contact us
23
    at info AT gvsig.com, or visit our website www.gvsig.com.
24

  
25
-->
26
<assembly>
27
  <id>gvsig-plugin-package</id>
28
  <formats>
29
    <format>zip</format>
30
  </formats>
31
  <baseDirectory>${gvsig.package.info.code}</baseDirectory>
32
  <includeBaseDirectory>true</includeBaseDirectory>
33
  <files>
34
    <file>
35
      <source>target/package.info</source>
36
    </file>
37
  </files>
38

  
39
  <fileSets>
40
    <fileSet>
41
      <directory>target/org.gvsig.ogr.app.mainplugin</directory>
42
      <outputDirectory>.</outputDirectory>
43
      <excludes>
44
      	<exclude>package.info</exclude>
45
      </excludes>
46
    </fileSet>
47
    <fileSet>
48
      <directory>target/native/lib</directory>
49
      <outputDirectory>install/files</outputDirectory>
50
    </fileSet>
51
    <fileSet>
52
      <directory>src/main/resources-plugin</directory>
53
      <outputDirectory>.</outputDirectory>
54
    </fileSet>
55
  </fileSets>
56

  
57

  
58
  <dependencySets>
59
    <dependencySet>
60
      <useProjectArtifact>false</useProjectArtifact>
61
      <useTransitiveDependencies>false</useTransitiveDependencies>
62
      <outputDirectory>lib</outputDirectory>
63
		<includes>
64
            <include>org.gvsig:org.gvsig.ogr.app.mainplugin:jar</include>
65
		</includes>
66
    </dependencySet>
67
  </dependencySets>
68

  
69
</assembly>
70

  
71

  
72

  
0 73

  
trunk/org.gvsig.gdal/org.gvsig.gdal.app/org.gvsig.gdal.app.mainplugin/org.gvsig.gdal.app.mainplugin.win.x86/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" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
3
  <modelVersion>4.0.0</modelVersion>
4
  <artifactId>org.gvsig.gdal.app.mainplugin.win.x86</artifactId>
5
  <packaging>jar</packaging>
6
   
7
 	<parent>
8
		<groupId>org.gvsig</groupId>
9
		<artifactId>org.gvsig.gdal.app.mainplugin</artifactId>
10
		<version>1.0.0-SNAPSHOT</version>
11
	</parent>
12

  
13
  <dependencies>
14
    <dependency>
15
        <groupId>org.gvsig</groupId>
16
        <artifactId>org.gvsig.gdal.app.mainplugin.commons</artifactId>
17
    </dependency>                          
18
  </dependencies>
19
  
20
   <properties>
21
        <!-- Package info property values -->
22
        <!-- Default values in org.gvsig.desktop -->
23
        <gvsig.package.info.state>testing</gvsig.package.info.state>
24
        <gvsig.package.info.official>true</gvsig.package.info.official>
25
        <gvsig.package.info.dependencies>required: org.gvsig.app.mainplugin -ge 2.1.0-A</gvsig.package.info.dependencies>
26
        <gvsig.package.info.categories>Libraries,GDAL</gvsig.package.info.categories>
27
        <gvsig.package.info.poolURL>https://devel.gvsig.org/download/projects/gvsig-gdal/pool</gvsig.package.info.poolURL>
28
   		<gvsig.package.info.operatingSystem>win</gvsig.package.info.operatingSystem>
29
    	<gvsig.package.info.architecture>x86</gvsig.package.info.architecture>
30
    	<gvsig.install.plugin>true</gvsig.install.plugin>
31
    	<gvsig.install.plugin.package>true</gvsig.install.plugin.package>    
32
 	</properties>
33

  
34
  <build>
35
    <plugins>
36
  
37
      <plugin>
38
        <groupId>org.apache.maven.plugins</groupId>
39
        <!-- <artifactId>maven-dependency-plugin</artifactId> -->
40
        <artifactId>maven-compiler-plugin</artifactId>
41
        <executions>
42
            <execution>
43
            <id>default-testCompile</id>
44
            <phase>process-test-sources</phase>
45
            <goals>
46
              <goal>testCompile</goal>
47
            </goals>
48
            <configuration>
49
              <skip>true</skip>
50
            </configuration>
51
          </execution>
52
          <!-- 
53
          <execution>
54
          	<id>unpack</id>
55
	        <phase>process-sources</phase>
56
	        <goals>
57
	          <goal>unpack</goal>
58
	        </goals>
59
	        <configuration>
60
	          <artifactItems>
61
	            <artifactItem>
62
		            <groupId>org.gvsig</groupId>
63
		            <artifactId>org.gvsig.gdal</artifactId>
64
		            <classifier>win-all-vs10-i386-dynamic</classifier>
65
		            <version>1.10.1</version>
66
		            <type>tar.gz</type>
67
					<overWrite>true</overWrite>
68
					<outputDirectory>target/native</outputDirectory>
69
	            </artifactItem>
70
	          </artifactItems>
71
	        </configuration>
72
          </execution>
73
          -->
74
        </executions>
75
	  </plugin>
76
  
77
  
78
    </plugins>
79
  </build>
80

  
81
  <profiles>
82
  
83
    <profile>
84
      <id>gvsig-plugin-install-driver-windows-x86</id>
85
      <activation>
86
         <os>
87
             <family>windows</family>
88
             <arch>x86</arch>
89
         </os>
90
      </activation>
91
	  <properties>
92
	    <gvsig.install.plugin>true</gvsig.install.plugin>
93
	  </properties>
94
    </profile>
95
  </profiles>
96
  
97
</project>
98

  
0 99

  
trunk/org.gvsig.gdal/org.gvsig.gdal.app/org.gvsig.gdal.app.gpx/buildNumber.properties
1
#Wed Apr 29 18:17:37 CEST 2015
2
buildNumber=1
0 3

  
trunk/org.gvsig.gdal/org.gvsig.gdal.app/org.gvsig.gdal.app.gpx/src/main/assembly/gvsig-plugin-package.xml
1
<assembly>
2
  <id>gvsig-plugin-package</id>
3
  <formats>
4
    <format>zip</format>
5
  </formats>
6
  <baseDirectory>${project.artifactId}</baseDirectory>
7
  <includeBaseDirectory>true</includeBaseDirectory>
8
  <files>
9
    <file>
10
      <source>target/${project.artifactId}-${project.version}.jar</source>
11
      <outputDirectory>lib</outputDirectory>
12
    </file>
13
    <file>
14
      <source>target/package.info</source>
15
    </file>
16
  </files>
17

  
18
  <fileSets>
19
    <fileSet>
20
      <directory>src/main/resources-plugin</directory>
21
      <outputDirectory>.</outputDirectory>
22
    </fileSet>
23
  </fileSets>
24

  
25
  <dependencySets>
26
    <dependencySet>
27
      <useProjectArtifact>false</useProjectArtifact>
28
      <useTransitiveDependencies>false</useTransitiveDependencies>
29
      <outputDirectory>lib</outputDirectory>
30
      <includes>
31
      	<include>org.gvsig:org.gvsig.gdal.gpx</include>
32
      </includes>
33
    </dependencySet>
34
  </dependencySets>
35

  
36
</assembly>
0 37

  
trunk/org.gvsig.gdal/org.gvsig.gdal.app/org.gvsig.gdal.app.gpx/src/main/java/org/gvsig/gdal/app/gpx/GPXClientExtension.java
1
/*  
2
 * Geographic Information System of the Valencian Government
3
*
4
* Copyright (C) 2012 
5
* 
6
* This program is free software; you can redistribute it and/or
7
* modify it under the terms of the GNU General Public License
8
* as published by the Free Software Foundation; either version 2
9
* of the License, or (at your option) any later version.
10
* 
11
* This program is distributed in the hope that it will be useful,
12
* but WITHOUT ANY WARRANTY; without even the implied warranty of
13
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
14
* GNU General Public License for more details.
15
* 
16
* You should have received a copy of the GNU General Public License
17
* along with this program; if not, write to the Free Software
18
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, 
19
* MA  02110-1301, USA.
20
* 
21
*/
22
package org.gvsig.gdal.app.gpx;
23

  
24
import org.gvsig.andami.plugins.Extension;
25
import org.slf4j.Logger;
26
import org.slf4j.LoggerFactory;
27

  
28
/**
29
 * Extension for adding driver support to gvSIG.
30
 * @author Jos? Bad?a (jbadia@scolab.es)
31
 */
32
public class GPXClientExtension extends Extension {
33
	private Logger log = LoggerFactory.getLogger(GPXClientExtension.class);
34
	
35
	public void initialize() {
36

  
37
//		IconThemeHelper.registerIcon("icon", "icon-layer-osm", this);
38
	}
39

  
40
    /*
41
	 * (non-Javadoc)
42
	 * @see org.gvsig.andami.plugins.Extension#postInitialize()
43
	 */
44
	public void postInitialize() {
45
//		addAboutInfo();
46
	}
47
	
48
	
49
	public void execute(String actionCommand) {
50

  
51
	}
52

  
53
	public boolean isEnabled() {
54
		return true;
55
	}
56

  
57
	public boolean isVisible() {
58
		return true;
59
	}
60
	
61
}
0 62

  
trunk/org.gvsig.gdal/org.gvsig.gdal.app/org.gvsig.gdal.app.gpx/src/main/resources-plugin/config.xml
1
<?xml version="1.0" encoding="ISO-8859-1"?>
2
<plugin-config>
3
	<libraries library-dir="lib">
4
	</libraries>
5
	<depends plugin-name="org.gvsig.app.mainplugin"/>
6
	<depends plugin-name="org.gvsig.gdal.app.mainplugin"/>
7
		<resourceBundle name="text"/>
8
	<extensions>
9
		<extension class-name="org.gvsig.gdal.app.gpx.GPXClientExtension"
10
			description="GDAL GPX Driver"
11
			active="true">
12
		</extension>
13
	</extensions>
14
</plugin-config>
0 15

  
trunk/org.gvsig.gdal/org.gvsig.gdal.app/org.gvsig.gdal.app.gpx/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.gdal.app.gpx</artifactId>
6
	<packaging>jar</packaging>
7
	<name>org.gvsig.gdal.app.gpx</name>
8
	<parent>
9
		<groupId>org.gvsig</groupId>
10
		<artifactId>org.gvsig.gdal.app</artifactId>
11
		<version>1.0.0-SNAPSHOT</version>
12
	</parent>
13
	<dependencies>
14
	    <dependency>
15
            <groupId>org.gvsig</groupId>
16
            <artifactId>org.gvsig.gdal.gpx</artifactId>
17
            <scope>compile</scope>
18
          </dependency>
19
       <dependency>
20
		<groupId>org.gvsig</groupId>
21
		<artifactId>org.gvsig.tools.lib</artifactId>
22
		<scope>compile</scope>
23
	</dependency>
24
	<dependency>
25
		<groupId>org.gvsig</groupId>
26
		<artifactId>org.gvsig.andami</artifactId>
27
		<scope>compile</scope>
28
	</dependency>
29
	</dependencies>
30
	<modules>
31
	</modules>
32
	
33
	  <properties>
34
        <!-- Package info property values -->
35
        <!-- Default values in org.gvsig.desktop -->
36
        <gvsig.package.info.state>testing</gvsig.package.info.state>
37
        <gvsig.package.info.official>true</gvsig.package.info.official>
38
        <gvsig.package.info.dependencies>required: org.gvsig.gdal.app.mainplugin -ge 1.0.0-A</gvsig.package.info.dependencies>
39
        <gvsig.package.info.categories>Formats,Vector</gvsig.package.info.categories>
40
        <gvsig.package.info.poolURL>https://devel.gvsig.org/download/projects/gvsig-seismic/pool</gvsig.package.info.poolURL>
41
   		<gvsig.package.info.operatingSystem>all</gvsig.package.info.operatingSystem>
42
    	<gvsig.package.info.architecture>all</gvsig.package.info.architecture>
43
    	<gvsig.install.plugin>true</gvsig.install.plugin>
44
    	<gvsig.install.plugin.package>true</gvsig.install.plugin.package>    
45
 	</properties>
46
    
47
    
48
    
49
  
50
  <build>
51
    <plugins>
52
      
53
      <plugin>
54
        <!-- Skip compilation tests -->
55
        <groupId>org.apache.maven.plugins</groupId>
56
        <artifactId>maven-compiler-plugin</artifactId>
57
        <executions>
58
          <execution>
59
            <id>default-testCompile</id>
60
            <phase>process-test-sources</phase>
61
            <goals>
62
              <goal>testCompile</goal>
63
            </goals>
64
            <configuration>
65
              <skip>true</skip>
66
            </configuration>
67
          </execution>
68
        </executions>
69
      </plugin>
70

  
71
      <plugin>
72
        <!-- Skip test execution -->
73
        <groupId>org.apache.maven.plugins</groupId>
74
        <artifactId>maven-surefire-plugin</artifactId>
75
        <configuration>
76
          <skipTests>true</skipTests>
77
        </configuration>
78
      </plugin>      
79
      
80
    </plugins>
81
  </build>
82
</project>
0 83

  
trunk/org.gvsig.gdal/org.gvsig.gdal.app/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.gdal.app</artifactId>
6
	<packaging>pom</packaging>
7
	<name>org.gvsig.gdal.app</name>
8
	<parent>
9
		<groupId>org.gvsig</groupId>
10
		<artifactId>org.gvsig.gdal</artifactId>
11
		<version>1.0.0-SNAPSHOT</version>
12
	</parent>
13
	<dependencies>
14
	</dependencies>
15
	<modules>
16
		<module>org.gvsig.gdal.app.mainplugin</module>
17
		<module>org.gvsig.gdal.app.gpx</module>
18
	</modules>
19
</project>
0 20

  
trunk/org.gvsig.gdal/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.gdal</artifactId>
5
	<packaging>pom</packaging>
6
	<version>1.0.0-SNAPSHOT</version>
7
	<name>org.gvsig.gdal</name>
8
	<description>GDAL-support library extension</description>
9
    <parent>
10
		<groupId>org.gvsig</groupId>
11
		<artifactId>org.gvsig.desktop</artifactId>
12
		<version>2.0.96</version>
13
	</parent>
14
	 <url>http://devel.gvsig.org/sites/org.gvsig.gdal/${project.version}</url>
15
 	<scm>
16
        <connection>scm:svn:http://devel.gvsig.org/svn/gvsig-gdal/library/trunk</connection>
17
        <developerConnection>scm:svn:http://devel.gvsig.org/svn/gvsig-gdal/library/trunk</developerConnection>
18
        <url>https://gvsig-devel.gva.es/redmine/projects/gvsig-gdal/repository/show/library/trunk</url>
19
    </scm>
20
	<developers>
21
		<developer>
22
			<id>jjdelcerro</id>
23
			<name>Joaqu�n Jos� 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>Jos� Bad�a</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.gdal/${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-gdal/org.gvsig.gdal/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.gdal.gpx</artifactId>
78
            <version>1.0.0-SNAPSHOT</version>
79
          </dependency>
80
          <dependency>
81
            <groupId>org.gvsig</groupId>
82
            <artifactId>org.gvsig.gdal.app.gpx</artifactId>
83
            <version>1.0.0-SNAPSHOT</version>
84
          </dependency>
85
          <dependency>
86
	        <groupId>org.gvsig</groupId>
87
	        <artifactId>org.gvsig.gdal.app.mainplugin.commons</artifactId>
88
	        <version>1.0.0-SNAPSHOT</version>
89
		  </dependency>                          
90
          <dependency>
91
            <groupId>org.gvsig</groupId>
92
            <artifactId>org.gvsig.gdal.app.mainplugin.lin.x86</artifactId>
93
            <version>1.0.0-SNAPSHOT</version>
94
          </dependency>
95
          <dependency>
96
            <groupId>org.gvsig</groupId>
97
            <artifactId>org.gvsig.gdal.app.mainplugin.lin.x86_64</artifactId>
98
            <version>1.0.0-SNAPSHOT</version>
99
          </dependency>
100
          <dependency>
101
            <groupId>org.gvsig</groupId>
102
            <artifactId>org.gvsig.gdal.app.mainplugin.win.x86</artifactId>
103
            <version>1.0.0-SNAPSHOT</version>
104
          </dependency>
105
	</dependencies>
106
	</dependencyManagement>
107
  <modules>
108
    <module>org.gvsig.gdal.gpx</module>
109
    <module>org.gvsig.gdal.app</module>
110
  </modules>
111
</project>
0 112

  

Also available in: Unified diff