X-Git-Url: http://git.argeo.org/?a=blobdiff_plain;f=eclipse%2Fplugins%2Forg.argeo.slc.client.gis%2FMETA-INF%2FMANIFEST.MF;h=31e52742758b5e8b372c8c12d1c8d1e6aaf35908;hb=bac6c66301114a624dae10ab70d1e2c7e0dad3a2;hp=5f4b240dff135337c24b24032d95e443092fe203;hpb=a3e959fcd1fe352e3d1f011142762c3d2f83f31d;p=gpl%2Fargeo-slc.git diff --git a/eclipse/plugins/org.argeo.slc.client.gis/META-INF/MANIFEST.MF b/eclipse/plugins/org.argeo.slc.client.gis/META-INF/MANIFEST.MF index 5f4b240df..31e527427 100644 --- a/eclipse/plugins/org.argeo.slc.client.gis/META-INF/MANIFEST.MF +++ b/eclipse/plugins/org.argeo.slc.client.gis/META-INF/MANIFEST.MF @@ -2,15 +2,32 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: Gis Bundle-SymbolicName: org.argeo.slc.client.gis; singleton:=true -Bundle-Version: 1.0.0.qualifier +Bundle-Version: 0.13.1.SNAPSHOT Bundle-Activator: org.argeo.slc.client.gis.ClientGisActivator Require-Bundle: org.eclipse.ui, org.eclipse.core.runtime, org.argeo.dep.osgi.jai.imageio;bundle-version="1.1.0" Bundle-ActivationPolicy: lazy Bundle-RequiredExecutionEnvironment: J2SE-1.5 -Import-Package: org.argeo.eclipse.spring, - org.argeo.slc.geotools.swing;version="0.13.0.SNAPSHOT-r3817", - org.argeo.slc.jts;version="0.13.0.SNAPSHOT-r3817", +Import-Package: com.vividsolutions.jts.geom;version="1.10.0", + org.apache.commons.logging;version="1.1.1", + org.argeo.eclipse.spring, + org.argeo.slc.geotools, + org.argeo.slc.geotools.data, + org.argeo.slc.geotools.swing, + org.argeo.slc.gis.model, + org.argeo.slc.jts, org.geotools.data, + org.geotools.gce.image, + org.geotools.geometry, + org.geotools.map, + org.geotools.renderer, + org.geotools.renderer.lite, + org.geotools.styling, + org.geotools.swing, + org.geotools.swing.event, + org.geotools.swing.tool, + org.opengis.feature.simple, + org.opengis.geometry, + org.opengis.referencing.crs, org.springframework.osgi.util;version="1.2.1"