Revision 3112
Added by perry almost 18 years ago
lib/spatial/geoserver/META-INF/maven/org.geoserver/web/pom.properties | ||
---|---|---|
1 | 1 |
#Generated by Maven |
2 |
#Sun Aug 13 13:43:55 PDT 2006
|
|
3 |
version=1.4.0-M1
|
|
2 |
#Thu Dec 07 09:06:56 PST 2006
|
|
3 |
version=1.4.0-RC5
|
|
4 | 4 |
groupId=org.geoserver |
5 | 5 |
artifactId=web |
lib/spatial/geoserver/META-INF/maven/org.geoserver/web/pom.xml | ||
---|---|---|
1 |
<?xml version="1.0" encoding="UTF-8"?><project> |
|
2 |
<parent> |
|
3 |
<artifactId>geoserver</artifactId> |
|
4 |
<groupId>org.geoserver</groupId> |
|
5 |
<version>1.4.0-M1</version> |
|
6 |
</parent> |
|
7 |
<modelVersion>4.0.0</modelVersion> |
|
8 |
<groupId>org.geoserver</groupId> |
|
9 |
<artifactId>web</artifactId> |
|
10 |
<name>Web Application Module</name> |
|
11 |
<version>1.4.0-M1</version> |
|
12 |
<inceptionYear>2005</inceptionYear> |
|
13 |
<licenses> |
|
14 |
<license> |
|
15 |
<name>Lesser General Public License (LGPL)</name> |
|
16 |
<url>http://www.gnu.org/copyleft/lesser.txt</url> |
|
17 |
<distribution>repo</distribution> |
|
18 |
</license> |
|
19 |
</licenses> |
|
20 |
<organization> |
|
21 |
<name>The Open Planning Project</name> |
|
22 |
<url>http://www.openplans.org</url> |
|
23 |
</organization> |
|
24 |
<build> |
|
25 |
<sourceDirectory>c:\devel\geoserver\trunk\web\src\main\java</sourceDirectory> |
|
26 |
<scriptSourceDirectory>src/main/scripts</scriptSourceDirectory> |
|
27 |
<testSourceDirectory>c:\devel\geoserver\trunk\web\src\test\java</testSourceDirectory> |
|
28 |
<outputDirectory>c:\devel\geoserver\trunk\web\target\classes</outputDirectory> |
|
29 |
<testOutputDirectory>c:\devel\geoserver\trunk\web\target\test-classes</testOutputDirectory> |
|
30 |
<resources> |
|
31 |
<resource> |
|
32 |
<directory>c:\devel\geoserver\trunk\web/src/main/java</directory> |
|
33 |
<includes> |
|
34 |
<include>**/*.txt</include> |
|
35 |
<include>**/*.sql</include> |
|
36 |
<include>**/*.xml</include> |
|
37 |
<include>**/*.utf</include> |
|
38 |
<include>**/*.properties</include> |
|
39 |
<include>**/*.serialized</include> |
|
40 |
<include>META-INF/*.jai</include> |
|
41 |
<include>META-INF/services/**</include> |
|
42 |
<include>applicationContext.xml</include> |
|
43 |
</includes> |
|
44 |
<excludes> |
|
45 |
<exclude>**/doc-files/**</exclude> |
|
46 |
<exclude>org/geotools/resources/i18n/**/*.properties</exclude> |
|
47 |
</excludes> |
|
48 |
</resource> |
|
49 |
</resources> |
|
50 |
<testResources> |
|
51 |
<testResource> |
|
52 |
<directory>c:\devel\geoserver\trunk\web/src/test/java</directory> |
|
53 |
<includes> |
|
54 |
<include>META-INF/services/**</include> |
|
55 |
<include>**/test-data/**</include> |
|
56 |
<include>**/*.xml</include> |
|
57 |
<include>**/*.xsd</include> |
|
58 |
<include>**/*.csv</include> |
|
59 |
<include>**/*.sld</include> |
|
60 |
<include>**/*.svg</include> |
|
61 |
<include>**/*.gml</include> |
|
62 |
<include>**/*.wkt</include> |
|
63 |
<include>**/*.txt</include> |
|
64 |
<include>**/*.sql</include> |
|
65 |
<include>**/*.png</include> |
|
66 |
<include>**/*.properties</include> |
|
67 |
<include>**/*.serialized</include> |
|
68 |
</includes> |
|
69 |
<excludes> |
|
70 |
<exclude>**/doc-files/**</exclude> |
|
71 |
</excludes> |
|
72 |
</testResource> |
|
73 |
</testResources> |
|
74 |
<directory>c:\devel\geoserver\trunk\web\target</directory> |
|
75 |
<finalName>web-1.4.0-M1</finalName> |
|
76 |
<plugins> |
|
77 |
<plugin> |
|
78 |
<artifactId>maven-surefire-plugin</artifactId> |
|
79 |
<version>2.2</version> |
|
80 |
<configuration> |
|
81 |
<source>1.4</source> |
|
82 |
<target>1.4</target> |
|
83 |
<includes> |
|
84 |
<include>**/*Test.java</include> |
|
85 |
</includes> |
|
86 |
<excludes> |
|
87 |
<exclude>**/*OnlineTest.java</exclude> |
|
88 |
</excludes> |
|
89 |
<forkMode>once</forkMode> |
|
90 |
<argLine>-Xmx512M -enableassertions</argLine> |
|
91 |
<printSummary>false</printSummary> |
|
92 |
<testFailureIgnore>${allow.test.failure.ignore}</testFailureIgnore> |
|
93 |
</configuration> |
|
94 |
</plugin> |
|
95 |
<plugin> |
|
96 |
<artifactId>maven-assembly-plugin</artifactId> |
|
97 |
<version>2.1</version> |
|
98 |
<configuration> |
|
99 |
<descriptors> |
|
100 |
<descriptor>release/src.xml</descriptor> |
|
101 |
<descriptor>release/war.xml</descriptor> |
|
102 |
<descriptor>release/javadoc.xml</descriptor> |
|
103 |
<descriptor>release/bin.xml</descriptor> |
|
104 |
<descriptor>release/doc.xml</descriptor> |
|
105 |
</descriptors> |
|
106 |
<finalName>geoserver-1.4.0-M1</finalName> |
|
107 |
<outputDirectory>${project.build.directory}/release</outputDirectory> |
|
108 |
</configuration> |
|
109 |
</plugin> |
|
110 |
<plugin> |
|
111 |
<groupId>org.codehaus.mojo</groupId> |
|
112 |
<artifactId>cobertura-maven-plugin</artifactId> |
|
113 |
<version>2.0</version> |
|
114 |
<executions> |
|
115 |
<execution> |
|
116 |
<goals> |
|
117 |
<goal>clean</goal> |
|
118 |
</goals> |
|
119 |
</execution> |
|
120 |
</executions> |
|
121 |
</plugin> |
|
122 |
<plugin> |
|
123 |
<groupId>org.mortbay.jetty</groupId> |
|
124 |
<artifactId>maven-jetty6-plugin</artifactId> |
|
125 |
<version>6.0.0beta16</version> |
|
126 |
<configuration> |
|
127 |
<contextPath>geoserver</contextPath> |
|
128 |
<webApp>${project.build.directory}/geoserver</webApp> |
|
129 |
</configuration> |
|
130 |
</plugin> |
|
131 |
<plugin> |
|
132 |
<groupId>org.geoserver.maven</groupId> |
|
133 |
<artifactId>config</artifactId> |
|
134 |
<version>1.4.0-M1</version> |
|
135 |
<executions> |
|
136 |
<execution> |
|
137 |
<id>configPackage</id> |
|
138 |
<phase>package</phase> |
|
139 |
<goals> |
|
140 |
<goal>config</goal> |
|
141 |
</goals> |
|
142 |
<configuration> |
|
143 |
<configId>release</configId> |
|
144 |
</configuration> |
|
145 |
</execution> |
|
146 |
<execution> |
|
147 |
<id>configClean</id> |
|
148 |
<phase>clean</phase> |
|
149 |
<goals> |
|
150 |
<goal>clean</goal> |
|
151 |
</goals> |
|
152 |
</execution> |
|
153 |
</executions> |
|
154 |
</plugin> |
|
155 |
<plugin> |
|
156 |
<artifactId>maven-war-plugin</artifactId> |
|
157 |
<version>2.0-beta-2</version> |
|
158 |
<executions> |
|
159 |
<execution> |
|
160 |
<phase>install</phase> |
|
161 |
<goals> |
|
162 |
<goal>war</goal> |
|
163 |
</goals> |
|
164 |
</execution> |
|
165 |
</executions> |
|
166 |
<inherited>true</inherited> |
|
167 |
<configuration> |
|
168 |
<warName>geoserver</warName> |
|
169 |
<webappDirectory>${project.build.directory}/geoserver</webappDirectory> |
|
170 |
</configuration> |
|
171 |
</plugin> |
|
172 |
<plugin> |
|
173 |
<artifactId>maven-clean-plugin</artifactId> |
|
174 |
<version>2.1</version> |
|
175 |
</plugin> |
|
176 |
<plugin> |
|
177 |
<artifactId>maven-resources-plugin</artifactId> |
|
178 |
<version>2.1</version> |
|
179 |
</plugin> |
|
180 |
<plugin> |
|
181 |
<artifactId>maven-compiler-plugin</artifactId> |
|
182 |
<version>2.0.1</version> |
|
183 |
</plugin> |
|
184 |
<plugin> |
|
185 |
<artifactId>maven-jar-plugin</artifactId> |
|
186 |
<version>2.0</version> |
|
187 |
</plugin> |
|
188 |
<plugin> |
|
189 |
<artifactId>maven-install-plugin</artifactId> |
|
190 |
<version>2.1</version> |
|
191 |
</plugin> |
|
192 |
</plugins> |
|
193 |
</build> |
|
194 |
<repositories> |
|
195 |
<repository> |
|
196 |
<snapshots> |
|
197 |
<enabled>false</enabled> |
|
198 |
</snapshots> |
|
199 |
<id>ibiblio</id> |
|
200 |
<name>Ibiblio - the public's library and digital archive</name> |
|
201 |
<url>http://www.ibiblio.org/maven2</url> |
|
202 |
</repository> |
|
203 |
<repository> |
|
204 |
<snapshots> |
|
205 |
<enabled>false</enabled> |
|
206 |
</snapshots> |
|
207 |
<id>geotools</id> |
|
208 |
<name>Repository serving Geotools libraries built against |
|
209 |
2.2.x branch</name> |
|
210 |
<url>http://maven.geotools.fr/repository/</url> |
|
211 |
<layout>legacy</layout> |
|
212 |
</repository> |
|
213 |
<repository> |
|
214 |
<snapshots /> |
|
215 |
<id>refractions</id> |
|
216 |
<name>Repository from Refractions research, Victoria, Canada</name> |
|
217 |
<url>http://lists.refractions.net/m2/</url> |
|
218 |
</repository> |
|
219 |
<repository> |
|
220 |
<snapshots> |
|
221 |
<enabled>false</enabled> |
|
222 |
</snapshots> |
|
223 |
<id>codehaus</id> |
|
224 |
<name>Repository serving Geoserver libraries hosted by |
|
225 |
Codehaus</name> |
|
226 |
<url>http://dist.codehaus.org/geoserver</url> |
|
227 |
<layout>legacy</layout> |
|
228 |
</repository> |
|
229 |
<repository> |
|
230 |
<snapshots> |
|
231 |
<enabled>false</enabled> |
|
232 |
</snapshots> |
|
233 |
<id>espace</id> |
|
234 |
<name>Repository from the Sicade laboratory in New-Caledonia</name> |
|
235 |
<url>http://maven.espace.ird.nc</url> |
|
236 |
</repository> |
|
237 |
<repository> |
|
238 |
<snapshots> |
|
239 |
<enabled>false</enabled> |
|
240 |
</snapshots> |
|
241 |
<id>central</id> |
|
242 |
<name>Maven Repository Switchboard</name> |
|
243 |
<url>http://repo1.maven.org/maven2</url> |
|
244 |
</repository> |
|
245 |
</repositories> |
|
246 |
<pluginRepositories> |
|
247 |
<pluginRepository> |
|
248 |
<snapshots /> |
|
249 |
<id>mortbay-repo</id> |
|
250 |
<name>mortbay-repo</name> |
|
251 |
<url>http://www.mortbay.org/maven2/snapshot</url> |
|
252 |
</pluginRepository> |
|
253 |
<pluginRepository> |
|
254 |
<releases> |
|
255 |
<enabled>false</enabled> |
|
256 |
</releases> |
|
257 |
<snapshots /> |
|
258 |
<id>codehaus-snapshot-plugins</id> |
|
259 |
<name>codehaus-shapshot-plugins</name> |
|
260 |
<url>http://snapshots.repository.codehaus.org/</url> |
|
261 |
</pluginRepository> |
|
262 |
<pluginRepository> |
|
263 |
<releases> |
|
264 |
<updatePolicy>never</updatePolicy> |
|
265 |
</releases> |
|
266 |
<snapshots> |
|
267 |
<enabled>false</enabled> |
|
268 |
</snapshots> |
|
269 |
<id>central</id> |
|
270 |
<name>Maven Plugin Repository</name> |
|
271 |
<url>http://repo1.maven.org/maven2</url> |
|
272 |
</pluginRepository> |
|
273 |
</pluginRepositories> |
|
274 |
<dependencies> |
|
275 |
<dependency> |
|
276 |
<groupId>javax.servlet</groupId> |
|
277 |
<artifactId>servlet-api</artifactId> |
|
278 |
<version>2.4</version> |
|
279 |
<scope>provided</scope> |
|
280 |
</dependency> |
|
281 |
<dependency> |
|
282 |
<groupId>org.geotools</groupId> |
|
283 |
<artifactId>gt2-shapefile</artifactId> |
|
284 |
<version>2.2.0</version> |
|
285 |
<scope>compile</scope> |
|
286 |
</dependency> |
|
287 |
<dependency> |
|
288 |
<groupId>commons-digester</groupId> |
|
289 |
<artifactId>commons-digester</artifactId> |
|
290 |
<version>1.7</version> |
|
291 |
<scope>compile</scope> |
|
292 |
</dependency> |
|
293 |
<dependency> |
|
294 |
<groupId>xalan</groupId> |
|
295 |
<artifactId>xalan</artifactId> |
|
296 |
<version>2.7.0</version> |
|
297 |
<scope>compile</scope> |
|
298 |
</dependency> |
|
299 |
<dependency> |
|
300 |
<groupId>commons-validator</groupId> |
|
301 |
<artifactId>commons-validator</artifactId> |
|
302 |
<version>1.1.4</version> |
|
303 |
<scope>compile</scope> |
|
304 |
</dependency> |
|
305 |
<dependency> |
|
306 |
<groupId>commons-fileupload</groupId> |
|
307 |
<artifactId>commons-fileupload</artifactId> |
|
308 |
<version>1.0</version> |
|
309 |
<scope>compile</scope> |
|
310 |
</dependency> |
|
311 |
<dependency> |
|
312 |
<groupId>org.geoserver</groupId> |
|
313 |
<artifactId>data</artifactId> |
|
314 |
<version>1.4.0-M1</version> |
|
315 |
<scope>compile</scope> |
|
316 |
</dependency> |
|
317 |
<dependency> |
|
318 |
<groupId>org.geoserver</groupId> |
|
319 |
<artifactId>wms</artifactId> |
|
320 |
<version>1.4.0-M1</version> |
|
321 |
<scope>compile</scope> |
|
322 |
</dependency> |
|
323 |
<dependency> |
|
324 |
<groupId>commons-httpclient</groupId> |
|
325 |
<artifactId>commons-httpclient</artifactId> |
|
326 |
<version>2.0</version> |
|
327 |
<scope>compile</scope> |
|
328 |
</dependency> |
|
329 |
<dependency> |
|
330 |
<groupId>xml-apis</groupId> |
|
331 |
<artifactId>xml-apis</artifactId> |
|
332 |
<version>1.0.b2</version> |
|
333 |
<scope>compile</scope> |
|
334 |
</dependency> |
|
335 |
<dependency> |
|
336 |
<groupId>lucene</groupId> |
|
337 |
<artifactId>lucene</artifactId> |
|
338 |
<version>1.4.3</version> |
|
339 |
<scope>compile</scope> |
|
340 |
</dependency> |
|
341 |
<dependency> |
|
342 |
<groupId>org.geoserver</groupId> |
|
343 |
<artifactId>wfs</artifactId> |
|
344 |
<version>1.4.0-M1</version> |
|
345 |
<scope>compile</scope> |
|
346 |
</dependency> |
|
347 |
<dependency> |
|
348 |
<groupId>org.geotools</groupId> |
|
349 |
<artifactId>gt2-validation</artifactId> |
|
350 |
<version>2.2.0</version> |
|
351 |
<scope>compile</scope> |
|
352 |
</dependency> |
|
353 |
<dependency> |
|
354 |
<groupId>org.springframework</groupId> |
|
355 |
<artifactId>spring-core</artifactId> |
|
356 |
<version>1.2.5</version> |
|
357 |
<scope>compile</scope> |
|
358 |
</dependency> |
|
359 |
<dependency> |
|
360 |
<groupId>org.geoserver</groupId> |
|
361 |
<artifactId>platform</artifactId> |
|
362 |
<version>1.4.0-M1</version> |
|
363 |
<scope>compile</scope> |
|
364 |
</dependency> |
|
365 |
<dependency> |
|
366 |
<groupId>commons-lang</groupId> |
|
367 |
<artifactId>commons-lang</artifactId> |
|
368 |
<version>2.1</version> |
|
369 |
<scope>compile</scope> |
|
370 |
</dependency> |
|
371 |
<dependency> |
|
372 |
<groupId>org.springframework</groupId> |
|
373 |
<artifactId>spring-beans</artifactId> |
|
374 |
<version>1.2.5</version> |
|
375 |
<scope>compile</scope> |
|
376 |
</dependency> |
|
377 |
<dependency> |
|
378 |
<groupId>org.geoserver</groupId> |
|
379 |
<artifactId>main</artifactId> |
|
380 |
<version>1.4.0-M1</version> |
|
381 |
<scope>compile</scope> |
|
382 |
</dependency> |
|
383 |
<dependency> |
|
384 |
<groupId>log4j</groupId> |
|
385 |
<artifactId>log4j</artifactId> |
|
386 |
<version>1.2.9</version> |
|
387 |
<scope>compile</scope> |
|
388 |
</dependency> |
|
389 |
<dependency> |
|
390 |
<groupId>org.geotools</groupId> |
|
391 |
<artifactId>gt2-api</artifactId> |
|
392 |
<version>2.2.0</version> |
|
393 |
<scope>compile</scope> |
|
394 |
</dependency> |
|
395 |
<dependency> |
|
396 |
<groupId>org.geotools</groupId> |
|
397 |
<artifactId>gt2-main</artifactId> |
|
398 |
<version>2.2.0</version> |
|
399 |
<scope>compile</scope> |
|
400 |
</dependency> |
|
401 |
<dependency> |
|
402 |
<groupId>commons-beanutils</groupId> |
|
403 |
<artifactId>commons-beanutils</artifactId> |
|
404 |
<version>1.7.0</version> |
|
405 |
<scope>compile</scope> |
|
406 |
</dependency> |
|
407 |
<dependency> |
|
408 |
<groupId>xerces</groupId> |
|
409 |
<artifactId>xercesImpl</artifactId> |
|
410 |
<version>2.4.0</version> |
|
411 |
<scope>compile</scope> |
|
412 |
</dependency> |
|
413 |
<dependency> |
|
414 |
<groupId>struts</groupId> |
|
415 |
<artifactId>struts</artifactId> |
|
416 |
<version>1.2.9</version> |
|
417 |
<scope>compile</scope> |
|
418 |
</dependency> |
|
419 |
<dependency> |
|
420 |
<groupId>oro</groupId> |
|
421 |
<artifactId>oro</artifactId> |
|
422 |
<version>2.0.8</version> |
|
423 |
<scope>compile</scope> |
|
424 |
</dependency> |
|
425 |
<dependency> |
|
426 |
<groupId>org.springframework</groupId> |
|
427 |
<artifactId>spring-context</artifactId> |
|
428 |
<version>1.2.5</version> |
|
429 |
<scope>compile</scope> |
|
430 |
</dependency> |
|
431 |
<dependency> |
|
432 |
<groupId>org.geoserver</groupId> |
|
433 |
<artifactId>validation</artifactId> |
|
434 |
<version>1.4.0-M1</version> |
|
435 |
<scope>compile</scope> |
|
436 |
</dependency> |
|
437 |
</dependencies> |
|
438 |
<reporting> |
|
439 |
<outputDirectory>target/site</outputDirectory> |
|
440 |
<plugins> |
|
441 |
<plugin> |
|
442 |
<artifactId>maven-javadoc-plugin</artifactId> |
|
443 |
<configuration> |
|
444 |
<source>1.4</source> |
|
445 |
<version>false</version> |
|
446 |
<noqualifier>all</noqualifier> |
|
447 |
<quiet>true</quiet> |
|
448 |
<maxmemory>512M</maxmemory> |
|
449 |
<encoding>ISO-8859-1</encoding> |
|
450 |
<aggregate>true</aggregate> |
|
451 |
<additionalparam>-keywords</additionalparam> |
|
452 |
<excludePackageNames>org.geotools.resources</excludePackageNames> |
|
453 |
<tags> |
|
454 |
<tag> |
|
455 |
<name>todo</name> |
|
456 |
<placement>tfmc</placement> |
|
457 |
<head>TODO:</head> |
|
458 |
</tag> |
|
459 |
<tag> |
|
460 |
<name>task</name> |
|
461 |
<placement>tfmc</placement> |
|
462 |
<head>TODO:</head> |
|
463 |
</tag> |
|
464 |
<tag> |
|
465 |
<name>revisit</name> |
|
466 |
<placement>tfmc</placement> |
|
467 |
<head>TODO:</head> |
|
468 |
</tag> |
|
469 |
<tag> |
|
470 |
<name>source</name> |
|
471 |
<placement>Xt</placement> |
|
472 |
<head>Source:</head> |
|
473 |
</tag> |
|
474 |
<tag> |
|
475 |
<name>tutorial</name> |
|
476 |
<placement>Xt</placement> |
|
477 |
<head>Tutorial:</head> |
|
478 |
</tag> |
|
479 |
</tags> |
|
480 |
<links> |
|
481 |
<link>http://java.sun.com/j2se/1.5/docs/api</link> |
|
482 |
<link>http://java.sun.com/j2ee/1.4/docs/api</link> |
|
483 |
<link>http://java.sun.com/products/java-media/jai/forDevelopers/jai-apidocs</link> |
|
484 |
<link>http://java.sun.com/products/java-media/3D/forDevelopers/j3dapi</link> |
|
485 |
<link>http://jsr-108.sourceforge.net/javadoc</link> |
|
486 |
<link>http://geoapi.sourceforge.net/snapshot/javadoc</link> |
|
487 |
<link>http://geoapi.sourceforge.net/pending/javadoc</link> |
|
488 |
<link>http://geoapi.sourceforge.net/legacy/javadoc</link> |
|
489 |
<link>http://www.jump-project.org/docs/jts/1.7/api</link> |
|
490 |
<link>http://www.geotools.fr/javadoc/2.2/</link> |
|
491 |
<link>http://xmlgraphics.apache.org/batik/javadoc</link> |
|
492 |
<link>http://itextdocs.lowagie.com/docs</link> |
|
493 |
</links> |
|
494 |
</configuration> |
|
495 |
</plugin> |
|
496 |
<plugin> |
|
497 |
<artifactId>maven-project-info-reports-plugin</artifactId> |
|
498 |
</plugin> |
|
499 |
<plugin> |
|
500 |
<artifactId>maven-site-plugin</artifactId> |
|
501 |
</plugin> |
|
502 |
<plugin> |
|
503 |
<artifactId>maven-surefire-report-plugin</artifactId> |
|
504 |
<configuration> |
|
505 |
<linkXRef>true</linkXRef> |
|
506 |
</configuration> |
|
507 |
</plugin> |
|
508 |
<plugin> |
|
509 |
<groupId>org.codehaus.mojo</groupId> |
|
510 |
<artifactId>cobertura-maven-plugin</artifactId> |
|
511 |
</plugin> |
|
512 |
<plugin> |
|
513 |
<groupId>org.codehaus.mojo</groupId> |
|
514 |
<artifactId>jxr-maven-plugin</artifactId> |
|
515 |
<configuration> |
|
516 |
<aggregate>true</aggregate> |
|
517 |
</configuration> |
|
518 |
</plugin> |
|
519 |
<plugin> |
|
520 |
<groupId>org.codehaus.mojo</groupId> |
|
521 |
<artifactId>taglist-maven-plugin</artifactId> |
|
522 |
<configuration> |
|
523 |
<tags> |
|
524 |
<tag>@revisit</tag> |
|
525 |
<tag>@todo</tag> |
|
526 |
<tag>TODO</tag> |
|
527 |
<tag>FIXME</tag> |
|
528 |
</tags> |
|
529 |
</configuration> |
|
530 |
</plugin> |
|
531 |
</plugins> |
|
532 |
</reporting> |
|
533 |
<dependencyManagement> |
|
534 |
<dependencies> |
|
535 |
<dependency> |
|
536 |
<groupId>org.geotools</groupId> |
|
537 |
<artifactId>gt2</artifactId> |
|
538 |
<version>2.2.0</version> |
|
539 |
</dependency> |
|
540 |
<dependency> |
|
541 |
<groupId>org.geotools</groupId> |
|
542 |
<artifactId>gt2-api</artifactId> |
|
543 |
<version>2.2.0</version> |
|
544 |
</dependency> |
|
545 |
<dependency> |
|
546 |
<groupId>org.geotools</groupId> |
|
547 |
<artifactId>gt2-main</artifactId> |
|
548 |
<version>2.2.0</version> |
|
549 |
</dependency> |
|
550 |
<dependency> |
|
551 |
<groupId>org.geotools</groupId> |
|
552 |
<artifactId>gt2-shapefile</artifactId> |
|
553 |
<version>2.2.0</version> |
|
554 |
</dependency> |
|
555 |
<dependency> |
|
556 |
<groupId>org.geotools</groupId> |
|
557 |
<artifactId>gt2-validation</artifactId> |
|
558 |
<version>2.2.0</version> |
|
559 |
</dependency> |
|
560 |
<dependency> |
|
561 |
<groupId>org.geotools</groupId> |
|
562 |
<artifactId>gt2-render</artifactId> |
|
563 |
<version>2.2.0</version> |
|
564 |
</dependency> |
|
565 |
<dependency> |
|
566 |
<groupId>org.geotools</groupId> |
|
567 |
<artifactId>gt2-demo-property</artifactId> |
|
568 |
<version>2.2.0</version> |
|
569 |
</dependency> |
|
570 |
<dependency> |
|
571 |
<groupId>org.geotools</groupId> |
|
572 |
<artifactId>gt2-epsg-wkt</artifactId> |
|
573 |
<version>2.2.0</version> |
|
574 |
</dependency> |
|
575 |
<dependency> |
|
576 |
<groupId>org.geotools</groupId> |
|
577 |
<artifactId>gt2-epsg-hsql</artifactId> |
|
578 |
<version>2.2.0</version> |
|
579 |
</dependency> |
|
580 |
<dependency> |
|
581 |
<groupId>junit</groupId> |
|
582 |
<artifactId>junit</artifactId> |
|
583 |
<version>3.8.1</version> |
|
584 |
</dependency> |
|
585 |
<dependency> |
|
586 |
<groupId>httpunit</groupId> |
|
587 |
<artifactId>httpunit</artifactId> |
|
588 |
<version>1.6</version> |
|
589 |
</dependency> |
|
590 |
<dependency> |
|
591 |
<groupId>xml-apis</groupId> |
|
592 |
<artifactId>xml-apis</artifactId> |
|
593 |
<version>1.0.b2</version> |
|
594 |
</dependency> |
|
595 |
<dependency> |
|
596 |
<groupId>xml-apis</groupId> |
|
597 |
<artifactId>xmlParserAPIs</artifactId> |
|
598 |
<version>2.0.2</version> |
|
599 |
</dependency> |
|
600 |
<dependency> |
|
601 |
<groupId>xerces</groupId> |
|
602 |
<artifactId>xercesImpl</artifactId> |
|
603 |
<version>2.4.0</version> |
|
604 |
</dependency> |
|
605 |
<dependency> |
|
606 |
<groupId>xalan</groupId> |
|
607 |
<artifactId>xalan</artifactId> |
|
608 |
<version>2.7.0</version> |
|
609 |
</dependency> |
|
610 |
<dependency> |
|
611 |
<groupId>javax.xml</groupId> |
|
612 |
<artifactId>jaxp-api</artifactId> |
|
613 |
<version>1.3.1</version> |
|
614 |
</dependency> |
|
615 |
<dependency> |
|
616 |
<groupId>xpp3</groupId> |
|
617 |
<artifactId>xpp3</artifactId> |
|
618 |
<version>1.1.3.4.O</version> |
|
619 |
</dependency> |
|
620 |
<dependency> |
|
621 |
<groupId>lucene</groupId> |
|
622 |
<artifactId>lucene</artifactId> |
|
623 |
<version>1.4.3</version> |
|
624 |
</dependency> |
|
625 |
<dependency> |
|
626 |
<groupId>javax.servlet</groupId> |
|
627 |
<artifactId>servlet-api</artifactId> |
|
628 |
<version>2.4</version> |
|
629 |
</dependency> |
|
630 |
<dependency> |
|
631 |
<groupId>struts</groupId> |
|
632 |
<artifactId>struts</artifactId> |
|
633 |
<version>1.2.9</version> |
|
634 |
</dependency> |
|
635 |
<dependency> |
|
636 |
<groupId>oro</groupId> |
|
637 |
<artifactId>oro</artifactId> |
|
638 |
<version>2.0.8</version> |
|
639 |
</dependency> |
|
640 |
<dependency> |
|
641 |
<groupId>com.mockrunner</groupId> |
|
642 |
<artifactId>mockrunner</artifactId> |
|
643 |
<version>0.3.1</version> |
|
644 |
</dependency> |
|
645 |
<dependency> |
|
646 |
<groupId>commons-beanutils</groupId> |
|
647 |
<artifactId>commons-beanutils</artifactId> |
|
648 |
<version>1.7.0</version> |
|
649 |
</dependency> |
|
650 |
<dependency> |
|
651 |
<groupId>commons-digester</groupId> |
|
652 |
<artifactId>commons-digester</artifactId> |
|
653 |
<version>1.7</version> |
|
654 |
</dependency> |
|
655 |
<dependency> |
|
656 |
<groupId>commons-fileupload</groupId> |
|
657 |
<artifactId>commons-fileupload</artifactId> |
|
658 |
<version>1.0</version> |
|
659 |
</dependency> |
|
660 |
<dependency> |
|
661 |
<groupId>commons-httpclient</groupId> |
|
662 |
<artifactId>commons-httpclient</artifactId> |
|
663 |
<version>2.0</version> |
|
664 |
</dependency> |
|
665 |
<dependency> |
|
666 |
<groupId>commons-lang</groupId> |
|
667 |
<artifactId>commons-lang</artifactId> |
|
668 |
<version>2.1</version> |
|
669 |
</dependency> |
|
670 |
<dependency> |
|
671 |
<groupId>commons-validator</groupId> |
|
672 |
<artifactId>commons-validator</artifactId> |
|
673 |
<version>1.1.4</version> |
|
674 |
</dependency> |
|
675 |
<dependency> |
|
676 |
<groupId>mockobjects</groupId> |
|
677 |
<artifactId>mockobjects-core</artifactId> |
|
678 |
<version>0.09</version> |
|
679 |
</dependency> |
|
680 |
<dependency> |
|
681 |
<groupId>mockobjects</groupId> |
|
682 |
<artifactId>mockobjects-jdk1.4-j2ee1.3</artifactId> |
|
683 |
<version>0.09</version> |
|
684 |
</dependency> |
|
685 |
<dependency> |
|
686 |
<groupId>org.springframework</groupId> |
|
687 |
<artifactId>spring-beans</artifactId> |
|
688 |
<version>1.2.5</version> |
|
689 |
</dependency> |
|
690 |
<dependency> |
|
691 |
<groupId>org.springframework</groupId> |
|
692 |
<artifactId>spring-core</artifactId> |
|
693 |
<version>1.2.5</version> |
|
694 |
</dependency> |
|
695 |
<dependency> |
|
696 |
<groupId>org.springframework</groupId> |
|
697 |
<artifactId>spring-context</artifactId> |
|
698 |
<version>1.2.5</version> |
|
699 |
</dependency> |
|
700 |
<dependency> |
|
701 |
<groupId>org.springframework</groupId> |
|
702 |
<artifactId>spring-webmvc</artifactId> |
|
703 |
<version>1.2.5</version> |
|
704 |
</dependency> |
|
705 |
<dependency> |
|
706 |
<groupId>log4j</groupId> |
|
707 |
<artifactId>log4j</artifactId> |
|
708 |
<version>1.2.9</version> |
|
709 |
</dependency> |
|
710 |
<dependency> |
|
711 |
<groupId>batik</groupId> |
|
712 |
<artifactId>batik-svggen</artifactId> |
|
713 |
<version>1.6</version> |
|
714 |
</dependency> |
|
715 |
<dependency> |
|
716 |
<groupId>batik</groupId> |
|
717 |
<artifactId>batik-awt-util</artifactId> |
|
718 |
<version>1.6</version> |
|
719 |
</dependency> |
|
720 |
<dependency> |
|
721 |
<groupId>batik</groupId> |
|
722 |
<artifactId>batik-util</artifactId> |
|
723 |
<version>1.6</version> |
|
724 |
</dependency> |
|
725 |
<dependency> |
|
726 |
<groupId>itext</groupId> |
|
727 |
<artifactId>itext</artifactId> |
|
728 |
<version>1.3</version> |
|
729 |
</dependency> |
|
730 |
<dependency> |
|
731 |
<groupId>org.mortbay.jetty</groupId> |
|
732 |
<artifactId>jetty</artifactId> |
|
733 |
<version>6.0.0beta16</version> |
|
734 |
</dependency> |
|
735 |
<dependency> |
|
736 |
<groupId>org.mortbay.jetty</groupId> |
|
737 |
<artifactId>jetty-util</artifactId> |
|
738 |
<version>6.0.0beta16</version> |
|
739 |
</dependency> |
|
740 |
<dependency> |
|
741 |
<groupId>org.mortbay.jetty</groupId> |
|
742 |
<artifactId>jsp-api-2.0</artifactId> |
|
743 |
<version>6.0.0beta16</version> |
|
744 |
</dependency> |
|
745 |
<dependency> |
|
746 |
<groupId>tomcat</groupId> |
|
747 |
<artifactId>jasper-compiler-jdt</artifactId> |
|
748 |
<version>5.5.15</version> |
|
749 |
</dependency> |
|
750 |
<dependency> |
|
751 |
<groupId>tomcat</groupId> |
|
752 |
<artifactId>jasper-compiler</artifactId> |
|
753 |
<version>5.5.15</version> |
|
754 |
</dependency> |
|
755 |
<dependency> |
|
756 |
<groupId>tomcat</groupId> |
|
757 |
<artifactId>jasper-runtime</artifactId> |
|
758 |
<version>5.5.15</version> |
|
759 |
</dependency> |
|
760 |
<dependency> |
|
761 |
<groupId>xerces</groupId> |
|
762 |
<artifactId>xercesImpl</artifactId> |
|
763 |
<version>2.6.2</version> |
|
764 |
</dependency> |
|
765 |
<dependency> |
|
766 |
<groupId>xerces</groupId> |
|
767 |
<artifactId>xmlParserAPIs</artifactId> |
|
768 |
<version>2.6.2</version> |
|
769 |
</dependency> |
|
770 |
<dependency> |
|
771 |
<groupId>commons-el</groupId> |
|
772 |
<artifactId>commons-el</artifactId> |
|
773 |
<version>1.0</version> |
|
774 |
</dependency> |
|
775 |
<dependency> |
|
776 |
<groupId>ant</groupId> |
|
777 |
<artifactId>ant</artifactId> |
|
778 |
<version>1.6.4</version> |
|
779 |
</dependency> |
|
780 |
<dependency> |
|
781 |
<groupId>org.slf4j</groupId> |
|
782 |
<artifactId>jcl104-over-slf4j</artifactId> |
|
783 |
<version>1.0-rc5</version> |
|
784 |
</dependency> |
|
785 |
<dependency> |
|
786 |
<groupId>org.slf4j</groupId> |
|
787 |
<artifactId>slf4j-simple</artifactId> |
|
788 |
<version>1.0-rc5</version> |
|
789 |
</dependency> |
|
790 |
</dependencies> |
|
791 |
</dependencyManagement> |
|
792 |
<properties> |
|
793 |
<gs.version>1.4.0-M1</gs.version> |
|
794 |
<configId>minimal</configId> |
|
795 |
<gt.version>2.2.0</gt.version> |
|
796 |
</properties> |
|
797 |
</project> |
|
1 |
<?xml version="1.0" encoding="ISO-8859-1"?> |
|
2 |
<project xmlns="http://maven.apache.org/POM/4.0.0" |
|
3 |
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
|
4 |
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> |
|
5 |
<modelVersion>4.0.0</modelVersion> |
|
6 |
|
|
7 |
<parent> |
|
8 |
<groupId>org.geoserver</groupId> |
|
9 |
<artifactId>geoserver</artifactId> |
|
10 |
<version>1.4.0-RC5</version> |
|
11 |
</parent> |
|
12 |
|
|
13 |
<groupId>org.geoserver</groupId> |
|
14 |
<artifactId>web</artifactId> |
|
15 |
<packaging>jar</packaging> |
|
16 |
<name>Web Application Module</name> |
|
17 |
|
|
18 |
<dependencies> |
|
19 |
<dependency> |
|
20 |
<groupId>javax.servlet</groupId> |
|
21 |
<artifactId>servlet-api</artifactId> |
|
22 |
<scope>provided</scope> |
|
23 |
</dependency> |
|
24 |
<dependency> |
|
25 |
<groupId>struts</groupId> |
|
26 |
<artifactId>struts</artifactId> |
|
27 |
</dependency> |
|
28 |
|
|
29 |
<!-- Geoserver dependencies --> |
|
30 |
<dependency> |
|
31 |
<groupId>org.geoserver</groupId> |
|
32 |
<artifactId>platform</artifactId> |
|
33 |
<version>1.4.0-RC5</version> |
|
34 |
</dependency> |
|
35 |
<dependency> |
|
36 |
<groupId>org.geoserver</groupId> |
|
37 |
<artifactId>data</artifactId> |
|
38 |
<version>1.4.0-RC5</version> |
|
39 |
</dependency> |
|
40 |
<dependency> |
|
41 |
<groupId>org.geoserver</groupId> |
|
42 |
<artifactId>main</artifactId> |
|
43 |
<version>1.4.0-RC5</version> |
|
44 |
</dependency> |
|
45 |
<dependency> |
|
46 |
<groupId>org.geoserver</groupId> |
|
47 |
<artifactId>wfs</artifactId> |
|
48 |
<version>1.4.0-RC5</version> |
|
49 |
</dependency> |
|
50 |
<dependency> |
|
51 |
<groupId>org.geoserver</groupId> |
|
52 |
<artifactId>wms</artifactId> |
|
53 |
<version>1.4.0-RC5</version> |
|
54 |
</dependency> |
|
55 |
<dependency> |
|
56 |
<groupId>org.geoserver</groupId> |
|
57 |
<artifactId>validation</artifactId> |
|
58 |
<version>1.4.0-RC5</version> |
|
59 |
</dependency> |
|
60 |
|
|
61 |
<!-- Geotools dependencies. Here be datastores we want to ship with the release --> |
|
62 |
<dependency> |
|
63 |
<groupId>org.geotools</groupId> |
|
64 |
<artifactId>gt2-api</artifactId> |
|
65 |
</dependency> |
|
66 |
<dependency> |
|
67 |
<groupId>org.geotools</groupId> |
|
68 |
<artifactId>gt2-main</artifactId> |
|
69 |
</dependency> |
|
70 |
<dependency> |
|
71 |
<groupId>org.geotools</groupId> |
|
72 |
<artifactId>gt2-shapefile</artifactId> |
|
73 |
</dependency> |
|
74 |
<dependency> |
|
75 |
<groupId>org.geotools</groupId> |
|
76 |
<artifactId>gt2-validation</artifactId> |
|
77 |
</dependency> |
|
78 |
<dependency> |
|
79 |
<groupId>org.geotools</groupId> |
|
80 |
<artifactId>gt2-shapefile</artifactId> |
|
81 |
</dependency> |
|
82 |
<dependency> |
|
83 |
<groupId>org.geotools</groupId> |
|
84 |
<artifactId>gt2-indexed-shapefile</artifactId> |
|
85 |
</dependency> |
|
86 |
<dependency> |
|
87 |
<groupId>org.geotools</groupId> |
|
88 |
<artifactId>gt2-postgis</artifactId> |
|
89 |
</dependency> |
|
90 |
|
|
91 |
<!-- Misc deps, web and spring --> |
|
92 |
<dependency> |
|
93 |
<groupId>xml-apis</groupId> |
|
94 |
<artifactId>xml-apis</artifactId> |
|
95 |
</dependency> |
|
96 |
<dependency> |
|
97 |
<groupId>xerces</groupId> |
|
98 |
<artifactId>xercesImpl</artifactId> |
|
99 |
</dependency> |
|
100 |
<dependency> |
|
101 |
<groupId>xalan</groupId> |
|
102 |
<artifactId>xalan</artifactId> |
|
103 |
</dependency> |
|
104 |
<dependency> |
|
105 |
<groupId>lucene</groupId> |
|
106 |
<artifactId>lucene</artifactId> |
|
107 |
</dependency> |
|
108 |
<dependency> |
|
109 |
<groupId>commons-beanutils</groupId> |
|
110 |
<artifactId>commons-beanutils</artifactId> |
|
111 |
</dependency> |
|
112 |
<dependency> |
|
113 |
<groupId>commons-digester</groupId> |
|
114 |
<artifactId>commons-digester</artifactId> |
|
115 |
</dependency> |
|
116 |
<dependency> |
|
117 |
<groupId>commons-fileupload</groupId> |
|
118 |
<artifactId>commons-fileupload</artifactId> |
|
119 |
</dependency> |
|
120 |
<dependency> |
|
121 |
<groupId>commons-httpclient</groupId> |
|
122 |
<artifactId>commons-httpclient</artifactId> |
|
123 |
</dependency> |
|
124 |
<dependency> |
|
125 |
<groupId>commons-lang</groupId> |
|
126 |
<artifactId>commons-lang</artifactId> |
|
127 |
</dependency> |
|
128 |
<dependency> |
|
129 |
<groupId>commons-validator</groupId> |
|
130 |
<artifactId>commons-validator</artifactId> |
|
131 |
</dependency> |
|
132 |
<dependency> |
|
133 |
<groupId>commons-logging</groupId> |
|
134 |
<artifactId>commons-logging</artifactId> |
|
135 |
</dependency> |
|
136 |
<dependency> |
|
137 |
<groupId>oro</groupId> |
|
138 |
<artifactId>oro</artifactId> |
|
139 |
</dependency> |
|
140 |
<dependency> |
|
141 |
<groupId>log4j</groupId> |
|
142 |
<artifactId>log4j</artifactId> |
|
143 |
</dependency> |
|
144 |
<dependency> |
|
145 |
<groupId>org.springframework</groupId> |
|
146 |
<artifactId>spring-beans</artifactId> |
|
147 |
</dependency> |
|
148 |
<dependency> |
|
149 |
<groupId>org.springframework</groupId> |
|
150 |
<artifactId>spring-core</artifactId> |
|
151 |
</dependency> |
|
152 |
<dependency> |
|
153 |
<groupId>org.springframework</groupId> |
|
154 |
<artifactId>spring-context</artifactId> |
|
155 |
</dependency> |
|
156 |
|
|
157 |
<!-- Jetty starter dependencies --> |
|
158 |
<dependency> |
|
159 |
<groupId>commons-el</groupId> |
|
160 |
<artifactId>commons-el</artifactId> |
|
161 |
<exclusions> |
|
162 |
<exclusion> |
|
163 |
<artifactId>log4j</artifactId> |
|
164 |
<groupId>log4j</groupId> |
|
165 |
</exclusion> |
|
166 |
<exclusion> |
|
167 |
<artifactId>commons-logging</artifactId> |
|
168 |
<groupId>commons-logging</groupId> |
|
169 |
</exclusion> |
|
170 |
<exclusion> |
|
171 |
<artifactId>logkit</artifactId> |
|
172 |
<groupId>logkit</groupId> |
|
173 |
</exclusion> |
|
174 |
</exclusions> |
|
175 |
<scope>test</scope> |
|
176 |
</dependency> |
|
177 |
<dependency> |
|
178 |
<groupId>org.mortbay.jetty</groupId> |
|
179 |
<artifactId>jetty</artifactId> |
|
180 |
<scope>test</scope> |
|
181 |
</dependency> |
|
182 |
<dependency> |
|
183 |
<groupId>org.mortbay.jetty</groupId> |
|
184 |
<artifactId>jsp-2.0</artifactId> |
|
185 |
<type>pom</type> |
|
186 |
<scope>test</scope> |
|
187 |
<exclusions> |
|
188 |
<exclusion> |
|
189 |
<artifactId>slf4j-simple</artifactId> |
|
190 |
<groupId>org.slf4j</groupId> |
|
191 |
</exclusion> |
|
192 |
<exclusion> |
|
193 |
<artifactId>jcl104-over-slf4j</artifactId> |
|
194 |
<groupId>org.slf4j</groupId> |
|
195 |
</exclusion> |
|
196 |
</exclusions> |
|
197 |
</dependency> |
|
198 |
</dependencies> |
|
199 |
|
|
200 |
<pluginRepositories> |
|
201 |
<pluginRepository> |
|
202 |
<id>mortbay-repo</id> |
|
203 |
<name>mortbay-repo</name> |
|
204 |
<url>http://www.mortbay.org/maven2/snapshot</url> |
|
205 |
<snapshots> |
|
206 |
<enabled>true</enabled> |
|
207 |
</snapshots> |
|
208 |
</pluginRepository> |
|
209 |
</pluginRepositories> |
|
210 |
|
|
211 |
<build> |
|
212 |
<plugins> |
|
213 |
|
|
214 |
<plugin> |
|
215 |
<groupId>org.geoserver.maven</groupId> |
|
216 |
<artifactId>config</artifactId> |
|
217 |
<executions> |
|
218 |
<execution> |
|
219 |
<id>configPackage</id> |
|
220 |
<configuration> |
|
221 |
<configId>${configId}</configId> |
|
222 |
</configuration> |
|
223 |
<phase>package</phase> |
|
224 |
<goals> |
|
225 |
<goal>config</goal> |
|
226 |
</goals> |
|
227 |
</execution> |
|
228 |
|
|
229 |
<execution> |
|
230 |
<id>configClean</id> |
|
231 |
<phase>clean</phase> |
|
232 |
<goals> |
|
233 |
<goal>clean</goal> |
|
234 |
</goals> |
|
235 |
</execution> |
|
236 |
</executions> |
|
237 |
</plugin> |
|
238 |
|
|
239 |
<plugin> |
|
240 |
<inherited>true</inherited> |
|
241 |
<groupId>org.apache.maven.plugins</groupId> |
|
242 |
<artifactId>maven-war-plugin</artifactId> |
|
243 |
<configuration> |
|
244 |
<warName>geoserver</warName> |
|
245 |
<webappDirectory> |
|
246 |
${project.build.directory}/geoserver |
|
247 |
</webappDirectory> |
|
248 |
</configuration> |
|
249 |
<executions> |
|
250 |
<execution> |
|
251 |
<phase>install</phase> |
|
252 |
<goals> |
|
253 |
<goal>war</goal> |
|
254 |
</goals> |
|
255 |
</execution> |
|
256 |
</executions> |
|
257 |
</plugin> |
|
258 |
|
|
259 |
<plugin> |
|
260 |
<groupId>org.mortbay.jetty</groupId> |
|
261 |
<artifactId>maven-jetty-plugin</artifactId> |
|
262 |
<!-- tried version 6.0.1, it's a lot slower, like it's not using jdt anymore to compile pages... --> |
|
263 |
<version>6.0.1</version> |
|
264 |
<configuration> |
|
265 |
<contextPath>geoserver</contextPath> |
|
266 |
<webApp> |
|
267 |
${project.build.directory}/geoserver |
|
268 |
</webApp> |
|
269 |
<!-- uncomment following to set a GEOSERVER_DATA_DIR --> |
|
270 |
<!--systemProperties> |
|
271 |
<systemProperty> |
|
272 |
<name>GEOSERVER_DATA_DIR</name> |
|
273 |
<value>/home/jdeolive/devel/geoserver/1.3.x/data_dirs/userBasic</value> |
|
274 |
</systemProperty> |
|
275 |
</systemProperties--> |
|
276 |
</configuration> |
|
277 |
</plugin> |
|
278 |
|
|
279 |
</plugins> |
|
280 |
</build> |
|
281 |
|
|
282 |
<properties> |
|
283 |
<configId>minimal</configId> |
|
284 |
</properties> |
|
285 |
</project> |
lib/spatial/geoserver/META-INF/MANIFEST.MF | ||
---|---|---|
1 | 1 |
Manifest-Version: 1.0 |
2 | 2 |
Archiver-Version: Plexus Archiver |
3 |
Build-Jdk: 1.4.2_10 |
|
4 |
Built-By: jdeolive |
|
5 | 3 |
Created-By: Apache Maven |
6 |
Implementation-Title: web |
|
7 |
Specification-Vendor: The Open Planning Project |
|
8 |
Extension-Name: web |
|
9 |
Implementation-Version: 1.4.0-M1 |
|
10 |
Implementation-Vendor: The Open Planning Project |
|
4 |
Built-By: brent |
|
5 |
Build-Jdk: 1.4.2_13 |
|
11 | 6 |
|
lib/spatial/geoserver/WEB-INF/services.xml | ||
---|---|---|
9 | 9 |
WARNING, INFO, CONFIG, FINER, FINEST, in order of |
10 | 10 |
Increasing statements logged. |
11 | 11 |
--> |
12 |
<loggingLevel>INFO</loggingLevel>
|
|
12 |
<loggingLevel>CONFIG</loggingLevel>
|
|
13 | 13 |
<!-- |
14 | 14 |
Sets the max number of Features returned by GetFeature |
15 | 15 |
--> |
... | ... | |
65 | 65 |
ServiceDTO elements, needed for the capabilities document |
66 | 66 |
Title and OnlineResource are the two required |
67 | 67 |
--> |
68 |
<name>Metacat Spatial WFS</name>
|
|
69 |
<title>Metacat Spatial WFS</title>
|
|
68 |
<name>My GeoServer WFS</name>
|
|
69 |
<title>My GeoServer WFS</title>
|
|
70 | 70 |
<abstract> |
71 | 71 |
This is a description of your Web Feature Server. |
72 | 72 |
|
... | ... | |
79 | 79 |
<keyword>WMS</keyword> |
80 | 80 |
<keyword>GEOSERVER</keyword> |
81 | 81 |
</keywords> |
82 |
<onlineResource>http://knb.ecoinformatics.org</onlineResource>
|
|
82 |
<onlineResource>http://geoserver.sourceforge.net/html/index.php</onlineResource>
|
|
83 | 83 |
<fees>NONE</fees> |
84 |
<accessConstraints>Certain functionality requires authenticated session</accessConstraints>
|
|
84 |
<accessConstraints>NONE</accessConstraints>
|
|
85 | 85 |
<srsXmlStyle value = "true" /> |
86 | 86 |
<serviceLevel value = "31" /> |
87 | 87 |
<citeConformanceHacks>false</citeConformanceHacks> |
88 |
<maintainer>http://knb.ecoinformatics.org</maintainer>
|
|
88 |
<maintainer>http://jira.codehaus.org/secure/BrowseProject.jspa?id=10311</maintainer>
|
|
89 | 89 |
</service> |
90 | 90 |
<service type = "WMS" enabled = "true" > |
91 | 91 |
<!-- |
92 | 92 |
ServiceDTO elements, needed for the capabilities document |
93 | 93 |
Title and OnlineResource are the two required |
94 | 94 |
--> |
95 |
<name>Metacat Spatial WMS</name>
|
|
96 |
<title>Metacat Spatial WMS</title>
|
|
95 |
<name>My GeoServer WMS</name>
|
|
96 |
<title>My GeoServer WMS</title>
|
|
97 | 97 |
<abstract> |
98 | 98 |
This is a description of your Web Map Server. |
99 | 99 |
</abstract> |
... | ... | |
102 | 102 |
<keyword>WMS</keyword> |
103 | 103 |
<keyword>GEOSERVER</keyword> |
104 | 104 |
</keywords> |
105 |
<onlineResource>http://knb.ecoinformatics.org</onlineResource>
|
|
105 |
<onlineResource>http://geoserver.sourceforge.net/html/index.php</onlineResource>
|
|
106 | 106 |
<fees>NONE</fees> |
107 |
<accessConstraints>Certain functionality requires authenticated session</accessConstraints>
|
|
107 |
<accessConstraints>NONE</accessConstraints>
|
|
108 | 108 |
<srsXmlStyle value = "false" /> |
109 |
<maintainer>http://knb.ecoinformatics.org</maintainer>
|
|
109 |
<maintainer>http://jira.codehaus.org/secure/BrowseProject.jspa?id=10311</maintainer>
|
|
110 | 110 |
<svgAntiAlias>true</svgAntiAlias> |
111 | 111 |
</service> |
112 | 112 |
</services> |
lib/spatial/geoserver/WEB-INF/classes/ApplicationResources_es.properties | ||
---|---|---|
77 | 77 |
errors.token=La petición no ha podido ser completada. La operación no es una secuencia. |
78 | 78 |
|
79 | 79 |
label.validationConfig=Configuración de Validación |
80 |
label.wfsConfig=Configuración del WFS
|
|
81 |
label.wmsConfig=Configuración del WMS
|
|
80 |
label.wfsConfig=Configuración de los servicios WFS
|
|
81 |
label.wmsConfig=Configuración de los servicios WMS
|
|
82 | 82 |
label.dataConfig=Configuración de los Datos |
83 | 83 |
label.name=Nombre |
84 | 84 |
label.title=Título |
85 | 85 |
label.accessConstraints=Restricciones de Acceso |
86 | 86 |
label.fees=Tasas |
87 |
label.maintainer=Mantenedor
|
|
87 |
label.maintainer=Administrador
|
|
88 | 88 |
label.keywords=Palabras Clave |
89 | 89 |
label.abstract=Extracto |
90 | 90 |
label.description=Descripción |
... | ... | |
101 | 101 |
label.onlineResource=Recursos en línea |
102 | 102 |
label.featureTypes=Entidades |
103 | 103 |
label.namespace=Espacio de nombres |
104 |
label.namespaceID=ID del espacio de nombres
|
|
104 |
label.namespaceID=Ientificador del espacio de nombres
|
|
105 | 105 |
label.namespaces=Espacios de nombres |
106 | 106 |
label.new=Nuevo |
107 | 107 |
label.edit=Editar |
108 | 108 |
label.delete=Eliminar |
109 |
label.dataStoreID=ID del almacén de datos
|
|
109 |
label.dataStoreID=identificador del almacén de datos
|
|
110 | 110 |
label.enabled=Disponible |
111 | 111 |
label.srsXmlStyle=Nombre del SRS como XML |
112 | 112 |
label.username=Nombre de usuario |
... | ... | |
115 | 115 |
label.password=Contraseña |
116 | 116 |
label.password.confirm=Confirmar Contraseña |
117 | 117 |
label.URI=URI |
118 |
label.default=Por defecto
|
|
118 |
label.default=Por Defecto
|
|
119 | 119 |
label.prefix=Prefijo |
120 | 120 |
label.filename=Nombre del fichero |
121 | 121 |
label.SRS=Sistema de Referencia Espacial |
122 | 122 |
label.latLonBoundingBox=Máxima extensión en LatLon |
123 | 123 |
label.connectionParameters=Parámetros de conexión |
124 | 124 |
label.dataStoreDescription=Descripción del almacén de datos |
125 |
label.attributeTypes=Tipos de Atributos |
|
125 |
label.filename=Nombre de archivo |
|
126 |
label.SRS=SRS |
|
127 |
label.latLonBoundingBox=Caja de encuadre en LatLon |
|
128 |
label.connectionParameters=Parámetros de Conexión |
|
129 |
label.dataStoreDescription=Descripción del Almacén de Datos |
|
130 |
label.attributeTypes=Tipo de Atributos |
|
126 | 131 |
label.attributeTypeName=Nombre del Tipo de Atributo |
127 |
label.isNillible=Valor nulo válido
|
|
128 |
label.isRef=es Referenciable
|
|
129 |
label.minOccurs=Número mínimo de apariciones
|
|
130 |
label.maxOccurs=Número máximo de apariciones
|
|
132 |
label.isNillible=Nillible
|
|
133 |
label.isRef=isRef
|
|
134 |
label.minOccurs=Mín Ocurrencia
|
|
135 |
label.maxOccurs=Max Ocurrencia
|
|
131 | 136 |
label.type=Tipo |
132 | 137 |
label.messages=Mensajes |
133 | 138 |
label.mainMenu=Menú Principal |
134 | 139 |
label.status=Estado |
135 |
label.configStatus=Configuración de Estado
|
|
136 |
label.configChangedTrue=Modificado
|
|
137 |
label.configChangedFalse=Sin modificar
|
|
140 |
label.configStatus=Estado de la Configuración
|
|
141 |
label.configChangedTrue=Cambiado
|
|
142 |
label.configChangedFalse=Sin Cambios
|
|
138 | 143 |
label.geoServerStatus=Estado de GeoServer |
139 |
label.geoServerChangedTrue=Modificado
|
|
140 |
label.geoServerChangedFalse=Sin modificar
|
|
144 |
label.geoServerChangedTrue=Cambiado
|
|
145 |
label.geoServerChangedFalse=Sin Cambios
|
|
141 | 146 |
label.submit=Enviar |
142 |
label.reset=Reinicializar
|
|
143 |
label.credits=Creditos
|
|
147 |
label.reset=Limpiar
|
|
148 |
label.credits=Créditos
|
|
144 | 149 |
label.credits.url=http://docs.codehaus.org/display/GEOS/Contributors |
145 | 150 |
label.newLoginAndPassword=Introduzca un nuevo nombre de usuario y contraseña |
146 | 151 |
label.wms.svgRenderer=Renderizado SVG |
147 | 152 |
label.wms.svgSimple=Simple (Rápido, pero con estilos limitados) |
148 | 153 |
label.wms.svgBatik=Batik (Lento, pero con estilos completos) |
149 | 154 |
label.wms.svgAntiAlias=Antialias |
150 |
label.cacheMaxAge=Tiempo para Cache |
|
155 |
label.wms.path=Ruta WMS |
|
156 |
label.cacheMaxAge=Tiempo en Cache |
|
151 | 157 |
label.cachingEnabled=Habilitar Caching? |
158 |
label.wms.path=WMS Path |
|
152 | 159 |
|
153 | 160 |
help.name_service=Este es el nombre del servicio |
154 | 161 |
help.title_service=Este es el título del servicio |
155 | 162 |
help.accessConstraints_service=Las restricciones del servicio |
156 |
help.fees_service=Niveles de accesos
|
|
157 |
help.maintainer_service=Nombre de la persona u organización que mantiene el servicio
|
|
158 |
help.keywords_service=Una lista de palabras clave asociada al servicio.
|
|
159 |
help.dataFeatureTypeKeywords_service=Palabras claves para las entidades
|
|
160 |
help.abstract_service=Una breve descripción del servicio
|
|
161 |
help.onlineResource_service=URL de acceso al servicio web.
|
|
163 |
help.fees_service=Costos requeridos
|
|
164 |
help.maintainer_service=Nombre del administrador del datos
|
|
165 |
help.keywords_service=Una lista de palabras clave asociadas con este servicio.
|
|
166 |
help.dataFeatureTypeKeywords_service=Palabras clave para las Entidades
|
|
167 |
help.abstract_service=Una descripción corta acerca del servicio
|
|
168 |
help.onlineResource_service=URL de la referencia en línea del servicio.
|
|
162 | 169 |
help.serviceType_service=El tipo de servicio |
163 |
help.cacheControl_defaultMaxAge=Tiempo (en segundos) que deben permanecer los mapas generados para indicar a los sistemas externos de cache.
|
|
170 |
help.cacheControl_defaultMaxAge=El tiempo (en segundos) que los sistemas externos de cache deben almacenar las imágenes generadas.
|
|
164 | 171 |
|
165 |
help.dataStore_id=Identificador único del almacén de datos.
|
|
166 |
help.dataStore_enabled=Seleccionar para habilitar el almacé de datos.
|
|
167 |
help.dataStore_nameSpace=Un prefijo para el espacio de nombres asociado al almacén de datos.
|
|
168 |
help.dataStore_description=Una breve descripción del almacén de datos.
|
|
169 |
help.dataStore_server=El nombre del servidor al que hay que conectarse.
|
|
170 |
help.dataStore_port=El puerto de conexión con el servidor.
|
|
171 |
help.dataStore_username=El nombre de usuario para conectarse con el servidor.
|
|
172 |
help.dataStore_password=La contraseña para conectarse con el servidor.
|
|
172 |
help.dataStore_id=Un identificador único para el almacén de datos.
|
|
173 |
help.dataStore_enabled=Seleccione para habilitar este almacén de datos
|
|
174 |
help.dataStore_nameSpace=Un prefijo de Espacio de Nombres al cual asociar este Almacén de Datos.
|
|
175 |
help.dataStore_description=Una corta descripción acerca de este almacén de datos.
|
|
176 |
help.dataStore_server=El nombre del servido al cual se desea conectar.
|
|
177 |
help.dataStore_port=El puerto de conexión del servidor.
|
|
178 |
help.dataStore_username=El nombre de usuario para iniciar sesión en el servidor.
|
|
179 |
help.dataStore_password=El contraseña asociada al nombre de usuario de inicio de sesión.
|
|
173 | 180 |
|
174 |
help.namespace.default=Seleccionar si este espacio de nombres debe usarse por defecto si no se indica otro
|
|
175 |
help.namespace.prefix=El prefijo usado para identificar este espacio de nombres en un documento GML
|
|
176 |
help.namespace.uri=URI del documento que describe la definición del espacio de nombres
|
|
181 |
help.namespace.default=Seleccione si desea habilitar este Espacio de Nombres por defecto cuando no se seleccione uno
|
|
182 |
help.namespace.prefix=El prefijo usado para identificar este Espacio de Nombres en los documentos GML
|
|
183 |
help.namespace.uri=URI del documento describiendo la definición del espacio de nombres
|
|
177 | 184 |
|
178 |
|
|
179 | 185 |
help.dataFeatureTypeAbstract_service=Descripción de la entidad |
180 | 186 |
|
181 | 187 |
help.dataFeatureTypeKeywords=BLAH |
182 | 188 |
help.dataFeatureTypeAbstract=BLAH |
183 | 189 |
|
184 |
error.name.required=El nombre es obligatorio |
|
185 |
error.title.required=El título es obligatorio |
|
186 |
error.fees.required=El nivel de acceso es obligatorio |
|
187 |
error.maintainer.required=El mantenedor es obligatorio |
|
188 |
error.keywords.required=Las palabras clave son obligatorias |
|
189 |
error.abstract.required=El resumen es obligatorio |
|
190 |
error.accessConstraints.required=Las restricciones de acceso son obligatorias |
|
190 |
help.wms.path=La posición dentro de la estructura de árbol del archivo de capacidades WMS. |
|
191 | 191 |
|
192 |
error.dataStoreId.invalid=La identificación del almacén de datos '{0}' debe contener sólo caracteres alfanuméricos (A-Z, a-z, 0-9) |
|
193 |
error.dataStoreId.required=La identificación del almacén de datos es obligatoria. |
|
194 |
error.dataStoreFactory.invalid=La fábrica de almacenes de datos no es correcta (Por favor, elija una de la lista). |
|
192 |
error.name.required=Nombre requerido |
|
193 |
error.title.required=Título requerido |
|
194 |
error.fees.required=Pago requerido |
|
195 |
error.maintainer.required=Administrador requerido |
|
196 |
error.keywords.required=Palabras clave requeridas |
|
197 |
error.abstract.required=Anbstract requerido |
|
198 |
error.accessConstraints.required=Restricciones de Acceso requeridas |
|
199 |
|
|
200 |
error.dataStoreId.invalid=El identificador del almacén de datos '(0}' solo puede contener caracteres alfanuméricos (A-Z, a-z, 0-9) |
|
201 |
error.dataStoreId.required=EL identificador del almacén de datos es obligatorio. |
|
202 |
error.dataStoreFactory.invalid=Origen del Almacén de Datos obligatorio (Elija uno de la lista) |
|
195 | 203 |
error.dataStoreEditor.param.required={0} es un parámetro obligatorio |
196 |
error.dataStoreEditor.param.parse={0} debe ser un válido {1}: {2}
|
|
197 |
error.datastoreEditor.validation=Los parámetros introducidos no pueden ser procesados
|
|
198 |
errors.buttonAction.invalid=Ha presionado un botón no válido.
|
|
199 |
errors.factory.invalid=La identificación del almacén de datos seleccionada no es válida.
|
|
200 |
error.dataStoreEditor.param.missing=No puedo localizar {0} para {1}
|
|
204 |
error.dataStoreEditor.param.parse={0} debe ser válido {1}: {2} |
|
205 |
error.datastoreEditor.validation=Los parámetros suministrados no pueden ser procesados
|
|
206 |
errors.buttonAction.invalid=Botón presionado no válido.
|
|
207 |
errors.factory.invalid=Identificador de Almacén de datos seleccionado no válido.
|
|
208 |
error.dataStoreEditor.param.missing=Imposible localizar {0} para {1}
|
|
201 | 209 |
error.exception={0} |
202 | 210 |
error.invalidConnectionParams=Los parámetros de conexión no son válidos |
203 | 211 |
error.cannotProcessConnectionParams=No es posible realizar la conexión con los parámetros introducidos |
... | ... | |
213 | 221 |
error.style.invalid=No está definido el Estilo seleccionado |
214 | 222 |
|
215 | 223 |
error.noWritePermission=Si permisos de escritura para: {0} |
216 |
error.couldNotCreateFile=No se pudo crear el fichero: {0}. Posible causa: {1}
|
|
224 |
error.couldNotCreateFile=No se pudo crear el archivo: {0}. Posible causa: {1}
|
|
217 | 225 |
|
218 | 226 |
welcome.heading=Bienvenido |
219 | 227 |
|
... | ... | |
223 | 231 |
label.featureTypeName=Nombre de la entidad |
224 | 232 |
label.moveUp=Subir |
225 | 233 |
label.moveDown=Bajar |
234 |
label.attributeTypeName=Attribute-Type Name |
|
226 | 235 |
label.testSuite=Conjunto de pruebas |
227 | 236 |
label.testName=Nombre de la prueba |
228 | 237 |
label.testDescription=Descripción de la prueba |
... | ... | |
231 | 240 |
label.plugInType=Tipo de módulo adicional |
232 | 241 |
label.plugInDescription=Descripción del módulo adicional |
233 | 242 |
label.maxFeatures=Número máximo de objetos devueltos |
234 |
label.verbose=Nivel de mensajes
|
|
235 |
label.verboseExceptions=Excepciones del nivel de mensajes
|
|
243 |
label.verbose=Detallado
|
|
244 |
label.verboseExceptions=Excepciones detalladas
|
|
236 | 245 |
label.numDecimals=Número de decimales |
237 | 246 |
label.charset=Juego de caracteres |
238 | 247 |
label.baseURL=URL base |
239 | 248 |
label.schemaBaseURL=Esquema de la URL base |
240 | 249 |
label.loggingLevel=Nivel de log |
241 |
label.loggingToFile=Write Logs to File
|
|
242 |
label.logLocation=Log Location
|
|
250 |
label.loggingToFile=Guardar registros en archivo
|
|
251 |
label.logLocation=Archivo de registros
|
|
243 | 252 |
label.contactInformation=Información de contacto |
244 | 253 |
label.contactPerson=Persona de contacto |
245 | 254 |
label.contactOrganization=Organización |
246 |
label.contactPosition=Puesto
|
|
255 |
label.contactPosition=Cargo
|
|
247 | 256 |
label.addressType=Tipo de dirección |
248 | 257 |
label.address=Dirección |
249 | 258 |
label.addressCity=Ciudad |
... | ... | |
256 | 265 |
label.wfs=WFS |
257 | 266 |
label.wms=WMS |
258 | 267 |
label.data=Datos |
259 |
label.wfsStatus=Estado del WFS
|
|
260 |
label.wmsStatus=Estado del WMS
|
|
268 |
label.wfsStatus=Estado de los servicios WFS
|
|
269 |
label.wmsStatus=Estado de los servicios WMS
|
|
261 | 270 |
label.dataStatus=Estado de los datos |
262 | 271 |
label.apply=Aplicar |
263 | 272 |
label.save=Guardar |
264 | 273 |
label.load=Cargar |
274 |
label.actions=Acciones |
|
265 | 275 |
label.calculateBoundingBox=Calcular caja de encuadre |
266 |
label.wfsDescription=Descripción del WFS
|
|
267 |
label.wfsContent=Contenido del WFS
|
|
268 |
label.wmsDescription=Descripción del WMS
|
|
269 |
label.wmsContent=Contenido del WMS
|
|
276 |
label.wfsDescription=Descripción de los servicios WFS
|
|
277 |
label.wfsContent=Contenido de los servicios WFS
|
|
278 |
label.wmsDescription=Descripción de los servicios WMS
|
|
279 |
label.wmsContent=Contenido de los servicios WMS
|
|
270 | 280 |
label.wmsRendering=WMS Rendering |
271 | 281 |
label.dataStores=Almacenes de datos |
282 |
label.featureTypes=Entidades |
|
272 | 283 |
label.createNewDataStore=Crear un nuevo almacén de datos |
273 | 284 |
label.createNewNamespace=Crear un nuevo espacio de nombres |
274 | 285 |
label.serviceLevel=Nivel de servicio |
275 | 286 |
label.serviceLevel.basic=Básico |
276 | 287 |
label.serviceLevel.transactional=Transaccional |
277 | 288 |
label.serviceLevel.complete=Complete |
289 |
label.server=Server |
|
278 | 290 |
label.validation=Validación |
279 | 291 |
label.contact=Contacto |
280 | 292 |
label.none=Ninguno |
... | ... | |
294 | 306 |
help.global.charset=Establece el juego de caracteres global. |
295 | 307 |
help.global.baseURL=La URL base donde va a ejecutarse este servlet. |
296 | 308 |
help.global.schemaBaseURL=Define la URL base para la localización de los esquemas WFS. |
297 |
help.global.loggingLevel=Define el nivel de mensajes en el fichero de registro de la aplicación.
|
|
298 |
help.global.loggingToFile=Habilitar/Deshabilitar el fichero de registro.
|
|
299 |
help.global.logLocation=Especificar la ubicación del fichero de registro. Puede ser un directorio o un fichero. Lo anterior debe ser seleccionado para que este valor tenga efecto.
|
|
309 |
help.global.loggingLevel=Define el nivel de mensajes en el archivo de registro de la aplicación.
|
|
310 |
help.global.loggingToFile=Habilitar/Deshabilitar el archivo de registro.
|
|
311 |
help.global.logLocation=Especificar la ubicación del archivo de registro. Puede ser un directorio o un archivo. Lo anterior debe ser seleccionado para que este valor tenga efecto.
|
|
300 | 312 |
|
301 | 313 |
help.global.contactPerson=El nombre de la persona de contacto; |
302 | 314 |
help.global.contactOrganization=El nombre de la organización a la que está afiliada la persona de contacto. |
... | ... | |
314 | 326 |
help.serviceLevel=Define el nivel de servicio que proporciona el WFS |
315 | 327 |
|
316 | 328 |
help.wms.svgRenderer=Seleccione el renderizador SVG a usar al servir peticiones WMS con SVG |
329 |
help.wms.path=Specifies the layer hierarchy in the WMS capabilities |
|
317 | 330 |
|
318 | 331 |
tab.description=Descripción |
319 | 332 |
tab.content=Contenido |
... | ... | |
336 | 349 |
label.geoServerConfiguration=Configuración de GeoServer |
337 | 350 |
message.login.hint=(El usuario por defecto es 'admin' y la contraseña es 'geoserver') |
338 | 351 |
message.noContact=No se ha proporcionado información de contacto |
339 |
message.notLoaded=No se ha cargado el fichero de recursos de la aplicación -- compruebe si existen mensajes de error en los logs del contenedor de servlets
|
|
352 |
message.notLoaded=No se ha cargado el archivo de recursos de la aplicación -- compruebe si existen mensajes de error en los logs del contenedor de servlets
|
|
340 | 353 |
message.noTitle=Mi GeoServidor |
341 | 354 |
message.dataOkay=Datos cargados sin incidentes |
342 | 355 |
|
... | ... | |
344 | 357 |
# WELCOME |
345 | 358 |
welcome.label=Bienvenido |
346 | 359 |
welcome.title=Bienvenido a GeoServer |
347 |
welcome.short=Bienvenido a GeoServer 1.4.0. ?Gracias por usar GeoServer! |
|
360 |
welcome.short=Bienvenido a GeoServer 1.4.0-RC5. ?Gracias por usar GeoServer!
|
|
348 | 361 |
welcome.words=(GeoServer) (GIS) (SIG) (Sistemas de Información Geográfica) (WFS) |
349 | 362 |
|
350 | 363 |
welcome.contact.label=Persona de contacto |
... | ... | |
358 | 371 |
welcome.demo.words=(GeoServer) (Demostración) |
359 | 372 |
welcome.demo.wmsexample.title=Ejemplo WMS |
360 | 373 |
welcome.demo.wmsexample.label=Vista WMS de Nueva York |
361 |
welcome.demo.wmsexample.short=Esta es una vista WMS de Manhattan, New York. Le permite mover, acercar, y hasta hacer clic en las imágenes para verla en una vista mas grande. Esta escrito en JavaScript y el código se encuentra en el directorio: [geoserver]/data/demo/popup_map
|
|
374 |
welcome.demo.wmsexample.short=Esta es una vista WMS de Manhattan, New York. Le permite mover, acercar, y hasta hacer clic en las imágenes para verla en una vista mas grande. Esta escrito en JavaScript y el código se encuentra en el directorio: [geoserver]/conf/popup_map
|
|
362 | 375 |
welcome.demo.mappreview.title=Vista Preliminar de Mapas |
363 |
welcome.demo.mappreview.label=Vistas preliminares WMS de los FeatureTypes habilitados
|
|
364 |
welcome.demo.mappreview.short=La vista preliminar de mapa le muestra cada FeatureType habilitada y le muestra un enlace a cada una, permitiendole verla en la forma WMS usando MapBuilder.
|
|
376 |
welcome.demo.mappreview.label=Vistas preliminares WMS de las Entidades habilitadas
|
|
377 |
welcome.demo.mappreview.short=La vista preliminar de mapa le muestra cada Entidad habilitada junto a un enlace que le permite visualizarla como capa WMS usando MapBuilder.
|
|
365 | 378 |
welcome.demo.requests.title=Peticiones de ejemplo |
366 | 379 |
welcome.demo.requests.label=Ejemplos de peticiones WMS y WFS |
367 |
welcome.demo.requests.short=Esta página muestra ejemplos de peticiones WMS y WFS qe puede usar, examinar, y cambiar. Es muy útil para observar como dialogar con Geoserver y como ud puede hacre su propiaas peticiones personalizadas. |
Also available in: Unified diff
upgrade to geoserver 1.4rc5