Revision 406

View differences:

org.gvsig.geoprocess/branches/gvSIG-geoprocess/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>
......
47 47
				<type>pom</type>
48 48
				<scope>import</scope>
49 49
			</dependency>
50
			
51
			
50 52
			<dependency>
51 53
				<groupId>org.gvsig</groupId>
52 54
				<artifactId>org.gvsig.raster.lib.api</artifactId>
......
54 56
			</dependency>
55 57
			<dependency>
56 58
				<groupId>es.unex.sextante</groupId>
57
				<artifactId>sextante-libmath</artifactId>
58
				<version>20111019-SNAPSHOT</version>
59
				<artifactId>sextante_libMath</artifactId>
60
				<version>1.0.0-SNAPSHOT</version>
59 61
			</dependency>
60 62
			<dependency>
61 63
				<groupId>es.unex.sextante</groupId>
62 64
				<artifactId>sextante</artifactId>
63
				<version>20111019-SNAPSHOT</version>
65
				<version>1.0.0-SNAPSHOT</version>
64 66
			</dependency>
65 67
			<dependency>
66 68
				<groupId>es.unex.sextante</groupId>
67
				<artifactId>sextante-gui</artifactId>
68
				<version>20111019-SNAPSHOT</version>
69
				<artifactId>sextante_gui</artifactId>
70
				<version>1.0.0-SNAPSHOT</version>
69 71
			</dependency>
70 72
			<dependency>
71 73
				<groupId>es.unex.sextante</groupId>
72
				<artifactId>sextante-algorithms</artifactId>
73
				<version>20111019-SNAPSHOT</version>
74
				<artifactId>sextante_algorithms</artifactId>
75
				<version>1.0.0-SNAPSHOT</version>
74 76
			</dependency>
75 77
			<dependency>
76 78
				<groupId>org.gvsig</groupId>
......
90 92
			<dependency>
91 93
				<groupId>org.gvsig</groupId>
92 94
				<artifactId>org.gvsig.geoprocess.lib.api</artifactId>
93
				<version>2.0.1-SNAPSHOT</version>
95
				<version>2.1.0-SNAPSHOT</version>
94 96
			</dependency>
95 97
			<dependency>
96 98
				<groupId>org.gvsig</groupId>
......
135 137
			<dependency>
136 138
				<groupId>org.gvsig</groupId>
137 139
				<artifactId>org.gvsig.geoprocess.app.mainplugin</artifactId>
138
				<version>2.0.1-SNAPSHOT</version>
140
				<version>2.1.0-SNAPSHOT</version>
139 141
			</dependency>
140 142
			<dependency>
141 143
				<groupId>org.gvsig</groupId>
142 144
				<artifactId>org.gvsig.geoprocess.lib.api</artifactId>
143
				<version>2.0.1-SNAPSHOT</version>
145
				<version>2.1.0-SNAPSHOT</version>
144 146
			</dependency>
145 147
			<dependency>
146 148
				<groupId>org.gvsig</groupId>
147 149
				<artifactId>org.gvsig.geoprocess.lib.sextante</artifactId>
148
				<version>2.0.1-SNAPSHOT</version>
150
				<version>2.1.0-SNAPSHOT</version>
149 151
			</dependency>
150 152
			<dependency>
151 153
		    	<groupId>org.gvsig</groupId>
152 154
   				<artifactId>org.gvsig.geoprocess.algorithm.base</artifactId>
153
            	<version>2.0.1-SNAPSHOT</version>
155
            	<version>2.1.0-SNAPSHOT</version>
154 156
   			</dependency>
155 157
			<dependency>
156 158
	            <groupId>org.gvsig</groupId>
157 159
	            <artifactId>org.gvsig.geoprocess.algorithm.buffer</artifactId>
158
	            <version>2.0.1-SNAPSHOT</version>
160
	            <version>2.1.0-SNAPSHOT</version>
159 161
	        </dependency>
160 162
	        <dependency>
161 163
	            <groupId>org.gvsig</groupId>
162 164
	            <artifactId>org.gvsig.geoprocess.algorithm.clip</artifactId>
163
	            <version>2.0.1-SNAPSHOT</version>
165
	            <version>2.1.0-SNAPSHOT</version>
164 166
	        </dependency>
165 167
	        <dependency>
166 168
	            <groupId>org.gvsig</groupId>
167 169
	            <artifactId>org.gvsig.geoprocess.algorithm.convexhull</artifactId>
168
	            <version>2.0.1-SNAPSHOT</version>
170
	            <version>2.1.0-SNAPSHOT</version>
169 171
	        </dependency>
170 172
	        <dependency>
171 173
	            <groupId>org.gvsig</groupId>
172 174
	            <artifactId>org.gvsig.geoprocess.algorithm.difference</artifactId>
173
	            <version>2.0.1-SNAPSHOT</version>
175
	            <version>2.1.0-SNAPSHOT</version>
174 176
	        </dependency>
175 177
	        <dependency>
176 178
	            <groupId>org.gvsig</groupId>
177 179
	            <artifactId>org.gvsig.geoprocess.algorithm.dissolve</artifactId>
178
	            <version>2.0.1-SNAPSHOT</version>
180
	            <version>2.1.0-SNAPSHOT</version>
179 181
	        </dependency>
180 182
	        <dependency>
181 183
	            <groupId>org.gvsig</groupId>
182 184
	            <artifactId>org.gvsig.geoprocess.algorithm.fusespatially</artifactId>
183
	            <version>2.0.1-SNAPSHOT</version>
185
	            <version>2.1.0-SNAPSHOT</version>
184 186
	        </dependency>
185 187
	        <dependency>
186 188
	            <groupId>org.gvsig</groupId>
187 189
	            <artifactId>org.gvsig.geoprocess.algorithm.intersection</artifactId>
188
	            <version>2.0.1-SNAPSHOT</version>
190
	            <version>2.1.0-SNAPSHOT</version>
189 191
	        </dependency>
190 192
	        <dependency>
191 193
	            <groupId>org.gvsig</groupId>
192 194
	            <artifactId>org.gvsig.geoprocess.algorithm.merge</artifactId>
193
	            <version>2.0.1-SNAPSHOT</version>
195
	            <version>2.1.0-SNAPSHOT</version>
194 196
	        </dependency>
195 197
	        <dependency>
196 198
	            <groupId>org.gvsig</groupId>
197 199
	            <artifactId>org.gvsig.geoprocess.algorithm.reproject</artifactId>
198
	            <version>2.0.1-SNAPSHOT</version>
200
	            <version>2.1.0-SNAPSHOT</version>
199 201
	        </dependency>
200 202
	        <dependency>
201 203
	            <groupId>org.gvsig</groupId>
202 204
	            <artifactId>org.gvsig.geoprocess.algorithm.spatialjoin</artifactId>
203
	            <version>2.0.1-SNAPSHOT</version>
205
	            <version>2.1.0-SNAPSHOT</version>
204 206
	        </dependency>
205 207
	        <dependency>
206 208
	            <groupId>org.gvsig</groupId>
207 209
	            <artifactId>org.gvsig.geoprocess.algorithm.union</artifactId>
208
	            <version>2.0.1-SNAPSHOT</version>
210
	            <version>2.1.0-SNAPSHOT</version>
209 211
	        </dependency>
210 212
	        <dependency>
211 213
	            <groupId>org.gvsig</groupId>
212 214
	            <artifactId>org.gvsig.geoprocess.algorithm.xyshift</artifactId>
213
	            <version>2.0.1-SNAPSHOT</version>
215
	            <version>2.1.0-SNAPSHOT</version>
214 216
	        </dependency>
215 217
	        <dependency>
216 218
	            <groupId>org.gvsig</groupId>
217 219
	            <artifactId>org.gvsig.geoprocess.algorithm.groupby</artifactId>
218
	            <version>2.0.1-SNAPSHOT</version>
220
	            <version>2.1.0-SNAPSHOT</version>
219 221
	        </dependency>
220 222
		</dependencies>
221 223
	</dependencyManagement>
org.gvsig.geoprocess/branches/gvSIG-geoprocess/org.gvsig.geoprocess/org.gvsig.geoprocess.app/org.gvsig.geoprocess.app.tool/.classpath
1
<classpath>
2
  <classpathentry kind="src" path="src/main/java" including="**/*.java"/>
3
  <classpathentry kind="src" path="src/main/resources" excluding="**/*.java"/>
4
  <classpathentry kind="output" path="target/classes"/>
5
  <classpathentry kind="var" path="M2_REPO/javax/media/jai_codec/1.1.3/jai_codec-1.1.3.jar"/>
6
  <classpathentry kind="var" path="M2_REPO/javax/media/jai_core/1.1.3/jai_core-1.1.3.jar">
7
    <attributes>
8
      <attribute value="jar:file:/home/nacho/.m2/repository/javax/media/jai_core/1.1.3/jai_core-1.1.3-javadoc.jar!/" name="javadoc_location"/>
9
    </attributes>
10
  </classpathentry>
11
  <classpathentry kind="var" path="M2_REPO/javax/help/javahelp/2.0.05/javahelp-2.0.05.jar" sourcepath="M2_REPO/javax/help/javahelp/2.0.05/javahelp-2.0.05-sources.jar">
12
    <attributes>
13
      <attribute value="jar:file:/home/nacho/.m2/repository/javax/help/javahelp/2.0.05/javahelp-2.0.05-javadoc.jar!/" name="javadoc_location"/>
14
    </attributes>
15
  </classpathentry>
16
  <classpathentry kind="var" path="M2_REPO/javax/units/jsr108/0.01/jsr108-0.01.jar"/>
17
  <classpathentry kind="var" path="M2_REPO/org/apache/ant/ant/1.8.1/ant-1.8.1.jar"/>
18
  <classpathentry kind="var" path="M2_REPO/ant-contrib/ant-contrib/1.0b3/ant-contrib-1.0b3.jar"/>
19
  <classpathentry kind="var" path="M2_REPO/org/apache/ant/ant-launcher/1.8.1/ant-launcher-1.8.1.jar"/>
20
  <classpathentry kind="var" path="M2_REPO/com/sardak/antform/2.0/antform-2.0.jar"/>
21
  <classpathentry kind="var" path="M2_REPO/org/apache/xmlgraphics/batik-anim/1.7/batik-anim-1.7.jar"/>
22
  <classpathentry kind="var" path="M2_REPO/org/apache/xmlgraphics/batik-awt-util/1.7/batik-awt-util-1.7.jar"/>
23
  <classpathentry kind="var" path="M2_REPO/org/apache/xmlgraphics/batik-bridge/1.7/batik-bridge-1.7.jar"/>
24
  <classpathentry kind="var" path="M2_REPO/org/apache/xmlgraphics/batik-css/1.7/batik-css-1.7.jar"/>
25
  <classpathentry kind="var" path="M2_REPO/org/apache/xmlgraphics/batik-dom/1.7/batik-dom-1.7.jar"/>
26
  <classpathentry kind="var" path="M2_REPO/org/apache/xmlgraphics/batik-ext/1.7/batik-ext-1.7.jar"/>
27
  <classpathentry kind="var" path="M2_REPO/org/gvsig/batik-ext-gvsig-custom/1.7.0/batik-ext-gvsig-custom-1.7.0.jar"/>
28
  <classpathentry kind="var" path="M2_REPO/org/apache/xmlgraphics/batik-gui-util/1.7/batik-gui-util-1.7.jar"/>
29
  <classpathentry kind="var" path="M2_REPO/org/apache/xmlgraphics/batik-gvt/1.7/batik-gvt-1.7.jar"/>
30
  <classpathentry kind="var" path="M2_REPO/org/apache/xmlgraphics/batik-js/1.7/batik-js-1.7.jar"/>
31
  <classpathentry kind="var" path="M2_REPO/org/apache/xmlgraphics/batik-parser/1.7/batik-parser-1.7.jar"/>
32
  <classpathentry kind="var" path="M2_REPO/org/apache/xmlgraphics/batik-script/1.7/batik-script-1.7.jar"/>
33
  <classpathentry kind="var" path="M2_REPO/org/apache/xmlgraphics/batik-svg-dom/1.7/batik-svg-dom-1.7.jar"/>
34
  <classpathentry kind="var" path="M2_REPO/batik/batik-transcoder/1.5/batik-transcoder-1.5.jar"/>
35
  <classpathentry kind="var" path="M2_REPO/org/apache/xmlgraphics/batik-util/1.7/batik-util-1.7.jar"/>
36
  <classpathentry kind="var" path="M2_REPO/org/apache/xmlgraphics/batik-xml/1.7/batik-xml-1.7.jar"/>
37
  <classpathentry kind="var" path="M2_REPO/bouncycastle/bcmail-jdk14/138/bcmail-jdk14-138.jar"/>
38
  <classpathentry kind="var" path="M2_REPO/bouncycastle/bcprov-jdk14/138/bcprov-jdk14-138.jar"/>
39
  <classpathentry kind="var" path="M2_REPO/bsh/bsh/2.0b4/bsh-2.0b4.jar"/>
40
  <classpathentry kind="var" path="M2_REPO/castor/castor/0.9.5.3/castor-0.9.5.3.jar"/>
41
  <classpathentry kind="var" path="M2_REPO/commons-cli/commons-cli/1.2/commons-cli-1.2.jar" sourcepath="M2_REPO/commons-cli/commons-cli/1.2/commons-cli-1.2-sources.jar">
42
    <attributes>
43
      <attribute value="jar:file:/home/nacho/.m2/repository/commons-cli/commons-cli/1.2/commons-cli-1.2-javadoc.jar!/" name="javadoc_location"/>
44
    </attributes>
45
  </classpathentry>
46
  <classpathentry kind="var" path="M2_REPO/commons-codec/commons-codec/1.6/commons-codec-1.6.jar" sourcepath="M2_REPO/commons-codec/commons-codec/1.6/commons-codec-1.6-sources.jar">
47
    <attributes>
48
      <attribute value="jar:file:/home/nacho/.m2/repository/commons-codec/commons-codec/1.6/commons-codec-1.6-javadoc.jar!/" name="javadoc_location"/>
49
    </attributes>
50
  </classpathentry>
51
  <classpathentry kind="var" path="M2_REPO/commons-io/commons-io/2.4/commons-io-2.4.jar" sourcepath="M2_REPO/commons-io/commons-io/2.4/commons-io-2.4-sources.jar">
52
    <attributes>
53
      <attribute value="jar:file:/home/nacho/.m2/repository/commons-io/commons-io/2.4/commons-io-2.4-javadoc.jar!/" name="javadoc_location"/>
54
    </attributes>
55
  </classpathentry>
56
  <classpathentry kind="var" path="M2_REPO/edu/oswego/concurrent/1.3.4/concurrent-1.3.4.jar"/>
57
  <classpathentry kind="var" path="M2_REPO/com/jhlabs/filters/2.0.235/filters-2.0.235.jar" sourcepath="M2_REPO/com/jhlabs/filters/2.0.235/filters-2.0.235-sources.jar"/>
58
  <classpathentry kind="var" path="M2_REPO/net/sf/flib-jcalendar/unknown/flib-jcalendar-unknown.jar"/>
59
  <classpathentry kind="var" path="M2_REPO/com/jgoodies/forms/1.0.7/forms-1.0.7.jar"/>
60
  <classpathentry kind="var" path="M2_REPO/org/opengis/geoapi/2.0/geoapi-2.0.jar"/>
61
  <classpathentry kind="var" path="M2_REPO/org/opengis/geoapi-legacy/0.2/geoapi-legacy-0.2.jar"/>
62
  <classpathentry kind="var" path="M2_REPO/geojava/geojava/unknown/geojava-unknown.jar"/>
63
  <classpathentry kind="var" path="M2_REPO/gishur/gishur_core/unknown/gishur_core-unknown.jar"/>
64
  <classpathentry kind="var" path="M2_REPO/gishur/gishur_x/unknown/gishur_x-unknown.jar"/>
65
  <classpathentry kind="var" path="M2_REPO/org/geotools/gt2-api/2.2.2/gt2-api-2.2.2.jar" sourcepath="M2_REPO/org/geotools/gt2-api/2.2.2/gt2-api-2.2.2-sources.jar">
66
    <attributes>
67
      <attribute value="jar:file:/home/nacho/.m2/repository/org/geotools/gt2-api/2.2.2/gt2-api-2.2.2-javadoc.jar!/" name="javadoc_location"/>
68
    </attributes>
69
  </classpathentry>
70
  <classpathentry kind="var" path="M2_REPO/org/geotools/gt2-coverage/2.2-RC2/gt2-coverage-2.2-RC2.jar"/>
71
  <classpathentry kind="var" path="M2_REPO/org/geotools/gt2-legacy/2.2-RC2/gt2-legacy-2.2-RC2.jar"/>
72
  <classpathentry kind="var" path="M2_REPO/org/geotools/gt2-main/2.2.2/gt2-main-2.2.2.jar" sourcepath="M2_REPO/org/geotools/gt2-main/2.2.2/gt2-main-2.2.2-sources.jar">
73
    <attributes>
74
      <attribute value="jar:file:/home/nacho/.m2/repository/org/geotools/gt2-main/2.2.2/gt2-main-2.2.2-javadoc.jar!/" name="javadoc_location"/>
75
    </attributes>
76
  </classpathentry>
77
  <classpathentry kind="var" path="M2_REPO/org/geotools/gt2-referencing/2.2-RC2/gt2-referencing-2.2-RC2.jar"/>
78
  <classpathentry kind="var" path="M2_REPO/org/geotools/gt2-render/2.2-RC2/gt2-render-2.2-RC2.jar"/>
79
  <classpathentry kind="var" path="M2_REPO/hsqldb/hsqldb/1.8.0.10/hsqldb-1.8.0.10.jar"/>
80
  <classpathentry kind="var" path="M2_REPO/com/lowagie/itext/2.1.4/itext-2.1.4.jar" sourcepath="M2_REPO/com/lowagie/itext/2.1.4/itext-2.1.4-sources.jar">
81
    <attributes>
82
      <attribute value="jar:file:/home/nacho/.m2/repository/com/lowagie/itext/2.1.4/itext-2.1.4-javadoc.jar!/" name="javadoc_location"/>
83
    </attributes>
84
  </classpathentry>
85
  <classpathentry kind="var" path="M2_REPO/gov/nist/math/jama/unknown/jama-unknown.jar"/>
86
  <classpathentry kind="var" path="M2_REPO/com/toedter/jcalendar/1.1.4/jcalendar-1.1.4.jar"/>
87
  <classpathentry kind="var" path="M2_REPO/jfree/jcommon/1.0.12/jcommon-1.0.12.jar" sourcepath="M2_REPO/jfree/jcommon/1.0.12/jcommon-1.0.12-sources.jar">
88
    <attributes>
89
      <attribute value="jar:file:/home/nacho/.m2/repository/jfree/jcommon/1.0.12/jcommon-1.0.12-javadoc.jar!/" name="javadoc_location"/>
90
    </attributes>
91
  </classpathentry>
92
  <classpathentry kind="var" path="M2_REPO/org/jfree/jcommon/1.0.17/jcommon-1.0.17.jar" sourcepath="M2_REPO/org/jfree/jcommon/1.0.17/jcommon-1.0.17-sources.jar">
93
    <attributes>
94
      <attribute value="jar:file:/home/nacho/.m2/repository/org/jfree/jcommon/1.0.17/jcommon-1.0.17-javadoc.jar!/" name="javadoc_location"/>
95
    </attributes>
96
  </classpathentry>
97
  <classpathentry kind="var" path="M2_REPO/jdom/jdom/1.0/jdom-1.0.jar" sourcepath="M2_REPO/jdom/jdom/1.0/jdom-1.0-sources.jar"/>
98
  <classpathentry kind="var" path="M2_REPO/org/nfunk/jep/2.4.0/jep-2.4.0.jar"/>
99
  <classpathentry kind="var" path="M2_REPO/jfree/jfreechart/1.0.7/jfreechart-1.0.7.jar" sourcepath="M2_REPO/jfree/jfreechart/1.0.7/jfreechart-1.0.7-sources.jar">
100
    <attributes>
101
      <attribute value="jar:file:/home/nacho/.m2/repository/jfree/jfreechart/1.0.7/jfreechart-1.0.7-javadoc.jar!/" name="javadoc_location"/>
102
    </attributes>
103
  </classpathentry>
104
  <classpathentry kind="var" path="M2_REPO/org/jfree/jfreechart/1.0.14/jfreechart-1.0.14.jar" sourcepath="M2_REPO/org/jfree/jfreechart/1.0.14/jfreechart-1.0.14-sources.jar">
105
    <attributes>
106
      <attribute value="jar:file:/home/nacho/.m2/repository/org/jfree/jfreechart/1.0.14/jfreechart-1.0.14-javadoc.jar!/" name="javadoc_location"/>
107
    </attributes>
108
  </classpathentry>
109
  <classpathentry kind="var" path="M2_REPO/jgraph/jgraph/5.13.0.0/jgraph-5.13.0.0.jar" sourcepath="M2_REPO/jgraph/jgraph/5.13.0.0/jgraph-5.13.0.0-sources.jar">
110
    <attributes>
111
      <attribute value="jar:file:/home/nacho/.m2/repository/jgraph/jgraph/5.13.0.0/jgraph-5.13.0.0-javadoc.jar!/" name="javadoc_location"/>
112
    </attributes>
113
  </classpathentry>
114
  <classpathentry kind="var" path="M2_REPO/com/sun/jimi/1.1/jimi-1.1.jar"/>
115
  <classpathentry kind="var" path="M2_REPO/joda-time/joda-time/1.6/joda-time-1.6.jar" sourcepath="M2_REPO/joda-time/joda-time/1.6/joda-time-1.6-sources.jar">
116
    <attributes>
117
      <attribute value="jar:file:/home/nacho/.m2/repository/joda-time/joda-time/1.6/joda-time-1.6-javadoc.jar!/" name="javadoc_location"/>
118
    </attributes>
119
  </classpathentry>
120
  <classpathentry kind="var" path="M2_REPO/org/jpedal/jpedal_lgpl/4.37b36/jpedal_lgpl-4.37b36.jar"/>
121
  <classpathentry kind="var" path="M2_REPO/net/sf/jsi/unknown/jsi-unknown.jar"/>
122
  <classpathentry kind="var" path="M2_REPO/com/vividsolutions/jts/1.9/jts-1.9.jar" sourcepath="M2_REPO/com/vividsolutions/jts/1.9/jts-1.9-sources.jar"/>
123
  <classpathentry kind="var" path="M2_REPO/junit/junit/3.8.1/junit-3.8.1.jar" sourcepath="M2_REPO/junit/junit/3.8.1/junit-3.8.1-sources.jar"/>
124
  <classpathentry kind="var" path="M2_REPO/jwizardcomponent/jwizardcomponent/1.2.2/jwizardcomponent-1.2.2.jar"/>
125
  <classpathentry kind="var" path="M2_REPO/jwizardcomponent/jwizardcomponent-0i18n/1.2.2.1/jwizardcomponent-0i18n-1.2.2.1.jar"/>
126
  <classpathentry kind="var" path="M2_REPO/net/sf/kxml/kxml2/2.2.2/kxml2-2.2.2.jar"/>
127
  <classpathentry kind="var" path="M2_REPO/log4j/log4j/1.2.14/log4j-1.2.14.jar" sourcepath="M2_REPO/log4j/log4j/1.2.14/log4j-1.2.14-sources.jar"/>
128
  <classpathentry kind="var" path="M2_REPO/com/jgoodies/looks/2.1.4/looks-2.1.4.jar" sourcepath="M2_REPO/com/jgoodies/looks/2.1.4/looks-2.1.4-sources.jar">
129
    <attributes>
130
      <attribute value="jar:file:/home/nacho/.m2/repository/com/jgoodies/looks/2.1.4/looks-2.1.4-javadoc.jar!/" name="javadoc_location"/>
131
    </attributes>
132
  </classpathentry>
133
  <classpathentry kind="var" path="M2_REPO/org/gvsig/org.gvsig.about.api/1.0.0/org.gvsig.about.api-1.0.0.jar" sourcepath="M2_REPO/org/gvsig/org.gvsig.about.api/1.0.0/org.gvsig.about.api-1.0.0-sources.jar">
134
    <attributes>
135
      <attribute value="jar:file:/home/nacho/.m2/repository/org/gvsig/org.gvsig.about.api/1.0.0/org.gvsig.about.api-1.0.0-javadoc.jar!/" name="javadoc_location"/>
136
    </attributes>
137
  </classpathentry>
138
  <classpathentry kind="var" path="M2_REPO/org/gvsig/org.gvsig.about.impl/1.0.0/org.gvsig.about.impl-1.0.0.jar" sourcepath="M2_REPO/org/gvsig/org.gvsig.about.impl/1.0.0/org.gvsig.about.impl-1.0.0-sources.jar">
139
    <attributes>
140
      <attribute value="jar:file:/home/nacho/.m2/repository/org/gvsig/org.gvsig.about.impl/1.0.0/org.gvsig.about.impl-1.0.0-javadoc.jar!/" name="javadoc_location"/>
141
    </attributes>
142
  </classpathentry>
143
  <classpathentry kind="var" path="M2_REPO/org/gvsig/org.gvsig.andami/2.0/org.gvsig.andami-2.0.jar" sourcepath="M2_REPO/org/gvsig/org.gvsig.andami/2.0/org.gvsig.andami-2.0-sources.jar">
144
    <attributes>
145
      <attribute value="jar:file:/home/nacho/.m2/repository/org/gvsig/org.gvsig.andami/2.0/org.gvsig.andami-2.0-javadoc.jar!/" name="javadoc_location"/>
146
    </attributes>
147
  </classpathentry>
148
  <classpathentry kind="var" path="M2_REPO/org/gvsig/org.gvsig.app/2.0/org.gvsig.app-2.0.jar" sourcepath="M2_REPO/org/gvsig/org.gvsig.app/2.0/org.gvsig.app-2.0-sources.jar">
149
    <attributes>
150
      <attribute value="jar:file:/home/nacho/.m2/repository/org/gvsig/org.gvsig.app/2.0/org.gvsig.app-2.0-javadoc.jar!/" name="javadoc_location"/>
151
    </attributes>
152
  </classpathentry>
153
  <classpathentry kind="var" path="M2_REPO/org/gvsig/org.gvsig.app.document.table.app.mainplugin/2.0.0/org.gvsig.app.document.table.app.mainplugin-2.0.0.jar" sourcepath="M2_REPO/org/gvsig/org.gvsig.app.document.table.app.mainplugin/2.0.0/org.gvsig.app.document.table.app.mainplugin-2.0.0-sources.jar">
154
    <attributes>
155
      <attribute value="jar:file:/home/nacho/.m2/repository/org/gvsig/org.gvsig.app.document.table.app.mainplugin/2.0.0/org.gvsig.app.document.table.app.mainplugin-2.0.0-javadoc.jar!/" name="javadoc_location"/>
156
    </attributes>
157
  </classpathentry>
158
  <classpathentry kind="var" path="M2_REPO/org/gvsig/org.gvsig.compat/2.0/org.gvsig.compat-2.0.jar" sourcepath="M2_REPO/org/gvsig/org.gvsig.compat/2.0/org.gvsig.compat-2.0-sources.jar">
159
    <attributes>
160
      <attribute value="jar:file:/home/nacho/.m2/repository/org/gvsig/org.gvsig.compat/2.0/org.gvsig.compat-2.0-javadoc.jar!/" name="javadoc_location"/>
161
    </attributes>
162
  </classpathentry>
163
  <classpathentry kind="var" path="M2_REPO/org/gvsig/org.gvsig.compat/2.0/org.gvsig.compat-2.0-se.jar"/>
164
  <classpathentry kind="var" path="M2_REPO/org/gvsig/org.gvsig.coreplugin/2.0/org.gvsig.coreplugin-2.0.jar" sourcepath="M2_REPO/org/gvsig/org.gvsig.coreplugin/2.0/org.gvsig.coreplugin-2.0-sources.jar">
165
    <attributes>
166
      <attribute value="jar:file:/home/nacho/.m2/repository/org/gvsig/org.gvsig.coreplugin/2.0/org.gvsig.coreplugin-2.0-javadoc.jar!/" name="javadoc_location"/>
167
    </attributes>
168
  </classpathentry>
169
  <classpathentry kind="var" path="M2_REPO/org/gvsig/org.gvsig.dxf/2.0/org.gvsig.dxf-2.0.jar" sourcepath="M2_REPO/org/gvsig/org.gvsig.dxf/2.0/org.gvsig.dxf-2.0-sources.jar">
170
    <attributes>
171
      <attribute value="jar:file:/home/nacho/.m2/repository/org/gvsig/org.gvsig.dxf/2.0/org.gvsig.dxf-2.0-javadoc.jar!/" name="javadoc_location"/>
172
    </attributes>
173
  </classpathentry>
174
  <classpathentry kind="var" path="M2_REPO/org/gvsig/external/org.gvsig.external.jump/1.0.0/org.gvsig.external.jump-1.0.0.jar" sourcepath="M2_REPO/org/gvsig/external/org.gvsig.external.jump/1.0.0/org.gvsig.external.jump-1.0.0-sources.jar">
175
    <attributes>
176
      <attribute value="jar:file:/home/nacho/.m2/repository/org/gvsig/external/org.gvsig.external.jump/1.0.0/org.gvsig.external.jump-1.0.0-javadoc.jar!/" name="javadoc_location"/>
177
    </attributes>
178
  </classpathentry>
179
  <classpathentry kind="var" path="M2_REPO/org/gvsig/org.gvsig.fmap.control/2.0/org.gvsig.fmap.control-2.0.jar" sourcepath="M2_REPO/org/gvsig/org.gvsig.fmap.control/2.0/org.gvsig.fmap.control-2.0-sources.jar">
180
    <attributes>
181
      <attribute value="jar:file:/home/nacho/.m2/repository/org/gvsig/org.gvsig.fmap.control/2.0/org.gvsig.fmap.control-2.0-javadoc.jar!/" name="javadoc_location"/>
182
    </attributes>
183
  </classpathentry>
184
  <classpathentry kind="var" path="M2_REPO/org/gvsig/org.gvsig.fmap.dal/2.0/org.gvsig.fmap.dal-2.0.jar" sourcepath="M2_REPO/org/gvsig/org.gvsig.fmap.dal/2.0/org.gvsig.fmap.dal-2.0-sources.jar">
185
    <attributes>
186
      <attribute value="jar:file:/home/nacho/.m2/repository/org/gvsig/org.gvsig.fmap.dal/2.0/org.gvsig.fmap.dal-2.0-javadoc.jar!/" name="javadoc_location"/>
187
    </attributes>
188
  </classpathentry>
189
  <classpathentry kind="var" path="M2_REPO/org/gvsig/org.gvsig.fmap.dal/2.0/org.gvsig.fmap.dal-2.0-impl.jar"/>
190
  <classpathentry kind="var" path="M2_REPO/org/gvsig/org.gvsig.fmap.dal/2.0/org.gvsig.fmap.dal-2.0-spi.jar"/>
191
  <classpathentry kind="var" path="M2_REPO/org/gvsig/org.gvsig.fmap.dal.file/2.0/org.gvsig.fmap.dal.file-2.0.jar" sourcepath="M2_REPO/org/gvsig/org.gvsig.fmap.dal.file/2.0/org.gvsig.fmap.dal.file-2.0-sources.jar">
192
    <attributes>
193
      <attribute value="jar:file:/home/nacho/.m2/repository/org/gvsig/org.gvsig.fmap.dal.file/2.0/org.gvsig.fmap.dal.file-2.0-javadoc.jar!/" name="javadoc_location"/>
194
    </attributes>
195
  </classpathentry>
196
  <classpathentry kind="var" path="M2_REPO/org/gvsig/org.gvsig.fmap.dal.file/2.0/org.gvsig.fmap.dal.file-2.0-store.dbf.jar"/>
197
  <classpathentry kind="var" path="M2_REPO/org/gvsig/org.gvsig.fmap.dal.file/2.0/org.gvsig.fmap.dal.file-2.0-store.dgn.jar"/>
198
  <classpathentry kind="var" path="M2_REPO/org/gvsig/org.gvsig.fmap.dal.file/2.0/org.gvsig.fmap.dal.file-2.0-store.dgn.legend.jar"/>
199
  <classpathentry kind="var" path="M2_REPO/org/gvsig/org.gvsig.fmap.dal.file/2.0/org.gvsig.fmap.dal.file-2.0-store.dxf.jar"/>
200
  <classpathentry kind="var" path="M2_REPO/org/gvsig/org.gvsig.fmap.dal.file/2.0/org.gvsig.fmap.dal.file-2.0-store.dxf.legend.jar"/>
201
  <classpathentry kind="var" path="M2_REPO/org/gvsig/org.gvsig.fmap.dal.file/2.0/org.gvsig.fmap.dal.file-2.0-store.shp.jar"/>
202
  <classpathentry kind="var" path="M2_REPO/org/gvsig/org.gvsig.fmap.dal.index.spatial/2.0/org.gvsig.fmap.dal.index.spatial-2.0-gt2.jar"/>
203
  <classpathentry kind="var" path="M2_REPO/org/gvsig/org.gvsig.fmap.dal.index.spatial/2.0/org.gvsig.fmap.dal.index.spatial-2.0-jsi.jar"/>
204
  <classpathentry kind="var" path="M2_REPO/org/gvsig/org.gvsig.fmap.dal.index.spatial/2.0/org.gvsig.fmap.dal.index.spatial-2.0-jts.jar"/>
205
  <classpathentry kind="var" path="M2_REPO/org/gvsig/org.gvsig.fmap.geometry/2.0/org.gvsig.fmap.geometry-2.0.jar" sourcepath="M2_REPO/org/gvsig/org.gvsig.fmap.geometry/2.0/org.gvsig.fmap.geometry-2.0-sources.jar">
206
    <attributes>
207
      <attribute value="jar:file:/home/nacho/.m2/repository/org/gvsig/org.gvsig.fmap.geometry/2.0/org.gvsig.fmap.geometry-2.0-javadoc.jar!/" name="javadoc_location"/>
208
    </attributes>
209
  </classpathentry>
210
  <classpathentry kind="var" path="M2_REPO/org/gvsig/org.gvsig.fmap.geometry/2.0/org.gvsig.fmap.geometry-2.0-impl.jar"/>
211
  <classpathentry kind="var" path="M2_REPO/org/gvsig/org.gvsig.fmap.geometry/2.0/org.gvsig.fmap.geometry-2.0-operation.jar"/>
212
  <classpathentry kind="var" path="M2_REPO/org/gvsig/org.gvsig.fmap.mapcontext/2.0/org.gvsig.fmap.mapcontext-2.0.jar" sourcepath="M2_REPO/org/gvsig/org.gvsig.fmap.mapcontext/2.0/org.gvsig.fmap.mapcontext-2.0-sources.jar">
213
    <attributes>
214
      <attribute value="jar:file:/home/nacho/.m2/repository/org/gvsig/org.gvsig.fmap.mapcontext/2.0/org.gvsig.fmap.mapcontext-2.0-javadoc.jar!/" name="javadoc_location"/>
215
    </attributes>
216
  </classpathentry>
217
  <classpathentry kind="var" path="M2_REPO/org/gvsig/org.gvsig.fmap.mapcontext/2.0/org.gvsig.fmap.mapcontext-2.0-impl.jar"/>
218
  <classpathentry kind="var" path="M2_REPO/org/gvsig/org.gvsig.fmap.mapcontext/2.0/org.gvsig.fmap.mapcontext-2.0-operation.jar"/>
219
  <classpathentry kind="var" path="M2_REPO/org/gvsig/org.gvsig.geoprocess.app.mainplugin/2.0.1-SNAPSHOT/org.gvsig.geoprocess.app.mainplugin-2.0.1-SNAPSHOT.jar" sourcepath="M2_REPO/org/gvsig/org.gvsig.geoprocess.app.mainplugin/2.0.1-SNAPSHOT/org.gvsig.geoprocess.app.mainplugin-2.0.1-SNAPSHOT-sources.jar"/>
220
  <classpathentry kind="var" path="M2_REPO/org/gvsig/org.gvsig.geoprocess.lib.api/2.0.1-SNAPSHOT/org.gvsig.geoprocess.lib.api-2.0.1-SNAPSHOT.jar" sourcepath="M2_REPO/org/gvsig/org.gvsig.geoprocess.lib.api/2.0.1-SNAPSHOT/org.gvsig.geoprocess.lib.api-2.0.1-SNAPSHOT-sources.jar"/>
221
  <classpathentry kind="var" path="M2_REPO/org/gvsig/org.gvsig.geoprocess.lib.sextante/2.0.1-SNAPSHOT/org.gvsig.geoprocess.lib.sextante-2.0.1-SNAPSHOT.jar" sourcepath="M2_REPO/org/gvsig/org.gvsig.geoprocess.lib.sextante/2.0.1-SNAPSHOT/org.gvsig.geoprocess.lib.sextante-2.0.1-SNAPSHOT-sources.jar"/>
222
  <classpathentry kind="var" path="M2_REPO/org/gvsig/org.gvsig.i18n/2.0.1/org.gvsig.i18n-2.0.1.jar" sourcepath="M2_REPO/org/gvsig/org.gvsig.i18n/2.0.1/org.gvsig.i18n-2.0.1-sources.jar">
223
    <attributes>
224
      <attribute value="jar:file:/home/nacho/.m2/repository/org/gvsig/org.gvsig.i18n/2.0.1/org.gvsig.i18n-2.0.1-javadoc.jar!/" name="javadoc_location"/>
225
    </attributes>
226
  </classpathentry>
227
  <classpathentry kind="var" path="M2_REPO/org/gvsig/org.gvsig.installer.lib.api/1.0.1/org.gvsig.installer.lib.api-1.0.1.jar" sourcepath="M2_REPO/org/gvsig/org.gvsig.installer.lib.api/1.0.1/org.gvsig.installer.lib.api-1.0.1-sources.jar">
228
    <attributes>
229
      <attribute value="jar:file:/home/nacho/.m2/repository/org/gvsig/org.gvsig.installer.lib.api/1.0.1/org.gvsig.installer.lib.api-1.0.1-javadoc.jar!/" name="javadoc_location"/>
230
    </attributes>
231
  </classpathentry>
232
  <classpathentry kind="var" path="M2_REPO/org/gvsig/org.gvsig.installer.lib.impl/1.0.1/org.gvsig.installer.lib.impl-1.0.1.jar" sourcepath="M2_REPO/org/gvsig/org.gvsig.installer.lib.impl/1.0.1/org.gvsig.installer.lib.impl-1.0.1-sources.jar">
233
    <attributes>
234
      <attribute value="jar:file:/home/nacho/.m2/repository/org/gvsig/org.gvsig.installer.lib.impl/1.0.1/org.gvsig.installer.lib.impl-1.0.1-javadoc.jar!/" name="javadoc_location"/>
235
    </attributes>
236
  </classpathentry>
237
  <classpathentry kind="var" path="M2_REPO/org/gvsig/org.gvsig.installer.lib.spi/1.0.1/org.gvsig.installer.lib.spi-1.0.1.jar" sourcepath="M2_REPO/org/gvsig/org.gvsig.installer.lib.spi/1.0.1/org.gvsig.installer.lib.spi-1.0.1-sources.jar">
238
    <attributes>
239
      <attribute value="jar:file:/home/nacho/.m2/repository/org/gvsig/org.gvsig.installer.lib.spi/1.0.1/org.gvsig.installer.lib.spi-1.0.1-javadoc.jar!/" name="javadoc_location"/>
240
    </attributes>
241
  </classpathentry>
242
  <classpathentry kind="var" path="M2_REPO/org/gvsig/org.gvsig.installer.prov.plugin/1.0.1/org.gvsig.installer.prov.plugin-1.0.1.jar" sourcepath="M2_REPO/org/gvsig/org.gvsig.installer.prov.plugin/1.0.1/org.gvsig.installer.prov.plugin-1.0.1-sources.jar">
243
    <attributes>
244
      <attribute value="jar:file:/home/nacho/.m2/repository/org/gvsig/org.gvsig.installer.prov.plugin/1.0.1/org.gvsig.installer.prov.plugin-1.0.1-javadoc.jar!/" name="javadoc_location"/>
245
    </attributes>
246
  </classpathentry>
247
  <classpathentry kind="var" path="M2_REPO/org/gvsig/org.gvsig.installer.swing.api/1.0.1/org.gvsig.installer.swing.api-1.0.1.jar" sourcepath="M2_REPO/org/gvsig/org.gvsig.installer.swing.api/1.0.1/org.gvsig.installer.swing.api-1.0.1-sources.jar">
248
    <attributes>
249
      <attribute value="jar:file:/home/nacho/.m2/repository/org/gvsig/org.gvsig.installer.swing.api/1.0.1/org.gvsig.installer.swing.api-1.0.1-javadoc.jar!/" name="javadoc_location"/>
250
    </attributes>
251
  </classpathentry>
252
  <classpathentry kind="var" path="M2_REPO/org/gvsig/org.gvsig.installer.swing.impl/1.0.1/org.gvsig.installer.swing.impl-1.0.1.jar" sourcepath="M2_REPO/org/gvsig/org.gvsig.installer.swing.impl/1.0.1/org.gvsig.installer.swing.impl-1.0.1-sources.jar">
253
    <attributes>
254
      <attribute value="jar:file:/home/nacho/.m2/repository/org/gvsig/org.gvsig.installer.swing.impl/1.0.1/org.gvsig.installer.swing.impl-1.0.1-javadoc.jar!/" name="javadoc_location"/>
255
    </attributes>
256
  </classpathentry>
257
  <classpathentry kind="var" path="M2_REPO/org/gvsig/org.gvsig.jdk.v1_6/1.0.0/org.gvsig.jdk.v1_6-1.0.0.jar" sourcepath="M2_REPO/org/gvsig/org.gvsig.jdk.v1_6/1.0.0/org.gvsig.jdk.v1_6-1.0.0-sources.jar">
258
    <attributes>
259
      <attribute value="jar:file:/home/nacho/.m2/repository/org/gvsig/org.gvsig.jdk.v1_6/1.0.0/org.gvsig.jdk.v1_6-1.0.0-javadoc.jar!/" name="javadoc_location"/>
260
    </attributes>
261
  </classpathentry>
262
  <classpathentry kind="var" path="M2_REPO/org/gvsig/org.gvsig.jgdal/2.0.4-SNAPSHOT/org.gvsig.jgdal-2.0.4-SNAPSHOT.jar" sourcepath="M2_REPO/org/gvsig/org.gvsig.jgdal/2.0.4-SNAPSHOT/org.gvsig.jgdal-2.0.4-SNAPSHOT-sources.jar"/>
263
  <classpathentry kind="var" path="M2_REPO/org/gvsig/org.gvsig.jpotrace/2.0.0-SNAPSHOT/org.gvsig.jpotrace-2.0.0-SNAPSHOT.jar"/>
264
  <classpathentry kind="var" path="M2_REPO/org/gvsig/org.gvsig.maven.base.tools/1.0.9/org.gvsig.maven.base.tools-1.0.9.jar" sourcepath="M2_REPO/org/gvsig/org.gvsig.maven.base.tools/1.0.9/org.gvsig.maven.base.tools-1.0.9-sources.jar"/>
265
  <classpathentry kind="var" path="M2_REPO/org/gvsig/org.gvsig.metadata.lib.basic.api/1.0.0/org.gvsig.metadata.lib.basic.api-1.0.0.jar" sourcepath="M2_REPO/org/gvsig/org.gvsig.metadata.lib.basic.api/1.0.0/org.gvsig.metadata.lib.basic.api-1.0.0-sources.jar">
266
    <attributes>
267
      <attribute value="jar:file:/home/nacho/.m2/repository/org/gvsig/org.gvsig.metadata.lib.basic.api/1.0.0/org.gvsig.metadata.lib.basic.api-1.0.0-javadoc.jar!/" name="javadoc_location"/>
268
    </attributes>
269
  </classpathentry>
270
  <classpathentry kind="var" path="M2_REPO/org/gvsig/org.gvsig.metadata.lib.basic.impl/1.0.0/org.gvsig.metadata.lib.basic.impl-1.0.0.jar" sourcepath="M2_REPO/org/gvsig/org.gvsig.metadata.lib.basic.impl/1.0.0/org.gvsig.metadata.lib.basic.impl-1.0.0-sources.jar">
271
    <attributes>
272
      <attribute value="jar:file:/home/nacho/.m2/repository/org/gvsig/org.gvsig.metadata.lib.basic.impl/1.0.0/org.gvsig.metadata.lib.basic.impl-1.0.0-javadoc.jar!/" name="javadoc_location"/>
273
    </attributes>
274
  </classpathentry>
275
  <classpathentry kind="var" path="M2_REPO/org/gvsig/org.gvsig.metadata.swing.basic.api/1.0.0/org.gvsig.metadata.swing.basic.api-1.0.0.jar" sourcepath="M2_REPO/org/gvsig/org.gvsig.metadata.swing.basic.api/1.0.0/org.gvsig.metadata.swing.basic.api-1.0.0-sources.jar">
276
    <attributes>
277
      <attribute value="jar:file:/home/nacho/.m2/repository/org/gvsig/org.gvsig.metadata.swing.basic.api/1.0.0/org.gvsig.metadata.swing.basic.api-1.0.0-javadoc.jar!/" name="javadoc_location"/>
278
    </attributes>
279
  </classpathentry>
280
  <classpathentry kind="var" path="M2_REPO/org/gvsig/org.gvsig.metadata.swing.basic.impl/1.0.0/org.gvsig.metadata.swing.basic.impl-1.0.0.jar" sourcepath="M2_REPO/org/gvsig/org.gvsig.metadata.swing.basic.impl/1.0.0/org.gvsig.metadata.swing.basic.impl-1.0.0-sources.jar">
281
    <attributes>
282
      <attribute value="jar:file:/home/nacho/.m2/repository/org/gvsig/org.gvsig.metadata.swing.basic.impl/1.0.0/org.gvsig.metadata.swing.basic.impl-1.0.0-javadoc.jar!/" name="javadoc_location"/>
283
    </attributes>
284
  </classpathentry>
285
  <classpathentry kind="var" path="M2_REPO/org/gvsig/org.gvsig.projection/2.0/org.gvsig.projection-2.0.jar" sourcepath="M2_REPO/org/gvsig/org.gvsig.projection/2.0/org.gvsig.projection-2.0-sources.jar">
286
    <attributes>
287
      <attribute value="jar:file:/home/nacho/.m2/repository/org/gvsig/org.gvsig.projection/2.0/org.gvsig.projection-2.0-javadoc.jar!/" name="javadoc_location"/>
288
    </attributes>
289
  </classpathentry>
290
  <classpathentry kind="var" path="M2_REPO/org/gvsig/org.gvsig.projection/2.0/org.gvsig.projection-2.0-cresques-impl.jar"/>
291
  <classpathentry kind="var" path="M2_REPO/org/gvsig/org.gvsig.projection/2.0/org.gvsig.projection-2.0-cresques-ui.jar"/>
292
  <classpathentry kind="var" path="M2_REPO/org/gvsig/org.gvsig.raster.algorithm/2.0.1-SNAPSHOT/org.gvsig.raster.algorithm-2.0.1-SNAPSHOT.jar" sourcepath="M2_REPO/org/gvsig/org.gvsig.raster.algorithm/2.0.1-SNAPSHOT/org.gvsig.raster.algorithm-2.0.1-SNAPSHOT-sources.jar"/>
293
  <classpathentry kind="var" path="M2_REPO/org/gvsig/org.gvsig.raster.cache.lib.api/2.0.1-SNAPSHOT/org.gvsig.raster.cache.lib.api-2.0.1-SNAPSHOT.jar" sourcepath="M2_REPO/org/gvsig/org.gvsig.raster.cache.lib.api/2.0.1-SNAPSHOT/org.gvsig.raster.cache.lib.api-2.0.1-SNAPSHOT-sources.jar"/>
294
  <classpathentry kind="var" path="M2_REPO/org/gvsig/org.gvsig.raster.fmap/2.0.0/org.gvsig.raster.fmap-2.0.0.jar" sourcepath="M2_REPO/org/gvsig/org.gvsig.raster.fmap/2.0.0/org.gvsig.raster.fmap-2.0.0-sources.jar">
295
    <attributes>
296
      <attribute value="jar:file:/home/nacho/.m2/repository/org/gvsig/org.gvsig.raster.fmap/2.0.0/org.gvsig.raster.fmap-2.0.0-javadoc.jar!/" name="javadoc_location"/>
297
    </attributes>
298
  </classpathentry>
299
  <classpathentry kind="var" path="M2_REPO/org/gvsig/org.gvsig.raster.lib.api/2.0.0/org.gvsig.raster.lib.api-2.0.0.jar" sourcepath="M2_REPO/org/gvsig/org.gvsig.raster.lib.api/2.0.0/org.gvsig.raster.lib.api-2.0.0-sources.jar">
300
    <attributes>
301
      <attribute value="jar:file:/home/nacho/.m2/repository/org/gvsig/org.gvsig.raster.lib.api/2.0.0/org.gvsig.raster.lib.api-2.0.0-javadoc.jar!/" name="javadoc_location"/>
302
    </attributes>
303
  </classpathentry>
304
  <classpathentry kind="var" path="M2_REPO/org/gvsig/org.gvsig.raster.lib.impl/2.0.1-SNAPSHOT/org.gvsig.raster.lib.impl-2.0.1-SNAPSHOT.jar" sourcepath="M2_REPO/org/gvsig/org.gvsig.raster.lib.impl/2.0.1-SNAPSHOT/org.gvsig.raster.lib.impl-2.0.1-SNAPSHOT-sources.jar"/>
305
  <classpathentry kind="var" path="M2_REPO/org/gvsig/org.gvsig.raster.reproject.algorithm/2.0.1-SNAPSHOT/org.gvsig.raster.reproject.algorithm-2.0.1-SNAPSHOT.jar" sourcepath="M2_REPO/org/gvsig/org.gvsig.raster.reproject.algorithm/2.0.1-SNAPSHOT/org.gvsig.raster.reproject.algorithm-2.0.1-SNAPSHOT-sources.jar"/>
306
  <classpathentry kind="var" path="M2_REPO/org/gvsig/org.gvsig.raster.reproject.app.reprojectclient/2.0.1-SNAPSHOT/org.gvsig.raster.reproject.app.reprojectclient-2.0.1-SNAPSHOT.jar" sourcepath="M2_REPO/org/gvsig/org.gvsig.raster.reproject.app.reprojectclient/2.0.1-SNAPSHOT/org.gvsig.raster.reproject.app.reprojectclient-2.0.1-SNAPSHOT-sources.jar"/>
307
  <classpathentry kind="var" path="M2_REPO/org/gvsig/org.gvsig.raster.swing.api/2.0.1-SNAPSHOT/org.gvsig.raster.swing.api-2.0.1-SNAPSHOT.jar" sourcepath="M2_REPO/org/gvsig/org.gvsig.raster.swing.api/2.0.1-SNAPSHOT/org.gvsig.raster.swing.api-2.0.1-SNAPSHOT-sources.jar"/>
308
  <classpathentry kind="var" path="M2_REPO/org/gvsig/org.gvsig.raster.swing.impl/2.0.1-SNAPSHOT/org.gvsig.raster.swing.impl-2.0.1-SNAPSHOT.jar" sourcepath="M2_REPO/org/gvsig/org.gvsig.raster.swing.impl/2.0.1-SNAPSHOT/org.gvsig.raster.swing.impl-2.0.1-SNAPSHOT-sources.jar"/>
309
  <classpathentry kind="var" path="M2_REPO/org/gvsig/org.gvsig.raster.tools.algorithm.base/2.0.0/org.gvsig.raster.tools.algorithm.base-2.0.0.jar" sourcepath="M2_REPO/org/gvsig/org.gvsig.raster.tools.algorithm.base/2.0.0/org.gvsig.raster.tools.algorithm.base-2.0.0-sources.jar">
310
    <attributes>
311
      <attribute value="jar:file:/home/nacho/.m2/repository/org/gvsig/org.gvsig.raster.tools.algorithm.base/2.0.0/org.gvsig.raster.tools.algorithm.base-2.0.0-javadoc.jar!/" name="javadoc_location"/>
312
    </attributes>
313
  </classpathentry>
314
  <classpathentry kind="var" path="M2_REPO/org/gvsig/org.gvsig.raster.tools.algorithm.layerdatatype/2.0.0/org.gvsig.raster.tools.algorithm.layerdatatype-2.0.0.jar" sourcepath="M2_REPO/org/gvsig/org.gvsig.raster.tools.algorithm.layerdatatype/2.0.0/org.gvsig.raster.tools.algorithm.layerdatatype-2.0.0-sources.jar">
315
    <attributes>
316
      <attribute value="jar:file:/home/nacho/.m2/repository/org/gvsig/org.gvsig.raster.tools.algorithm.layerdatatype/2.0.0/org.gvsig.raster.tools.algorithm.layerdatatype-2.0.0-javadoc.jar!/" name="javadoc_location"/>
317
    </attributes>
318
  </classpathentry>
319
  <classpathentry kind="var" path="M2_REPO/org/gvsig/org.gvsig.raster.tools.algorithm.reproject/2.0.0/org.gvsig.raster.tools.algorithm.reproject-2.0.0.jar" sourcepath="M2_REPO/org/gvsig/org.gvsig.raster.tools.algorithm.reproject/2.0.0/org.gvsig.raster.tools.algorithm.reproject-2.0.0-sources.jar">
320
    <attributes>
321
      <attribute value="jar:file:/home/nacho/.m2/repository/org/gvsig/org.gvsig.raster.tools.algorithm.reproject/2.0.0/org.gvsig.raster.tools.algorithm.reproject-2.0.0-javadoc.jar!/" name="javadoc_location"/>
322
    </attributes>
323
  </classpathentry>
324
  <classpathentry kind="var" path="M2_REPO/org/gvsig/org.gvsig.raster.tools.algorithm.swing.api/2.0.0/org.gvsig.raster.tools.algorithm.swing.api-2.0.0.jar" sourcepath="M2_REPO/org/gvsig/org.gvsig.raster.tools.algorithm.swing.api/2.0.0/org.gvsig.raster.tools.algorithm.swing.api-2.0.0-sources.jar">
325
    <attributes>
326
      <attribute value="jar:file:/home/nacho/.m2/repository/org/gvsig/org.gvsig.raster.tools.algorithm.swing.api/2.0.0/org.gvsig.raster.tools.algorithm.swing.api-2.0.0-javadoc.jar!/" name="javadoc_location"/>
327
    </attributes>
328
  </classpathentry>
329
  <classpathentry kind="var" path="M2_REPO/org/gvsig/org.gvsig.raster.tools.algorithm.swing.impl/2.0.0/org.gvsig.raster.tools.algorithm.swing.impl-2.0.0.jar" sourcepath="M2_REPO/org/gvsig/org.gvsig.raster.tools.algorithm.swing.impl/2.0.0/org.gvsig.raster.tools.algorithm.swing.impl-2.0.0-sources.jar">
330
    <attributes>
331
      <attribute value="jar:file:/home/nacho/.m2/repository/org/gvsig/org.gvsig.raster.tools.algorithm.swing.impl/2.0.0/org.gvsig.raster.tools.algorithm.swing.impl-2.0.0-javadoc.jar!/" name="javadoc_location"/>
332
    </attributes>
333
  </classpathentry>
334
  <classpathentry kind="var" path="M2_REPO/org/gvsig/org.gvsig.raster.tools.app.basic/2.0.0/org.gvsig.raster.tools.app.basic-2.0.0.jar" sourcepath="M2_REPO/org/gvsig/org.gvsig.raster.tools.app.basic/2.0.0/org.gvsig.raster.tools.app.basic-2.0.0-sources.jar">
335
    <attributes>
336
      <attribute value="jar:file:/home/nacho/.m2/repository/org/gvsig/org.gvsig.raster.tools.app.basic/2.0.0/org.gvsig.raster.tools.app.basic-2.0.0-javadoc.jar!/" name="javadoc_location"/>
337
    </attributes>
338
  </classpathentry>
339
  <classpathentry kind="var" path="M2_REPO/org/gvsig/org.gvsig.remoteclient/2.0/org.gvsig.remoteclient-2.0.jar" sourcepath="M2_REPO/org/gvsig/org.gvsig.remoteclient/2.0/org.gvsig.remoteclient-2.0-sources.jar">
340
    <attributes>
341
      <attribute value="jar:file:/home/nacho/.m2/repository/org/gvsig/org.gvsig.remoteclient/2.0/org.gvsig.remoteclient-2.0-javadoc.jar!/" name="javadoc_location"/>
342
    </attributes>
343
  </classpathentry>
344
  <classpathentry kind="var" path="M2_REPO/org/gvsig/org.gvsig.symbology.lib.api/2.0.0/org.gvsig.symbology.lib.api-2.0.0.jar" sourcepath="M2_REPO/org/gvsig/org.gvsig.symbology.lib.api/2.0.0/org.gvsig.symbology.lib.api-2.0.0-sources.jar">
345
    <attributes>
346
      <attribute value="jar:file:/home/nacho/.m2/repository/org/gvsig/org.gvsig.symbology.lib.api/2.0.0/org.gvsig.symbology.lib.api-2.0.0-javadoc.jar!/" name="javadoc_location"/>
347
    </attributes>
348
  </classpathentry>
349
  <classpathentry kind="var" path="M2_REPO/org/gvsig/org.gvsig.symbology.lib.impl/2.0.0/org.gvsig.symbology.lib.impl-2.0.0.jar" sourcepath="M2_REPO/org/gvsig/org.gvsig.symbology.lib.impl/2.0.0/org.gvsig.symbology.lib.impl-2.0.0-sources.jar">
350
    <attributes>
351
      <attribute value="jar:file:/home/nacho/.m2/repository/org/gvsig/org.gvsig.symbology.lib.impl/2.0.0/org.gvsig.symbology.lib.impl-2.0.0-javadoc.jar!/" name="javadoc_location"/>
352
    </attributes>
353
  </classpathentry>
354
  <classpathentry kind="var" path="M2_REPO/org/gvsig/org.gvsig.symbology.swing.api/2.0.0/org.gvsig.symbology.swing.api-2.0.0.jar" sourcepath="M2_REPO/org/gvsig/org.gvsig.symbology.swing.api/2.0.0/org.gvsig.symbology.swing.api-2.0.0-sources.jar">
355
    <attributes>
356
      <attribute value="jar:file:/home/nacho/.m2/repository/org/gvsig/org.gvsig.symbology.swing.api/2.0.0/org.gvsig.symbology.swing.api-2.0.0-javadoc.jar!/" name="javadoc_location"/>
357
    </attributes>
358
  </classpathentry>
359
  <classpathentry kind="var" path="M2_REPO/org/gvsig/org.gvsig.symbology.swing.impl/2.0.0/org.gvsig.symbology.swing.impl-2.0.0.jar" sourcepath="M2_REPO/org/gvsig/org.gvsig.symbology.swing.impl/2.0.0/org.gvsig.symbology.swing.impl-2.0.0-sources.jar">
360
    <attributes>
361
      <attribute value="jar:file:/home/nacho/.m2/repository/org/gvsig/org.gvsig.symbology.swing.impl/2.0.0/org.gvsig.symbology.swing.impl-2.0.0-javadoc.jar!/" name="javadoc_location"/>
362
    </attributes>
363
  </classpathentry>
364
  <classpathentry kind="var" path="M2_REPO/org/gvsig/org.gvsig.timesupport.lib.api/1.0.0/org.gvsig.timesupport.lib.api-1.0.0.jar" sourcepath="M2_REPO/org/gvsig/org.gvsig.timesupport.lib.api/1.0.0/org.gvsig.timesupport.lib.api-1.0.0-sources.jar">
365
    <attributes>
366
      <attribute value="jar:file:/home/nacho/.m2/repository/org/gvsig/org.gvsig.timesupport.lib.api/1.0.0/org.gvsig.timesupport.lib.api-1.0.0-javadoc.jar!/" name="javadoc_location"/>
367
    </attributes>
368
  </classpathentry>
369
  <classpathentry kind="var" path="M2_REPO/org/gvsig/org.gvsig.timesupport.lib.impl/1.0.0/org.gvsig.timesupport.lib.impl-1.0.0.jar" sourcepath="M2_REPO/org/gvsig/org.gvsig.timesupport.lib.impl/1.0.0/org.gvsig.timesupport.lib.impl-1.0.0-sources.jar">
370
    <attributes>
371
      <attribute value="jar:file:/home/nacho/.m2/repository/org/gvsig/org.gvsig.timesupport.lib.impl/1.0.0/org.gvsig.timesupport.lib.impl-1.0.0-javadoc.jar!/" name="javadoc_location"/>
372
    </attributes>
373
  </classpathentry>
374
  <classpathentry kind="var" path="M2_REPO/org/gvsig/org.gvsig.timesupport.swing.api/1.0.0/org.gvsig.timesupport.swing.api-1.0.0.jar" sourcepath="M2_REPO/org/gvsig/org.gvsig.timesupport.swing.api/1.0.0/org.gvsig.timesupport.swing.api-1.0.0-sources.jar">
375
    <attributes>
376
      <attribute value="jar:file:/home/nacho/.m2/repository/org/gvsig/org.gvsig.timesupport.swing.api/1.0.0/org.gvsig.timesupport.swing.api-1.0.0-javadoc.jar!/" name="javadoc_location"/>
377
    </attributes>
378
  </classpathentry>
379
  <classpathentry kind="var" path="M2_REPO/org/gvsig/org.gvsig.timesupport.swing.impl/1.0.0/org.gvsig.timesupport.swing.impl-1.0.0.jar" sourcepath="M2_REPO/org/gvsig/org.gvsig.timesupport.swing.impl/1.0.0/org.gvsig.timesupport.swing.impl-1.0.0-sources.jar">
380
    <attributes>
381
      <attribute value="jar:file:/home/nacho/.m2/repository/org/gvsig/org.gvsig.timesupport.swing.impl/1.0.0/org.gvsig.timesupport.swing.impl-1.0.0-javadoc.jar!/" name="javadoc_location"/>
382
    </attributes>
383
  </classpathentry>
384
  <classpathentry kind="var" path="M2_REPO/org/gvsig/org.gvsig.tools.evaluator.sqljep/2.0/org.gvsig.tools.evaluator.sqljep-2.0.jar" sourcepath="M2_REPO/org/gvsig/org.gvsig.tools.evaluator.sqljep/2.0/org.gvsig.tools.evaluator.sqljep-2.0-sources.jar">
385
    <attributes>
386
      <attribute value="jar:file:/home/nacho/.m2/repository/org/gvsig/org.gvsig.tools.evaluator.sqljep/2.0/org.gvsig.tools.evaluator.sqljep-2.0-javadoc.jar!/" name="javadoc_location"/>
387
    </attributes>
388
  </classpathentry>
389
  <classpathentry kind="var" path="M2_REPO/org/gvsig/org.gvsig.tools.lib/3.0.0/org.gvsig.tools.lib-3.0.0.jar" sourcepath="M2_REPO/org/gvsig/org.gvsig.tools.lib/3.0.0/org.gvsig.tools.lib-3.0.0-sources.jar">
390
    <attributes>
391
      <attribute value="jar:file:/home/nacho/.m2/repository/org/gvsig/org.gvsig.tools.lib/3.0.0/org.gvsig.tools.lib-3.0.0-javadoc.jar!/" name="javadoc_location"/>
392
    </attributes>
393
  </classpathentry>
394
  <classpathentry kind="var" path="M2_REPO/org/gvsig/org.gvsig.tools.swing.api/3.0.0/org.gvsig.tools.swing.api-3.0.0.jar" sourcepath="M2_REPO/org/gvsig/org.gvsig.tools.swing.api/3.0.0/org.gvsig.tools.swing.api-3.0.0-sources.jar">
395
    <attributes>
396
      <attribute value="jar:file:/home/nacho/.m2/repository/org/gvsig/org.gvsig.tools.swing.api/3.0.0/org.gvsig.tools.swing.api-3.0.0-javadoc.jar!/" name="javadoc_location"/>
397
    </attributes>
398
  </classpathentry>
399
  <classpathentry kind="var" path="M2_REPO/org/gvsig/org.gvsig.tools.swing.impl/3.0.0/org.gvsig.tools.swing.impl-3.0.0.jar" sourcepath="M2_REPO/org/gvsig/org.gvsig.tools.swing.impl/3.0.0/org.gvsig.tools.swing.impl-3.0.0-sources.jar">
400
    <attributes>
401
      <attribute value="jar:file:/home/nacho/.m2/repository/org/gvsig/org.gvsig.tools.swing.impl/3.0.0/org.gvsig.tools.swing.impl-3.0.0-javadoc.jar!/" name="javadoc_location"/>
402
    </attributes>
403
  </classpathentry>
404
  <classpathentry kind="var" path="M2_REPO/org/gvsig/org.gvsig.tools.swing.serv.field/3.0.0/org.gvsig.tools.swing.serv.field-3.0.0.jar" sourcepath="M2_REPO/org/gvsig/org.gvsig.tools.swing.serv.field/3.0.0/org.gvsig.tools.swing.serv.field-3.0.0-sources.jar">
405
    <attributes>
406
      <attribute value="jar:file:/home/nacho/.m2/repository/org/gvsig/org.gvsig.tools.swing.serv.field/3.0.0/org.gvsig.tools.swing.serv.field-3.0.0-javadoc.jar!/" name="javadoc_location"/>
407
    </attributes>
408
  </classpathentry>
409
  <classpathentry kind="var" path="M2_REPO/org/gvsig/org.gvsig.tools.swing.serv.jform/3.0.0/org.gvsig.tools.swing.serv.jform-3.0.0.jar" sourcepath="M2_REPO/org/gvsig/org.gvsig.tools.swing.serv.jform/3.0.0/org.gvsig.tools.swing.serv.jform-3.0.0-sources.jar">
410
    <attributes>
411
      <attribute value="jar:file:/home/nacho/.m2/repository/org/gvsig/org.gvsig.tools.swing.serv.jform/3.0.0/org.gvsig.tools.swing.serv.jform-3.0.0-javadoc.jar!/" name="javadoc_location"/>
412
    </attributes>
413
  </classpathentry>
414
  <classpathentry kind="var" path="M2_REPO/org/gvsig/org.gvsig.tools.swing.serv.jlist/3.0.0/org.gvsig.tools.swing.serv.jlist-3.0.0.jar" sourcepath="M2_REPO/org/gvsig/org.gvsig.tools.swing.serv.jlist/3.0.0/org.gvsig.tools.swing.serv.jlist-3.0.0-sources.jar">
415
    <attributes>
416
      <attribute value="jar:file:/home/nacho/.m2/repository/org/gvsig/org.gvsig.tools.swing.serv.jlist/3.0.0/org.gvsig.tools.swing.serv.jlist-3.0.0-javadoc.jar!/" name="javadoc_location"/>
417
    </attributes>
418
  </classpathentry>
419
  <classpathentry kind="var" path="M2_REPO/org/gvsig/org.gvsig.tools.swing.spi/3.0.0/org.gvsig.tools.swing.spi-3.0.0.jar" sourcepath="M2_REPO/org/gvsig/org.gvsig.tools.swing.spi/3.0.0/org.gvsig.tools.swing.spi-3.0.0-sources.jar">
420
    <attributes>
421
      <attribute value="jar:file:/home/nacho/.m2/repository/org/gvsig/org.gvsig.tools.swing.spi/3.0.0/org.gvsig.tools.swing.spi-3.0.0-javadoc.jar!/" name="javadoc_location"/>
422
    </attributes>
423
  </classpathentry>
424
  <classpathentry kind="var" path="M2_REPO/org/gvsig/org.gvsig.ui/2.0.1/org.gvsig.ui-2.0.1.jar" sourcepath="M2_REPO/org/gvsig/org.gvsig.ui/2.0.1/org.gvsig.ui-2.0.1-sources.jar">
425
    <attributes>
426
      <attribute value="jar:file:/home/nacho/.m2/repository/org/gvsig/org.gvsig.ui/2.0.1/org.gvsig.ui-2.0.1-javadoc.jar!/" name="javadoc_location"/>
427
    </attributes>
428
  </classpathentry>
429
  <classpathentry kind="var" path="M2_REPO/org/gvsig/org.gvsig.utils/2.0/org.gvsig.utils-2.0.jar" sourcepath="M2_REPO/org/gvsig/org.gvsig.utils/2.0/org.gvsig.utils-2.0-sources.jar">
430
    <attributes>
431
      <attribute value="jar:file:/home/nacho/.m2/repository/org/gvsig/org.gvsig.utils/2.0/org.gvsig.utils-2.0-javadoc.jar!/" name="javadoc_location"/>
432
    </attributes>
433
  </classpathentry>
434
  <classpathentry kind="var" path="M2_REPO/org/japura/org.japura/1.14.0/org.japura-1.14.0.jar"/>
435
  <classpathentry kind="var" path="M2_REPO/es/unex/sextante/sextante/20111019-SNAPSHOT/sextante-20111019-SNAPSHOT.jar"/>
436
  <classpathentry kind="var" path="M2_REPO/es/unex/sextante/sextante-algorithms/20111019-SNAPSHOT/sextante-algorithms-20111019-SNAPSHOT.jar"/>
437
  <classpathentry kind="var" path="M2_REPO/es/unex/sextante/sextante-gui/20111019-SNAPSHOT/sextante-gui-20111019-SNAPSHOT.jar"/>
438
  <classpathentry kind="var" path="M2_REPO/es/unex/sextante/sextante-libmath/20111019-SNAPSHOT/sextante-libmath-20111019-SNAPSHOT.jar"/>
439
  <classpathentry kind="var" path="M2_REPO/sil/sil/0.43b-am1/sil-0.43b-am1.jar"/>
440
  <classpathentry kind="var" path="M2_REPO/org/slf4j/slf4j-api/1.5.5/slf4j-api-1.5.5.jar" sourcepath="M2_REPO/org/slf4j/slf4j-api/1.5.5/slf4j-api-1.5.5-sources.jar"/>
441
  <classpathentry kind="var" path="M2_REPO/org/slf4j/slf4j-log4j12/1.5.5/slf4j-log4j12-1.5.5.jar" sourcepath="M2_REPO/org/slf4j/slf4j-log4j12/1.5.5/slf4j-log4j12-1.5.5-sources.jar"/>
442
  <classpathentry kind="var" path="M2_REPO/spatialindex/spatialindex/unknown/spatialindex-unknown.jar"/>
443
  <classpathentry kind="var" path="M2_REPO/net/sf/sqljep/0.2/sqljep-0.2.jar"/>
444
  <classpathentry kind="var" path="M2_REPO/org/swinglabs/swing-worker/1.1/swing-worker-1.1.jar" sourcepath="M2_REPO/org/swinglabs/swing-worker/1.1/swing-worker-1.1-sources.jar">
445
    <attributes>
446
      <attribute value="jar:file:/home/nacho/.m2/repository/org/swinglabs/swing-worker/1.1/swing-worker-1.1-javadoc.jar!/" name="javadoc_location"/>
447
    </attributes>
448
  </classpathentry>
449
  <classpathentry kind="var" path="M2_REPO/org/swinglabs/swingx/1.6/swingx-1.6.jar" sourcepath="M2_REPO/org/swinglabs/swingx/1.6/swingx-1.6-sources.jar">
450
    <attributes>
451
      <attribute value="jar:file:/home/nacho/.m2/repository/org/swinglabs/swingx/1.6/swingx-1.6-javadoc.jar!/" name="javadoc_location"/>
452
    </attributes>
453
  </classpathentry>
454
  <classpathentry kind="var" path="M2_REPO/tablelayout/TableLayout/20050920/TableLayout-20050920.jar" sourcepath="M2_REPO/tablelayout/TableLayout/20050920/TableLayout-20050920-sources.jar">
455
    <attributes>
456
      <attribute value="jar:file:/home/nacho/.m2/repository/tablelayout/TableLayout/20050920/TableLayout-20050920-javadoc.jar!/" name="javadoc_location"/>
457
    </attributes>
458
  </classpathentry>
459
  <classpathentry kind="var" path="M2_REPO/gnu/trove/trove/0.1.8/trove-0.1.8.jar"/>
460
  <classpathentry kind="var" path="M2_REPO/java3d/vecmath/1.3.1/vecmath-1.3.1.jar"/>
461
  <classpathentry kind="var" path="M2_REPO/xalan/xalan/2.6.0/xalan-2.6.0.jar"/>
462
  <classpathentry kind="var" path="M2_REPO/xerces/xercesImpl/2.5.0/xercesImpl-2.5.0.jar"/>
463
  <classpathentry kind="var" path="M2_REPO/xml-apis/xml-apis/1.3.04/xml-apis-1.3.04.jar" sourcepath="M2_REPO/xml-apis/xml-apis/1.3.04/xml-apis-1.3.04-sources.jar"/>
464
  <classpathentry kind="var" path="M2_REPO/xml-apis/xml-apis-ext/1.3.04/xml-apis-ext-1.3.04.jar"/>
465
  <classpathentry kind="var" path="M2_REPO/xmlpull/xmlpull/1.1.3.1/xmlpull-1.1.3.1.jar"/>
466
  <classpathentry kind="var" path="M2_REPO/zql/zql/unknown/zql-unknown.jar"/>
467
  <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5"/>
468
</classpath>
0 469

  
org.gvsig.geoprocess/branches/gvSIG-geoprocess/org.gvsig.geoprocess/org.gvsig.geoprocess.app/org.gvsig.geoprocess.app.tool/.project
1
<?xml version="1.0" encoding="UTF-8"?>
2 1
<projectDescription>
3
	<name>org.gvsig.geoprocess.app.tool</name>
4
	<comment>gvSIG tools for the Sextante framework</comment>
5
	<projects>
6
		<project>org.gvsig.geoprocess.app.mainplugin</project>
7
		<project>org.gvsig.geoprocess.lib.api</project>
8
		<project>org.gvsig.geoprocess.lib.sextante</project>
9
	</projects>
10
	<buildSpec>
11
		<buildCommand>
12
			<name>org.eclipse.jdt.core.javabuilder</name>
13
			<arguments>
14
			</arguments>
15
		</buildCommand>
16
	</buildSpec>
17
	<natures>
18
		<nature>org.eclipse.jdt.core.javanature</nature>
19
	</natures>
20
</projectDescription>
2
  <name>org.gvsig.geoprocess.app.tool</name>
3
  <comment>gvSIG tools for the Sextante framework</comment>
4
  <projects/>
5
  <buildSpec>
6
    <buildCommand>
7
      <name>org.eclipse.jdt.core.javabuilder</name>
8
    </buildCommand>
9
  </buildSpec>
10
  <natures>
11
    <nature>org.eclipse.jdt.core.javanature</nature>
12
  </natures>
13
</projectDescription>
org.gvsig.geoprocess/branches/gvSIG-geoprocess/org.gvsig.geoprocess/org.gvsig.geoprocess.app/org.gvsig.geoprocess.app.tool/package.info
1 1
#
2
#Fri Mar 08 09:59:00 CET 2013
2
#Wed Jun 12 17:13:48 CEST 2013
3 3
owner=gvSIG Association
4 4
code=org.gvsig.geoprocess.app.tool
5 5
java-version=j1_5
6 6
official=true
7 7
type=plugin
8
version=2.0.0-SNAPSHOT-2065
8
version=2.1.0-SNAPSHOT-2065
9 9
state=final
10 10
operating-system=all
11 11
dependencies=required\: org.gvsig.geoprocess.app.mainplugin -ge 2.0.0-SNAPSHOT-0, required\: org.gvsig.raster.tools.app.basic -ge 2.0.0-0, required\: org.gvsig.crs.extension -ge 1.0.0-0
org.gvsig.geoprocess/branches/gvSIG-geoprocess/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>
......
79 79
		</dependency>
80 80
		<dependency>
81 81
			<groupId>es.unex.sextante</groupId>
82
			<artifactId>sextante-gui</artifactId>
82
			<artifactId>sextante_gui</artifactId>
83 83
			<scope>compile</scope>
84 84
		</dependency>
85 85
		<dependency>
86 86

  
org.gvsig.geoprocess/branches/gvSIG-geoprocess/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>
......
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 52

  
104 53
	<modules>
105 54
		<module>org.gvsig.geoprocess.app.mainplugin</module>
org.gvsig.geoprocess/branches/gvSIG-geoprocess/org.gvsig.geoprocess/org.gvsig.geoprocess.app/org.gvsig.geoprocess.app.mainplugin/distribution/distribution.xml
76 76
				<include>org.gvsig:org.gvsig.geoprocess.app.mainplugin</include>
77 77
				<include>org.gvsig:org.gvsig.geoprocess.lib.api</include>
78 78
				<include>org.gvsig:org.gvsig.geoprocess.lib.sextante</include>
79
				<include>es.unex.sextante:sextante-libmath</include>
79
				<include>es.unex.sextante:sextante_libMath</include>
80
				<include>es.unex.sextante:sextante_algorithms</include>
80 81
				<include>gnu.trove:trove</include>
81 82
				<include>gov.nist.math:jama</include>
82 83
				<include>org.nfunk:jep</include>
......
84 85
				<include>es.unex.sextante:sextante</include>
85 86
				<include>jfree:jcommon</include>
86 87
				<include>jfree:jfreechart</include>
87
				<include>es.unex.sextante:sextante-gui</include>
88
				<include>es.unex.sextante:sextante_gui</include>
88 89
				<include>jgraph:jgraph</include>
89 90
				<include>tablelayout:TableLayout</include>
90 91
				<include>org.japura:org.japura</include>
92
				<include>gishur:gishur_x</include>
93
				<include>gishur:gishur_core</include>
91 94
			</includes>
92 95
		</dependencySet>
93 96
	</dependencySets>
org.gvsig.geoprocess/branches/gvSIG-geoprocess/org.gvsig.geoprocess/org.gvsig.geoprocess.app/org.gvsig.geoprocess.app.mainplugin/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>
......
39 39
		</dependency>
40 40
		<dependency>
41 41
			<groupId>es.unex.sextante</groupId>
42
			<artifactId>sextante-gui</artifactId>
42
			<artifactId>sextante_gui</artifactId>
43 43
			<scope>compile</scope>
44 44
		</dependency>
45 45
		<dependency>
46
			<groupId>es.unex.sextante</groupId>
47
			<artifactId>sextante_algorithms</artifactId>
48
			<scope>runtime</scope>
49
		</dependency>
50
		<dependency>
46 51
			<groupId>org.gvsig</groupId>
47 52
			<artifactId>org.gvsig.andami</artifactId>
48 53
			<scope>compile</scope>
......
130 135
			<artifactId>org.gvsig.timesupport.lib.api</artifactId>
131 136
			<scope>compile</scope>
132 137
		</dependency>
133

  
138
		
139
		
134 140
		<dependency>
141
			<groupId>bsh</groupId>
142
			<artifactId>bsh</artifactId>
143
			<scope>runtime</scope>
144
		</dependency>
145
		<dependency>
146
			<groupId>gov.nist.math</groupId>
147
			<artifactId>jama</artifactId>
148
			<scope>runtime</scope>
149
		</dependency>
150
		<dependency>
151
			<groupId>gishur</groupId>
152
			<artifactId>gishur_core</artifactId>
153
			<version>unknown</version>
154
			<scope>runtime</scope>
155
		</dependency>
156
		<dependency>
157
			<groupId>gishur</groupId>
158
			<artifactId>gishur_x</artifactId>
159
			<version>unknown</version>
160
			<scope>runtime</scope>
161
		</dependency>
162
		<dependency>
163
			<groupId>jgraph</groupId>
164
			<artifactId>jgraph</artifactId>
165
			<version>5.13.0.0</version>
166
			<scope>runtime</scope>
167
		</dependency>
168
		<dependency>
169
			<groupId>tablelayout</groupId>
170
			<artifactId>TableLayout</artifactId>
171
			<scope>runtime</scope>
172
		</dependency>
173
		<dependency>
174
			<groupId>org.japura</groupId>
175
			<artifactId>org.japura</artifactId>
176
			<version>1.14.0</version>
177
			<scope>runtime</scope>
178
		</dependency>
179
		<dependency>
180
			<groupId>org.nfunk</groupId>
181
			<artifactId>jep</artifactId>
182
			<scope>runtime</scope>
183
		</dependency>
184
		<dependency>
135 185
			<groupId>es.unex.sextante</groupId>
136
			<artifactId>sextante-algorithms</artifactId>
186
			<artifactId>sextante_algorithms</artifactId>
137 187
			<scope>runtime</scope>
138 188
		</dependency>
189
		<dependency>
190
			<groupId>es.unex.sextante</groupId>
191
			<artifactId>sextante_libMath</artifactId>
192
			<scope>runtime</scope>
193
		</dependency>
139 194
	</dependencies>
140 195

  
141 196
	<profiles>
142 197

  
org.gvsig.geoprocess/branches/gvSIG-geoprocess/org.gvsig.geoprocess/org.gvsig.geoprocess.app/org.gvsig.geoprocess.app.algorithm/pom.xml
19 19
    <parent>
20 20
        <groupId>org.gvsig</groupId>
21 21
        <artifactId>org.gvsig.geoprocess.app</artifactId>
22
        <version>2.0.1-SNAPSHOT</version>
22
        <version>2.1.0-SNAPSHOT</version>
23 23
    </parent>
24 24

  
25 25
    <dependencies>
26 26

  
org.gvsig.geoprocess/branches/gvSIG-geoprocess/org.gvsig.geoprocess/org.gvsig.geoprocess.algorithm/pom.xml
9 9
	<parent>
10 10
		<groupId>org.gvsig</groupId>
11 11
		<artifactId>org.gvsig.geoprocess</artifactId>
12
		<version>2.0.1-SNAPSHOT</version>
12
		<version>2.1.0-SNAPSHOT</version>
13 13
	</parent>
14 14

  
15 15
	<dependencies>
org.gvsig.geoprocess/branches/gvSIG-geoprocess/org.gvsig.geoprocess/org.gvsig.geoprocess.algorithm/org.gvsig.geoprocess.algorithm.difference/pom.xml
8 8
	<parent>
9 9
		<groupId>org.gvsig</groupId>
10 10
		<artifactId>org.gvsig.geoprocess.algorithm</artifactId>
11
		<version>2.0.1-SNAPSHOT</version>
11
		<version>2.1.0-SNAPSHOT</version>
12 12
	</parent>
13 13
	
14 14
	<dependencies>
15 15

  
org.gvsig.geoprocess/branches/gvSIG-geoprocess/org.gvsig.geoprocess/org.gvsig.geoprocess.algorithm/org.gvsig.geoprocess.algorithm.reproject/pom.xml
8 8
	<parent>
9 9
		<groupId>org.gvsig</groupId>
10 10
		<artifactId>org.gvsig.geoprocess.algorithm</artifactId>
11
		<version>2.0.1-SNAPSHOT</version>
11
		<version>2.1.0-SNAPSHOT</version>
12 12
	</parent>
13 13
	
14 14
	<dependencies>
15 15

  
org.gvsig.geoprocess/branches/gvSIG-geoprocess/org.gvsig.geoprocess/org.gvsig.geoprocess.algorithm/org.gvsig.geoprocess.algorithm.xyshift/pom.xml
8 8
	<parent>
9 9
		<groupId>org.gvsig</groupId>
10 10
		<artifactId>org.gvsig.geoprocess.algorithm</artifactId>
11
		<version>2.0.1-SNAPSHOT</version>
11
		<version>2.1.0-SNAPSHOT</version>
12 12
	</parent>
13 13
	
14 14
	<dependencies>
15 15

  
org.gvsig.geoprocess/branches/gvSIG-geoprocess/org.gvsig.geoprocess/org.gvsig.geoprocess.algorithm/org.gvsig.geoprocess.algorithm.buffer/pom.xml
8 8
	<parent>
9 9
		<groupId>org.gvsig</groupId>
10 10
		<artifactId>org.gvsig.geoprocess.algorithm</artifactId>
11
		<version>2.0.1-SNAPSHOT</version>
11
		<version>2.1.0-SNAPSHOT</version>
12 12
	</parent>
13 13
	
14 14
	<dependencies>
15 15

  
org.gvsig.geoprocess/branches/gvSIG-geoprocess/org.gvsig.geoprocess/org.gvsig.geoprocess.algorithm/org.gvsig.geoprocess.algorithm.base/pom.xml
8 8
	<parent>
9 9
		<groupId>org.gvsig</groupId>
10 10
		<artifactId>org.gvsig.geoprocess.algorithm</artifactId>
11
		<version>2.0.1-SNAPSHOT</version>
11
		<version>2.1.0-SNAPSHOT</version>
12 12
	</parent>
13 13
	<description>Basic geoprocess algorimths for geoprocessing:
14 14

  
15 15

  
org.gvsig.geoprocess/branches/gvSIG-geoprocess/org.gvsig.geoprocess/org.gvsig.geoprocess.algorithm/org.gvsig.geoprocess.algorithm.spatialjoin/pom.xml
8 8
	<parent>
9 9
		<groupId>org.gvsig</groupId>
10 10
		<artifactId>org.gvsig.geoprocess.algorithm</artifactId>
11
		<version>2.0.1-SNAPSHOT</version>
11
		<version>2.1.0-SNAPSHOT</version>
12 12
	</parent>
13 13
	
14 14
	<dependencies>
15 15

  
org.gvsig.geoprocess/branches/gvSIG-geoprocess/org.gvsig.geoprocess/org.gvsig.geoprocess.algorithm/org.gvsig.geoprocess.algorithm.fusespatially/pom.xml
8 8
	<parent>
9 9
		<groupId>org.gvsig</groupId>
10 10
		<artifactId>org.gvsig.geoprocess.algorithm</artifactId>
11
		<version>2.0.1-SNAPSHOT</version>
11
		<version>2.1.0-SNAPSHOT</version>
12 12
	</parent>
13 13
	
14 14
	<dependencies>
15 15

  
org.gvsig.geoprocess/branches/gvSIG-geoprocess/org.gvsig.geoprocess/org.gvsig.geoprocess.algorithm/org.gvsig.geoprocess.algorithm.clip/pom.xml
8 8
	<parent>
9 9
		<groupId>org.gvsig</groupId>
10 10
		<artifactId>org.gvsig.geoprocess.algorithm</artifactId>
11
		<version>2.0.1-SNAPSHOT</version>
11
		<version>2.1.0-SNAPSHOT</version>
12 12
	</parent>
13 13
	
14 14
	<dependencies>
15 15

  
org.gvsig.geoprocess/branches/gvSIG-geoprocess/org.gvsig.geoprocess/org.gvsig.geoprocess.algorithm/org.gvsig.geoprocess.algorithm.groupby/pom.xml
8 8
	<parent>
9 9
		<groupId>org.gvsig</groupId>
10 10
		<artifactId>org.gvsig.geoprocess.algorithm</artifactId>
11
		<version>2.0.1-SNAPSHOT</version>
11
		<version>2.1.0-SNAPSHOT</version>
12 12
	</parent>
13 13
	
14 14
	<dependencies>
org.gvsig.geoprocess/branches/gvSIG-geoprocess/org.gvsig.geoprocess/org.gvsig.geoprocess.lib/org.gvsig.geoprocess.lib.api/pom.xml
3 3
	<artifactId>org.gvsig.geoprocess.lib.api</artifactId>
4 4
	<name>Geoprocess library API</name>
5 5
	<description>Geoprocess library API</description>
6
	<packaging>jar</packaging>
6 7
	<parent>
7 8
		<artifactId>org.gvsig.geoprocess.lib</artifactId>
8 9
		<groupId>org.gvsig</groupId>
9
		<version>2.0.1-SNAPSHOT</version>
10
		<version>2.1.0-SNAPSHOT</version>
10 11
	</parent>
11 12
	<dependencies>
12 13
		<dependency>
org.gvsig.geoprocess/branches/gvSIG-geoprocess/org.gvsig.geoprocess/org.gvsig.geoprocess.lib/pom.xml
9 9
	<parent>
10 10
		<artifactId>org.gvsig.geoprocess</artifactId>
11 11
		<groupId>org.gvsig</groupId>
12
		<version>2.0.1-SNAPSHOT</version>
12
		<version>2.1.0-SNAPSHOT</version>
13 13
	</parent>
14 14
	<modules>
15 15
		<module>org.gvsig.geoprocess.lib.api</module>
org.gvsig.geoprocess/branches/gvSIG-geoprocess/org.gvsig.geoprocess/org.gvsig.geoprocess.lib/org.gvsig.geoprocess.lib.sextante/src/main/java/org/gvsig/geoprocess/lib/sextante/SextanteGeoProcessManager.java
57 57
import es.unex.sextante.gui.algorithm.DefaultParametersPanel;
58 58
import es.unex.sextante.gui.algorithm.GeoAlgorithmParametersPanel;
59 59
import es.unex.sextante.gui.core.IAlgorithmProvider;
60
import es.unex.sextante.gui.core.ILogHandler;
60
import es.unex.sextante.gui.core.IToolboxRightButtonAction;
61
import es.unex.sextante.gui.core.NameAndIcon;
62
import es.unex.sextante.gui.core.ToolboxAction;
61 63
import es.unex.sextante.gui.help.HelpElement;
62 64
import es.unex.sextante.gui.help.ImageAndDescription;
63 65
import es.unex.sextante.gui.modeler.DefaultModelerParametersPanel;
......
395 397
        return false;
396 398
    }
397 399

  
398
    public ILogHandler getLogHandler() {
399
        return null;
400
    }
401

  
402 400
    private Map<String, HelpElement> readHelpElements(InputStream is) {
403 401
        List<ImageAndDescription> images = null;
404 402
        Map<String, HelpElement> elements = new HashMap<String, HelpElement>();
......
504 502
        return s;
505 503

  
506 504
    }
505

  
506
	public HashMap<NameAndIcon, ArrayList<ToolboxAction>> getToolboxActions() {
507
		return new HashMap<NameAndIcon, ArrayList<ToolboxAction>>();
508
	}
509

  
510
	public IToolboxRightButtonAction[] getToolboxRightButtonActions() {
511
		return new IToolboxRightButtonAction[0];
512
	}
507 513
}
org.gvsig.geoprocess/branches/gvSIG-geoprocess/org.gvsig.geoprocess/org.gvsig.geoprocess.lib/org.gvsig.geoprocess.lib.sextante/pom.xml
3 3
	<artifactId>org.gvsig.geoprocess.lib.sextante</artifactId>
4 4
	<name>Geoprocess library Sextante based implementation</name>
5 5
	<description>Geoprocess library Sextante based implementation</description>
6
	<packaging>jar</packaging>
6 7
	<parent>
7 8
		<artifactId>org.gvsig.geoprocess.lib</artifactId>
8 9
		<groupId>org.gvsig</groupId>
9
		<version>2.0.1-SNAPSHOT</version>
10
		<version>2.1.0-SNAPSHOT</version>
10 11
	</parent>
11 12
	<dependencies>
12 13
		<dependency>
......
104 105
		</dependency>
105 106
		<dependency>
106 107
			<groupId>es.unex.sextante</groupId>
107
			<artifactId>sextante-gui</artifactId>
108
			<artifactId>sextante_gui</artifactId>
108 109
			<scope>compile</scope>
109 110
		</dependency>
110 111
		<dependency>

Also available in: Unified diff