Revision 417

View differences:

org.gvsig.geoprocess/trunk/org.gvsig.geoprocess/buildNumber.properties
1
#maven.buildNumber.plugin properties file
2
#Thu Aug 18 10:20:48 CEST 2011
3
buildNumber=2040
org.gvsig.geoprocess/trunk/org.gvsig.geoprocess/pom.xml
6 6
	<packaging>pom</packaging>
7 7
	<name>org.gvsig.geoprocess</name>
8 8
	<description>Geoprocessing projects</description>
9
	<version>2.0.1-SNAPSHOT</version>
9
	<version>2.1.0-SNAPSHOT</version>
10 10
	
11 11
	<parent>
12 12
        <groupId>org.gvsig</groupId>
13
        <artifactId>org.gvsig.maven.base.pom</artifactId>
14
        <version>1.0.9</version>
13
        <artifactId>org.gvsig.desktop</artifactId>
14
        <version>2.0.13</version>
15 15
    </parent>	
16 16

  
17 17
	<scm>
......
42 42
		<dependencies>
43 43
			<dependency>
44 44
				<groupId>org.gvsig</groupId>
45
				<artifactId>org.gvsig.core.maven.dependencies</artifactId>
46
				<version>2.0.1</version>
47
				<type>pom</type>
48
				<scope>import</scope>
49
			</dependency>
50
			<dependency>
51
				<groupId>org.gvsig</groupId>
52 45
				<artifactId>org.gvsig.raster.lib.api</artifactId>
53
				<version>2.0.0</version>
46
				<version>2.1.0-SNAPSHOT</version>
54 47
			</dependency>
55 48
			<dependency>
56 49
				<groupId>es.unex.sextante</groupId>
......
75 68
			<dependency>
76 69
				<groupId>org.gvsig</groupId>
77 70
				<artifactId>org.gvsig.raster.fmap</artifactId>
78
				<version>2.0.0</version>
71
				<version>2.1.0-SNAPSHOT</version>
79 72
			</dependency>
80 73
			<dependency>
81 74
				<groupId>org.gvsig</groupId>
82
				<artifactId>org.gvsig.app.document.table.app.mainplugin</artifactId>
83
				<version>2.0.0</version>
84
			</dependency>
85
			<dependency>
86
				<groupId>org.gvsig</groupId>
87
				<artifactId>org.gvsig.app</artifactId>
88
				<version>2.0</version>
89
			</dependency>
90
			<dependency>
91
				<groupId>org.gvsig</groupId>
92 75
				<artifactId>org.gvsig.geoprocess.lib.api</artifactId>
93
				<version>2.0.1-SNAPSHOT</version>
76
				<version>2.1.0-SNAPSHOT</version>
94 77
			</dependency>
95 78
			<dependency>
96
				<groupId>org.gvsig</groupId>
97
				<artifactId>org.gvsig.timesupport.lib.api</artifactId>
98
				<version>1.0.0</version>
99
			</dependency>
100
			<dependency>
101 79
	            <groupId>org.gvsig</groupId>
102 80
	            <artifactId>org.gvsig.raster.reproject</artifactId>
103
	            <version>2.0.1-SNAPSHOT</version>
81
	            <version>2.1.0-SNAPSHOT</version>
104 82
	        </dependency>
105 83
			<dependency>
106 84
	            <groupId>org.gvsig</groupId>
107 85
	            <artifactId>org.gvsig.raster.algorithm</artifactId>
108
	            <version>2.0.1-SNAPSHOT</version>
86
	            <version>2.1.0-SNAPSHOT</version>
109 87
	        </dependency>
110 88
	        <dependency>
111 89
	            <groupId>org.gvsig</groupId>
112 90
	            <artifactId>org.gvsig.raster.reproject.algorithm</artifactId>
113
	            <version>2.0.1-SNAPSHOT</version>
91
	            <version>2.1.0-SNAPSHOT</version>
114 92
	        </dependency>
115 93
	        <dependency>
116 94
	            <groupId>org.gvsig</groupId>
117 95
	            <artifactId>org.gvsig.raster.reproject.app.reprojectclient</artifactId>
118
	            <version>2.0.1-SNAPSHOT</version>
96
	            <version>2.1.0-SNAPSHOT</version>
119 97
	        </dependency>
120 98
	        <dependency>
121 99
	            <groupId>org.gvsig</groupId>
122 100
	            <artifactId>org.gvsig.raster.tools.algorithm.swing.api</artifactId>
123
	            <version>2.0.0</version>
101
	            <version>2.1.0-SNAPSHOT</version>
124 102
	        </dependency>
125 103
	        <dependency>
126 104
	            <groupId>org.gvsig</groupId>
127 105
	            <artifactId>org.gvsig.raster.tools.algorithm.swing.impl</artifactId>
128
	            <version>2.0.0</version>
106
	            <version>2.1.0-SNAPSHOT</version>
129 107
	        </dependency>
130 108
			<dependency>
131 109
				<groupId>org.gvsig</groupId>
132 110
				<artifactId>org.gvsig.raster.tools.app.basic</artifactId>
133
				<version>2.0.0</version>
111
				<version>2.1.0-SNAPSHOT</version>
134 112
			</dependency>
135 113
			<dependency>
136 114
				<groupId>org.gvsig</groupId>
137 115
				<artifactId>org.gvsig.geoprocess.app.mainplugin</artifactId>
138
				<version>2.0.1-SNAPSHOT</version>
116
				<version>2.1.0-SNAPSHOT</version>
139 117
			</dependency>
140 118
			<dependency>
141 119
				<groupId>org.gvsig</groupId>
142 120
				<artifactId>org.gvsig.geoprocess.lib.api</artifactId>
143
				<version>2.0.1-SNAPSHOT</version>
121
				<version>2.1.0-SNAPSHOT</version>
144 122
			</dependency>
145 123
			<dependency>
146 124
				<groupId>org.gvsig</groupId>
147 125
				<artifactId>org.gvsig.geoprocess.lib.sextante</artifactId>
148
				<version>2.0.1-SNAPSHOT</version>
126
				<version>2.1.0-SNAPSHOT</version>
149 127
			</dependency>
150 128
			<dependency>
151 129
		    	<groupId>org.gvsig</groupId>
152 130
   				<artifactId>org.gvsig.geoprocess.algorithm.base</artifactId>
153
            	<version>2.0.1-SNAPSHOT</version>
131
            	<version>2.1.0-SNAPSHOT</version>
154 132
   			</dependency>
155 133
			<dependency>
156 134
	            <groupId>org.gvsig</groupId>
157 135
	            <artifactId>org.gvsig.geoprocess.algorithm.buffer</artifactId>
158
	            <version>2.0.1-SNAPSHOT</version>
136
	            <version>2.1.0-SNAPSHOT</version>
159 137
	        </dependency>
160 138
	        <dependency>
161 139
	            <groupId>org.gvsig</groupId>
162 140
	            <artifactId>org.gvsig.geoprocess.algorithm.clip</artifactId>
163
	            <version>2.0.1-SNAPSHOT</version>
141
	            <version>2.1.0-SNAPSHOT</version>
164 142
	        </dependency>
165 143
	        <dependency>
166 144
	            <groupId>org.gvsig</groupId>
167 145
	            <artifactId>org.gvsig.geoprocess.algorithm.convexhull</artifactId>
168
	            <version>2.0.1-SNAPSHOT</version>
146
	            <version>2.1.0-SNAPSHOT</version>
169 147
	        </dependency>
170 148
	        <dependency>
171 149
	            <groupId>org.gvsig</groupId>
172 150
	            <artifactId>org.gvsig.geoprocess.algorithm.difference</artifactId>
173
	            <version>2.0.1-SNAPSHOT</version>
151
	            <version>2.1.0-SNAPSHOT</version>
174 152
	        </dependency>
175 153
	        <dependency>
176 154
	            <groupId>org.gvsig</groupId>
177 155
	            <artifactId>org.gvsig.geoprocess.algorithm.dissolve</artifactId>
178
	            <version>2.0.1-SNAPSHOT</version>
156
	            <version>2.1.0-SNAPSHOT</version>
179 157
	        </dependency>
180 158
	        <dependency>
181 159
	            <groupId>org.gvsig</groupId>
182 160
	            <artifactId>org.gvsig.geoprocess.algorithm.fusespatially</artifactId>
183
	            <version>2.0.1-SNAPSHOT</version>
161
	            <version>2.1.0-SNAPSHOT</version>
184 162
	        </dependency>
185 163
	        <dependency>
186 164
	            <groupId>org.gvsig</groupId>
187 165
	            <artifactId>org.gvsig.geoprocess.algorithm.intersection</artifactId>
188
	            <version>2.0.1-SNAPSHOT</version>
166
	            <version>2.1.0-SNAPSHOT</version>
189 167
	        </dependency>
190 168
	        <dependency>
191 169
	            <groupId>org.gvsig</groupId>
192 170
	            <artifactId>org.gvsig.geoprocess.algorithm.merge</artifactId>
193
	            <version>2.0.1-SNAPSHOT</version>
171
	            <version>2.1.0-SNAPSHOT</version>
194 172
	        </dependency>
195 173
	        <dependency>
196 174
	            <groupId>org.gvsig</groupId>
197 175
	            <artifactId>org.gvsig.geoprocess.algorithm.reproject</artifactId>
198
	            <version>2.0.1-SNAPSHOT</version>
176
	            <version>2.1.0-SNAPSHOT</version>
199 177
	        </dependency>
200 178
	        <dependency>
201 179
	            <groupId>org.gvsig</groupId>
202 180
	            <artifactId>org.gvsig.geoprocess.algorithm.spatialjoin</artifactId>
203
	            <version>2.0.1-SNAPSHOT</version>
181
	            <version>2.1.0-SNAPSHOT</version>
204 182
	        </dependency>
205 183
	        <dependency>
206 184
	            <groupId>org.gvsig</groupId>
207 185
	            <artifactId>org.gvsig.geoprocess.algorithm.union</artifactId>
208
	            <version>2.0.1-SNAPSHOT</version>
186
	            <version>2.1.0-SNAPSHOT</version>
209 187
	        </dependency>
210 188
	        <dependency>
211 189
	            <groupId>org.gvsig</groupId>
212 190
	            <artifactId>org.gvsig.geoprocess.algorithm.xyshift</artifactId>
213
	            <version>2.0.1-SNAPSHOT</version>
191
	            <version>2.1.0-SNAPSHOT</version>
214 192
	        </dependency>
215 193
	        <dependency>
216 194
	            <groupId>org.gvsig</groupId>
217 195
	            <artifactId>org.gvsig.geoprocess.algorithm.groupby</artifactId>
218
	            <version>2.0.1-SNAPSHOT</version>
196
	            <version>2.1.0-SNAPSHOT</version>
219 197
	        </dependency>
220 198
		</dependencies>
221 199
	</dependencyManagement>
org.gvsig.geoprocess/trunk/org.gvsig.geoprocess/org.gvsig.geoprocess.app/buildNumber.properties
1
#maven.buildNumber.plugin properties file
2
#Wed Feb 06 10:13:29 CET 2013
3
buildNumber=2070
org.gvsig.geoprocess/trunk/org.gvsig.geoprocess/org.gvsig.geoprocess.app/org.gvsig.geoprocess.app.sextante/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>.</baseDirectory>
7
  <includeBaseDirectory>true</includeBaseDirectory>
8
  
9
  <files>
10
    <file>
11
      <source>target/${project.artifactId}-${project.version}.jar</source>
12
      <outputDirectory>${project.artifactId}/lib</outputDirectory>
13
    </file>
14
    <file>
15
      <source>target/package.info</source>
16
      <outputDirectory>${project.artifactId}</outputDirectory>
17
    </file>
18
  </files>
19

  
20
  <fileSets>
21
    <fileSet>
22
      <directory>src/main/resources-plugin</directory>
23
      <outputDirectory>${project.artifactId}</outputDirectory>
24
    </fileSet>
25
  </fileSets>
26

  
27
  <dependencySets>
28
  
29
  	<dependencySet>
30
  		<useProjectArtifact>false</useProjectArtifact>
31
	  	<useTransitiveDependencies>false</useTransitiveDependencies>
32
		<outputDirectory>${project.artifactId}/lib</outputDirectory>
33
		<includes>
34
				<include>org.gvsig:org.gvsig.geoprocess.app.sextante</include>
35
		</includes>
36
	</dependencySet>
37
	
38
    <dependencySet>
39
      <useProjectArtifact>false</useProjectArtifact>
40
	  <useTransitiveDependencies>true</useTransitiveDependencies>
41
      <outputDirectory>org.gvsig.geoprocess.app.mainplugin/lib</outputDirectory>
42
      <includes> 
43
				<include>es.unex.sextante:sextante-algorithms</include>
44
				<include>gishur:gishur_core</include>
45
				<include>gishur:gishur_x</include>
46
	  </includes>
47
	</dependencySet>
48
	
49
	<dependencySet>
50
      <useProjectArtifact>false</useProjectArtifact>
51
	  <useTransitiveDependencies>true</useTransitiveDependencies>
52
      <outputDirectory>${project.artifactId}/install/files/gvSIG/extensiones/org.gvsig.geoprocess.app.mainplugin/lib</outputDirectory>
53
      <includes> 
54
				<include>es.unex.sextante:sextante-algorithms</include>
55
				<include>gishur:gishur_core</include>
56
				<include>gishur:gishur_x</include>
57
	  </includes>
58
	</dependencySet>
59
  </dependencySets>
60
</assembly>
0 61

  
org.gvsig.geoprocess/trunk/org.gvsig.geoprocess/org.gvsig.geoprocess.app/org.gvsig.geoprocess.app.sextante/src/main/resources-plugin/config.xml
1
<?xml version="1.0" encoding="ISO-8859-1"?>
2
<!--
3

  
4
    gvSIG. Desktop Geographic Information System.
5

  
6
    Copyright (C) 2007-2012 gvSIG Association.
7

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

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

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

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

  
26
-->
27
<plugin-config>
28
	<depends plugin-name="org.gvsig.geoprocess.app.mainplugin" />
29
	<resourceBundle name="text" />
30
	<libraries library-dir="lib" />
31
	<extensions>
32
		<extension class-name="org.gvsig.geoprocess.app.sextante.SextanteAlgorithmsExtension"
33
			active="true" 
34
			priority="1">
35
		</extension>
36
	</extensions>
37
</plugin-config>
0 38

  
org.gvsig.geoprocess/trunk/org.gvsig.geoprocess/org.gvsig.geoprocess.app/org.gvsig.geoprocess.app.sextante/src/main/resources-plugin/install/install.xml
1
<!--
2

  
3
    gvSIG. Desktop Geographic Information System.
4

  
5
    Copyright (C) 2007-2012 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 2
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
<project name="org.gvsig.geoprocess.app.sextante" default="main"
27
	basedir=".">
28
	<property name="app_lib_dir"
29
		location="${gvsig_dir}/gvSIG/extensiones/org.gvsig.app/lib/" />
30
	<target name="main" depends="copy_files" />
31
	<target name="copy_files">
32
		<copy todir="${gvsig_dir}">
33
			<fileset dir="./files" includes="**" />
34
		</copy>
35
	</target>
36
</project>
0 37

  
org.gvsig.geoprocess/trunk/org.gvsig.geoprocess/org.gvsig.geoprocess.app/org.gvsig.geoprocess.app.sextante/pom.xml
8 8
	<parent>
9 9
		<groupId>org.gvsig</groupId>
10 10
		<artifactId>org.gvsig.geoprocess.app</artifactId>
11
		<version>2.0.1-SNAPSHOT</version>
11
		<version>2.1.0-SNAPSHOT</version>
12 12
	</parent>
13 13

  
14 14
	<dependencies>
......
38 38
			<scope>runtime</scope>
39 39
		</dependency>
40 40
	</dependencies>
41
	
42
	<build>
43
		<plugins>
44
			<plugin>
45
				<groupId>org.apache.maven.plugins</groupId>
46
				<artifactId>maven-antrun-plugin</artifactId>
47
				<version>1.1</version>
48
				<executions>
49
					<execution>
50
						<phase>validate</phase>
51
						<goals>
52
							<goal>run</goal>
53
						</goals>
54
						<configuration>
55
							<tasks>
56
								<echo> !!!!!!!!!!!!!!!!!!!!!!!!!!!!"${project.artifactId} </echo>
57
							</tasks>
58
						</configuration>
59
					</execution>
60
				</executions>
61
			</plugin>
62
		</plugins>
63
	</build>
41 64

  
42
	<profiles>
43
		<profile>
44
			<id>gvsig-install</id>
45
			<activation>
46
				<activeByDefault>true</activeByDefault>
47
			</activation>
48
			<properties>
49
				<!-- gvSIG installation folder -->
50
				<gvsig.install.dir>${basedir}/../../build/product</gvsig.install.dir>
51
			</properties>
52
		</profile>
53
	</profiles>
54 65
	<properties>
55
    	<package.info.dependencies>required: org.gvsig.geoprocess.app.mainplugin -ge 2.0.0-SNAPSHOT</package.info.dependencies>
56
		<package.info.categories>Geoprocess</package.info.categories>
57
		<package.info.baseDownloadURL>http://devel.gvsig.org/download/projects/gvsig-geoprocess/pool/org.gvsig.geoprocess.app.sextante</package.info.baseDownloadURL>		
66
    	<gvsig.package.info.dependencies>required: org.gvsig.geoprocess.app.mainplugin -ge 2.0.0-SNAPSHOT</gvsig.package.info.dependencies>
67
		<gvsig.package.info.categories>Geoprocess</gvsig.package.info.categories>
68
		<gvsig.package.info.baseDownloadURL>http://devel.gvsig.org/download/projects/gvsig-geoprocess/pool/org.gvsig.geoprocess.app.sextante</gvsig.package.info.baseDownloadURL>		
58 69
	</properties>
59 70
</project>
org.gvsig.geoprocess/trunk/org.gvsig.geoprocess/org.gvsig.geoprocess.app/org.gvsig.geoprocess.app.tool/pom.xml
8 8
	<parent>
9 9
		<groupId>org.gvsig</groupId>
10 10
		<artifactId>org.gvsig.geoprocess.app</artifactId>
11
		<version>2.0.1-SNAPSHOT</version>
11
		<version>2.1.0-SNAPSHOT</version>
12 12
	</parent>
13 13

  
14 14
	<dependencies>
......
89 89
		</dependency>
90 90
		<dependency>
91 91
			<groupId>org.gvsig</groupId>
92
			<artifactId>org.gvsig.app</artifactId>
92
			<artifactId>org.gvsig.app.mainplugin</artifactId>
93 93
			<scope>compile</scope>
94 94
		</dependency>
95 95
		<dependency>
......
98 98
			<scope>compile</scope>
99 99
		</dependency>
100 100
		<dependency>
101
			<groupId>org.gvsig</groupId>
102
			<artifactId>org.gvsig.fmap.mapcontext</artifactId>
103
			<scope>compile</scope>
104
		</dependency>
101
            <groupId>org.gvsig</groupId>
102
            <artifactId>org.gvsig.fmap.mapcontext.api</artifactId>
103
            <scope>compile</scope>
104
        </dependency>
105
        <dependency>
106
            <groupId>org.gvsig</groupId>
107
            <artifactId>org.gvsig.fmap.mapcontext.impl</artifactId>
108
            <scope>runtime</scope>
109
        </dependency>
110
        <dependency>
111
            <groupId>org.gvsig</groupId>
112
            <artifactId>org.gvsig.fmap.mapcontext.operation</artifactId>
113
            <scope>runtime</scope>
114
        </dependency>
105 115
		<dependency>
106
			<groupId>org.gvsig</groupId>
107
			<artifactId>org.gvsig.fmap.dal</artifactId>
108
			<scope>compile</scope>
109
		</dependency>
116
            <groupId>org.gvsig</groupId>
117
            <artifactId>org.gvsig.fmap.dal.api</artifactId>
118
            <scope>compile</scope>
119
        </dependency>
120
        <dependency>
121
            <groupId>org.gvsig</groupId>
122
            <artifactId>org.gvsig.fmap.dal.impl</artifactId>
123
            <scope>compile</scope>
124
        </dependency>
125
        <dependency>
126
            <groupId>org.gvsig</groupId>
127
            <artifactId>org.gvsig.fmap.dal.spi</artifactId>
128
            <scope>compile</scope>
129
        </dependency>
110 130
		<dependency>
111 131
			<groupId>org.gvsig</groupId>
112
			<artifactId>org.gvsig.fmap.dal</artifactId>
113
			<classifier>spi</classifier>
114
			<scope>compile</scope>
115
		</dependency>
116
		<dependency>
117
			<groupId>org.gvsig</groupId>
118 132
			<artifactId>org.gvsig.tools.lib</artifactId>
119 133
			<scope>compile</scope>
120 134
		</dependency>
121 135
		<dependency>
122
			<groupId>org.gvsig</groupId>
123
			<artifactId>org.gvsig.projection</artifactId>
124
			<scope>compile</scope>
125
		</dependency>
136
            <groupId>org.gvsig</groupId>
137
            <artifactId>org.gvsig.projection.api</artifactId>
138
            <scope>compile</scope>
139
        </dependency>
140
        <dependency>
141
            <groupId>org.gvsig</groupId>
142
            <artifactId>org.gvsig.projection.cresques.impl</artifactId>
143
            <scope>runtime</scope>
144
        </dependency>
126 145
		<dependency>
127 146
			<groupId>org.gvsig</groupId>
128 147
			<artifactId>org.gvsig.app.document.table.app.mainplugin</artifactId>
......
140 159
		</dependency>
141 160
	</dependencies>
142 161

  
143
	<profiles>
144
		<profile>
145
			<id>gvsig-install</id>
146
			<activation>
147
				<activeByDefault>true</activeByDefault>
148
			</activation>
149
			<properties>
150
				<!-- gvSIG installation folder -->
151
				<gvsig.install.dir>${basedir}/../../build/product</gvsig.install.dir>
152
			</properties>
153
		</profile>
154
	</profiles>
155

  
156 162
	<properties>
157
		<package.info.dependencies>required: org.gvsig.geoprocess.app.mainplugin -ge 2.0.0-SNAPSHOT, required: org.gvsig.raster.tools.app.basic -ge 2, required: org.gvsig.crs.extension -ge 1</package.info.dependencies>
158
		<package.info.categories>Geoprocess</package.info.categories>
159
		<package.info.baseDownloadURL>http://devel.gvsig.org/download/projects/gvsig-geoprocess/pool/org.gvsig.geoprocess.app.mainplugin</package.info.baseDownloadURL>
163
		<gvsig.package.info.dependencies>required: org.gvsig.geoprocess.app.mainplugin -ge 2.0.0-SNAPSHOT, required: org.gvsig.raster.tools.app.basic -ge 2, required: org.gvsig.crs.extension -ge 1</gvsig.package.info.dependencies>
164
		<gvsig.package.info.categories>Geoprocess</gvsig.package.info.categories>
165
		<gvsig.package.info.baseDownloadURL>http://devel.gvsig.org/download/projects/gvsig-geoprocess/pool/org.gvsig.geoprocess.app.mainplugin</gvsig.package.info.baseDownloadURL>
160 166
	</properties>
161 167
</project>
org.gvsig.geoprocess/trunk/org.gvsig.geoprocess/org.gvsig.geoprocess.app/org.gvsig.geoprocess.app.tool/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

  
26
  <dependencySets>
27
    <dependencySet>
28
      <useProjectArtifact>false</useProjectArtifact>
29
	  <useTransitiveDependencies>false</useTransitiveDependencies>
30
      <outputDirectory>lib</outputDirectory>
31
      <includes> 
32
			<include>org.gvsig:org.gvsig.geoprocess.app.tool</include>
33
	  </includes>
34
	</dependencySet>
35
  </dependencySets>
36
</assembly>
0 37

  
org.gvsig.geoprocess/trunk/org.gvsig.geoprocess/org.gvsig.geoprocess.app/org.gvsig.geoprocess.app.tool/src/main/resources-plugin/text.properties
1
gv_tools=gvSIG Herramientas
2
group_tools=Capas raster
3
radiometric_enhancedment=Realce radiom?trico
4
raster_layer_not_active=Esta herramienta necesita una capa raster seleccionada en la vista
5
reprojection=Reproyecci?n
6
filters=Filtros
7
clip_raster=Recortar
8
save_as=Exportar
9
overviews=Overviews
10
layer_datatype=Cambiar tipo de dato
11
layer_not_valid=No hay capas v?lidas en la vista activa
0 12

  
org.gvsig.geoprocess/trunk/org.gvsig.geoprocess/org.gvsig.geoprocess.app/org.gvsig.geoprocess.app.tool/src/main/resources-plugin/text_en.properties
1
gv_tools=gvSIG Tools
2
group_tools=Tools for raster layers
3
radiometric_enhancedment=Radiometric enhancedment
4
raster_layer_not_active=This tool needs a raster layer selected in the view
5
reprojection=Reprojection
6
filters=Filters
7
clip_raster=Clip
8
save_as=Export
9
overviews=Overviews
10
layer_datatype=Change data type
11
layer_not_valid=There is not valid layers in the active view
0 12

  
org.gvsig.geoprocess/trunk/org.gvsig.geoprocess/org.gvsig.geoprocess.app/org.gvsig.geoprocess.app.tool/src/main/resources-plugin/config.xml
1
<?xml version="1.0" encoding="ISO-8859-1"?>
2
<!--
3

  
4
    gvSIG. Desktop Geographic Information System.
5

  
6
    Copyright (C) 2007-2012 gvSIG Association.
7

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

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

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

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

  
26
-->
27
<plugin-config>
28
	<depends plugin-name="org.gvsig.geoprocess.app.mainplugin" />
29
	<depends plugin-name="org.gvsig.raster.reproject.app.reprojectclient" />
30
	<resourceBundle name="text" />
31
	<libraries library-dir="lib" />
32
	<extensions>
33
		<extension class-name="org.gvsig.geoprocess.app.tool.RasterAlgorithmsForSextanteExtension"
34
			active="true" 
35
			priority="1">
36
		</extension>
37
	</extensions>
38
</plugin-config>
0 39

  
org.gvsig.geoprocess/trunk/org.gvsig.geoprocess/org.gvsig.geoprocess.app/pom.xml
5 5
	<artifactId>org.gvsig.geoprocess.app</artifactId>
6 6
	<packaging>pom</packaging>
7 7
	<name>org.gvsig.geoprocess.app</name>
8
	<version>2.0.1-SNAPSHOT</version>
8
	<version>2.1.0-SNAPSHOT</version>
9 9

  
10 10
	<parent>
11 11
        <groupId>org.gvsig</groupId>
12
        <artifactId>org.gvsig.maven.base.extension.pom</artifactId>
13
        <version>1.0.9</version>
12
        <artifactId>org.gvsig.desktop.plugin</artifactId>
13
        <version>2.0.12-SNAPSHOT</version>
14 14
    </parent>
15 15
	
16 16
	<scm>
......
42 42
	        <dependency>
43 43
				<groupId>org.gvsig</groupId>
44 44
				<artifactId>org.gvsig.geoprocess</artifactId>
45
				<version>2.0.1-SNAPSHOT</version>
45
				<version>2.1.0-SNAPSHOT</version>
46 46
				<type>pom</type>
47 47
				<scope>import</scope>
48 48
			</dependency>
49 49
    	</dependencies>
50 50
    </dependencyManagement>
51 51

  
52
	<!--<dependencyManagement>
53
		<dependencies>
54
			<dependency>
55
				<groupId>org.gvsig</groupId>
56
				<artifactId>org.gvsig.core.maven.dependencies</artifactId>
57
				<version>2.0.1-SNAPSHOT</version>
58
				<type>pom</type>
59
				<scope>import</scope>
60
			</dependency>
61
			<dependency>
62
				<groupId>org.gvsig</groupId>
63
				<artifactId>org.gvsig.raster.lib.api</artifactId>
64
				<version>2.0.0-SNAPSHOT</version>
65
			</dependency>
66
			<dependency>
67
				<groupId>es.unex.sextante</groupId>
68
				<artifactId>sextante-libmath</artifactId>
69
				<version>20111019-SNAPSHOT</version>
70
			</dependency>
71
			<dependency>
72
				<groupId>es.unex.sextante</groupId>
73
				<artifactId>sextante</artifactId>
74
				<version>20111019-SNAPSHOT</version>
75
			</dependency>
76
			<dependency>
77
				<groupId>es.unex.sextante</groupId>
78
				<artifactId>sextante-gui</artifactId>
79
				<version>20111019-SNAPSHOT</version>
80
			</dependency>
81
			<dependency>
82
				<groupId>es.unex.sextante</groupId>
83
				<artifactId>sextante-algorithms</artifactId>
84
				<version>20111019-SNAPSHOT</version>
85
			</dependency>
86
			<dependency>
87
				<groupId>org.gvsig</groupId>
88
				<artifactId>org.gvsig.raster.fmap</artifactId>
89
				<version>2.0.0-SNAPSHOT</version>
90
			</dependency>
91
			<dependency>
92
				<groupId>org.gvsig</groupId>
93
				<artifactId>org.gvsig.app.document.table.app.mainplugin</artifactId>
94
				<version>2.0.0-SNAPSHOT</version>
95
			</dependency>
96
			<dependency>
97
				<groupId>org.gvsig</groupId>
98
				<artifactId>org.gvsig.app</artifactId>
99
				<version>2.0-SNAPSHOT</version>
100
			</dependency>
101
		</dependencies>
102
	</dependencyManagement>-->
103

  
104 52
	<modules>
105 53
		<module>org.gvsig.geoprocess.app.mainplugin</module>
106 54
		<module>org.gvsig.geoprocess.app.algorithm</module>
......
109 57
	</modules>
110 58

  
111 59
	<properties>
112
		<package.info.categories>Geoprocess</package.info.categories>
113
		<package.info.state>final</package.info.state>
60
		<gvsig.package.info.categories>Geoprocess</gvsig.package.info.categories>
61
		<gvsig.package.info.state>final</gvsig.package.info.state>
114 62
	</properties>
115 63
</project>
org.gvsig.geoprocess/trunk/org.gvsig.geoprocess/org.gvsig.geoprocess.app/org.gvsig.geoprocess.app.mainplugin/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

  
26
  <dependencySets>
27
    <dependencySet>
28
      <useProjectArtifact>false</useProjectArtifact>
29
	  <useTransitiveDependencies>true</useTransitiveDependencies>
30
      <outputDirectory>lib</outputDirectory>
31
      <includes> 
32
				<include>org.gvsig:org.gvsig.geoprocess.app.mainplugin</include>
33
				<include>org.gvsig:org.gvsig.geoprocess.lib.api</include>
34
				<include>org.gvsig:org.gvsig.geoprocess.lib.sextante</include>
35
				<include>es.unex.sextante:sextante-libmath</include>
36
				<include>gnu.trove:trove</include>
37
				<include>gov.nist.math:jama</include>
38
				<include>org.nfunk:jep</include>
39
				<include>bsh:bsh:jar</include>
40
				<include>es.unex.sextante:sextante</include>
41
				<include>jfree:jcommon</include>
42
				<include>jfree:jfreechart</include>
43
				<include>es.unex.sextante:sextante-gui</include>
44
				<include>jgraph:jgraph</include>
45
				<include>tablelayout:TableLayout</include>
46
				<include>org.japura:org.japura</include>
47
	  </includes>
48
	</dependencySet>
49
  </dependencySets>
50
</assembly>
0 51

  
org.gvsig.geoprocess/trunk/org.gvsig.geoprocess/org.gvsig.geoprocess.app/org.gvsig.geoprocess.app.mainplugin/src/main/resources-plugin/text.properties
1
#
2
# gvSIG. Desktop Geographic Information System.
3
#
4
# Copyright (C) 2007-2012 gvSIG Association.
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
# For any additional information, do not hesitate to contact us
22
# at info AT gvsig.com, or visit our website www.gvsig.com.
23
#
24

  
25
Warning=Aviso
26

  
27
You_need_to_restart=Para que los cambios tengan efecto, necesita reiniciar la aplicaci\u00f3n
28

  
29
Cancel=Cancelar
30

  
31
OK=Aceptar
32

  
33
Models=Modelos
34

  
35
Algorithms=Algoritmos
36

  
37
Procedures=Procesos
38

  
39
Wrong_or_missing_parameters_definition=Par\u00e1metros invalidos o insuficientes
40

  
41
Command=Comando
42

  
43
Icon=Icono
44

  
45
Name=Nombre
46

  
47
Not_enough_data_to_run_this_command=Datos insuficientes para ejecutar el comando
48

  
49
Modeler=Modelizador
50

  
51
New_view_name=Nueva vista
52

  
53
GRASS_color_table=Tabla de color de GRASS
54

  
55
Geoprocessing_Toolbox=Caja de herramientas
56

  
57
Geoprocessing_Modeler=Modelizador
58

  
59
Geoprocessing_command_line=L?nea de comandos
60

  
61
Geoprocessing_History=Historial
62

  
63
Geoprocessing_Data_Explorer=Explorador de datos
64

  
65
Geoprocessing_Results=Resultados
66

  
67
Geoprocessing_Help=Ayuda de geoprocesamiento
68

  
69
Geoprocessing_PointCollector=Capturar coordenadas
70

  
71
remotesensing=Procesado de im?genes y teledetecci?n
72

  
73
Mosaic=Mosaico
74

  
75
MultispectralTransformation=Transformaciones multiespectrales
76

  
77
DecisionTree=?rboles de decisi?n
78

  
79
Classification=Clasificaci?n
80

  
81
Geoprocessing=Geoprocesamiento
82

  
83
Point_name=Nombre del punto
84

  
85
New_point=Nuevo punto
86

  
87
tools=Herramientas
0 88

  
org.gvsig.geoprocess/trunk/org.gvsig.geoprocess/org.gvsig.geoprocess.app/org.gvsig.geoprocess.app.mainplugin/src/main/resources-plugin/text_en.properties
1
#
2
# gvSIG. Desktop Geographic Information System.
3
#
4
# Copyright (C) 2007-2012 gvSIG Association.
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
# For any additional information, do not hesitate to contact us
22
# at info AT gvsig.com, or visit our website www.gvsig.com.
23
#
24

  
25
Warning=Warning
26

  
27
You_need_to_restart=You need to restart the application for changes to take effect.
28

  
29
Cancel=Cancel
30

  
31
OK=OK
32

  
33
Models=Models
34

  
35
Algorithms=Algorithms
36

  
37
Procedures=Procedures
38

  
39
Wrong_or_missing_parameters_definition=Wrong or missing parameters definition
40

  
41
Command=Command
42

  
43
Icon=Icon
44

  
45
Name=Name
46

  
47
Not_enough_data_to_run_this_command=Not enough data to run this command
48

  
49
Modeler=Modeler
50

  
51
New_view_name=New view
52

  
53
GRASS_color_table=GRASS color table
54

  
55
Geoprocessing_Toolbox=Toolbox
56

  
57
Geoprocessing_Modeler=Modeler
58

  
59
Geoprocessing_command_line=Command line
60

  
61
Geoprocessing_History=History
62

  
63
Geoprocessing_Data_Explorer=Data explorer
64

  
65
Geoprocessing_Results=Results
66

  
67
Geoprocessing_Help=Geoprocessing help
68

  
69
Geoprocessing_PointCollector=Catch coordinates
70

  
71
remotesensing=Remote sensing
72

  
73
Mosaic=Mosaic
74

  
75
MultispectralTransformation=Multispectral transformation
76

  
77
DecisionTree=Decision tree
78

  
79
Classification=Classification
80

  
81
Geoprocessing=Geoprocessing
82

  
83
Point_name=Point name
84

  
85
New_point=New point
86

  
87
tools=Tools
0 88

  
org.gvsig.geoprocess/trunk/org.gvsig.geoprocess/org.gvsig.geoprocess.app/org.gvsig.geoprocess.app.mainplugin/src/main/resources-plugin/config.xml
1
<?xml version="1.0" encoding="ISO-8859-1"?>
2
<!--
3

  
4
    gvSIG. Desktop Geographic Information System.
5

  
6
    Copyright (C) 2007-2012 gvSIG Association.
7

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

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

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

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

  
26
-->
27
<plugin-config>
28
	<depends plugin-name="org.gvsig.app" />
29
	<depends plugin-name="org.gvsig.raster.tools.app.basic" />
30
	<depends plugin-name="org.gvsig.raster.reproject.app.reprojectclient" />
31
	<libraries library-dir="lib" />
32
	<resourceBundle name="text" />
33
	<extensions>
34
		<extension class-name="org.gvsig.geoprocess.extension.GeoprocessExtension"
35
			description="Geoprocessing Toolbox" active="true">
36

  
37
 			<action 
38
       			name="tools-geoprocessing-toolbox"
39
        		label="Geoprocessing_Toolbox"
40
        		tooltip="Geoprocessing_Toolbox"
41
        		action-command="GEOPROCESS_SELECTOR" 
42
        		icon="images/menu-process-icon.gif"
43
        		position="1"
44
        		accelerator=""/>
45
        		
46
        	<action 
47
       			name="tools-geoprocessing-modeler"
48
        		label="Geoprocessing_Modeler"
49
        		tooltip="Geoprocessing_Modeler"
50
        		action-command="GEOPROCESS_MODELER" 
51
        		icon="images/model.png"
52
        		position="2"
53
        		accelerator=""/>
54
        		
55
        	<action 
56
       			name="tools-geoprocessing-history"
57
        		label="Geoprocessing_History"
58
        		tooltip="Geoprocessing_History"
59
        		action-command="GEOPROCESS_HISTORY" 
60
        		icon="images/history.gif"
61
        		position="3"
62
        		accelerator=""/>
63
        		
64
        	<action 
65
       			name="tools-geoprocessing-command-line"
66
        		label="Geoprocessing_command_line"
67
        		tooltip="Geoprocessing_command_line"
68
        		action-command="GEOPROCESS_COMMAND_LINE" 
69
        		icon="images/terminal.png"
70
        		position="4"
71
        		accelerator=""/>
72
        		
73
        	<action 
74
       			name="tools-geoprocessing-results"
75
        		label="Geoprocessing_Results"
76
        		tooltip="Geoprocessing_Results"
77
        		action-command="GEOPROCESS_RESULTS" 
78
        		icon="images/chart.gif"
79
        		position="5"
80
        		accelerator=""/>
81
        		
82
        	<action 
83
       			name="tools-geoprocessing-data-explorer"
84
        		label="Geoprocessing_Data_Explorer"
85
        		tooltip="Geoprocessing_Data_Explorer"
86
        		action-command="GEOPROCESS_DATAEXPLORER" 
87
        		icon="images/documenter.png"
88
        		position="6"
89
        		accelerator=""/>
90
        		
91
        	<action 
92
       			name="tools-geoprocessing-help"
93
        		label="Geoprocessing_Help"
94
        		tooltip="Geoprocessing_Help"
95
        		action-command="GEOPROCESS_HELP" 
96
        		icon="images/help.png"
97
        		position="7"
98
        		accelerator=""/>
99
        
100
			<menu text="tools/Geoprocessing/Geoprocessing_Toolbox"
101
				  name="tools-geoprocessing-toolbox"/>
102
				  
103
			<menu text="tools/Geoprocessing/Geoprocessing_Modeler" 
104
				  name="tools-geoprocessing-modeler" />
105
				  
106
			<menu text="tools/Geoprocessing/Geoprocessing_History" 
107
				  name="tools-geoprocessing-history" />
108

  
109
			<menu text="tools/Geoprocessing/Geoprocessing_command_line"
110
				  name="tools-geoprocessing-command-line" />
111

  
112
			<menu text="tools/Geoprocessing/Geoprocessing_Results" 
113
			      name="tools-geoprocessing-results" />
114

  
115
			<menu text="tools/Geoprocessing/Geoprocessing_Data_Explorer"
116
				  name="tools-geoprocessing-data-explorer" />
117

  
118
			<menu text="tools/Geoprocessing/Geoprocessing_Help" 
119
			      name="tools-geoprocessing-help" />
120

  
121
			<tool-bar name="Geoprocessing" position="10">
122
				<action-tool name="tools-geoprocessing-toolbox" />
123
			</tool-bar>
124
			
125
		</extension>
126

  
127
		<extension class-name="org.gvsig.geoprocess.extension.GeoprocessPointSelectionExtension"
128
			description="Catch coordinates" active="true">
129
			<action 
130
       			name="tools-geoprocessing-pointCollector"
131
        		label="Geoprocessing_PointCollector"
132
        		tooltip="Geoprocessing_PointCollector"
133
        		action-command="" 
134
        		icon="images/bullseye.gif"
135
        		position="8"
136
        		accelerator=""/>
137
        		
138
			<menu text="tools/Geoprocessing/Geoprocessing_PointCollector"
139
				name="tools-geoprocessing-pointCollector" />
140
		</extension>
141
	</extensions>
142
</plugin-config>
0 143

  
org.gvsig.geoprocess/trunk/org.gvsig.geoprocess/org.gvsig.geoprocess.app/org.gvsig.geoprocess.app.mainplugin/src/main/resources-plugin/text_fr.properties
1
#
2
# gvSIG. Desktop Geographic Information System.
3
#
4
# Copyright (C) 2007-2012 gvSIG Association.
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
# For any additional information, do not hesitate to contact us
22
# at info AT gvsig.com, or visit our website www.gvsig.com.
23
#
24

  
25
#Modified by DOKSoft PropEditor. http://www.doksoft.com
26
#Thu Apr 29 17:17:25 EDT 2010
27
Command=Commande
28
Icon=Ic\u00F4ne
29
Modeler=Modeler
30
OK=Accepter
31
Models=Mod\u00E8les
32
Name=Nom
33
Warning=Avertissement
34
Procedures=Proc\u00E9dures
35
Algorithms=Algorithmes
36
Not_enough_data_to_run_this_command=Pas assez de donn\u00E9es pour ex\u00E9cuter cette commande
37
Wrong_or_missing_parameters_definition=Param\u00E8tres incorrects ou manquants 
38
You_need_to_restart=Vous devez red\u00E9marrer l'application pour les modifications prennent effet.
39
Cancel=Annuler
0 40

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

Also available in: Unified diff