Statistics
| Revision:

root / trunk / applications / appgvSIG / config / dependencies.xml @ 38570

History | View | Annotate | Download (26.1 KB)

1
<?xml version="1.0" encoding="ISO-8859-15"?>
2
<libraries>
3
  <!-- XML Tools -->
4
        <library>
5
                <projectName>Castor</projectName>
6
    <description> Castor is an Open Source data binding framework for Java[tm]. It's the shortest path between Java objects, XML documents and relational tables. Castor provides Java-to-XML binding, Java-to-SQL persistence, and more.</description>
7
                <projectURL>http://www.castor.org/</projectURL>
8
    <notes></notes>
9
    <license>BSD-like</license>
10
                <path>./bin/lib/</path>
11
                <files>
12
                        <file>castor-0.9.5.3-xml.jar</file>
13
                </files>
14
        </library>
15
  <library>
16
    <projectName>Xerces Java Parser</projectName>
17
    <description>Xerces2 is the next generation of high performance, fully compliant XML parsers in the Apache Xerces family. This new version of Xerces introduces the Xerces Native Interface (XNI), a complete framework for building parser components and configurations that is extremely modular and easy to program.</description>
18
    <projectURL>http://xerces.apache.org/xerces-j/</projectURL>
19
    <license>Apache Software License</license>
20
    <notes></notes>
21
    <path>./bin/lib/</path>
22
    <files>
23
      <file>xerces_2_5_0.jar</file>
24
      <file>xml-apis.jar</file>
25
    </files>
26
  </library>
27
  <library>
28
    <projectName>JDOM</projectName>
29
    <description>Java-based solution for accessing, manipulating, and outputting XML data from Java code.</description>
30
    <projectURL>http://www.jdom.org/</projectURL>
31
    <license>Apache-style open source license</license>
32
    <notes></notes>
33
    <path>./bin/gvSIG/extensiones/com.iver.cit.gvsig/lib/</path>
34
    <files>
35
      <file>jdom-1.0b10.jar</file>
36
    </files>
37
  </library>
38
  <library>
39
    <projectName>KXML</projectName>
40
    <description>kXML is a small XML pull parser, specially designed for constrained environments</description>
41
    <projectURL>http://kxml.sourceforge.net/</projectURL>
42
    <license>BSD</license>
43
    <notes></notes>
44
    <path>./bin/lib/</path>
45
    <files>
46
      <file>kxml2.jar</file>
47
    </files>
48
  </library>
49
  <library>
50
    <projectName>Crimson</projectName>
51
    <description>A Java XML parser derived from the Sun Project X Parser which supports XML 1.0</description>
52
    <projectURL>http://xml.apache.org/crimson/</projectURL>
53
    <license></license>
54
    <notes></notes>
55
    <path>./bin/lib/</path>
56
    <files>
57
      <file>crimson.jar</file>
58
    </files>
59
  </library>
60
  <library>
61
    <projectName>Xalan-Java</projectName>
62
    <description>Xalan-Java is an XSLT processor for transforming XML documents into HTML, text, or other XML document types.</description>
63
    <projectURL>http://xml.apache.org/xalan-j/</projectURL>
64
    <license></license>
65
    <notes></notes>
66
    <path>./bin/gvSIG/extensiones/es.gva.cit.gvsig.catalogClient/lib/</path>
67
    <files>
68
      <file>xalan.jar</file>
69
    </files>
70
  </library>
71

    
72
  <!-- Scripting Tools -->
73
  <library>
74
    <projectName>BSF (Bean Scripting Framework)</projectName>
75
    <description>Bean Scripting Framework (BSF) is a set of Java classes which provides scripting language support within Java applications, and access to Java objects and methods from scripting languages</description>
76
    <projectURL>http://jakarta.apache.org/bsf/</projectURL>
77
    <license></license>
78
    <notes></notes>
79
    <path>./bin/gvSIG/extensiones/com.iver.cit.gvsig/lib/</path>
80
    <files>
81
      <file>bsf-2.3.0rc1.jar</file>
82
    </files>
83
  </library>
84
  <library>
85
    <projectName>Groovy</projectName>
86
    <description>Groovy is a powerful scripting language for the JVM which compiles down to Java bytecode and implements various high level features for Java developers such as dynamic typing, powerful closures for neat object navigation, native syntax for Maps and Lists, operator overloading, new extended JDK methods, AOP hooks and auto-boxing</description>
87
    <projectURL>http://groovy.codehaus.org/</projectURL>
88
    <license>BSD</license>
89
    <notes></notes>
90
    <path>./bin/gvSIG/extensiones/com.iver.cit.gvsig/lib/</path>
91
    <files>
92
      <file>groovy-all-1.0-beta-7.jar</file>
93
    </files>
94
  </library>
95
  <library>
96
    <projectName>BeanShen (lightweight scripting for Java)</projectName>
97
    <description>BeanShell is a small, free, embeddable, Java source interpreter with object scripting language features, written in Java. BeanShell executes standard Java statements and expressions, in addition to obvious scripting commands and syntax. BeanShell supports scripted objects as simple method closures like those in Perl and JavaScript(tm).</description>
98
    <projectURL>http://www.beanshell.org/home.html</projectURL>
99
    <license>Dual Licensed: Sun Public License / Gnu Lesser Public License</license>
100
    <notes></notes>
101
    <path>./bin/gvSIG/extensiones/com.iver.cit.gvsig/lib/</path>
102
    <files>
103
      <file>bsh-2.0b1.jar</file>
104
    </files>
105
  </library>
106
  <library>
107
    <projectName>Jython</projectName>
108
    <description>Jython is an implementation of the high-level, dynamic, object-oriented language Python written in 100% Pure Java, and seamlessly integrated with the Java platform. It thus allows you to run Python on any Java platform.</description>
109
    <projectURL>http://www.jython.org</projectURL>
110
    <license>Jython Software License</license>
111
    <notes></notes>
112
    <path>./bin/gvSIG/extensiones/com.iver.cit.gvsig/lib/</path>
113
    <files>
114
      <file>jython-2.1.jar</file>
115
    </files>
116
  </library>
117
  <library>
118
    <projectName>Rhino</projectName>
119
    <description>Rhino is an open-source implementation of JavaScript written entirely in Java.</description>
120
    <projectURL>http://www.mozilla.org/rhino/</projectURL>
121
    <license>Mozilla Public License, version 1.1</license>
122
    <notes></notes>
123
    <path>./bin/gvSIG/extensiones/com.iver.cit.gvsig/lib/</path>
124
    <files>
125
      <file>js-1.5r3.jar</file>
126
    </files>
127
  </library>
128
  <library>
129
    <projectName>Thinlet</projectName>
130
    <description>XUL engine for java</description>
131
    <projectURL>http://thinlet.sourceforge.net/home.html</projectURL>
132
    <license>LGPL</license>
133
    <notes></notes>
134
    <path>./bin/gvSIG/extensiones/com.iver.cit.gvsig/lib/</path>
135
    <files>
136
      <file>thinlet.jar</file>
137
    </files>
138
  </library>
139
  <library>
140
    <projectName>ScriptableThinlet</projectName>
141
    <description>ScriptableThinlet is a LGPL extension of Thinlet that allow to define actions in script code inside the thinlet XUL file, for various script language (beanshell, javascript, groovy, python, judoscript...)</description>
142
    <projectURL>http://sjobic.club.fr/thinlet/scriptablethinlet/index.html</projectURL>
143
    <license>LGPL</license>
144
    <path>./bin/gvSIG/extensiones/com.iver.cit.gvsig/lib/</path>
145
    <files>
146
      <file>scriptablethinlet-0.9.jar</file>
147
    </files>
148
  </library>
149

    
150

    
151
  <!-- Sun Tools -->
152
  <library>
153
    <projectName>Java WebStart</projectName>
154
    <description></description>
155
    <projectURL>java.sun.com</projectURL>
156
    <license></license>
157
    <notes></notes>
158
    <path>./bin/lib/</path>
159
    <files>
160
      <file>javaws.jar</file>
161
    </files>
162
  </library>
163
  <library>
164
    <projectName>Sun</projectName>
165
    <description></description>
166
    <projectURL>java.sun.com</projectURL>
167
    <license></license>
168
    <notes></notes>
169
    <path>./bin/gvSIG/extensiones/com.iver.cit.gvsig/lib/</path>
170
    <files>
171
      <file>JimiProClasses.zip</file>
172
    </files>
173
  </library>
174
  <library>
175
    <projectName>Junit</projectName>
176
    <description>JUnit is a regression testing framework</description>
177
    <projectURL>http://www.junit.org/index.htm</projectURL>
178
    <license></license>
179
    <notes></notes>
180
    <path>./bin/gvSIG/extensiones/com.iver.cit.gvsig/lib/</path>
181
    <files>
182
      <file>junit.jar</file>
183
    </files>
184
  </library>
185

    
186
  <!-- DataBase Tools -->
187
  <library>
188
    <projectName>PostgreSQL JDBC Driver</projectName>
189
    <description>It allows Java programs to connect to a PostgreSQL database using standard, database independent Java code</description>
190
    <projectURL>http://jdbc.postgresql.org/</projectURL>
191
    <license>BSD</license>
192
    <notes></notes>
193
    <path>./bin/gvSIG/extensiones/com.iver.cit.gvsig/lib/</path>
194
    <files>
195
      <file>postgresql-74.213.jar</file>
196
      <!-- Ojo: distribuimos mas ficheros relacionados con postgres -->
197
    </files>
198
  </library>
199
  <library>
200
    <projectName>ZQL (SQL Parser)</projectName>
201
    <description>Zql is an SQL parser written in Java. Zql parses SQL and fills in java structures representing SQL statements and expressions.</description>
202
    <projectURL>http://www.experlog.com/gibello/zql/</projectURL>
203
    <license></license>
204
    <notes></notes>
205
    <path>./bin/gvSIG/extensiones/com.iver.cit.gvsig/lib/</path>
206
    <files>
207
      <file>zql.jar</file>
208
    </files>
209
  </library>
210
  <library>
211
    <projectName>HSQLDB</projectName>
212
    <description>Lightweight 100% Java SQL Database Engine. HSQLDB is the leading SQL relational database engine written in Java. It has a JDBC driver and supports a rich subset of ANSI-92 SQL (BNF tree format) plus SQL 99 and 2003 enhancements. It offers a small (less than 100k in one version for applets), fast database engine which offers both in-memory and disk-based tables and supports embedded and server modes</description>
213
    <projectURL>http://hsqldb.org/</projectURL>
214
    <license>hypersonic_lic/hsqldb_lic</license>
215
    <notes></notes>
216
    <path>./bin/gvSIG/extensiones/com.iver.cit.gvsig/lib/</path>
217
    <files>
218
      <file>hsqldb.jar</file>
219
    </files>
220
  </library>
221
  <library>
222
    <projectName>MySQL Connector/J</projectName>
223
    <description>MySQL Connector/J is the official JDBC driver for MySQL.</description>
224
    <projectURL>http://www.mysql.org/downloads/connector/j/3.1.html</projectURL>
225
    <license>GPL</license>
226
    <notes></notes>
227
    <path>./bin/gvSIG/extensiones/com.iver.cit.gvsig/lib/</path>
228
    <files>
229
      <file>mysql-connector-java-3.1.7-bin.jar</file>
230
    </files>
231
  </library>
232

    
233

    
234
  <!-- Java Geo Tools -->
235
  <library>
236
    <projectName>JTS Topology Suite</projectName>
237
    <description>The JTS Topology Suite is an API of 2D spatial predicates and functions</description>
238
                <projectURL>http://www.vividsolutions.com/jts/jtshome.htm</projectURL>
239
                <license></license>
240
    <notes></notes>
241
                <path>./bin/gvSIG/extensiones/com.iver.cit.gvsig/lib/</path>
242
                <files>
243
                        <file>jts-1.12.jar</file>
244
                        <file>jtsio-1.12.jar</file>
245
                </files>
246
        </library>
247
  <library>
248
    <projectName>GeoTools The Open Source Java GIS Toolkit</projectName>
249
    <description>Geo  Tools is an open source (LGPL) Java code library which provides standards compliant methods for the manipulation of geospatial data, for example to implement  Geographic Information Systems (GIS)</description>
250
    <projectURL>http://geotools.codehaus.org/</projectURL>
251
    <license>LGPL</license>
252
    <notes></notes>
253
    <path>./bin/gvSIG/extensiones/com.iver.cit.gvsig/lib/</path>
254
    <files>
255
      <file>gt2-gml.jar</file>
256
      <file>gt2-legacy.jar</file>
257
      <file>gt2-main.jar</file>
258
      <file>gt2-postgis.jar</file>
259
      <file>gt2-shapefile.jar</file>
260
      <file>gt2sidx.jar</file>
261
      <file>gt2-wfs.jar</file>
262
      <file>gt2-wms.jar</file>
263
    </files>
264
  </library>
265
  <library>
266
    <projectName>WKB4J</projectName>
267
    <description>WKB4J is a Java library designed to read the Well-Known Binary format from a data source (usually a database like  Postgis  ) and transform this data into corresponding Java objects</description>
268
    <projectURL>http://wkb4j.sourceforge.net/</projectURL>
269
    <license>LGPL</license>
270
    <notes></notes>
271
    <path>./bin/gvSIG/extensiones/com.iver.cit.gvsig/lib/</path>
272
    <files>
273
      <file>wkb4j-1.0-RC1.jar</file>
274
    </files>
275
  </library>
276
  <library>
277
    <projectName>The GeoAPI project</projectName>
278
    <description>The GeoAPI project aims to reduce duplication and increase interoperability by providing neutral, interface-only APIs derived from OGC/ISO Standards</description>
279
    <projectURL>http://geoapi.sourceforge.net/stable/site/index.html</projectURL>
280
    <license>OGC copyright</license>
281
    <notes></notes>
282
    <path>./bin/gvSIG/extensiones/com.iver.cit.gvsig/lib/</path>
283
    <files>
284
      <file>geoapi-2.0.jar</file>
285
    </files>
286
  </library>
287
  <library>
288
    <projectName>GDAL - Geospatial Data Abstraction Library</projectName>
289
    <description>GDAL is a translator library for raster geospatial data formats. As a library, it presents a single abstract data model to the calling application for all supported formats.</description>
290
    <projectURL>http://www.gdal.org/</projectURL>
291
    <license>X/MIT style Open Source license by the Open Source Geospatial Foundation</license>
292
    <notes>Los fuentes han sido recompilados para personalizar las opciones de las librerias de GDAL deacuerdo a las necesidades de gvSIG. Principalmente se han retocado opciones de compilacion para añadir plugins a las librerias.</notes>
293
    <path>./libs/</path>
294
    <files>
295
      <file>libcrypto.so</file>
296
      <file>libcrypto.so.0</file>
297
      <file>libcrypto.so.0.9.7</file>
298
      <file>libgdal.so</file>
299
      <file>libgdal.so.1</file>
300
      <file>libgdal.so.1.10.0</file>
301
      <file>libjasper-1.701.so</file>
302
      <file>libjasper-1.701.so.1</file>
303
      <file>libjasper-1.701.so.1.0.0</file>
304
      <file>libodbc.so</file>
305
      <file>libodbc.so.1</file>
306
      <file>libodbc.so.1.0.0</file>
307
      <file>libpng.so</file>
308
      <file>libpng.so.3</file>
309
      <file>libpng.so.3.1.2.5</file>
310
      <file>libproj.so</file>
311
      <file>libproj.so.0</file>
312
      <file>libproj.so.0.5.0</file>
313
      <file>libssl.so</file>
314
      <file>libssl.so.0</file>
315
      <file>libssl.so.0.9.7</file>
316
    </files>
317
  </library>
318

    
319

    
320

    
321
  <!-- GUI tools -->
322
  <library>
323
    <projectName>Batik SVG Toolkit</projectName>
324
    <description>Batik is a Java-based toolkit for applications or applets that want to use images in the Scalable Vector Graphics (SVG) format for various purposes, such as display, generation or manipulation.</description>
325
    <projectURL>http://xmlgraphics.apache.org/batik/</projectURL>
326
    <license>Apache License Version 2.0</license>
327
    <notes></notes>
328
    <path>./bin/gvSIG/extensiones/com.iver.cit.gvsig/lib/</path>
329
    <files>
330
      <file>batik-awt-util.jar</file>
331
      <file>batik-bridge.jar</file>
332
      <file>batik-css.jar</file>
333
      <file>batik-dom.jar</file>
334
      <file>batik-extension.jar</file>
335
      <file>batik-ext.jar</file>
336
      <file>batik-gui-util.jar</file>
337
      <file>batik-gvt.jar</file>
338
      <file>batik-parser.jar</file>
339
      <file>batik-script.jar</file>
340
      <file>batik-svg-dom.jar</file>
341
      <file>batik-svggen.jar</file>
342
      <file>batik-swing.jar</file>
343
      <file>batik-transcoder.jar</file>
344
      <file>batik-util.jar</file>
345
      <file>batik-xml.jar</file>
346
    </files>
347
  </library>
348
  <library>
349
    <projectName>JCalendar</projectName>
350
    <description>JCalendar is a Java date chooser bean for graphically picking a date</description>
351
    <projectURL>http://www.toedter.com/en/jcalendar/</projectURL>
352
    <license>GNU Lesser GPL</license>
353
    <notes></notes>
354
    <path>./bin/lib/</path>
355
    <files>
356
      <file>jcalendar.jar</file>
357
    </files>
358
  </library>
359
  <library>
360
    <projectName>Java User Interface Design</projectName>
361
    <description>The JGoodies look and feels make your Swing applications and applets look better. They have been optimized for readability, precise micro-design and usability.</description>
362
    <projectURL>http://www.jgoodies.com/index.html</projectURL>
363
    <license></license>
364
    <notes></notes>
365
    <path>./bin/lib/</path>
366
    <files>
367
      <file>looks-2.0.2.jar</file>
368
    </files>
369
  </library>
370
  <library>
371
    <projectName>JwizardComponent</projectName>
372
    <description>Java Swing Wizard Component designed to be traveled through using Next, Back, Finish, Cancel.</description>
373
    <projectURL>http://jwizardcmponent.sourceforge.net/</projectURL>
374
    <license></license>
375
    <notes></notes>
376
    <path>./bin/lib/</path>
377
    <files>
378
      <file>JWizardComponent.jar</file>
379
    </files>
380
  </library>
381
  <library>
382
    <projectName>jGridShift (Ntv2 Transformation for Java)</projectName>
383
    <description>Reads both big and little endian NTv2 binary files. Reads official Canadian format files (all current Canadian and Australian binary files).</description>
384
    <projectURL>http://jgridshift.sourceforge.net/index.html</projectURL>
385
    <license></license>
386
    <notes></notes>
387
    <path>./bin/gvSIG/extensiones/com.iver.cit.gvsig/lib/</path>
388
    <files>
389
      <file>jGridShiftApi.jar</file>
390
    </files>
391
  </library>
392

    
393
  <!-- Misc tools -->
394
        <library>
395
                <projectName>EhCache</projectName>
396
                <description>Ehcache is a widely used java distributed cache for general purpose caching, JEE and light-weight containers. It features memory and disk stores, replicate by copy and invalidate, listeners, a gzip caching servlet filter and much more...</description>
397
                <projectURL>http://ehcache.sourceforge.net/</projectURL>
398
                <license></license>
399
                <notes></notes>
400
                <path>./bin/gvSIG/extensiones/com.iver.cit.gvsig.geoprocess/lib/</path>
401
                <files>
402
                        <file>ehcache-1.2beta4.jar</file>
403
                </files>
404
        </library>
405
        <library>
406
                <projectName>Vecmath</projectName>
407
    <description>This project contains the source code for the 3D vector math package, javax.vecmath.</description>
408
                <projectURL>https://vecmath.dev.java.net/</projectURL>
409
                <license></license>
410
    <notes></notes>
411
                <path>./bin/gvSIG/extensiones/com.iver.cit.gvsig/lib/</path>
412
                <files>
413
                        <file>vecmath-1.3.jar</file>
414
                </files>
415
        </library>
416
        <library>
417
                <projectName>JSR-275</projectName>
418
    <description>JSR-275 specifies one or more Java packages for the programmatic handling of physical quantities and their expression as numbers of units.</description>
419
                <projectURL>https://jsr-275.dev.java.net/</projectURL>
420
                <license></license>
421
    <notes></notes>
422
                <path>./bin/gvSIG/extensiones/com.iver.cit.gvsig/lib/</path>
423
                <files>
424
                        <file>units-0.01.jar</file>
425
                </files>
426
        </library>
427
        <library>
428
                <projectName>A2J</projectName>
429
                <description>A2J Is an ASN Parser that produces java based codec and associated DTO (Data Transfer Object) classes for a given input ASN definition. A2J Is in use as the ASN.1 compiler for the JZKit and OpenRequest. </description>
430
                <projectURL>http://developer.k-int.com/projects.php?page=a2j</projectURL>
431
                <license></license>
432
                <notes></notes>
433
                <path>./bin/gvSIG/extensiones/es.gva.cit.gvsig.catalogClient/lib/</path>
434
                <files>
435
                        <file>a2jruntime.jar</file>
436
                        <file>a2j_v2-2.0.9.jar</file>
437
                </files>
438
        </library>
439
        <library>
440
                <projectName>Amic-Util</projectName>
441
                <description>Amic-util library (amic-util.jar) was mainly created to aid passing from Windows environment to Java platform. Today, this library has largely past its original motivation and has become an extensive collection of packages including desktop, docked frames, wizards, XML treatment and so on</description>
442
                <projectURL>http://www.turro.org/xp/Portal?xpc=1$@7$@1$@6</projectURL>
443
                <license></license>
444
                <notes></notes>
445
                <path>./bin/gvSIG/extensiones/es.gva.cit.gvsig.catalogClient/lib/</path>
446
                <files>
447
                        <file>amic-util.jar</file>
448
                </files>
449
        </library>
450

    
451
                <library>
452
                <projectName>Spring Framework</projectName>
453
                <description></description>
454
                <projectURL>http://www.springframework.org/</projectURL>
455
                <license></license>
456
                <notes></notes>
457
                <path>./bin/gvSIG/extensiones/es.gva.cit.gvsig.catalogClient/lib/</path>
458
                <files>
459
                        <file>spring.jar</file>
460
                </files>
461
        </library>
462
        <library>
463
                <projectName>JEP</projectName>
464
    <description>JEP is a Java library for parsing and evaluating mathematical expressions. With this package you can allow your users to enter an arbitrary formula as a string, and instantly evaluate it. JEP supports user defined variables, constants, and functions. A number of common mathematical functions and constants are included.</description>
465
                <projectURL>http://www.singularsys.com/jep/</projectURL>
466
                <license></license>
467
    <notes></notes>
468
                <path>./bin/gvSIG/extensiones/com.iver.cit.gvsig/lib/</path>
469
                <files>
470
                        <file>jep-2.24.jar</file>
471
                </files>
472
        </library>
473
        <library>
474
                <projectName>Commons Collections</projectName>
475
    <description>The Java Collections Framework was a major addition in JDK 1.2. It added many powerful data structures that accelerate development of most significant Java applications. Since that time it has become the recognised standard for collection handling in Java. Commons-Collections seek to build upon the JDK classes by providing new interfaces, implementations and utilities.</description>
476
                <projectURL>http://jakarta.apache.org/commons/collections/</projectURL>
477
                <license></license>
478
    <notes></notes>
479
                <path>./bin/lib/</path>
480
                <files>
481
                        <file>commons-collections-3.1.zip</file>
482
                        <file>commons-collections-2.1.1.jar</file>
483
                </files>
484
        </library>
485
        <library>
486
                <projectName>XML-RPC</projectName>
487
    <description>Apache XML-RPC is a Java implementation of XML-RPC, a popular protocol that uses XML over HTTP to implement remote procedure calls.</description>
488
                <projectURL>http://ws.apache.org/xmlrpc/index.html</projectURL>
489
                <license></license>
490
    <notes></notes>
491
                <path>./bin/lib/</path>
492
                <files>
493
                        <file>xmlrpc-2.0.1.jar</file>
494
                </files>
495
        </library>
496
  <library>
497
                <projectName>Log4J</projectName>
498
    <description></description>
499
                <projectURL>http://logging.apache.org/log4j/docs/</projectURL>
500
                <license></license>
501
    <notes></notes>
502
                <path>./bin/lib/</path>
503
                <files>
504
                        <file>log4j-1.2.8.jar</file>
505
                </files>
506
        </library>
507
  <library>
508
    <projectName>iText</projectName>
509
    <description>iText is a library that allows you to generate PDF files on the fly.</description>
510
    <projectURL>http://www.lowagie.com/iText/</projectURL>
511
    <license></license>
512
    <notes></notes>
513
    <path>./bin/gvSIG/extensiones/com.iver.cit.gvsig/lib/</path>
514
    <files>
515
      <file>itext-1.4.2.jar</file>
516
    </files>
517
  </library>
518
  <library>
519
    <projectName>SMC (State Machine Compiler)</projectName>
520
    <description></description>
521
    <projectURL>http://smc.sourceforge.net/</projectURL>
522
    <license></license>
523
    <notes></notes>
524
    <path>./bin/gvSIG/extensiones/com.iver.cit.gvsig/lib/</path>
525
    <files>
526
      <file>Smc.jar</file>
527
    </files>
528
  </library>
529
  <library>
530
    <projectName>GNU Trove</projectName>
531
    <description>High performance collections for Java</description>
532
    <projectURL>http://trove4j.sourceforge.net/</projectURL>
533
    <license></license>
534
    <notes></notes>
535
    <path>./bin/gvSIG/extensiones/com.iver.cit.gvsig/lib/</path>
536
    <files>
537
      <file>trove-0.1.8.jar</file>
538
    </files>
539
  </library>
540
  <library>
541
    <projectName>Sistema</projectName>
542
    <description></description>
543
    <projectURL></projectURL>
544
    <license></license>
545
    <notes></notes>
546
    <path>./libs/</path>
547
    <files>
548
      <file>libstdc++.so.6</file>
549
    </files>
550
  </library>
551

    
552
  <!-- gvSIG tools -->
553
  <library>
554
                <projectName>gvSIG</projectName>
555
    <description></description>
556
                <projectURL>null</projectURL>
557
                <license></license>
558
    <notes></notes>
559
                <path></path>
560
                <files>
561
                        <file>libjecwcompress.so</file>
562
                        <file>libjecwcompress.so.0</file>
563
                        <file>libjecwcompress.so.0.1.0</file>
564
                        <file>libjecw.so</file>
565
                        <file>libjecw.so.0</file>
566
                        <file>libjecw.so.0.0.1</file>
567
                        <file>libjgdal.so</file>
568
                        <file>libjgdal.so.0</file>
569
                        <file>libjgdal.so.0.6.0</file>
570
                        <file>libjmrsid.so</file>
571
                        <file>libjmrsid.so.0</file>
572
                        <file>libjmrsid.so.0.0.2</file>
573
                        <file>libNCSCNet.so</file>
574
                        <file>libNCScnet.so</file>
575
                        <file>libNCSEcwC.so</file>
576
                        <file>libNCSEcw.so</file>
577
                        <file>libNCSUtil.so</file>
578
                        <file>andami.jar</file>
579
                        <file>beans.jar</file>
580
                        <file>gvsig-i18n.jar</file>
581
                        <file>iver-utiles.jar</file>
582
                        <file>tempFileManager.jar</file>
583
                        <file>cms.jar</file>
584
                        <file>com.iver.cit.gvsig.jar</file>
585
                        <file>com.iver.gvsig.addeventtheme.jar</file>
586
                        <file>driver-manager-1.1.jar</file>
587
                        <file>fmap-arcims.jar</file>
588
                        <file>fmap-georeferencing.jar</file>
589
                        <file>fmap.jar</file>
590
                        <file>fmap-wcs.jar</file>
591
                        <file>fmap-wfs.jar</file>
592
                        <file>fmap-wms.jar</file>
593
                        <file>gdbms-0.8-SNAPSHOT.jar</file>
594
                        <file>gvsig-annotation.jar</file>
595
                        <file>gvsig-i18n.jar</file>
596
                        <file>gvsig-ui.jar</file>
597
                        <file>hsqldb_spatial.jar</file>
598
                        <file>jcrs.jar</file>
599
                        <file>jdwglib.jar</file>
600
                        <file>jecw-0.0.1.jar</file>
601
                        <file>jecwcompress-1.0.0.jar</file>
602
                        <file>jgdal-0.6.0.jar</file>
603
                        <file>jmrsid-0.0.2.jar</file>
604
                        <file>jogr.jar</file>
605
                        <file>mysql_spatial.jar</file>
606
                        <file>oracle_spatial.jar</file>
607
                        <file>org.gvsig.scripting.jar</file>
608
                        <file>postgis_spatial.jar</file>
609
                        <file>spatialindex.jar</file>
610
                        <file>csvstring.jar</file>
611
                        <file>dbf.jar</file>
612
                        <file>dbfWriter.jar</file>
613
                        <file>dgn.jar</file>
614
                        <file>dwg.jar</file>
615
                        <file>dxf.jar</file>
616
                        <file>dxfWriter.jar</file>
617
                        <file>gml.jar</file>
618
                        <file>gmlWriter.jar</file>
619
                        <file>hsqldb.jar</file>
620
                        <file>hsqldb_spatial.jar</file>
621
                        <file>mysql_spatial.jar</file>
622
                        <file>oracle_spatial.jar</file>
623
                        <file>postgis_spatial.jar</file>
624
                        <file>mysql.jar</file>
625
                        <file>odbc.jar</file>
626
                        <file>oracle.jar</file>
627
                        <file>postgresql.jar</file>
628
                        <file>raster.jar</file>
629
                        <file>shp.jar</file>
630
                        <file>shpWriter.jar</file>
631
                        <file>com.iver.cit.gvsig.annotation.jar</file>
632
                        <file>com.iver.cit.gvsig.cad.jar</file>
633
                        <file>com.iver.cit.gvsig.geoprocess.jar</file>
634
                        <file>com.iver.cit.gvsig.geoprocess.jar</file>
635
                        <file>spatialindex.jar</file>
636
                        <file>com.iver.cit.gvsig.geoprocessextensions.jar</file>
637
                        <file>com.iver.cit.gvsig.jdbc_spatial.jar</file>
638
                        <file>com.iver.cit.gvsig.oracle_spatial.jar</file>
639
                        <file>com.iver.cit.gvsig.wcs.jar</file>
640
                        <file>com.iver.cit.gvsig.wfs2.jar</file>
641
                        <file>com.iver.cit.gvsig.wms.jar</file>
642
                        <file>com.iver.core.jar</file>
643
                        <file>com.iver.gvsig.centerviewpoint.jar</file>
644
                        <file>com.iver.gvsig.datalocator.jar</file>
645
                        <file>com.iver.gvsig.expresionfield.jar</file>
646
                        <file>catCliProto.jar</file>
647
                        <file>es.gva.cit.gvsig.catalogClient.jar</file>
648
                        <file>es.gva.cit.gvsig.gazetteer.jar</file>
649
                        <file>remoteClient.jar</file>
650
                        <file>es.prodevelop.cit.gvsig.arcims.jar</file>
651
                        <file>org.gvsig.crs.jar</file>
652
                        <file>org.gvsig.georeferencing.jar</file>
653
                        <file>org.gvsig.rasterTools.jar</file>
654
                        <file>remote-clients-arcims.jar</file>
655
                        <file>remote-clients.jar</file>
656
                </files>
657
        </library>
658
        <library>
659
            <projectName>JGraph</projectName>
660
            <description>JGraph is the most powerful, easy-to-use, feature-rich and standards-compliant open source graph component available for Java</description>
661
            <projectURL>http://www.jgraph.com/</projectURL>
662
            <license></license>
663
            <notes></notes>
664
            <path>./bin/gvSIG/extensiones/com.iver.cit.gvsig/lib/</path>
665
            <files>
666
                      <file>jgraph.jar</file>
667
            </files>
668
  </library>
669
</libraries>