Statistics
| Revision:

root / trunk / libraries @ 28100

Name Size Revision Age Author Comment
  JDialogSkin 15966 over 16 years jcampos Rename the name of the plugging
  lib3DMap 27735 over 15 years Jorge Piera Uptading poms to compile 3D with maven
  lib3DMap-share 27735 over 15 years Jorge Piera Uptading poms to compile 3D with maven
  libAnimation 25913 over 15 years afraile Cleaning code.
  libAnimation2D 25868 over 15 years afraile Cleaning code.
  libAnimation3D 25869 over 15 years afraile Cleaning code.
  libAnimationCommon 25870 over 15 years afraile Cleaning code.
  libArcIMS 27446 over 15 years Jose Manuel Vivó Arnal Fixed missing dependency
  libAuthenticationService 4519 over 18 years ldiaz add hojas map server to the user config returned
  libCacheService 27735 over 15 years Jorge Piera Uptading poms to compile 3D with maven
  libCompat 25345 over 15 years Cesar Ordiñana Configuración de código a compilar y archivos j...
  libCompatDesktop 21211 about 16 years Carlos Sánchez Periñán Initial import.
  libCorePlugin 28024 over 15 years Vicente Caballero Arreglado el bug 1535
  libCresques 13264 almost 17 years bsanchez - Actualizado libCresques
  libDXF 27209 over 15 years Rafa Gaitán upgraded version to 1.9-SNAPSHOT
  libDriverManager 27251 over 15 years Jorge Piera upgraded version to 1.9-SNAPSHOT
  libDwg 27295 over 15 years Rafa Gaitán changed version to 1.9-SNAPSHOT
  libExceptions 27252 over 15 years Jorge Piera upgraded version to 1.9-SNAPSHOT
  libExpressions 27304 over 15 years Jordi Torres Implementing getWindowProfile method
  libFMap 27962 over 15 years Vicente Caballero Arreglado el bug 1460
  libFMap_data 20907 about 16 years Jose Manuel Vivó Arnal
  libFMap_dataDB 20922 about 16 years Vicente Caballero
  libFMap_dataFile 20921 about 16 years Vicente Caballero
  libFMap_geometries 20918 about 16 years jiyarza cambios en registro y ctes de tipos de geometrias
  libGDBMS 27892 over 15 years Vicente Caballero Correct jar name: geoutils.jar.jar => geoutils.jar
  libGPE 27713 over 15 years Jorge Piera Updating the window to export to KML ticket #876
  libGPE-GML 27443 over 15 years Jorge Piera Adding the IAttributesIterator to the ContentHa...
  libGPE-KML 27443 over 15 years Jorge Piera Adding the IAttributesIterator to the ContentHa...
  libGPE-OSG 27735 over 15 years Jorge Piera Uptading poms to compile 3D with maven
  libGPE-OSG-examples 22943 almost 16 years afraile Function parseStream() modified working with URI
  libGPE-XML 27713 over 15 years Jorge Piera Updating the window to export to KML ticket #876
  libGeoUtils 27893 over 15 years Vicente Caballero Correct jar name: geoutils.jar.jar => geoutils.jar
  libGeocoding 26247 over 15 years vsanjaime cleaning classes
  libGeometries 20679 about 16 years jcampos New file pom.xml to convert this project into m...
  libGeometries3D 27735 over 15 years Jorge Piera Uptading poms to compile 3D with maven
  libInternationalization 27256 over 15 years Jorge Piera upgraded version to 1.9-SNAPSHOT
  libIverUtiles 27811 over 15 years Vicente Caballero (By cmartinez) Stop using obsolete crimson.jar ...
  libJCRS 27214 over 15 years Rafa Gaitán upgraded version to 1.9-SNAPSHOT
  libMetadata 23746 almost 16 years abeltran
  libPersonalDB 24644 over 15 years abeltran
  libProjection 27258 over 15 years Jorge Piera upgraded version to 1.9-SNAPSHOT
  libRaster 28041 over 15 years Ignacio Brodín Bug #1802
  libRemoteServices 27894 over 15 years Jorge Piera Supporting WMS 1.3.0 ticket #1696
  libTools 24042 almost 16 years Joaquín del Cerro Murciano
  libTopology 25718 over 15 years azabala bugs fixed
  libUIComponent 27260 over 15 years Jorge Piera upgraded version to 1.9-SNAPSHOT
  libjni-addo 17625 over 16 years Ignacio Brodín
  libjni-ecw 20373 about 16 years maquerol Comprobacion de parametros en las clases java
  libjni-ecwcompress 17862 over 16 years Ignacio Brodín Versión 0.2.0
  libjni-gdal 22525 almost 16 years bsanchez - Actualizado jgdal-0.9.1
  libjni-gdal-macosx 8219 over 17 years nacho *** empty log message ***
  libjni-mrsid 20383 about 16 years maquerol Resuelto bug en el build.xml
  libjni-mrsid-macosx 9099 over 17 years mija Commit inicial
  libjni-potrace 23664 almost 16 years bsanchez
  libjni-proj4 15519 over 16 years gsdiego Compilación del jni con el método correcto de l...
  libjni-readecw-linux 2274 about 19 years igbrotru *** empty log message ***

Latest revisions

# Date Author Comment
28041 04/16/2009 05:01 PM Ignacio Brodín

Bug #1802

28024 04/16/2009 01:40 PM Vicente Caballero

Arreglado el bug 1535

27962 04/15/2009 10:22 AM Vicente Caballero

Arreglado el bug 1460

27894 04/08/2009 10:38 AM Jorge Piera

Supporting WMS 1.3.0
ticket #1696

27893 04/08/2009 09:59 AM Vicente Caballero

Correct jar name: geoutils.jar.jar => geoutils.jar

27892 04/08/2009 09:57 AM Vicente Caballero

Correct jar name: geoutils.jar.jar => geoutils.jar

27849 04/06/2009 04:33 PM Vicente Caballero

Move FooConnection and FooDriver to src/test from src/main. These classes are only used by GDBMS tests, and are not compatible with 1.6. We move it to test, so that we can compile GDBMS with Java 1.5 and 1.6 without problems.

27847 04/06/2009 04:26 PM Vicente Caballero

Use our own version of sun.awt.geom.Curve, instead of internal's JVM one. Curve is not in the public Java API, so it has been changed between Java version, making gvSIG incompatible with Java 1.6. Thus, it is a good idea to extract this class and have a stable API for it.

27846 04/06/2009 04:25 PM Vicente Caballero

Use our own version of sun.awt.geom.Curve, instead of internal's JVM one. Curve is not in the public Java API, so it has been changed between Java version, making gvSIG incompatible with Java 1.6. Thus, it is a good idea to extract this class and have a stable API for it.

27841 04/06/2009 04:13 PM Vicente Caballero

Share geotutils.jar. It contains sun.awt.geom.Curve implementation

View revisions

Also available in: Atom