Revision 2995

View differences:

org.gvsig.raster.gdal/tags/org.gvsig.raster.gdal-2.2.4/org.gvsig.raster.gdal.app/org.gvsig.raster.gdal.app.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
LD_LIBRARY_PATH="$LD_LIBRARY_PATH:$PLUGIN_FOLDER/jgdal/lib"
34
GVSIG_NATIVE_LIBS="$GVSIG_NATIVE_LIBS:$PLUGIN_FOLDER/jgdal/lib"
35

  
36
LD_LIBRARY_PATH="$LD_LIBRARY_PATH:$PLUGIN_FOLDER/gdal/lib64"
37
GVSIG_NATIVE_LIBS="$GVSIG_NATIVE_LIBS:$PLUGIN_FOLDER/gdal/lib64"
38

  
39
export GDAL_DATA="${PLUGIN_FOLDER}/gdal/data/gdal"
40

  
41

  
org.gvsig.raster.gdal/tags/org.gvsig.raster.gdal-2.2.4/org.gvsig.raster.gdal.app/org.gvsig.raster.gdal.app.lin.x86_64/src/main/resources-plugin/install/install.xml
1
<project name="org.gvsig.raster.gdal.app" default="main" basedir=".">
2
	<target name="main">
3
	  <exec dir="${extensions_dir}/org.gvsig.raster.gdal.app/gdal/lib64" executable="ln" >
4
	    <arg value="-sf"/>
5
	    <arg value="libgdal.so.1.15.1"/>
6
	    <arg value="libgdal.so"/>
7
	  </exec>
8
	  <exec dir="${extensions_dir}/org.gvsig.raster.gdal.app/gdal/lib64" executable="ln" >
9
	    <arg value="-sf"/>
10
	    <arg value="libgdal.so.1.15.1"/>
11
	    <arg value="libgdal.so.1"/>
12
	  </exec>
13
	  <delete quiet="true" file="${extensions_dir}/org.gvsig.raster.gdal.app/gdal/lib64/libstdc++.so.6"/>
14
	</target>
15
</project>
org.gvsig.raster.gdal/tags/org.gvsig.raster.gdal-2.2.4/org.gvsig.raster.gdal.app/org.gvsig.raster.gdal.app.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.raster.gdal.app.common</directory>
42
      <outputDirectory>.</outputDirectory>
43
      <excludes>
44
      	<exclude>package.info</exclude>
45
      </excludes>
46
    </fileSet>
47
    <fileSet>
48
      <directory>target/native/gdal</directory>
49
      <outputDirectory>./gdal</outputDirectory>
50
    </fileSet>
51
    <fileSet>
52
      <directory>target/native/jgdal</directory>
53
      <outputDirectory>./jgdal</outputDirectory>
54
    </fileSet>
55
    <fileSet>
56
      <directory>src/main/resources-plugin</directory>
57
      <outputDirectory>.</outputDirectory>
58
    </fileSet>
59
  </fileSets>
60

  
61

  
62
  <dependencySets>
63
    <dependencySet>
64
      <useProjectArtifact>false</useProjectArtifact>
65
      <useTransitiveDependencies>false</useTransitiveDependencies>
66
      <outputDirectory>lib</outputDirectory>
67
		<includes>
68
            <include>org.gvsig:org.gvsig.jgdal:jar</include>
69
            <!--
70
            <include>org.gdal:gdal:jar</include>
71
            -->
72
		</includes>
73
    </dependencySet>
74
  </dependencySets>
75

  
76
</assembly>
77

  
org.gvsig.raster.gdal/tags/org.gvsig.raster.gdal-2.2.4/org.gvsig.raster.gdal.app/org.gvsig.raster.gdal.app.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.raster.gdal.app.lin.x86_64</artifactId>
5
  <packaging>jar</packaging>
6
   
7
 	<parent>
8
		<groupId>org.gvsig</groupId>
9
		<artifactId>org.gvsig.raster.gdal.app</artifactId>
10
    <version>2.2.4</version>
11
	</parent>
12

  
13
  <properties>
14
    <gvsig.package.info.operatingSystem>lin</gvsig.package.info.operatingSystem>
15
    <gvsig.package.info.architecture>x86_64</gvsig.package.info.architecture>
16
    
17
    <jgdal.classifier>linux-all-gcc4-x86_64-dynamic</jgdal.classifier>
18
    <jgdal.version>2.0.4</jgdal.version>
19
    
20
    <gdal.classifier>linux-all-gcc4-X86_64-dynamic</gdal.classifier>
21
 		<gdal.version>1.10.1</gdal.version>    
22
  </properties>
23

  
24
  <dependencyManagement>
25
      <dependencies>
26
        <dependency>
27
            <groupId>org.gvsig</groupId>
28
            <artifactId>org.gvsig.jgdal</artifactId>
29
            <version>${jgdal.version}</version>
30
            <classifier>${jgdal.classifier}</classifier>
31
            <type>tar.gz</type>
32
            <scope>runtime</scope>
33
        </dependency>
34
        <dependency>
35
          <groupId>org.gdal</groupId>
36
          <artifactId>gdal</artifactId>
37
          <version>${gdal.version}</version>
38
          <classifier>${gdal.classifier}</classifier>
39
          <scope>runtime</scope>
40
          <type>tar.gz</type>
41
        </dependency>
42
    </dependencies>
43
  </dependencyManagement>
44

  
45
  <dependencies>
46
  
47
    <dependency>
48
      <groupId>org.gvsig</groupId>
49
      <artifactId>org.gvsig.raster.gdal.app.common</artifactId>
50
      <type>zip</type>
51
    </dependency>
52
    <dependency>
53
			<groupId>org.gvsig</groupId>
54
			<artifactId>org.gvsig.andami</artifactId>
55
			<scope>compile</scope>
56
		</dependency>
57
		<dependency>
58
			<groupId>org.gvsig</groupId>
59
			<artifactId>org.gvsig.raster.gdal.io</artifactId>
60
			<scope>runtime</scope>
61
		</dependency>
62
		<dependency>
63
			<groupId>org.gvsig</groupId>
64
			<artifactId>org.gvsig.jgdal</artifactId>
65
      <version>${jgdal.version}</version>
66
      <scope>runtime</scope>
67
		</dependency>
68
    <dependency>
69
        <groupId>org.gvsig</groupId>
70
        <artifactId>org.gvsig.jgdal</artifactId>
71
        <version>${jgdal.version}</version>
72
        <classifier>${jgdal.classifier}</classifier>
73
        <type>tar.gz</type>
74
        <scope>runtime</scope>
75
    </dependency>
76
    <dependency>
77
      <groupId>org.gdal</groupId>
78
      <artifactId>gdal</artifactId>
79
      <classifier>${gdal.classifier}</classifier>
80
      <scope>runtime</scope>
81
      <type>tar.gz</type>
82
    </dependency>
83

  
84
  </dependencies>
85

  
86
  <build>
87
    <plugins>
88
  
89
      <plugin>
90
        <groupId>org.apache.maven.plugins</groupId>
91
        <artifactId>maven-dependency-plugin</artifactId>
92
        <executions>
93
          <execution>
94
          	<id>unpack</id>
95
	        <phase>process-sources</phase>
96
	        <goals>
97
	          <goal>unpack</goal>
98
	        </goals>
99
	        <configuration>
100
	          <artifactItems>
101
	            <artifactItem>
102
		            <groupId>org.gvsig</groupId>
103
		            <artifactId>org.gvsig.raster.gdal.app.common</artifactId>
104
		            <type>zip</type>
105
					      <overWrite>true</overWrite>
106
					      <outputDirectory>target</outputDirectory>
107
	            </artifactItem>
108
	            <artifactItem>
109
                <groupId>org.gvsig</groupId>
110
                <artifactId>org.gvsig.jgdal</artifactId>
111
                <version>${jgdal.version}</version>
112
                <classifier>${jgdal.classifier}</classifier>
113
		            <type>tar.gz</type>
114
					      <overWrite>true</overWrite>
115
					      <outputDirectory>target/native/jgdal</outputDirectory>
116
	            </artifactItem>
117
	            <artifactItem>
118
                <groupId>org.gdal</groupId>
119
                <artifactId>gdal</artifactId>
120
                <version>${gdal.version}</version>
121
                <classifier>${gdal.classifier}</classifier>
122
		            <type>tar.gz</type>
123
					      <overWrite>true</overWrite>
124
					      <outputDirectory>target/native/gdal</outputDirectory>
125
	            </artifactItem>
126
	          </artifactItems>
127
	        </configuration>
128
          </execution>
129
        </executions>
130
	  </plugin>
131
  
132
  
133
    </plugins>
134
  </build>
135

  
136
  <!-- 
137
  The profiles only configure the automatic deploy of gvSIG plugin in the gvSIG
138
  configured in HOME/.gvsig-devel.properties
139
  -->
140
  <profiles>
141
  
142
    <profile>
143
      <id>gvsig-plugin-install-raster-linux-x86_64</id>
144
      <activation>
145
         <os>
146
             <family>unix</family>
147
             <name>linux</name>
148
             <arch>x86_64</arch>
149
         </os>
150
      </activation>
151
	    <properties>
152
	      <gvsig.install.plugin>true</gvsig.install.plugin>
153
	    </properties>
154
    </profile>
155

  
156
    <profile>
157
      <id>gvsig-plugin-install-raster-linux-amd64</id>
158
      <activation>
159
         <os>
160
             <family>unix</family>
161
             <name>linux</name>
162
             <arch>amd64</arch>
163
         </os>
164
      </activation>
165
      <properties>
166
         <gvsig.install.plugin>true</gvsig.install.plugin>
167
      </properties>
168
    </profile>
169

  
170
  </profiles>
171
  
172
</project>
173

  
org.gvsig.raster.gdal/tags/org.gvsig.raster.gdal-2.2.4/org.gvsig.raster.gdal.app/org.gvsig.raster.gdal.app.lin.x86_64/buildNumber.properties
1
#Tue Oct 07 10:43:04 EDT 2014
2
buildNumber=14
org.gvsig.raster.gdal/tags/org.gvsig.raster.gdal-2.2.4/org.gvsig.raster.gdal.app/org.gvsig.raster.gdal.app.win.x86/buildNumber.properties
1
#Tue Oct 07 10:43:08 EDT 2014
2
buildNumber=14
org.gvsig.raster.gdal/tags/org.gvsig.raster.gdal-2.2.4/org.gvsig.raster.gdal.app/org.gvsig.raster.gdal.app.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.raster.gdal.app.common</directory>
42
      <outputDirectory>.</outputDirectory>
43
      <excludes>
44
      	<exclude>package.info</exclude>
45
      </excludes>
46
    </fileSet>
47
    <fileSet>
48
      <directory>target/native/gdal/bin</directory>
49
      <outputDirectory>./install/files</outputDirectory>
50
    </fileSet>
51
    <fileSet>
52
      <directory>target/native/gdal/data</directory>
53
      <outputDirectory>./install/files/data/gdal</outputDirectory>
54
    </fileSet>
55
    <fileSet>
56
      <directory>target/native/jgdal/bin</directory>
57
      <outputDirectory>./install/files</outputDirectory>
58
    </fileSet>    <fileSet>
59
      <directory>src/main/resources-plugin</directory>
60
      <outputDirectory>.</outputDirectory>
61
    </fileSet>
62
  </fileSets>
63

  
64

  
65
  <dependencySets>
66
    <dependencySet>
67
      <useProjectArtifact>false</useProjectArtifact>
68
      <useTransitiveDependencies>false</useTransitiveDependencies>
69
      <outputDirectory>lib</outputDirectory>
70
		<includes>
71
  		 <include>org.gvsig:org.gvsig.jgdal:jar</include> 
72
  		 <!--
73
  		 <include>org.gdal:gdal:jar</include>
74
  		 --> 
75
		</includes>
76
    </dependencySet>
77
  </dependencySets>
78

  
79
</assembly>
80

  
org.gvsig.raster.gdal/tags/org.gvsig.raster.gdal-2.2.4/org.gvsig.raster.gdal.app/org.gvsig.raster.gdal.app.win.x86/src/main/resources-plugin/install/install.xml
1
<project name="org.gvsig.plugin1" default="main" basedir=".">
2
	<target name="main" depends="copy_files, link1, link2"/>
3
    <target name="copy_files">
4
    	<copy todir="${gvsig_dir}">
5
    		<fileset dir="./files" includes="**"/>
6
		</copy>
7
	</target>
8
	<target name="link1" depends="gdal-properties" if="gdal.link1">
9
	  <exec executable="ln" >
10
      <arg value="-s"/>
11
      <arg value="${gdal.so}"/>
12
      <arg value="${gdal.link1}"/>
13
	  </exec>
14
	</target>
15
	<target name="link2" depends="gdal-properties" if="gdal.link2">
16
    <exec executable="ln" >
17
      <arg value="-s"/>
18
      <arg value="${gdal.so}"/>
19
      <arg value="${gdal.link2}"/>
20
    </exec>
21
	</target>
22
  <target name="gdal-properties" depends="checkgdal, gdal-properties.1.15.1, gdal-properties.1.13.0"/>
23
  <target name="gdal-properties.1.15.1" if="gdal.1.15.1">
24
    <property name="gdal.so" value="${gvsig_dir}/native/libgdal.so.1.15.1"/>
25
    <property name="gdal.link1" value="${gvsig_dir}/native/libgdal.so.1"/>
26
    <property name="gdal.link2" value="${gvsig_dir}/native/libgdal.so"/>
27
  </target>
28
  <target name="gdal-properties.1.13.0" if="gdal.1.13.0">
29
    <property name="gdal.so" value="${gvsig_dir}/native/libgdal.so.1.13.0"/>
30
    <property name="gdal.link1" value="${gvsig_dir}/native/libgdal.so.1"/>
31
    <property name="gdal.link2" value="${gvsig_dir}/native/libgdal.so"/>
32
  </target>
33
	<target name="checkgdal">
34
    <available file="${gvsig_dir}/native/libgdal.so.1.15.1" property="gdal.1.15.1"/>
35
    <available file="${gvsig_dir}/native/libgdal.so.1.13.0" property="gdal.1.13.0"/>
36
	</target>
37

  
38
  <!-- To add a new gdal so version:
39
       * add a new available in "checkgdal" target
40
       * create a new  "gdal-properties.x.xx.x" target with right property values
41
       * add the new "gda-properties.x.xx.x" into "gdal-properties" target depends list
42

  
43

  
44
  -->
45
</project>
org.gvsig.raster.gdal/tags/org.gvsig.raster.gdal-2.2.4/org.gvsig.raster.gdal.app/org.gvsig.raster.gdal.app.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.raster.gdal.app.win.x86</artifactId>
5
  <packaging>jar</packaging>
6
   
7
 	<parent>
8
		<groupId>org.gvsig</groupId>
9
		<artifactId>org.gvsig.raster.gdal.app</artifactId>
10
    <version>2.2.4</version>
11
	</parent>
12

  
13
  <properties>
14
    <gvsig.package.info.operatingSystem>win</gvsig.package.info.operatingSystem>
15
    <gvsig.package.info.architecture>x86</gvsig.package.info.architecture>
16
    
17
    <jgdal.classifier>win-nt-vs8-i386-dynamic</jgdal.classifier>
18
    <jgdal.version>2.0.4</jgdal.version>
19
        
20
    <gdal.classifier>win-nt-vs8-i386-dynamic</gdal.classifier>
21
 		<gdal.version>1.8.1</gdal.version>    
22
 		
23
    <visualcppredist.classifier>win-nt-vs8-i386-dynamic</visualcppredist.classifier>
24
 		<visualcppredist.version>2008</visualcppredist.version>    
25
 		
26
  </properties>
27

  
28
  <dependencyManagement>
29
      <dependencies>
30
        <dependency>
31
            <groupId>org.gvsig</groupId>
32
            <artifactId>org.gvsig.jgdal</artifactId>
33
            <version>${jgdal.version}</version>
34
            <classifier>${jgdal.classifier}</classifier>
35
            <type>tar.gz</type>
36
            <scope>runtime</scope>
37
        </dependency>
38
        <dependency>
39
          <groupId>org.gdal</groupId>
40
          <artifactId>gdal</artifactId>
41
          <version>${gdal.version}</version>
42
          <classifier>${gdal.classifier}</classifier>
43
          <scope>runtime</scope>
44
          <type>tar.gz</type>
45
        </dependency>
46
        <!--
47
        <dependency>
48
          <groupId>org.gdal</groupId>
49
          <artifactId>gdal</artifactId>
50
          <version>${gdal.version}</version>
51
        </dependency>
52
        -->
53
				<dependency>
54
					<groupId>com.microsoft</groupId>
55
					<artifactId>visualcppredist</artifactId>
56
					<version>${visualcppredist.version}</version>
57
					<classifier>${visualcppredist.classifier}</classifier>
58
					<type>tar.gz</type>
59
				</dependency>
60
        
61
    </dependencies>
62
  </dependencyManagement>
63

  
64
  <dependencies>
65
  
66
    <dependency>
67
      <groupId>org.gvsig</groupId>
68
      <artifactId>org.gvsig.raster.gdal.app.common</artifactId>
69
      <type>zip</type>
70
    </dependency>
71
    <dependency>
72
			<groupId>org.gvsig</groupId>
73
			<artifactId>org.gvsig.andami</artifactId>
74
			<scope>compile</scope>
75
		</dependency>
76
		<dependency>
77
			<groupId>org.gvsig</groupId>
78
			<artifactId>org.gvsig.raster.gdal.io</artifactId>
79
			<scope>runtime</scope>
80
		</dependency>
81
		<dependency>
82
			<groupId>org.gvsig</groupId>
83
			<artifactId>org.gvsig.jgdal</artifactId>
84
      <scope>runtime</scope>
85
		</dependency>
86
    <dependency>
87
        <groupId>org.gvsig</groupId>
88
        <artifactId>org.gvsig.jgdal</artifactId>
89
        <version>${jgdal.version}</version>
90
        <classifier>${jgdal.classifier}</classifier>
91
        <type>tar.gz</type>
92
        <scope>runtime</scope>
93
    </dependency>
94
    <dependency>
95
      <groupId>org.gdal</groupId>
96
      <artifactId>gdal</artifactId>
97
      <version>${gdal.version}</version>
98
      <classifier>${gdal.classifier}</classifier>
99
      <scope>runtime</scope>
100
      <type>tar.gz</type>
101
    </dependency>
102
    <!--
103
    <dependency>
104
      <groupId>org.gdal</groupId>
105
      <artifactId>gdal</artifactId>
106
      <version>${gdal.version}</version>
107
      <scope>runtime</scope>
108
    </dependency>
109
    -->
110
		<dependency>
111
			<groupId>com.microsoft</groupId>
112
			<artifactId>visualcppredist</artifactId>
113
			<version>${visualcppredist.version}</version>
114
			<classifier>${visualcppredist.classifier}</classifier>
115
			<type>tar.gz</type>
116
		</dependency>
117
		
118
  </dependencies>
119

  
120
  <build>
121
    <plugins>
122
  
123
      <plugin>
124
        <groupId>org.apache.maven.plugins</groupId>
125
        <artifactId>maven-dependency-plugin</artifactId>
126
        <executions>
127
          <execution>
128
          	<id>unpack</id>
129
	        <phase>process-sources</phase>
130
	        <goals>
131
	          <goal>unpack</goal>
132
	        </goals>
133
	        <configuration>
134
	          <artifactItems>
135
	          
136
	            <artifactItem>
137
		            <groupId>org.gvsig</groupId>
138
		            <artifactId>org.gvsig.raster.gdal.app.common</artifactId>
139
		            <type>zip</type>
140
					      <overWrite>true</overWrite>
141
					      <outputDirectory>target</outputDirectory>
142
	            </artifactItem>
143
	            
144
	            <artifactItem>
145
                <groupId>org.gvsig</groupId>
146
                <artifactId>org.gvsig.jgdal</artifactId>
147
                <version>${jgdal.version}</version>
148
                <classifier>${jgdal.classifier}</classifier>
149
		            <type>tar.gz</type>
150
					      <overWrite>true</overWrite>
151
					      <outputDirectory>target/native/jgdal</outputDirectory>
152
	            </artifactItem>
153
	            
154
	            <artifactItem>
155
                <groupId>org.gdal</groupId>
156
                <artifactId>gdal</artifactId>
157
                <version>${gdal.version}</version>
158
                <classifier>${gdal.classifier}</classifier>
159
		            <type>tar.gz</type>
160
					      <overWrite>true</overWrite>
161
					      <outputDirectory>target/native/gdal</outputDirectory>
162
	            </artifactItem>
163
	            
164
	            <artifactItem>
165
			          <groupId>com.microsoft</groupId>
166
			          <artifactId>visualcppredist</artifactId>
167
			          <version>${visualcppredist.version}</version>
168
			          <classifier>${visualcppredist.classifier}</classifier>
169
		            <type>tar.gz</type>
170
					      <overWrite>true</overWrite>
171
					      <outputDirectory>target/native/visualcppredist</outputDirectory>
172
	            </artifactItem>
173
	            
174
	          </artifactItems>
175
	        </configuration>
176
          </execution>
177
        </executions>
178
	  </plugin>
179
  
180
  
181
    </plugins>
182
  </build>
183

  
184
  <!-- 
185
  The profiles only configure the automatic deploy of gvSIG plugin in the gvSIG
186
  configured in HOME/.gvsig-devel.properties
187
  -->
188
  <profiles>
189
  
190
    <profile>
191
      <id>gvsig-plugin-install-raster-windows-x86</id>
192
      <activation>
193
         <os>
194
             <family>windows</family>
195
             <!-- Uncomment this when have support for amd64 -->
196
             <!-- 
197
             <arch>x86</arch>
198
             -->
199
         </os>
200
      </activation>
201
	  <properties>
202
	    <gvsig.install.plugin>true</gvsig.install.plugin>
203
	  </properties>
204
    </profile>
205
    
206
  </profiles>
207
  
208
</project>
209

  
org.gvsig.raster.gdal/tags/org.gvsig.raster.gdal-2.2.4/org.gvsig.raster.gdal.app/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/xsd/maven-4.0.0.xsd">
3

  
4
  <modelVersion>4.0.0</modelVersion>
5
  <artifactId>org.gvsig.raster.gdal.app</artifactId>
6
  <packaging>pom</packaging>
7
  <name>${project.artifactId}</name>
8
	<parent>
9
    <groupId>org.gvsig</groupId>
10
    <artifactId>org.gvsig.raster.gdal</artifactId>
11
    <version>2.2.4</version>
12
  </parent>
13
  
14
  <properties>
15
    <svn.tags.folder>https://devel.gvsig.org/svn/gvsig-raster/org.gvsig.raster.gdal/tags/</svn.tags.folder>
16
    <gvsig.install.plugin>false</gvsig.install.plugin>  
17
        
18
    <gvsig.package.info.state>testing</gvsig.package.info.state>
19
    <gvsig.package.info.official>true</gvsig.package.info.official>
20
    <gvsig.package.info.operatingSystem>all</gvsig.package.info.operatingSystem>
21
    <gvsig.package.info.architecture>all</gvsig.package.info.architecture>
22
		<gvsig.package.info.categories>Raster, Formats</gvsig.package.info.categories>
23
    <gvsig.package.info.poolURL>https://devel.gvsig.org/download/projects/Raster/pool/</gvsig.package.info.poolURL>
24
    <gvsig.package.info.dependencies />
25
    <gvsig.package.info.code>org.gvsig.raster.gdal.app</gvsig.package.info.code>
26
    <gvsig.package.info.codealias />
27
    <gvsig.package.info.name>${project.parent.name}</gvsig.package.info.name>
28
    <gvsig.package.info.description>${project.parent.description}</gvsig.package.info.description>
29
    <gvsig.install.plugin>false</gvsig.install.plugin>    
30
		<gvsig.package.info.dependencies>required: org.gvsig.raster.tilecache.app -ge 2</gvsig.package.info.dependencies>
31

  
32
  </properties>
33
  
34
  <modules>
35
    <module>org.gvsig.raster.gdal.app.common</module>
36
    <module>org.gvsig.raster.gdal.app.lin.x86</module>
37
    <module>org.gvsig.raster.gdal.app.lin.x86_64</module>
38
    <module>org.gvsig.raster.gdal.app.win.x86</module>
39
    <!--
40
    <module>org.gvsig.raster.gdal.app.mac_10.5</module>
41
    <module>org.gvsig.raster.gdal.app.fedora.x86</module>
42
    -->
43
  </modules>
44

  
45

  
46
</project>
47

  
0 48

  
org.gvsig.raster.gdal/tags/org.gvsig.raster.gdal-2.2.4/org.gvsig.raster.gdal.app/org.gvsig.raster.gdal.app.mac_10.5/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.raster.gdal.app.mac_10.5</artifactId>
5
  <packaging>jar</packaging>
6
   
7
 	<parent>
8
		<groupId>org.gvsig</groupId>
9
		<artifactId>org.gvsig.raster.gdal.app</artifactId>
10
    <version>2.2.3-SNAPSHOT</version>
11
	</parent>
12

  
13
  <properties>
14
    <gvsig.package.info.operatingSystem>mac</gvsig.package.info.operatingSystem>
15
    <gvsig.package.info.architecture>x86</gvsig.package.info.architecture>
16
    
17
    <jgdal.classifier>mac-10.5-gcc4-universal-dynamic</jgdal.classifier>
18
 		<jgdal.version>2.0</jgdal.version>    
19

  
20
    <gdal.classifier>mac-10.5-gcc4-universal-dynamic</gdal.classifier>
21
 		<gdal.version>1.6.0</gdal.version>    
22
  </properties>
23

  
24
  <dependencyManagement>
25
      <dependencies>
26
        <dependency>
27
            <groupId>org.gvsig</groupId>
28
            <artifactId>org.gvsig.jgdal</artifactId>
29
            <version>${jgdal.version}</version>
30
            <classifier>${jgdal.classifier}</classifier>
31
            <type>tar.gz</type>
32
            <scope>runtime</scope>
33
        </dependency>
34
        <dependency>
35
          <groupId>org.gdal</groupId>
36
          <artifactId>gdal</artifactId>
37
          <version>${gdal.version}</version>
38
          <classifier>${gdal.classifier}</classifier>
39
          <scope>runtime</scope>
40
          <type>tar.gz</type>
41
        </dependency>
42
    </dependencies>
43
  </dependencyManagement>
44

  
45
  <dependencies>
46
  
47
    <dependency>
48
      <groupId>org.gvsig</groupId>
49
      <artifactId>org.gvsig.raster.gdal.app.common</artifactId>
50
      <type>zip</type>
51
    </dependency>
52
    <dependency>
53
			<groupId>org.gvsig</groupId>
54
			<artifactId>org.gvsig.andami</artifactId>
55
			<scope>compile</scope>
56
		</dependency>
57
		<dependency>
58
			<groupId>org.gvsig</groupId>
59
			<artifactId>org.gvsig.raster.gdal.io</artifactId>
60
			<scope>runtime</scope>
61
		</dependency>
62
		<dependency>
63
			<groupId>org.gvsig</groupId>
64
			<artifactId>org.gvsig.jgdal</artifactId>
65
      <version>${jgdal.version}</version>
66
      <scope>runtime</scope>
67
		</dependency>
68
    <dependency>
69
        <groupId>org.gvsig</groupId>
70
        <artifactId>org.gvsig.jgdal</artifactId>
71
        <version>${jgdal.version}</version>
72
        <classifier>${jgdal.classifier}</classifier>
73
        <type>tar.gz</type>
74
        <scope>runtime</scope>
75
    </dependency>
76
    <dependency>
77
      <groupId>org.gdal</groupId>
78
      <artifactId>gdal</artifactId>
79
      <version>${gdal.version}</version>
80
      <classifier>${gdal.classifier}</classifier>
81
      <scope>runtime</scope>
82
      <type>tar.gz</type>
83
    </dependency>
84

  
85
  </dependencies>
86

  
87
  <build>
88
    <plugins>
89
  
90
      <plugin>
91
        <groupId>org.apache.maven.plugins</groupId>
92
        <artifactId>maven-dependency-plugin</artifactId>
93
        <executions>
94
          <execution>
95
          	<id>unpack</id>
96
	        <phase>process-sources</phase>
97
	        <goals>
98
	          <goal>unpack</goal>
99
	        </goals>
100
	        <configuration>
101
	          <artifactItems>
102

  
103
	            <artifactItem>
104
		            <groupId>org.gvsig</groupId>
105
		            <artifactId>org.gvsig.raster.gdal.app.common</artifactId>
106
		            <type>zip</type>
107
					      <overWrite>true</overWrite>
108
					      <outputDirectory>target</outputDirectory>
109
	            </artifactItem>
110

  
111
	            <artifactItem>
112
                <groupId>org.gvsig</groupId>
113
                <artifactId>org.gvsig.jgdal</artifactId>
114
                <version>${jgdal.version}</version>
115
                <classifier>${jgdal.classifier}</classifier>
116
		            <type>tar.gz</type>
117
					      <overWrite>true</overWrite>
118
					      <outputDirectory>target/native/jgdal</outputDirectory>
119
	            </artifactItem>
120

  
121
	            <artifactItem>
122
                <groupId>org.gdal</groupId>
123
                <artifactId>gdal</artifactId>
124
                <version>${gdal.version}</version>
125
                <classifier>${gdal.classifier}</classifier>
126
		            <type>tar.gz</type>
127
					      <overWrite>true</overWrite>
128
					      <outputDirectory>target/native/gdal</outputDirectory>
129
	            </artifactItem>
130

  
131
	          </artifactItems>
132
	        </configuration>
133
          </execution>
134
        </executions>
135
	  </plugin>
136
  
137
  
138
    </plugins>
139
  </build>
140

  
141

  
142
  
143
</project>
144

  
org.gvsig.raster.gdal/tags/org.gvsig.raster.gdal-2.2.4/org.gvsig.raster.gdal.app/org.gvsig.raster.gdal.app.mac_10.5/buildNumber.properties
1
#Fri Mar 28 13:59:39 CET 2014
2
buildNumber=12
org.gvsig.raster.gdal/tags/org.gvsig.raster.gdal-2.2.4/org.gvsig.raster.gdal.app/org.gvsig.raster.gdal.app.mac_10.5/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.raster.gdal.app.common</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>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.jgdal:jar</include>
65
            <include>org.gdal:gdal:jar</include>
66
		</includes>
67
    </dependencySet>
68
  </dependencySets>
69

  
70
</assembly>
71

  
org.gvsig.raster.gdal/tags/org.gvsig.raster.gdal-2.2.4/org.gvsig.raster.gdal.app/org.gvsig.raster.gdal.app.mac_10.5/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
LD_LIBRARY_PATH="$LD_LIBRARY_PATH:$PLUGIN_FOLDER/native"
34
GVSIG_NATIVE_LIBS="$GVSIG_NATIVE_LIBS:$PLUGIN_FOLDER/native"
35

  
36

  
37

  
org.gvsig.raster.gdal/tags/org.gvsig.raster.gdal-2.2.4/org.gvsig.raster.gdal.app/org.gvsig.raster.gdal.app.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.raster.gdal.app.lin.x86</artifactId>
5
  <packaging>jar</packaging>
6
   
7
 	<parent>
8
		<groupId>org.gvsig</groupId>
9
		<artifactId>org.gvsig.raster.gdal.app</artifactId>
10
    <version>2.2.4</version>
11
	</parent>
12

  
13
  <properties>
14
    <gvsig.package.info.operatingSystem>lin</gvsig.package.info.operatingSystem>
15
    <gvsig.package.info.architecture>x86</gvsig.package.info.architecture>
16
    
17
    <jgdal.classifier>linux-all-gcc4-i386-dynamic</jgdal.classifier>
18
    <jgdal.version>2.0.4</jgdal.version>
19
    
20
    <gdal.classifier>linux-all-gcc4-i386-dynamic</gdal.classifier>
21
 		<gdal.version>1.8.1</gdal.version>    
22
  </properties>
23

  
24
  <dependencyManagement>
25
      <dependencies>
26
        <dependency>
27
            <groupId>org.gvsig</groupId>
28
            <artifactId>org.gvsig.jgdal</artifactId>
29
            <version>${jgdal.version}</version>
30
            <classifier>${jgdal.classifier}</classifier>
31
            <type>tar.gz</type>
32
            <scope>runtime</scope>
33
        </dependency>
34
        <dependency>
35
          <groupId>org.gdal</groupId>
36
          <artifactId>gdal</artifactId>
37
          <version>${gdal.version}</version>
38
          <classifier>${gdal.classifier}</classifier>
39
          <scope>runtime</scope>
40
          <type>tar.gz</type>
41
        </dependency>
42
    </dependencies>
43
  </dependencyManagement>
44

  
45
  <dependencies>
46
  
47
    <dependency>
48
      <groupId>org.gvsig</groupId>
49
      <artifactId>org.gvsig.raster.gdal.app.common</artifactId>
50
      <type>zip</type>
51
    </dependency>
52
    <dependency>
53
			<groupId>org.gvsig</groupId>
54
			<artifactId>org.gvsig.andami</artifactId>
55
			<scope>compile</scope>
56
		</dependency>
57
		<dependency>
58
			<groupId>org.gvsig</groupId>
59
			<artifactId>org.gvsig.raster.gdal.io</artifactId>
60
			<scope>runtime</scope>
61
		</dependency>
62
		<dependency>
63
			<groupId>org.gvsig</groupId>
64
			<artifactId>org.gvsig.jgdal</artifactId>
65
      <version>${jgdal.version}</version>
66
      <scope>runtime</scope>
67
		</dependency>
68
    <dependency>
69
        <groupId>org.gvsig</groupId>
70
        <artifactId>org.gvsig.jgdal</artifactId>
71
        <version>${jgdal.version}</version>
72
        <classifier>${jgdal.classifier}</classifier>
73
        <type>tar.gz</type>
74
        <scope>runtime</scope>
75
    </dependency>
76
    <dependency>
77
      <groupId>org.gdal</groupId>
78
      <artifactId>gdal</artifactId>
79
      <version>${gdal.version}</version>
80
      <classifier>${gdal.classifier}</classifier>
81
      <scope>runtime</scope>
82
      <type>tar.gz</type>
83
    </dependency>
84

  
85
  </dependencies>
86

  
87
  <build>
88
    <plugins>
89
  
90
      <plugin>
91
        <groupId>org.apache.maven.plugins</groupId>
92
        <artifactId>maven-dependency-plugin</artifactId>
93
        <executions>
94
          <execution>
95
          	<id>unpack</id>
96
	        <phase>process-sources</phase>
97
	        <goals>
98
	          <goal>unpack</goal>
99
	        </goals>
100
	        <configuration>
101
	          <artifactItems>
102
	            <artifactItem>
103
		            <groupId>org.gvsig</groupId>
104
		            <artifactId>org.gvsig.raster.gdal.app.common</artifactId>
105
		            <type>zip</type>
106
					      <overWrite>true</overWrite>
107
					      <outputDirectory>target</outputDirectory>
108
	            </artifactItem>
109
	            <artifactItem>
110
                <groupId>org.gvsig</groupId>
111
                <artifactId>org.gvsig.jgdal</artifactId>
112
                <version>${jgdal.version}</version>
113
                <classifier>${jgdal.classifier}</classifier>
114
		            <type>tar.gz</type>
115
					      <overWrite>true</overWrite>
116
					      <outputDirectory>target/native/jgdal</outputDirectory>
117
	            </artifactItem>
118
	            <artifactItem>
119
                <groupId>org.gdal</groupId>
120
                <artifactId>gdal</artifactId>
121
                <version>${gdal.version}</version>
122
                <classifier>${gdal.classifier}</classifier>
123
		            <type>tar.gz</type>
124
					      <overWrite>true</overWrite>
125
					      <outputDirectory>target/native/gdal</outputDirectory>
126
	            </artifactItem>
127
	          </artifactItems>
128
	        </configuration>
129
          </execution>
130
        </executions>
131
	  </plugin>
132
  
133
  
134
    </plugins>
135
  </build>
136

  
137
  <!-- 
138
  The profiles only configure the automatic deploy of gvSIG plugin in the gvSIG
139
  configured in HOME/.gvsig-devel.properties
140
  -->
141
  <profiles>
142
  
143
    <profile>
144
      <id>gvsig-plugin-install-raster-linux-x86</id>
145
      <activation>
146
         <os>
147
             <family>unix</family>
148
             <name>linux</name>
149
             <arch>x86</arch>
150
         </os>
151
      </activation>
152
	    <properties>
153
	      <gvsig.install.plugin>true</gvsig.install.plugin>
154
	    </properties>
155
    </profile>
156

  
157
    <profile>
158
      <id>gvsig-plugin-install-raster-linux-i386</id>
159
      <activation>
160
         <os>
161
             <family>unix</family>
162
             <name>linux</name>
163
             <arch>i386</arch>
164
         </os>
165
      </activation>
166
      <properties>
167
         <gvsig.install.plugin>true</gvsig.install.plugin>
168
      </properties>
169
    </profile>
170

  
171
  </profiles>
172
  
173
</project>
174

  
org.gvsig.raster.gdal/tags/org.gvsig.raster.gdal-2.2.4/org.gvsig.raster.gdal.app/org.gvsig.raster.gdal.app.lin.x86/buildNumber.properties
1
#Tue Oct 07 10:43:03 EDT 2014
2
buildNumber=14
org.gvsig.raster.gdal/tags/org.gvsig.raster.gdal-2.2.4/org.gvsig.raster.gdal.app/org.gvsig.raster.gdal.app.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
LD_LIBRARY_PATH="$LD_LIBRARY_PATH:$PLUGIN_FOLDER/gdal/lib"
34
GVSIG_NATIVE_LIBS="$GVSIG_NATIVE_LIBS:$PLUGIN_FOLDER/gdal/lib"
35

  
36
LD_LIBRARY_PATH="$LD_LIBRARY_PATH:$PLUGIN_FOLDER/jgdal/lib"
37
GVSIG_NATIVE_LIBS="$GVSIG_NATIVE_LIBS:$PLUGIN_FOLDER/jgdal/lib"
38

  
39
export GDAL_DATA="${PLUGIN_FOLDER}/gdal/data/gdal"
40

  
41

  
42

  
org.gvsig.raster.gdal/tags/org.gvsig.raster.gdal-2.2.4/org.gvsig.raster.gdal.app/org.gvsig.raster.gdal.app.lin.x86/src/main/resources-plugin/install/install.xml
1
<project name="org.gvsig.raster.ermapper.app" default="main" basedir=".">
2
	<target name="main">
3
	  <exec dir="${extensions_dir}/org.gvsig.raster.gdal.app/gdal/lib" executable="ln" >
4
	    <arg value="-sf"/>
5
	    <arg value="libgdal.so.1.15.1"/>
6
	    <arg value="libgdal.so"/>
7
	  </exec>
8
	  <exec dir="${extensions_dir}/org.gvsig.raster.gdal.app/gdal/lib" executable="ln" >
9
	    <arg value="-sf"/>
10
	    <arg value="libgdal.so.1.15.1"/>
11
	    <arg value="libgdal.so.1"/>
12
	  </exec>
13
	</target>
14
</project>
org.gvsig.raster.gdal/tags/org.gvsig.raster.gdal-2.2.4/org.gvsig.raster.gdal.app/org.gvsig.raster.gdal.app.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.raster.gdal.app.common</directory>
42
      <outputDirectory>.</outputDirectory>
43
      <excludes>
44
      	<exclude>package.info</exclude>
45
      </excludes>
46
    </fileSet>
47
    <fileSet>
48
      <directory>target/native/gdal</directory>
49
      <outputDirectory>./gdal</outputDirectory>
50
    </fileSet>
51
    <fileSet>
52
      <directory>target/native/jgdal</directory>
53
      <outputDirectory>./jgdal</outputDirectory>
54
    </fileSet>
55
    <fileSet>
56
      <directory>src/main/resources-plugin</directory>
57
      <outputDirectory>.</outputDirectory>
58
    </fileSet>
59
  </fileSets>
60

  
61

  
62
  <dependencySets>
63
    <dependencySet>
64
      <useProjectArtifact>false</useProjectArtifact>
65
      <useTransitiveDependencies>false</useTransitiveDependencies>
66
      <outputDirectory>lib</outputDirectory>
67
		<includes>
68
            <include>org.gvsig:org.gvsig.jgdal:jar</include>
69
            <!--
70
            <include>org.gdal:gdal:jar</include>
71
            -->
72
		</includes>
73
    </dependencySet>
74
  </dependencySets>
75

  
76
</assembly>
77

  
0 78

  
org.gvsig.raster.gdal/tags/org.gvsig.raster.gdal-2.2.4/org.gvsig.raster.gdal.app/org.gvsig.raster.gdal.app.common/pom.xml
1
<?xml version="1.0" encoding="ISO-8859-1"?>
2

  
3
<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">
4
	<modelVersion>4.0.0</modelVersion>
5
	<artifactId>org.gvsig.raster.gdal.app.common</artifactId>
6
	<packaging>jar</packaging>
7
	<name>Formats: Gdal file formats support</name>
8
	<description>Gdal data provider for gvSIG: jpeg, tiff, png, gif.</description>
9
	<parent>
10
    <groupId>org.gvsig</groupId>
11
    <artifactId>org.gvsig.raster.gdal.app</artifactId>
12
    <version>2.2.4</version>
13
  </parent>
14

  
15
	<dependencies>
16
		<dependency>
17
			<groupId>org.gvsig</groupId>
18
			<artifactId>org.gvsig.andami</artifactId>
19
			<scope>compile</scope>
20
		</dependency>
21
		<dependency>
22
			<groupId>org.gvsig</groupId>
23
			<artifactId>org.gvsig.raster.gdal.io</artifactId>
24
			<scope>runtime</scope>
25
		</dependency>
26
		<dependency>
27
			<groupId>org.gvsig</groupId>
28
			<artifactId>org.gvsig.jgdal</artifactId>
29
      <scope>runtime</scope>
30
		</dependency>
31
	</dependencies>
32
	
33
  <properties>
34
      <!-- Control the deploy of the plugin in gvsig.product.folder.path/gvSIG/extensiones -->
35
      <gvsig.install.plugin>false</gvsig.install.plugin>
36
      <!--  Control the deploy of the plugin package in gvsig.product.folder.path/install -->
37
      <gvsig.install.plugin.package>false</gvsig.install.plugin.package>
38
  </properties>		
39
</project>
org.gvsig.raster.gdal/tags/org.gvsig.raster.gdal-2.2.4/org.gvsig.raster.gdal.app/org.gvsig.raster.gdal.app.common/buildNumber.properties
1
#Tue Oct 07 10:43:02 EDT 2014
2
buildNumber=59
org.gvsig.raster.gdal/tags/org.gvsig.raster.gdal-2.2.4/org.gvsig.raster.gdal.app/org.gvsig.raster.gdal.app.common/src/main/java/org/gvsig/raster/gdal/app/GdalExtension.java
1
/* gvSIG. Geographic Information System of the Valencian Government
2
*
3
* Copyright (C) 2007-2008 Infrastructures and Transports Department
4
* of the Valencian Government (CIT)
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.raster.gdal.app;
23

  
24
import org.gvsig.andami.plugins.Extension;
25

  
26
/**
27
 * Extension to add Gdal library support
28
 *
29
 * @author Nacho Brodin (nachobrodin@gmail.com)
30
 */
31
public class GdalExtension extends Extension {
32

  
33
	public void execute(String actionCommand) {
34
	}
35

  
36
	public void initialize() {
37
	}
38
	
39
	public boolean isEnabled() {
40
		return false;
41
	}
42

  
43
	public boolean isVisible() {
44
		return false;
45
	}
46

  
47
}
org.gvsig.raster.gdal/tags/org.gvsig.raster.gdal-2.2.4/org.gvsig.raster.gdal.app/org.gvsig.raster.gdal.app.common/src/main/resources-plugin/config.xml
1
<?xml version="1.0" encoding="ISO-8859-1"?>
2
<plugin-config>
3
	<depends plugin-name="org.gvsig.raster.mainplugin" />
4
	<depends plugin-name="org.gvsig.raster.tilecache.app" optional="true" />
5
	<libraries library-dir="lib"/>
6
	<resourceBundle name="text"/>
7
	<extensions>
8
		<extension class-name="org.gvsig.raster.gdal.app.GdalExtension"
9
			description=""
10
			active="true"
11
			priority="1">
12
		</extension>
13
	</extensions>
14
</plugin-config>
org.gvsig.raster.gdal/tags/org.gvsig.raster.gdal-2.2.4/org.gvsig.raster.gdal.app/org.gvsig.raster.gdal.app.common/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

  
... This diff was truncated because it exceeds the maximum size that can be displayed.

Also available in: Unified diff