diff --git a/deploy/versions.sh b/deploy/versions.sh index 3614b7a855..0025f1c74f 100755 --- a/deploy/versions.sh +++ b/deploy/versions.sh @@ -8,8 +8,8 @@ export BASE=`dirname $0` export INSTALLER="${BASE}/installer" #export TARGET=${BASE}/target #export TARGET=${BASE}/../features/org.locationtech.udig-product/target/products/ -export SERIES=2.0 -export VERSION=2.0.0.RC1 +export SERIES=2.1 +export VERSION=2.1.0.RC1 export BUILD="${BASE}/build" # Tycho Build diff --git a/docs/common.py b/docs/common.py index 17be193a18..6d0be7ac36 100644 --- a/docs/common.py +++ b/docs/common.py @@ -42,17 +42,17 @@ # General information about the project. project = u'uDig' -copyright = u'2013, Refractions Research and others' +copyright = u'2019, Refractions Research and others' # The version info for the project you're documenting, acts as replacement for # |version| and |release|, also used in various other places throughout the # built documents. # # The short X.Y version. -version = '2.0' +version = '2.1' # The full version, including alpha/beta/rc tags. -release = '2.0.0.RC1' +release = '2.1.0.RC1' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/docs/pom.xml b/docs/pom.xml index d3e42b22c6..7944f454fe 100644 --- a/docs/pom.xml +++ b/docs/pom.xml @@ -44,7 +44,7 @@ org.locationtech.udig udig-tycho - 2.1.0-SNAPSHOT + 2.1.0.RC1 diff --git a/docs/user/en/what_is_new/What is new 2.1.rst b/docs/user/en/what_is_new/What is new 2.1.rst new file mode 100644 index 0000000000..f42eaa2f59 --- /dev/null +++ b/docs/user/en/what_is_new/What is new 2.1.rst @@ -0,0 +1,21 @@ +.. _what_is_new_2_1: + +What is new for uDig 2.1 +======================== + +This release provides an update of GeoTools library, lots of improvements, few features, and many bugfixes + +.. contents:: :local: + :depth: 1 + +Improvements and Fixes +---------------------- +From now on its possible to configure opacity for both, vertexes and fill geometry for Edit Tools, for details see :doc:`/reference/Edit Tool Preferences` + +A complete list of changes consult `Release-Notes 2.1.0 `_ + + +Updated 3rd-party Dependencies +------------------------------ + +uDig Codebase has been updated to work with `GeoTools 19.4 `_ series. This implies dependency updates for several other 3rd party libraries as well, such as imageio-ext and jts. diff --git a/docs/user/en/what_is_new/index.rst b/docs/user/en/what_is_new/index.rst index 8a118d96a5..fd3ed126c5 100644 --- a/docs/user/en/what_is_new/index.rst +++ b/docs/user/en/what_is_new/index.rst @@ -8,6 +8,7 @@ The following features are new for uDig. .. toctree:: :maxdepth: 2 + What is new 2.1 What is new 2.0 What is new 1.5 What is new 1.4 diff --git a/docs/user/toc.xml b/docs/user/toc.xml index c1c18d78c2..052a24b657 100644 --- a/docs/user/toc.xml +++ b/docs/user/toc.xml @@ -1287,6 +1287,8 @@ + + diff --git a/extras/org.locationtech.udig.target/pom.xml b/extras/org.locationtech.udig.target/pom.xml index aead09f0b6..59db48b8c3 100644 --- a/extras/org.locationtech.udig.target/pom.xml +++ b/extras/org.locationtech.udig.target/pom.xml @@ -5,7 +5,7 @@ org.locationtech.udig udig-tycho - 2.1.0-SNAPSHOT + 2.1.0.RC1 ../../pom.xml diff --git a/features/org.locationtech.udig-feature/feature.xml b/features/org.locationtech.udig-feature/feature.xml index 50feece581..817be7f832 100644 --- a/features/org.locationtech.udig-feature/feature.xml +++ b/features/org.locationtech.udig-feature/feature.xml @@ -2,7 +2,7 @@ diff --git a/features/org.locationtech.udig-feature/pom.xml b/features/org.locationtech.udig-feature/pom.xml index 3064f2c922..0bfdb187a0 100644 --- a/features/org.locationtech.udig-feature/pom.xml +++ b/features/org.locationtech.udig-feature/pom.xml @@ -5,7 +5,7 @@ features org.locationtech.udig - 2.1.0-SNAPSHOT + 2.1.0.RC1 org.locationtech.udig-feature diff --git a/features/org.locationtech.udig-product/org.locationtech.udig-product.product b/features/org.locationtech.udig-product/org.locationtech.udig-product.product index 4e89560ff4..77bec2875a 100644 --- a/features/org.locationtech.udig-product/org.locationtech.udig-product.product +++ b/features/org.locationtech.udig-product/org.locationtech.udig-product.product @@ -1,7 +1,7 @@ - + diff --git a/features/org.locationtech.udig-product/pom.xml b/features/org.locationtech.udig-product/pom.xml index c6b1e39e5a..b8f5062a59 100644 --- a/features/org.locationtech.udig-product/pom.xml +++ b/features/org.locationtech.udig-product/pom.xml @@ -11,7 +11,7 @@ features org.locationtech.udig - 2.1.0-SNAPSHOT + 2.1.0.RC1 org.locationtech.udig-product diff --git a/features/org.locationtech.udig-site.community/pom.xml b/features/org.locationtech.udig-site.community/pom.xml index cc06b27e13..37b5bbf8b9 100644 --- a/features/org.locationtech.udig-site.community/pom.xml +++ b/features/org.locationtech.udig-site.community/pom.xml @@ -5,7 +5,7 @@ features org.locationtech.udig - 2.1.0-SNAPSHOT + 2.1.0.RC1 org.locationtech.udig-site.community diff --git a/features/org.locationtech.udig-site/pom.xml b/features/org.locationtech.udig-site/pom.xml index a7ec44f3fd..fecfca6148 100644 --- a/features/org.locationtech.udig-site/pom.xml +++ b/features/org.locationtech.udig-site/pom.xml @@ -5,7 +5,7 @@ features org.locationtech.udig - 2.1.0-SNAPSHOT + 2.1.0.RC1 org.locationtech.udig-site diff --git a/features/org.locationtech.udig.rcp_feature/feature.xml b/features/org.locationtech.udig.rcp_feature/feature.xml index 686aa3cd5f..32b7488ca2 100644 --- a/features/org.locationtech.udig.rcp_feature/feature.xml +++ b/features/org.locationtech.udig.rcp_feature/feature.xml @@ -2,7 +2,7 @@ diff --git a/features/org.locationtech.udig.rcp_feature/pom.xml b/features/org.locationtech.udig.rcp_feature/pom.xml index 3b2733a347..0429c52677 100644 --- a/features/org.locationtech.udig.rcp_feature/pom.xml +++ b/features/org.locationtech.udig.rcp_feature/pom.xml @@ -5,7 +5,7 @@ features org.locationtech.udig - 2.1.0-SNAPSHOT + 2.1.0.RC1 org.locationtech.udig.rcp-feature diff --git a/features/org.locationtech.udig_application-feature/feature.xml b/features/org.locationtech.udig_application-feature/feature.xml index d5e0baa9b2..3c8a75fd97 100644 --- a/features/org.locationtech.udig_application-feature/feature.xml +++ b/features/org.locationtech.udig_application-feature/feature.xml @@ -2,7 +2,7 @@ diff --git a/features/org.locationtech.udig_application-feature/pom.xml b/features/org.locationtech.udig_application-feature/pom.xml index 791d77c5c5..23374db3f5 100644 --- a/features/org.locationtech.udig_application-feature/pom.xml +++ b/features/org.locationtech.udig_application-feature/pom.xml @@ -5,7 +5,7 @@ features org.locationtech.udig - 2.1.0-SNAPSHOT + 2.1.0.RC1 org.locationtech.udig_application-feature diff --git a/features/org.locationtech.udig_base-feature/feature.xml b/features/org.locationtech.udig_base-feature/feature.xml index 4a96159c06..f7c835490a 100644 --- a/features/org.locationtech.udig_base-feature/feature.xml +++ b/features/org.locationtech.udig_base-feature/feature.xml @@ -2,7 +2,7 @@ diff --git a/features/org.locationtech.udig_base-feature/pom.xml b/features/org.locationtech.udig_base-feature/pom.xml index af6731d724..51ed87860f 100644 --- a/features/org.locationtech.udig_base-feature/pom.xml +++ b/features/org.locationtech.udig_base-feature/pom.xml @@ -5,7 +5,7 @@ features org.locationtech.udig - 2.1.0-SNAPSHOT + 2.1.0.RC1 org.locationtech.udig_base-feature diff --git a/features/org.locationtech.udig_platform-feature/feature.xml b/features/org.locationtech.udig_platform-feature/feature.xml index 56797bdda0..46e3002ef9 100644 --- a/features/org.locationtech.udig_platform-feature/feature.xml +++ b/features/org.locationtech.udig_platform-feature/feature.xml @@ -2,7 +2,7 @@ diff --git a/features/org.locationtech.udig_platform-feature/pom.xml b/features/org.locationtech.udig_platform-feature/pom.xml index 55de7daaaf..97a0fbda72 100644 --- a/features/org.locationtech.udig_platform-feature/pom.xml +++ b/features/org.locationtech.udig_platform-feature/pom.xml @@ -5,7 +5,7 @@ features org.locationtech.udig - 2.1.0-SNAPSHOT + 2.1.0.RC1 org.locationtech.udig_platform-feature diff --git a/features/org.locationtech.udig_printing-feature/feature.xml b/features/org.locationtech.udig_printing-feature/feature.xml index 03235bfea5..868d79d64d 100644 --- a/features/org.locationtech.udig_printing-feature/feature.xml +++ b/features/org.locationtech.udig_printing-feature/feature.xml @@ -2,7 +2,7 @@ diff --git a/features/org.locationtech.udig_printing-feature/pom.xml b/features/org.locationtech.udig_printing-feature/pom.xml index ae4a803b72..39a4c4735a 100644 --- a/features/org.locationtech.udig_printing-feature/pom.xml +++ b/features/org.locationtech.udig_printing-feature/pom.xml @@ -5,7 +5,7 @@ features org.locationtech.udig - 2.1.0-SNAPSHOT + 2.1.0.RC1 org.locationtech.udig_printing-feature diff --git a/features/org.locationtech.udig_sdk-feature/pom.xml b/features/org.locationtech.udig_sdk-feature/pom.xml index e031b39c3c..4bbb3e5a7c 100644 --- a/features/org.locationtech.udig_sdk-feature/pom.xml +++ b/features/org.locationtech.udig_sdk-feature/pom.xml @@ -5,7 +5,7 @@ features org.locationtech.udig - 2.1.0-SNAPSHOT + 2.1.0.RC1 org.locationtech.udig_sdk-feature diff --git a/features/org.locationtech.udig_tutorials-feature/feature.xml b/features/org.locationtech.udig_tutorials-feature/feature.xml index 7b34590d9f..09b988ee81 100644 --- a/features/org.locationtech.udig_tutorials-feature/feature.xml +++ b/features/org.locationtech.udig_tutorials-feature/feature.xml @@ -2,7 +2,7 @@ diff --git a/features/org.locationtech.udig_tutorials-feature/pom.xml b/features/org.locationtech.udig_tutorials-feature/pom.xml index 52bd7fba25..b72accd57d 100644 --- a/features/org.locationtech.udig_tutorials-feature/pom.xml +++ b/features/org.locationtech.udig_tutorials-feature/pom.xml @@ -5,7 +5,7 @@ features org.locationtech.udig - 2.1.0-SNAPSHOT + 2.1.0.RC1 org.locationtech.udig_tutorials-feature diff --git a/features/org.locationtech.udig_unstable-feature/feature.xml b/features/org.locationtech.udig_unstable-feature/feature.xml index 33be5e5cf8..deb8bd8bcc 100644 --- a/features/org.locationtech.udig_unstable-feature/feature.xml +++ b/features/org.locationtech.udig_unstable-feature/feature.xml @@ -2,7 +2,7 @@ diff --git a/features/org.locationtech.udig_unstable-feature/pom.xml b/features/org.locationtech.udig_unstable-feature/pom.xml index 4a00814318..2972e4d7a6 100644 --- a/features/org.locationtech.udig_unstable-feature/pom.xml +++ b/features/org.locationtech.udig_unstable-feature/pom.xml @@ -5,10 +5,10 @@ features org.locationtech.udig - 2.1.0-SNAPSHOT + 2.1.0.RC1 org.locationtech.udig_unstable-feature - 2.1.0-SNAPSHOT + 2.1.0.RC1 eclipse-feature diff --git a/features/pom.xml b/features/pom.xml index cf33a7e0e8..62b3186777 100644 --- a/features/pom.xml +++ b/features/pom.xml @@ -6,7 +6,7 @@ org.locationtech.udig udig-tycho - 2.1.0-SNAPSHOT + 2.1.0.RC1 features diff --git a/plugins/net.sf.opencsv/pom.xml b/plugins/net.sf.opencsv/pom.xml index 15ac97cb41..521699146d 100644 --- a/plugins/net.sf.opencsv/pom.xml +++ b/plugins/net.sf.opencsv/pom.xml @@ -5,7 +5,7 @@ plugins org.locationtech.udig - 2.1.0-SNAPSHOT + 2.1.0.RC1 net.sf.opencsv 2.3.0 diff --git a/plugins/org.locationtech.udig.bookmarks.tests/META-INF/MANIFEST.MF b/plugins/org.locationtech.udig.bookmarks.tests/META-INF/MANIFEST.MF index 4fc0415141..b3b0dfafb6 100644 --- a/plugins/org.locationtech.udig.bookmarks.tests/META-INF/MANIFEST.MF +++ b/plugins/org.locationtech.udig.bookmarks.tests/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: Bookmark Tests Bundle-SymbolicName: org.locationtech.udig.bookmarks.tests -Bundle-Version: 2.1.0.qualifier +Bundle-Version: 2.1.0.RC1 Bundle-Activator: org.locationtech.udig.bookmarks.tests.Activator Bundle-Vendor: udig.refractions.net Require-Bundle: org.eclipse.ui, diff --git a/plugins/org.locationtech.udig.bookmarks.tests/pom.xml b/plugins/org.locationtech.udig.bookmarks.tests/pom.xml index 9434858c7b..abe7e12d39 100644 --- a/plugins/org.locationtech.udig.bookmarks.tests/pom.xml +++ b/plugins/org.locationtech.udig.bookmarks.tests/pom.xml @@ -8,7 +8,7 @@ plugins org.locationtech.udig - 2.1.0-SNAPSHOT + 2.1.0.RC1 org.locationtech.udig.bookmarks.tests diff --git a/plugins/org.locationtech.udig.bookmarks/META-INF/MANIFEST.MF b/plugins/org.locationtech.udig.bookmarks/META-INF/MANIFEST.MF index 163752a037..d104de877e 100644 --- a/plugins/org.locationtech.udig.bookmarks/META-INF/MANIFEST.MF +++ b/plugins/org.locationtech.udig.bookmarks/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: Bookmarks Plug-in Bundle-SymbolicName: org.locationtech.udig.bookmarks; singleton:=true -Bundle-Version: 2.1.0.qualifier +Bundle-Version: 2.1.0.RC1 Bundle-Activator: org.locationtech.udig.bookmarks.BookmarksPlugin Bundle-Localization: plugin Require-Bundle: org.eclipse.ui, diff --git a/plugins/org.locationtech.udig.bookmarks/pom.xml b/plugins/org.locationtech.udig.bookmarks/pom.xml index 8298d22275..6133baf6e3 100644 --- a/plugins/org.locationtech.udig.bookmarks/pom.xml +++ b/plugins/org.locationtech.udig.bookmarks/pom.xml @@ -5,7 +5,7 @@ plugins org.locationtech.udig - 2.1.0-SNAPSHOT + 2.1.0.RC1 org.locationtech.udig.bookmarks eclipse-plugin diff --git a/plugins/org.locationtech.udig.browser/META-INF/MANIFEST.MF b/plugins/org.locationtech.udig.browser/META-INF/MANIFEST.MF index 4a60bf136e..c227838883 100644 --- a/plugins/org.locationtech.udig.browser/META-INF/MANIFEST.MF +++ b/plugins/org.locationtech.udig.browser/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: %Manifest.name Bundle-SymbolicName: org.locationtech.udig.browser; singleton:=true -Bundle-Version: 2.1.0.qualifier +Bundle-Version: 2.1.0.RC1 Bundle-Activator: org.locationtech.udig.browser.BrowserPlugin Bundle-Vendor: udig.refractions.net Bundle-Localization: plugin diff --git a/plugins/org.locationtech.udig.browser/pom.xml b/plugins/org.locationtech.udig.browser/pom.xml index d29f446e4d..1460f53981 100644 --- a/plugins/org.locationtech.udig.browser/pom.xml +++ b/plugins/org.locationtech.udig.browser/pom.xml @@ -5,7 +5,7 @@ plugins org.locationtech.udig - 2.1.0-SNAPSHOT + 2.1.0.RC1 org.locationtech.udig.browser eclipse-plugin diff --git a/plugins/org.locationtech.udig.catalog.arcgrid/META-INF/MANIFEST.MF b/plugins/org.locationtech.udig.catalog.arcgrid/META-INF/MANIFEST.MF index da16cb3c15..28ad711f8c 100644 --- a/plugins/org.locationtech.udig.catalog.arcgrid/META-INF/MANIFEST.MF +++ b/plugins/org.locationtech.udig.catalog.arcgrid/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: ArcGrid Plug-in Bundle-SymbolicName: org.locationtech.udig.catalog.arcgrid;singleton:=true -Bundle-Version: 2.1.0.qualifier +Bundle-Version: 2.1.0.RC1 Bundle-Vendor: udig.refractions.net Require-Bundle: org.locationtech.udig.catalog, org.locationtech.udig.catalog.rasterings, diff --git a/plugins/org.locationtech.udig.catalog.arcgrid/pom.xml b/plugins/org.locationtech.udig.catalog.arcgrid/pom.xml index 36f7ab9d16..27b7c4b2db 100644 --- a/plugins/org.locationtech.udig.catalog.arcgrid/pom.xml +++ b/plugins/org.locationtech.udig.catalog.arcgrid/pom.xml @@ -5,7 +5,7 @@ plugins org.locationtech.udig - 2.1.0-SNAPSHOT + 2.1.0.RC1 org.locationtech.udig.catalog.arcgrid eclipse-plugin diff --git a/plugins/org.locationtech.udig.catalog.arcsde/META-INF/MANIFEST.MF b/plugins/org.locationtech.udig.catalog.arcsde/META-INF/MANIFEST.MF index dbfd8fadf1..c4d3805196 100644 --- a/plugins/org.locationtech.udig.catalog.arcsde/META-INF/MANIFEST.MF +++ b/plugins/org.locationtech.udig.catalog.arcsde/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: %plugin.name Bundle-SymbolicName: org.locationtech.udig.catalog.arcsde; singleton:=true -Bundle-Version: 2.1.0.qualifier +Bundle-Version: 2.1.0.RC1 Bundle-Activator: org.locationtech.udig.catalog.internal.arcsde.ArcsdePlugin Bundle-Vendor: udig.refractions.net Bundle-Localization: plugin diff --git a/plugins/org.locationtech.udig.catalog.arcsde/pom.xml b/plugins/org.locationtech.udig.catalog.arcsde/pom.xml index db238012c2..982235edc2 100644 --- a/plugins/org.locationtech.udig.catalog.arcsde/pom.xml +++ b/plugins/org.locationtech.udig.catalog.arcsde/pom.xml @@ -5,7 +5,7 @@ plugins org.locationtech.udig - 2.1.0-SNAPSHOT + 2.1.0.RC1 org.locationtech.udig.catalog.arcsde eclipse-plugin diff --git a/plugins/org.locationtech.udig.catalog.csw/META-INF/MANIFEST.MF b/plugins/org.locationtech.udig.catalog.csw/META-INF/MANIFEST.MF index 95e6f92d1a..71080ff01e 100644 --- a/plugins/org.locationtech.udig.catalog.csw/META-INF/MANIFEST.MF +++ b/plugins/org.locationtech.udig.catalog.csw/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: Csw Bundle-SymbolicName: org.locationtech.udig.catalog.csw;singleton:=true -Bundle-Version: 2.1.0.qualifier +Bundle-Version: 2.1.0.RC1 Bundle-Vendor: udig.refractions.net Bundle-Activator: org.locationtech.udig.catalog.csw.Activator Require-Bundle: org.eclipse.core.runtime, diff --git a/plugins/org.locationtech.udig.catalog.csw/pom.xml b/plugins/org.locationtech.udig.catalog.csw/pom.xml index 47278eacbe..ce5fc54026 100644 --- a/plugins/org.locationtech.udig.catalog.csw/pom.xml +++ b/plugins/org.locationtech.udig.catalog.csw/pom.xml @@ -5,7 +5,7 @@ plugins org.locationtech.udig - 2.1.0-SNAPSHOT + 2.1.0.RC1 org.locationtech.udig.catalog.csw eclipse-plugin diff --git a/plugins/org.locationtech.udig.catalog.db2/META-INF/MANIFEST.MF b/plugins/org.locationtech.udig.catalog.db2/META-INF/MANIFEST.MF index a449b5dc96..06d670747a 100644 --- a/plugins/org.locationtech.udig.catalog.db2/META-INF/MANIFEST.MF +++ b/plugins/org.locationtech.udig.catalog.db2/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: DB2 Catalog Plug-in Bundle-SymbolicName: org.locationtech.udig.catalog.db2; singleton:=true -Bundle-Version: 2.1.0.qualifier +Bundle-Version: 2.1.0.RC1 Bundle-Activator: org.locationtech.udig.catalog.db2.DB2Plugin Eclipse-BuddyPolicy: registered Bundle-Localization: plugin diff --git a/plugins/org.locationtech.udig.catalog.db2/pom.xml b/plugins/org.locationtech.udig.catalog.db2/pom.xml index 769eec91e7..2d445e7bfa 100644 --- a/plugins/org.locationtech.udig.catalog.db2/pom.xml +++ b/plugins/org.locationtech.udig.catalog.db2/pom.xml @@ -5,7 +5,7 @@ plugins org.locationtech.udig - 2.1.0-SNAPSHOT + 2.1.0.RC1 org.locationtech.udig.catalog.db2 eclipse-plugin diff --git a/plugins/org.locationtech.udig.catalog.geotiff.tests/META-INF/MANIFEST.MF b/plugins/org.locationtech.udig.catalog.geotiff.tests/META-INF/MANIFEST.MF index adf9922f3f..aed15a6c35 100644 --- a/plugins/org.locationtech.udig.catalog.geotiff.tests/META-INF/MANIFEST.MF +++ b/plugins/org.locationtech.udig.catalog.geotiff.tests/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: Geotiff Test Plug-in Bundle-SymbolicName: org.locationtech.udig.catalog.geotiff.tests;singleton:=true -Bundle-Version: 2.1.0.qualifier +Bundle-Version: 2.1.0.RC1 Bundle-Activator: org.locationtech.udig.catalog.tests.internal.geotiff.GeoTiffPlugin Bundle-Vendor: udig.refractions.net Require-Bundle: org.eclipse.ui, diff --git a/plugins/org.locationtech.udig.catalog.geotiff.tests/pom.xml b/plugins/org.locationtech.udig.catalog.geotiff.tests/pom.xml index a20ae5f26e..f3965509ec 100644 --- a/plugins/org.locationtech.udig.catalog.geotiff.tests/pom.xml +++ b/plugins/org.locationtech.udig.catalog.geotiff.tests/pom.xml @@ -8,7 +8,7 @@ org.locationtech.udig plugins - 2.1.0-SNAPSHOT + 2.1.0.RC1 org.locationtech.udig.catalog.geotiff.tests diff --git a/plugins/org.locationtech.udig.catalog.geotiff/META-INF/MANIFEST.MF b/plugins/org.locationtech.udig.catalog.geotiff/META-INF/MANIFEST.MF index a6ce40423a..e9e241b4c7 100644 --- a/plugins/org.locationtech.udig.catalog.geotiff/META-INF/MANIFEST.MF +++ b/plugins/org.locationtech.udig.catalog.geotiff/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: %pluginName Bundle-SymbolicName: org.locationtech.udig.catalog.geotiff; singleton:=true -Bundle-Version: 2.1.0.qualifier +Bundle-Version: 2.1.0.RC1 Bundle-Vendor: udig.refractions.net Bundle-Localization: plugin Eclipse-BuddyPolicy: ext diff --git a/plugins/org.locationtech.udig.catalog.geotiff/pom.xml b/plugins/org.locationtech.udig.catalog.geotiff/pom.xml index 4b8dda2cb9..182f19bb78 100644 --- a/plugins/org.locationtech.udig.catalog.geotiff/pom.xml +++ b/plugins/org.locationtech.udig.catalog.geotiff/pom.xml @@ -5,7 +5,7 @@ plugins org.locationtech.udig - 2.1.0-SNAPSHOT + 2.1.0.RC1 org.locationtech.udig.catalog.geotiff eclipse-plugin diff --git a/plugins/org.locationtech.udig.catalog.geotools/META-INF/MANIFEST.MF b/plugins/org.locationtech.udig.catalog.geotools/META-INF/MANIFEST.MF index becb57d502..5b99648558 100644 --- a/plugins/org.locationtech.udig.catalog.geotools/META-INF/MANIFEST.MF +++ b/plugins/org.locationtech.udig.catalog.geotools/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: GeoTools Bundle-SymbolicName: org.locationtech.udig.catalog.geotools;singleton:=true -Bundle-Version: 2.1.0.qualifier +Bundle-Version: 2.1.0.RC1 Bundle-Activator: org.locationtech.udig.catalog.geotools.Activator Bundle-Vendor: udig.refractions.net Bundle-Localization: plugin diff --git a/plugins/org.locationtech.udig.catalog.geotools/pom.xml b/plugins/org.locationtech.udig.catalog.geotools/pom.xml index ca3f398ff0..ad8bf2b7f2 100644 --- a/plugins/org.locationtech.udig.catalog.geotools/pom.xml +++ b/plugins/org.locationtech.udig.catalog.geotools/pom.xml @@ -5,7 +5,7 @@ plugins org.locationtech.udig - 2.1.0-SNAPSHOT + 2.1.0.RC1 org.locationtech.udig.catalog.geotools eclipse-plugin diff --git a/plugins/org.locationtech.udig.catalog.google2/META-INF/MANIFEST.MF b/plugins/org.locationtech.udig.catalog.google2/META-INF/MANIFEST.MF index 0f7411fa47..00cc137abd 100644 --- a/plugins/org.locationtech.udig.catalog.google2/META-INF/MANIFEST.MF +++ b/plugins/org.locationtech.udig.catalog.google2/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: %plugin.name Bundle-SymbolicName: org.locationtech.udig.catalog.google2; singleton:=true -Bundle-Version: 2.1.0.qualifier +Bundle-Version: 2.1.0.RC1 Bundle-Activator: org.locationtech.udig.catalog.google.GooglePlugin Bundle-Vendor: udig.refractions.net Bundle-Localization: plugin diff --git a/plugins/org.locationtech.udig.catalog.google2/pom.xml b/plugins/org.locationtech.udig.catalog.google2/pom.xml index 76e284eeaa..ef7739967d 100644 --- a/plugins/org.locationtech.udig.catalog.google2/pom.xml +++ b/plugins/org.locationtech.udig.catalog.google2/pom.xml @@ -5,7 +5,7 @@ plugins org.locationtech.udig - 2.1.0-SNAPSHOT + 2.1.0.RC1 org.locationtech.udig.catalog.google2 eclipse-plugin diff --git a/plugins/org.locationtech.udig.catalog.imageio/META-INF/MANIFEST.MF b/plugins/org.locationtech.udig.catalog.imageio/META-INF/MANIFEST.MF index 0e862bf473..9d5a80771e 100644 --- a/plugins/org.locationtech.udig.catalog.imageio/META-INF/MANIFEST.MF +++ b/plugins/org.locationtech.udig.catalog.imageio/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: %pluginName Bundle-SymbolicName: org.locationtech.udig.catalog.imageio;singleton:=true -Bundle-Version: 2.1.0.qualifier +Bundle-Version: 2.1.0.RC1 Bundle-Vendor: udig.refractions.net Bundle-Localization: plugin Eclipse-RegisterBuddy: org.locationtech.udig.libs diff --git a/plugins/org.locationtech.udig.catalog.imageio/pom.xml b/plugins/org.locationtech.udig.catalog.imageio/pom.xml index 15bce58929..8e6e0168ea 100644 --- a/plugins/org.locationtech.udig.catalog.imageio/pom.xml +++ b/plugins/org.locationtech.udig.catalog.imageio/pom.xml @@ -5,7 +5,7 @@ plugins org.locationtech.udig - 2.1.0-SNAPSHOT + 2.1.0.RC1 org.locationtech.udig.catalog.imageio eclipse-plugin diff --git a/plugins/org.locationtech.udig.catalog.jgrass/META-INF/MANIFEST.MF b/plugins/org.locationtech.udig.catalog.jgrass/META-INF/MANIFEST.MF index 785a1b1fe4..2defa89898 100644 --- a/plugins/org.locationtech.udig.catalog.jgrass/META-INF/MANIFEST.MF +++ b/plugins/org.locationtech.udig.catalog.jgrass/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: JGrass Catalog Plugin Bundle-SymbolicName: org.locationtech.udig.catalog.jgrass;singleton:=true -Bundle-Version: 2.1.0.qualifier +Bundle-Version: 2.1.0.RC1 Bundle-Activator: org.locationtech.udig.catalog.jgrass.JGrassPlugin Bundle-Vendor: HydroloGIS S.r.l. Bundle-Localization: plugin diff --git a/plugins/org.locationtech.udig.catalog.jgrass/pom.xml b/plugins/org.locationtech.udig.catalog.jgrass/pom.xml index 0ec6febd5c..56732c4373 100644 --- a/plugins/org.locationtech.udig.catalog.jgrass/pom.xml +++ b/plugins/org.locationtech.udig.catalog.jgrass/pom.xml @@ -5,7 +5,7 @@ plugins org.locationtech.udig - 2.1.0-SNAPSHOT + 2.1.0.RC1 org.locationtech.udig.catalog.jgrass eclipse-plugin diff --git a/plugins/org.locationtech.udig.catalog.kml/META-INF/MANIFEST.MF b/plugins/org.locationtech.udig.catalog.kml/META-INF/MANIFEST.MF index 553f8d4b3c..f7586ce126 100644 --- a/plugins/org.locationtech.udig.catalog.kml/META-INF/MANIFEST.MF +++ b/plugins/org.locationtech.udig.catalog.kml/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: %bundleName Bundle-SymbolicName: org.locationtech.udig.catalog.kml;singleton:=true -Bundle-Version: 2.1.0.qualifier +Bundle-Version: 2.1.0.RC1 Bundle-RequiredExecutionEnvironment: JavaSE-1.8 Bundle-ActivationPolicy: lazy Bundle-ClassPath: . diff --git a/plugins/org.locationtech.udig.catalog.kml/pom.xml b/plugins/org.locationtech.udig.catalog.kml/pom.xml index 22f0e1d564..0eaa4bf02f 100644 --- a/plugins/org.locationtech.udig.catalog.kml/pom.xml +++ b/plugins/org.locationtech.udig.catalog.kml/pom.xml @@ -5,7 +5,7 @@ plugins org.locationtech.udig - 2.1.0-SNAPSHOT + 2.1.0.RC1 org.locationtech.udig.catalog.kml eclipse-plugin diff --git a/plugins/org.locationtech.udig.catalog.mysql/META-INF/MANIFEST.MF b/plugins/org.locationtech.udig.catalog.mysql/META-INF/MANIFEST.MF index a848293228..ae574f865f 100644 --- a/plugins/org.locationtech.udig.catalog.mysql/META-INF/MANIFEST.MF +++ b/plugins/org.locationtech.udig.catalog.mysql/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: %plugin.name Bundle-SymbolicName: org.locationtech.udig.catalog.mysql;singleton:=true -Bundle-Version: 2.1.0.qualifier +Bundle-Version: 2.1.0.RC1 Bundle-Activator: org.locationtech.udig.catalog.internal.mysql.MySQLPlugin Bundle-Vendor: udig.refractions.net Bundle-Localization: plugin diff --git a/plugins/org.locationtech.udig.catalog.mysql/pom.xml b/plugins/org.locationtech.udig.catalog.mysql/pom.xml index 8766603179..6b56a3e92a 100644 --- a/plugins/org.locationtech.udig.catalog.mysql/pom.xml +++ b/plugins/org.locationtech.udig.catalog.mysql/pom.xml @@ -5,7 +5,7 @@ plugins org.locationtech.udig - 2.1.0-SNAPSHOT + 2.1.0.RC1 org.locationtech.udig.catalog.mysql eclipse-plugin diff --git a/plugins/org.locationtech.udig.catalog.oracle/META-INF/MANIFEST.MF b/plugins/org.locationtech.udig.catalog.oracle/META-INF/MANIFEST.MF index 0fdf414101..663e9f3ee6 100644 --- a/plugins/org.locationtech.udig.catalog.oracle/META-INF/MANIFEST.MF +++ b/plugins/org.locationtech.udig.catalog.oracle/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: %plugin.name Bundle-SymbolicName: org.locationtech.udig.catalog.oracle; singleton:=true -Bundle-Version: 2.1.0.qualifier +Bundle-Version: 2.1.0.RC1 Bundle-Activator: org.locationtech.udig.catalog.internal.oracle.OraclePlugin Bundle-Vendor: udig.refractions.net Bundle-Localization: plugin diff --git a/plugins/org.locationtech.udig.catalog.oracle/pom.xml b/plugins/org.locationtech.udig.catalog.oracle/pom.xml index 1cb63a4e0c..3c0747e44c 100644 --- a/plugins/org.locationtech.udig.catalog.oracle/pom.xml +++ b/plugins/org.locationtech.udig.catalog.oracle/pom.xml @@ -5,7 +5,7 @@ plugins org.locationtech.udig - 2.1.0-SNAPSHOT + 2.1.0.RC1 org.locationtech.udig.catalog.oracle eclipse-plugin diff --git a/plugins/org.locationtech.udig.catalog.postgis/META-INF/MANIFEST.MF b/plugins/org.locationtech.udig.catalog.postgis/META-INF/MANIFEST.MF index e25ab3dfac..4948f53d02 100644 --- a/plugins/org.locationtech.udig.catalog.postgis/META-INF/MANIFEST.MF +++ b/plugins/org.locationtech.udig.catalog.postgis/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: %plugin.name Bundle-SymbolicName: org.locationtech.udig.catalog.postgis; singleton:=true -Bundle-Version: 2.1.0.qualifier +Bundle-Version: 2.1.0.RC1 Bundle-Activator: org.locationtech.udig.catalog.internal.postgis.PostgisPlugin Bundle-Vendor: udig.refractions.net Bundle-Localization: plugin diff --git a/plugins/org.locationtech.udig.catalog.postgis/pom.xml b/plugins/org.locationtech.udig.catalog.postgis/pom.xml index eabfbc4e83..e874db438b 100644 --- a/plugins/org.locationtech.udig.catalog.postgis/pom.xml +++ b/plugins/org.locationtech.udig.catalog.postgis/pom.xml @@ -5,7 +5,7 @@ plugins org.locationtech.udig - 2.1.0-SNAPSHOT + 2.1.0.RC1 org.locationtech.udig.catalog.postgis eclipse-plugin diff --git a/plugins/org.locationtech.udig.catalog.rasterings/META-INF/MANIFEST.MF b/plugins/org.locationtech.udig.catalog.rasterings/META-INF/MANIFEST.MF index 18220cff9b..4e5c8921ae 100644 --- a/plugins/org.locationtech.udig.catalog.rasterings/META-INF/MANIFEST.MF +++ b/plugins/org.locationtech.udig.catalog.rasterings/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: Rasterings Catalog Plug-in Bundle-SymbolicName: org.locationtech.udig.catalog.rasterings;singleton:=true -Bundle-Version: 2.1.0.qualifier +Bundle-Version: 2.1.0.RC1 Bundle-Activator: org.locationtech.udig.catalog.rasterings.RasteringsPlugin Require-Bundle: org.eclipse.ui, org.eclipse.core.runtime, diff --git a/plugins/org.locationtech.udig.catalog.rasterings/pom.xml b/plugins/org.locationtech.udig.catalog.rasterings/pom.xml index d3bd068527..bb7e77e6ff 100644 --- a/plugins/org.locationtech.udig.catalog.rasterings/pom.xml +++ b/plugins/org.locationtech.udig.catalog.rasterings/pom.xml @@ -5,7 +5,7 @@ plugins org.locationtech.udig - 2.1.0-SNAPSHOT + 2.1.0.RC1 org.locationtech.udig.catalog.rasterings eclipse-plugin diff --git a/plugins/org.locationtech.udig.catalog.shp/META-INF/MANIFEST.MF b/plugins/org.locationtech.udig.catalog.shp/META-INF/MANIFEST.MF index d1f61098ee..78fd4e84b5 100644 --- a/plugins/org.locationtech.udig.catalog.shp/META-INF/MANIFEST.MF +++ b/plugins/org.locationtech.udig.catalog.shp/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: %plugin.name Bundle-SymbolicName: org.locationtech.udig.catalog.shp; singleton:=true -Bundle-Version: 2.1.0.qualifier +Bundle-Version: 2.1.0.RC1 Bundle-Localization: plugin Bundle-Activator: org.locationtech.udig.catalog.internal.shp.ShpPlugin Eclipse-ExtensibleAPI: true diff --git a/plugins/org.locationtech.udig.catalog.shp/pom.xml b/plugins/org.locationtech.udig.catalog.shp/pom.xml index 63b0c5ec12..51f409a832 100644 --- a/plugins/org.locationtech.udig.catalog.shp/pom.xml +++ b/plugins/org.locationtech.udig.catalog.shp/pom.xml @@ -5,7 +5,7 @@ plugins org.locationtech.udig - 2.1.0-SNAPSHOT + 2.1.0.RC1 org.locationtech.udig.catalog.shp eclipse-plugin diff --git a/plugins/org.locationtech.udig.catalog.teradata/META-INF/MANIFEST.MF b/plugins/org.locationtech.udig.catalog.teradata/META-INF/MANIFEST.MF index efda0fa695..1a6eee4b1d 100644 --- a/plugins/org.locationtech.udig.catalog.teradata/META-INF/MANIFEST.MF +++ b/plugins/org.locationtech.udig.catalog.teradata/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: %Bundle-Name Bundle-SymbolicName: org.locationtech.udig.catalog.teradata;singleton:=true -Bundle-Version: 2.1.0.qualifier +Bundle-Version: 2.1.0.RC1 Bundle-Activator: org.locationtech.udig.catalog.teradata.Activator Require-Bundle: org.eclipse.ui, org.eclipse.core.runtime, diff --git a/plugins/org.locationtech.udig.catalog.teradata/pom.xml b/plugins/org.locationtech.udig.catalog.teradata/pom.xml index a1409b14eb..1225ed8ade 100644 --- a/plugins/org.locationtech.udig.catalog.teradata/pom.xml +++ b/plugins/org.locationtech.udig.catalog.teradata/pom.xml @@ -5,7 +5,7 @@ plugins org.locationtech.udig - 2.1.0-SNAPSHOT + 2.1.0.RC1 org.locationtech.udig.catalog.teradata eclipse-plugin diff --git a/plugins/org.locationtech.udig.catalog.tests/META-INF/MANIFEST.MF b/plugins/org.locationtech.udig.catalog.tests/META-INF/MANIFEST.MF index 42971ea750..cd54fda6ac 100644 --- a/plugins/org.locationtech.udig.catalog.tests/META-INF/MANIFEST.MF +++ b/plugins/org.locationtech.udig.catalog.tests/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: Catalog Test Plug In Bundle-SymbolicName: org.locationtech.udig.catalog.tests; singleton:=true -Bundle-Version: 2.1.0.qualifier +Bundle-Version: 2.1.0.RC1 Bundle-Vendor: udig.refractions.net Export-Package: org.locationtech.udig.catalog.tests, org.locationtech.udig.catalog.tests.internal;x-internal:=true, diff --git a/plugins/org.locationtech.udig.catalog.tests/pom.xml b/plugins/org.locationtech.udig.catalog.tests/pom.xml index 79d9a6de7b..dd2bc2212f 100644 --- a/plugins/org.locationtech.udig.catalog.tests/pom.xml +++ b/plugins/org.locationtech.udig.catalog.tests/pom.xml @@ -5,7 +5,7 @@ plugins org.locationtech.udig - 2.1.0-SNAPSHOT + 2.1.0.RC1 org.locationtech.udig.catalog.tests diff --git a/plugins/org.locationtech.udig.catalog.ui.tests/META-INF/MANIFEST.MF b/plugins/org.locationtech.udig.catalog.ui.tests/META-INF/MANIFEST.MF index a9568b089f..3bef1963b4 100644 --- a/plugins/org.locationtech.udig.catalog.ui.tests/META-INF/MANIFEST.MF +++ b/plugins/org.locationtech.udig.catalog.ui.tests/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: Catalog UI Test Plug-in Bundle-SymbolicName: org.locationtech.udig.catalog.ui.tests;singleton:=true -Bundle-Version: 2.1.0.qualifier +Bundle-Version: 2.1.0.RC1 Bundle-Vendor: udig.refractions.net Require-Bundle: org.eclipse.core.runtime, org.eclipse.swt, diff --git a/plugins/org.locationtech.udig.catalog.ui.tests/pom.xml b/plugins/org.locationtech.udig.catalog.ui.tests/pom.xml index 9eef23ea38..ba2d095d27 100644 --- a/plugins/org.locationtech.udig.catalog.ui.tests/pom.xml +++ b/plugins/org.locationtech.udig.catalog.ui.tests/pom.xml @@ -8,7 +8,7 @@ org.locationtech.udig plugins - 2.1.0-SNAPSHOT + 2.1.0.RC1 org.locationtech.udig.catalog.ui.tests diff --git a/plugins/org.locationtech.udig.catalog.ui/META-INF/MANIFEST.MF b/plugins/org.locationtech.udig.catalog.ui/META-INF/MANIFEST.MF index 566513ed49..73b9286590 100644 --- a/plugins/org.locationtech.udig.catalog.ui/META-INF/MANIFEST.MF +++ b/plugins/org.locationtech.udig.catalog.ui/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: %plugin.name Bundle-SymbolicName: org.locationtech.udig.catalog.ui; singleton:=true -Bundle-Version: 2.1.0.qualifier +Bundle-Version: 2.1.0.RC1 Bundle-Activator: org.locationtech.udig.catalog.ui.CatalogUIPlugin Bundle-Vendor: udig.refractions.net Bundle-Localization: plugin diff --git a/plugins/org.locationtech.udig.catalog.ui/pom.xml b/plugins/org.locationtech.udig.catalog.ui/pom.xml index d812efcec1..a669f7527c 100644 --- a/plugins/org.locationtech.udig.catalog.ui/pom.xml +++ b/plugins/org.locationtech.udig.catalog.ui/pom.xml @@ -5,7 +5,7 @@ plugins org.locationtech.udig - 2.1.0-SNAPSHOT + 2.1.0.RC1 org.locationtech.udig.catalog.ui eclipse-plugin diff --git a/plugins/org.locationtech.udig.catalog.wfs.tests/META-INF/MANIFEST.MF b/plugins/org.locationtech.udig.catalog.wfs.tests/META-INF/MANIFEST.MF index 29f1a109bb..6c988a1e4f 100644 --- a/plugins/org.locationtech.udig.catalog.wfs.tests/META-INF/MANIFEST.MF +++ b/plugins/org.locationtech.udig.catalog.wfs.tests/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: Wfs Test Plug-in Bundle-SymbolicName: org.locationtech.udig.catalog.wfs.tests;singleton:=true -Bundle-Version: 2.1.0.qualifier +Bundle-Version: 2.1.0.RC1 Bundle-Vendor: udig.refractions.net Require-Bundle: org.eclipse.core.runtime, org.locationtech.udig.catalog.wfs, diff --git a/plugins/org.locationtech.udig.catalog.wfs.tests/pom.xml b/plugins/org.locationtech.udig.catalog.wfs.tests/pom.xml index 8a8e02503f..cfea83e2a8 100644 --- a/plugins/org.locationtech.udig.catalog.wfs.tests/pom.xml +++ b/plugins/org.locationtech.udig.catalog.wfs.tests/pom.xml @@ -7,7 +7,7 @@ plugins org.locationtech.udig - 2.1.0-SNAPSHOT + 2.1.0.RC1 org.locationtech.udig.catalog.wfs.tests diff --git a/plugins/org.locationtech.udig.catalog.wfs/META-INF/MANIFEST.MF b/plugins/org.locationtech.udig.catalog.wfs/META-INF/MANIFEST.MF index 0db4703a60..7bde86664c 100644 --- a/plugins/org.locationtech.udig.catalog.wfs/META-INF/MANIFEST.MF +++ b/plugins/org.locationtech.udig.catalog.wfs/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: %plugin.name Bundle-SymbolicName: org.locationtech.udig.catalog.wfs; singleton:=true -Bundle-Version: 2.1.0.qualifier +Bundle-Version: 2.1.0.RC1 Bundle-Activator: org.locationtech.udig.catalog.internal.wfs.WfsPlugin Bundle-Vendor: udig.refractions.net Bundle-Localization: plugin diff --git a/plugins/org.locationtech.udig.catalog.wfs/pom.xml b/plugins/org.locationtech.udig.catalog.wfs/pom.xml index 5818650eb6..7f701a46ce 100644 --- a/plugins/org.locationtech.udig.catalog.wfs/pom.xml +++ b/plugins/org.locationtech.udig.catalog.wfs/pom.xml @@ -5,7 +5,7 @@ plugins org.locationtech.udig - 2.1.0-SNAPSHOT + 2.1.0.RC1 org.locationtech.udig.catalog.wfs eclipse-plugin diff --git a/plugins/org.locationtech.udig.catalog.wms.tests/META-INF/MANIFEST.MF b/plugins/org.locationtech.udig.catalog.wms.tests/META-INF/MANIFEST.MF index a8f90f3d64..50b92c55ed 100644 --- a/plugins/org.locationtech.udig.catalog.wms.tests/META-INF/MANIFEST.MF +++ b/plugins/org.locationtech.udig.catalog.wms.tests/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: WMS Tests Bundle-SymbolicName: org.locationtech.udig.catalog.wms.tests -Bundle-Version: 2.1.0.qualifier +Bundle-Version: 2.1.0.RC1 Bundle-Vendor: udig.refractions.net Require-Bundle: org.junit;bundle-version="[4.0.0,5.0.0)", org.locationtech.udig.catalog.wms, diff --git a/plugins/org.locationtech.udig.catalog.wms.tests/pom.xml b/plugins/org.locationtech.udig.catalog.wms.tests/pom.xml index 7b4f52e39d..e371ecec5e 100644 --- a/plugins/org.locationtech.udig.catalog.wms.tests/pom.xml +++ b/plugins/org.locationtech.udig.catalog.wms.tests/pom.xml @@ -8,7 +8,7 @@ plugins org.locationtech.udig - 2.1.0-SNAPSHOT + 2.1.0.RC1 org.locationtech.udig.catalog.wms.tests diff --git a/plugins/org.locationtech.udig.catalog.wms/META-INF/MANIFEST.MF b/plugins/org.locationtech.udig.catalog.wms/META-INF/MANIFEST.MF index 7b13218483..2d09491b0e 100644 --- a/plugins/org.locationtech.udig.catalog.wms/META-INF/MANIFEST.MF +++ b/plugins/org.locationtech.udig.catalog.wms/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: %plugin.name Bundle-SymbolicName: org.locationtech.udig.catalog.wms; singleton:=true -Bundle-Version: 2.1.0.qualifier +Bundle-Version: 2.1.0.RC1 Bundle-Activator: org.locationtech.udig.catalog.internal.wms.WmsPlugin Bundle-Vendor: udig.refractions.net Bundle-Localization: plugin diff --git a/plugins/org.locationtech.udig.catalog.wms/pom.xml b/plugins/org.locationtech.udig.catalog.wms/pom.xml index bf8ae30576..051461bfc7 100644 --- a/plugins/org.locationtech.udig.catalog.wms/pom.xml +++ b/plugins/org.locationtech.udig.catalog.wms/pom.xml @@ -6,7 +6,7 @@ plugins org.locationtech.udig - 2.1.0-SNAPSHOT + 2.1.0.RC1 org.locationtech.udig.catalog.wms diff --git a/plugins/org.locationtech.udig.catalog.wmt.tests/META-INF/MANIFEST.MF b/plugins/org.locationtech.udig.catalog.wmt.tests/META-INF/MANIFEST.MF index b800f1ce98..885a19d90e 100644 --- a/plugins/org.locationtech.udig.catalog.wmt.tests/META-INF/MANIFEST.MF +++ b/plugins/org.locationtech.udig.catalog.wmt.tests/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: Test WMT Plug-in Bundle-SymbolicName: org.locationtech.udig.catalog.wmt.tests -Bundle-Version: 2.1.0.qualifier +Bundle-Version: 2.1.0.RC1 Bundle-Vendor: udig.refractions.net Bundle-Activator: org.locationtech.udig.tests.catalog.wmt.Activator Require-Bundle: org.eclipse.ui, diff --git a/plugins/org.locationtech.udig.catalog.wmt.tests/pom.xml b/plugins/org.locationtech.udig.catalog.wmt.tests/pom.xml index fea6cd2121..b77034e3fb 100644 --- a/plugins/org.locationtech.udig.catalog.wmt.tests/pom.xml +++ b/plugins/org.locationtech.udig.catalog.wmt.tests/pom.xml @@ -8,7 +8,7 @@ plugins org.locationtech.udig - 2.1.0-SNAPSHOT + 2.1.0.RC1 org.locationtech.udig.catalog.wmt.tests diff --git a/plugins/org.locationtech.udig.catalog.wmt/META-INF/MANIFEST.MF b/plugins/org.locationtech.udig.catalog.wmt/META-INF/MANIFEST.MF index 171ea16e0a..2f0f15b7b0 100644 --- a/plugins/org.locationtech.udig.catalog.wmt/META-INF/MANIFEST.MF +++ b/plugins/org.locationtech.udig.catalog.wmt/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: %plugin.name Bundle-SymbolicName: org.locationtech.udig.catalog.wmt;singleton:=true -Bundle-Version: 2.1.0.qualifier +Bundle-Version: 2.1.0.RC1 Bundle-Activator: org.locationtech.udig.catalog.internal.wmt.WMTPlugin Bundle-Vendor: udig.refractions.net Bundle-Localization: plugin diff --git a/plugins/org.locationtech.udig.catalog.wmt/pom.xml b/plugins/org.locationtech.udig.catalog.wmt/pom.xml index 4c1263df4a..cff3c3c48f 100644 --- a/plugins/org.locationtech.udig.catalog.wmt/pom.xml +++ b/plugins/org.locationtech.udig.catalog.wmt/pom.xml @@ -5,7 +5,7 @@ plugins org.locationtech.udig - 2.1.0-SNAPSHOT + 2.1.0.RC1 org.locationtech.udig.catalog.wmt eclipse-plugin diff --git a/plugins/org.locationtech.udig.catalog.worldimage/META-INF/MANIFEST.MF b/plugins/org.locationtech.udig.catalog.worldimage/META-INF/MANIFEST.MF index 8790725ff2..de5338eb6b 100644 --- a/plugins/org.locationtech.udig.catalog.worldimage/META-INF/MANIFEST.MF +++ b/plugins/org.locationtech.udig.catalog.worldimage/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: %pluginName Bundle-SymbolicName: org.locationtech.udig.catalog.worldimage; singleton:=true -Bundle-Version: 2.1.0.qualifier +Bundle-Version: 2.1.0.RC1 Bundle-Vendor: udig.refractions.net Bundle-Localization: plugin Require-Bundle: org.eclipse.core.runtime, diff --git a/plugins/org.locationtech.udig.catalog.worldimage/pom.xml b/plugins/org.locationtech.udig.catalog.worldimage/pom.xml index 5382c894fc..56c89352a7 100644 --- a/plugins/org.locationtech.udig.catalog.worldimage/pom.xml +++ b/plugins/org.locationtech.udig.catalog.worldimage/pom.xml @@ -5,7 +5,7 @@ plugins org.locationtech.udig - 2.1.0-SNAPSHOT + 2.1.0.RC1 org.locationtech.udig.catalog.worldimage eclipse-plugin diff --git a/plugins/org.locationtech.udig.catalog/META-INF/MANIFEST.MF b/plugins/org.locationtech.udig.catalog/META-INF/MANIFEST.MF index 6ceeaf908f..75e254500e 100644 --- a/plugins/org.locationtech.udig.catalog/META-INF/MANIFEST.MF +++ b/plugins/org.locationtech.udig.catalog/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: %plugin.name Bundle-SymbolicName: org.locationtech.udig.catalog; singleton:=true -Bundle-Version: 2.1.0.qualifier +Bundle-Version: 2.1.0.RC1 Bundle-Activator: org.locationtech.udig.catalog.CatalogPlugin Bundle-Vendor: udig.refractions.net Bundle-Localization: plugin diff --git a/plugins/org.locationtech.udig.catalog/pom.xml b/plugins/org.locationtech.udig.catalog/pom.xml index 545b3cf27f..0590a7f197 100644 --- a/plugins/org.locationtech.udig.catalog/pom.xml +++ b/plugins/org.locationtech.udig.catalog/pom.xml @@ -6,7 +6,7 @@ plugins org.locationtech.udig - 2.1.0-SNAPSHOT + 2.1.0.RC1 org.locationtech.udig.catalog eclipse-plugin diff --git a/plugins/org.locationtech.udig.context/META-INF/MANIFEST.MF b/plugins/org.locationtech.udig.context/META-INF/MANIFEST.MF index 20963fd547..892ac34d33 100644 --- a/plugins/org.locationtech.udig.context/META-INF/MANIFEST.MF +++ b/plugins/org.locationtech.udig.context/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: Context Plug-in Bundle-SymbolicName: org.locationtech.udig.context; singleton:=true -Bundle-Version: 2.1.0.qualifier +Bundle-Version: 2.1.0.RC1 Bundle-Activator: org.locationtech.udig.context.ContextPlugin Bundle-Vendor: udig.refractions.net Bundle-Localization: plugin diff --git a/plugins/org.locationtech.udig.context/pom.xml b/plugins/org.locationtech.udig.context/pom.xml index f3e5677278..6ef213baec 100644 --- a/plugins/org.locationtech.udig.context/pom.xml +++ b/plugins/org.locationtech.udig.context/pom.xml @@ -5,7 +5,7 @@ plugins org.locationtech.udig - 2.1.0-SNAPSHOT + 2.1.0.RC1 org.locationtech.udig.context eclipse-plugin diff --git a/plugins/org.locationtech.udig.core.tests/META-INF/MANIFEST.MF b/plugins/org.locationtech.udig.core.tests/META-INF/MANIFEST.MF index ad8b6d82ca..fe8a8a1ccf 100644 --- a/plugins/org.locationtech.udig.core.tests/META-INF/MANIFEST.MF +++ b/plugins/org.locationtech.udig.core.tests/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: %plugin.name Bundle-SymbolicName: org.locationtech.udig.core.tests;singleton:=true -Bundle-Version: 2.1.0.qualifier +Bundle-Version: 2.1.0.RC1 Bundle-Vendor: udig.refractions.net Eclipse-BuddyPolicy: ext Require-Bundle: org.eclipse.core.runtime, diff --git a/plugins/org.locationtech.udig.core.tests/pom.xml b/plugins/org.locationtech.udig.core.tests/pom.xml index 208a675ddd..7635802e84 100644 --- a/plugins/org.locationtech.udig.core.tests/pom.xml +++ b/plugins/org.locationtech.udig.core.tests/pom.xml @@ -5,7 +5,7 @@ plugins org.locationtech.udig - 2.1.0-SNAPSHOT + 2.1.0.RC1 org.locationtech.udig.core.tests eclipse-test-plugin diff --git a/plugins/org.locationtech.udig.core/META-INF/MANIFEST.MF b/plugins/org.locationtech.udig.core/META-INF/MANIFEST.MF index 6111420d8a..ac5d147c23 100644 --- a/plugins/org.locationtech.udig.core/META-INF/MANIFEST.MF +++ b/plugins/org.locationtech.udig.core/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: %plugin.name Bundle-SymbolicName: org.locationtech.udig.core;singleton:=true -Bundle-Version: 2.1.0.qualifier +Bundle-Version: 2.1.0.RC1 Bundle-Activator: org.locationtech.udig.core.internal.CorePlugin Bundle-Vendor: udig.refractions.net Bundle-Localization: plugin diff --git a/plugins/org.locationtech.udig.core/pom.xml b/plugins/org.locationtech.udig.core/pom.xml index 2c8b3297b0..94552fea59 100644 --- a/plugins/org.locationtech.udig.core/pom.xml +++ b/plugins/org.locationtech.udig.core/pom.xml @@ -5,7 +5,7 @@ plugins org.locationtech.udig - 2.1.0-SNAPSHOT + 2.1.0.RC1 org.locationtech.udig.core eclipse-plugin diff --git a/plugins/org.locationtech.udig.document.tests/META-INF/MANIFEST.MF b/plugins/org.locationtech.udig.document.tests/META-INF/MANIFEST.MF index f72b2a8a51..9cc764cba4 100644 --- a/plugins/org.locationtech.udig.document.tests/META-INF/MANIFEST.MF +++ b/plugins/org.locationtech.udig.document.tests/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: Document Plug-in Tests Bundle-SymbolicName: org.locationtech.udig.document.tests;singleton:=true -Bundle-Version: 2.1.0.qualifier +Bundle-Version: 2.1.0.RC1 Bundle-RequiredExecutionEnvironment: JavaSE-1.7 Require-Bundle: org.locationtech.udig.document, org.locationtech.udig.catalog, diff --git a/plugins/org.locationtech.udig.document.tests/pom.xml b/plugins/org.locationtech.udig.document.tests/pom.xml index b30805f1e6..db442322bd 100644 --- a/plugins/org.locationtech.udig.document.tests/pom.xml +++ b/plugins/org.locationtech.udig.document.tests/pom.xml @@ -8,7 +8,7 @@ org.locationtech.udig plugins - 2.1.0-SNAPSHOT + 2.1.0.RC1 org.locationtech.udig.document.tests diff --git a/plugins/org.locationtech.udig.document/META-INF/MANIFEST.MF b/plugins/org.locationtech.udig.document/META-INF/MANIFEST.MF index 495e31e834..651aad1ce5 100644 --- a/plugins/org.locationtech.udig.document/META-INF/MANIFEST.MF +++ b/plugins/org.locationtech.udig.document/META-INF/MANIFEST.MF @@ -4,7 +4,7 @@ Bundle-Name: %plugin.name Bundle-Vendor: udig.refractions.net Bundle-Localization: plugin Bundle-SymbolicName: org.locationtech.udig.document;singleton:=true -Bundle-Version: 2.1.0.qualifier +Bundle-Version: 2.1.0.RC1 Bundle-Activator: org.locationtech.udig.document.DocumentPlugin Require-Bundle: org.eclipse.ui, org.eclipse.core.runtime, diff --git a/plugins/org.locationtech.udig.document/pom.xml b/plugins/org.locationtech.udig.document/pom.xml index f4739641d3..c26f580713 100644 --- a/plugins/org.locationtech.udig.document/pom.xml +++ b/plugins/org.locationtech.udig.document/pom.xml @@ -5,7 +5,7 @@ plugins org.locationtech.udig - 2.1.0-SNAPSHOT + 2.1.0.RC1 org.locationtech.udig.document diff --git a/plugins/org.locationtech.udig.feature.editor/META-INF/MANIFEST.MF b/plugins/org.locationtech.udig.feature.editor/META-INF/MANIFEST.MF index 000f516c01..b3026d896f 100644 --- a/plugins/org.locationtech.udig.feature.editor/META-INF/MANIFEST.MF +++ b/plugins/org.locationtech.udig.feature.editor/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: FeatureEditor Plug-in Bundle-SymbolicName: org.locationtech.udig.feature.editor; singleton:=true -Bundle-Version: 2.1.0.qualifier +Bundle-Version: 2.1.0.RC1 Bundle-Activator: org.locationtech.udig.feature.editor.FeatureEditorPlugin Bundle-Vendor: udig.refractions.net Bundle-Localization: plugin diff --git a/plugins/org.locationtech.udig.feature.editor/pom.xml b/plugins/org.locationtech.udig.feature.editor/pom.xml index 2e02ba1013..86af1a8911 100644 --- a/plugins/org.locationtech.udig.feature.editor/pom.xml +++ b/plugins/org.locationtech.udig.feature.editor/pom.xml @@ -5,7 +5,7 @@ plugins org.locationtech.udig - 2.1.0-SNAPSHOT + 2.1.0.RC1 org.locationtech.udig.feature.editor eclipse-plugin diff --git a/plugins/org.locationtech.udig.graph/META-INF/MANIFEST.MF b/plugins/org.locationtech.udig.graph/META-INF/MANIFEST.MF index a1014983c8..8d1412c88f 100644 --- a/plugins/org.locationtech.udig.graph/META-INF/MANIFEST.MF +++ b/plugins/org.locationtech.udig.graph/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: Graph Plug-in Bundle-SymbolicName: org.locationtech.udig.graph;singleton:=true -Bundle-Version: 2.1.0.qualifier +Bundle-Version: 2.1.0.RC1 Bundle-Vendor: udig.refractions.net Require-Bundle: org.locationtech.udig.project.ui, org.locationtech.udig.mapgraphic, diff --git a/plugins/org.locationtech.udig.graph/pom.xml b/plugins/org.locationtech.udig.graph/pom.xml index a5c9e0d8e3..938aaaf3d2 100644 --- a/plugins/org.locationtech.udig.graph/pom.xml +++ b/plugins/org.locationtech.udig.graph/pom.xml @@ -5,7 +5,7 @@ plugins org.locationtech.udig - 2.1.0-SNAPSHOT + 2.1.0.RC1 org.locationtech.udig.graph eclipse-plugin diff --git a/plugins/org.locationtech.udig.help/META-INF/MANIFEST.MF b/plugins/org.locationtech.udig.help/META-INF/MANIFEST.MF index f2b81d2af3..b41bb67915 100644 --- a/plugins/org.locationtech.udig.help/META-INF/MANIFEST.MF +++ b/plugins/org.locationtech.udig.help/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: %plugin.name Bundle-SymbolicName: org.locationtech.udig.help; singleton:=true -Bundle-Version: 2.1.0.qualifier +Bundle-Version: 2.1.0.RC1 Bundle-Vendor: udig.refractions.net Bundle-Localization: plugin Require-Bundle: org.eclipse.help.base, diff --git a/plugins/org.locationtech.udig.help/pom.xml b/plugins/org.locationtech.udig.help/pom.xml index f1680819e1..3f30ba8427 100644 --- a/plugins/org.locationtech.udig.help/pom.xml +++ b/plugins/org.locationtech.udig.help/pom.xml @@ -5,7 +5,7 @@ plugins org.locationtech.udig - 2.1.0-SNAPSHOT + 2.1.0.RC1 org.locationtech.udig.help eclipse-plugin diff --git a/plugins/org.locationtech.udig.help/toc.xml b/plugins/org.locationtech.udig.help/toc.xml index 1b371a31e8..5be0b5255d 100644 --- a/plugins/org.locationtech.udig.help/toc.xml +++ b/plugins/org.locationtech.udig.help/toc.xml @@ -1280,6 +1280,8 @@ + + diff --git a/plugins/org.locationtech.udig.image.georeferencing/META-INF/MANIFEST.MF b/plugins/org.locationtech.udig.image.georeferencing/META-INF/MANIFEST.MF index 9d45d29e90..02cacc9376 100644 --- a/plugins/org.locationtech.udig.image.georeferencing/META-INF/MANIFEST.MF +++ b/plugins/org.locationtech.udig.image.georeferencing/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: org.locationtech.udig.image.georeferencing Bundle-SymbolicName: org.locationtech.udig.image.georeferencing;singleton:=true -Bundle-Version: 2.1.0.qualifier +Bundle-Version: 2.1.0.RC1 Bundle-Activator: org.locationtech.udig.image.georeferencing.Activator Require-Bundle: org.eclipse.ui, org.eclipse.core.runtime, diff --git a/plugins/org.locationtech.udig.image.georeferencing/pom.xml b/plugins/org.locationtech.udig.image.georeferencing/pom.xml index 6e3eeaa3e9..a7959d19be 100644 --- a/plugins/org.locationtech.udig.image.georeferencing/pom.xml +++ b/plugins/org.locationtech.udig.image.georeferencing/pom.xml @@ -5,7 +5,7 @@ plugins org.locationtech.udig - 2.1.0-SNAPSHOT + 2.1.0.RC1 org.locationtech.udig.image.georeferencing eclipse-plugin diff --git a/plugins/org.locationtech.udig.info.tests/META-INF/MANIFEST.MF b/plugins/org.locationtech.udig.info.tests/META-INF/MANIFEST.MF index 757a7200dc..87fed12a39 100644 --- a/plugins/org.locationtech.udig.info.tests/META-INF/MANIFEST.MF +++ b/plugins/org.locationtech.udig.info.tests/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: Tests Plug-in Bundle-SymbolicName: org.locationtech.udig.info.tests -Bundle-Version: 2.1.0.qualifier +Bundle-Version: 2.1.0.RC1 Bundle-Activator: org.locationtech.udig.info.tests.Activator Require-Bundle: org.eclipse.ui, org.eclipse.core.runtime, diff --git a/plugins/org.locationtech.udig.info.tests/pom.xml b/plugins/org.locationtech.udig.info.tests/pom.xml index 2fcb84992a..830f890a8a 100644 --- a/plugins/org.locationtech.udig.info.tests/pom.xml +++ b/plugins/org.locationtech.udig.info.tests/pom.xml @@ -8,7 +8,7 @@ org.locationtech.udig plugins - 2.1.0-SNAPSHOT + 2.1.0.RC1 org.locationtech.udig.info.tests diff --git a/plugins/org.locationtech.udig.info/META-INF/MANIFEST.MF b/plugins/org.locationtech.udig.info/META-INF/MANIFEST.MF index 13d76a9ae3..7a696a4a11 100644 --- a/plugins/org.locationtech.udig.info/META-INF/MANIFEST.MF +++ b/plugins/org.locationtech.udig.info/META-INF/MANIFEST.MF @@ -2,20 +2,20 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: %plugin.name Bundle-SymbolicName: org.locationtech.udig.info; singleton:=true -Bundle-Version: 2.1.0.qualifier +Bundle-Version: 2.1.0.RC1 Bundle-Activator: org.locationtech.udig.tool.info.InfoPlugin Bundle-Vendor: udig.refractions.net Bundle-Localization: plugin -Export-Package: org.locationtech.udig.tool.info, - org.locationtech.udig.tool.info.internal;x-friends:="org.locationtech.udig.info.tests", - org.locationtech.udig.tool.info.internal.display;x-friends:="org.locationtech.udig.info.tests" -Require-Bundle: org.eclipse.core.runtime, - org.eclipse.ui, - org.eclipse.ui.forms, - org.eclipse.ui.views, - org.locationtech.udig.project, - org.locationtech.udig.project.ui, - org.locationtech.udig.style.wms, +Export-Package: org.locationtech.udig.tool.info, + org.locationtech.udig.tool.info.internal;x-friends:="org.locationtech.udig.info.tests", + org.locationtech.udig.tool.info.internal.display;x-friends:="org.locationtech.udig.info.tests" +Require-Bundle: org.eclipse.core.runtime, + org.eclipse.ui, + org.eclipse.ui.forms, + org.eclipse.ui.views, + org.locationtech.udig.project, + org.locationtech.udig.project.ui, + org.locationtech.udig.style.wms, org.locationtech.udig.render.wms.basic Bundle-ActivationPolicy: lazy Bundle-RequiredExecutionEnvironment: JavaSE-1.8 @@ -26,4 +26,4 @@ Import-Package: javax.media.jai, javax.media.jai.remote, javax.media.jai.tilecodec, javax.media.jai.util, - net.miginfocom.swt;version="[3.7.0,3.8.0)" + net.miginfocom.swt;version="[3.7.0,3.8.0)" diff --git a/plugins/org.locationtech.udig.info/pom.xml b/plugins/org.locationtech.udig.info/pom.xml index 937e9b6edf..74754b8077 100644 --- a/plugins/org.locationtech.udig.info/pom.xml +++ b/plugins/org.locationtech.udig.info/pom.xml @@ -5,7 +5,7 @@ plugins org.locationtech.udig - 2.1.0-SNAPSHOT + 2.1.0.RC1 org.locationtech.udig.info diff --git a/plugins/org.locationtech.udig.issues.tests/META-INF/MANIFEST.MF b/plugins/org.locationtech.udig.issues.tests/META-INF/MANIFEST.MF index 9e6719237d..52fc92edfa 100644 --- a/plugins/org.locationtech.udig.issues.tests/META-INF/MANIFEST.MF +++ b/plugins/org.locationtech.udig.issues.tests/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: Issues Test Plug-in Bundle-SymbolicName: org.locationtech.udig.issues.tests;singleton:=true -Bundle-Version: 2.1.0.qualifier +Bundle-Version: 2.1.0.RC1 Bundle-Activator: org.locationtech.udig.issues.test.IssuesTestActivator Bundle-Vendor: udig.refractions.net Require-Bundle: org.eclipse.ui, diff --git a/plugins/org.locationtech.udig.issues.tests/pom.xml b/plugins/org.locationtech.udig.issues.tests/pom.xml index 87c4da4c5b..15df624291 100644 --- a/plugins/org.locationtech.udig.issues.tests/pom.xml +++ b/plugins/org.locationtech.udig.issues.tests/pom.xml @@ -8,7 +8,7 @@ plugins org.locationtech.udig - 2.1.0-SNAPSHOT + 2.1.0.RC1 org.locationtech.udig.issues.tests diff --git a/plugins/org.locationtech.udig.issues/META-INF/MANIFEST.MF b/plugins/org.locationtech.udig.issues/META-INF/MANIFEST.MF index 106ee12ff3..aac338a0d9 100644 --- a/plugins/org.locationtech.udig.issues/META-INF/MANIFEST.MF +++ b/plugins/org.locationtech.udig.issues/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: %plugin.name Bundle-SymbolicName: org.locationtech.udig.issues;singleton:=true -Bundle-Version: 2.1.0.qualifier +Bundle-Version: 2.1.0.RC1 Bundle-Activator: org.locationtech.udig.issues.internal.IssuesActivator Bundle-Vendor: udig.refractions.net Bundle-Localization: plugin diff --git a/plugins/org.locationtech.udig.issues/pom.xml b/plugins/org.locationtech.udig.issues/pom.xml index f72194d32e..d03b3860ba 100644 --- a/plugins/org.locationtech.udig.issues/pom.xml +++ b/plugins/org.locationtech.udig.issues/pom.xml @@ -5,7 +5,7 @@ plugins org.locationtech.udig - 2.1.0-SNAPSHOT + 2.1.0.RC1 org.locationtech.udig.issues eclipse-plugin diff --git a/plugins/org.locationtech.udig.jconsole/META-INF/MANIFEST.MF b/plugins/org.locationtech.udig.jconsole/META-INF/MANIFEST.MF index f8ff346b7b..24966e6264 100644 --- a/plugins/org.locationtech.udig.jconsole/META-INF/MANIFEST.MF +++ b/plugins/org.locationtech.udig.jconsole/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: JConsole Plugin Bundle-SymbolicName: org.locationtech.udig.jconsole;singleton:=true -Bundle-Version: 2.1.0.qualifier +Bundle-Version: 2.1.0.RC1 Bundle-Activator: org.locationtech.udig.jconsole.JConsolePlugin Bundle-Vendor: HydroloGIS s.r.l. Require-Bundle: org.eclipse.ui, diff --git a/plugins/org.locationtech.udig.jconsole/pom.xml b/plugins/org.locationtech.udig.jconsole/pom.xml index 9ffaa44f7d..4f50733674 100644 --- a/plugins/org.locationtech.udig.jconsole/pom.xml +++ b/plugins/org.locationtech.udig.jconsole/pom.xml @@ -5,7 +5,7 @@ plugins org.locationtech.udig - 2.1.0-SNAPSHOT + 2.1.0.RC1 org.locationtech.udig.jconsole eclipse-plugin diff --git a/plugins/org.locationtech.udig.legend/META-INF/MANIFEST.MF b/plugins/org.locationtech.udig.legend/META-INF/MANIFEST.MF index 2755fb6f45..99cc98a8a9 100644 --- a/plugins/org.locationtech.udig.legend/META-INF/MANIFEST.MF +++ b/plugins/org.locationtech.udig.legend/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: Legend Plug-in Bundle-SymbolicName: org.locationtech.udig.legend; singleton:=true -Bundle-Version: 2.1.0.qualifier +Bundle-Version: 2.1.0.RC1 Bundle-Activator: org.locationtech.udig.legend.LegendPlugin Bundle-Localization: plugin Require-Bundle: org.eclipse.ui, diff --git a/plugins/org.locationtech.udig.legend/pom.xml b/plugins/org.locationtech.udig.legend/pom.xml index 0df9a5a8f4..94f7aa1378 100644 --- a/plugins/org.locationtech.udig.legend/pom.xml +++ b/plugins/org.locationtech.udig.legend/pom.xml @@ -5,7 +5,7 @@ plugins org.locationtech.udig - 2.1.0-SNAPSHOT + 2.1.0.RC1 org.locationtech.udig.legend eclipse-plugin diff --git a/plugins/org.locationtech.udig.libs.db2/META-INF/MANIFEST.MF b/plugins/org.locationtech.udig.libs.db2/META-INF/MANIFEST.MF index 04b0fcbe40..cd035e6258 100644 --- a/plugins/org.locationtech.udig.libs.db2/META-INF/MANIFEST.MF +++ b/plugins/org.locationtech.udig.libs.db2/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: DB2 Plug-in Bundle-SymbolicName: org.locationtech.udig.libs.db2 -Bundle-Version: 2.1.0.qualifier +Bundle-Version: 2.1.0.RC1 Bundle-Vendor: udig.refractions.net Bundle-ClassPath: .,libs/db2jcc_license_cu.jar, libs/db2jcc.jar diff --git a/plugins/org.locationtech.udig.libs.db2/pom.xml b/plugins/org.locationtech.udig.libs.db2/pom.xml index d7bf68d3fd..8a0b98a30e 100644 --- a/plugins/org.locationtech.udig.libs.db2/pom.xml +++ b/plugins/org.locationtech.udig.libs.db2/pom.xml @@ -5,7 +5,7 @@ plugins org.locationtech.udig - 2.1.0-SNAPSHOT + 2.1.0.RC1 org.locationtech.udig.libs.db2 eclipse-plugin diff --git a/plugins/org.locationtech.udig.libs.oracle/META-INF/MANIFEST.MF b/plugins/org.locationtech.udig.libs.oracle/META-INF/MANIFEST.MF index 23e581b0ba..cbd712e42a 100644 --- a/plugins/org.locationtech.udig.libs.oracle/META-INF/MANIFEST.MF +++ b/plugins/org.locationtech.udig.libs.oracle/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: Oracle Libs Plug-in Bundle-SymbolicName: org.locationtech.udig.libs.oracle -Bundle-Version: 2.1.0.qualifier +Bundle-Version: 2.1.0.RC1 Bundle-Vendor: udig.refractions.net Bundle-ClassPath: .,libs/oracle-driver.jar, libs/oracle-classes.jar diff --git a/plugins/org.locationtech.udig.libs.oracle/pom.xml b/plugins/org.locationtech.udig.libs.oracle/pom.xml index c3fa95a613..ae2badcbd8 100644 --- a/plugins/org.locationtech.udig.libs.oracle/pom.xml +++ b/plugins/org.locationtech.udig.libs.oracle/pom.xml @@ -5,7 +5,7 @@ plugins org.locationtech.udig - 2.1.0-SNAPSHOT + 2.1.0.RC1 org.locationtech.udig.libs.oracle eclipse-plugin diff --git a/plugins/org.locationtech.udig.libs.tests/META-INF/MANIFEST.MF b/plugins/org.locationtech.udig.libs.tests/META-INF/MANIFEST.MF index f345a695ef..24be05f1d0 100644 --- a/plugins/org.locationtech.udig.libs.tests/META-INF/MANIFEST.MF +++ b/plugins/org.locationtech.udig.libs.tests/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: Libs Tests Bundle-SymbolicName: org.locationtech.udig.libs.tests -Bundle-Version: 2.1.0.qualifier +Bundle-Version: 2.1.0.RC1 Bundle-Vendor: udig.refractions.net Require-Bundle: org.locationtech.udig.libs, org.junit;bundle-version="[4.0.0,5.0.0)" diff --git a/plugins/org.locationtech.udig.libs.tests/pom.xml b/plugins/org.locationtech.udig.libs.tests/pom.xml index bb2040402e..bc45f30861 100644 --- a/plugins/org.locationtech.udig.libs.tests/pom.xml +++ b/plugins/org.locationtech.udig.libs.tests/pom.xml @@ -8,7 +8,7 @@ plugins org.locationtech.udig - 2.1.0-SNAPSHOT + 2.1.0.RC1 org.locationtech.udig.libs.tests diff --git a/plugins/org.locationtech.udig.libs/META-INF/MANIFEST.MF b/plugins/org.locationtech.udig.libs/META-INF/MANIFEST.MF index 5970f96a34..03842d0777 100644 --- a/plugins/org.locationtech.udig.libs/META-INF/MANIFEST.MF +++ b/plugins/org.locationtech.udig.libs/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: %plugin.name Bundle-SymbolicName: org.locationtech.udig.libs;singleton:=true -Bundle-Version: 2.1.0.qualifier +Bundle-Version: 2.1.0.RC1 Bundle-Vendor: udig.refractions.net Bundle-Localization: plugin Eclipse-BundleShape: dir diff --git a/plugins/org.locationtech.udig.libs/pom.xml b/plugins/org.locationtech.udig.libs/pom.xml index 64ebbdee4d..b110b0578a 100644 --- a/plugins/org.locationtech.udig.libs/pom.xml +++ b/plugins/org.locationtech.udig.libs/pom.xml @@ -7,7 +7,7 @@ plugins org.locationtech.udig - 2.1.0-SNAPSHOT + 2.1.0.RC1 org.locationtech.udig.libs diff --git a/plugins/org.locationtech.udig.location.tests/META-INF/MANIFEST.MF b/plugins/org.locationtech.udig.location.tests/META-INF/MANIFEST.MF index 247337018c..b57896134d 100644 --- a/plugins/org.locationtech.udig.location.tests/META-INF/MANIFEST.MF +++ b/plugins/org.locationtech.udig.location.tests/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: Test Plug-in Bundle-SymbolicName: org.locationtech.udig.location.tests -Bundle-Version: 2.1.0.qualifier +Bundle-Version: 2.1.0.RC1 Bundle-Vendor: udig.refractions.net Bundle-Activator: org.locationtech.udig.location.test.TestPlugin Require-Bundle: org.eclipse.core.runtime, diff --git a/plugins/org.locationtech.udig.location.tests/pom.xml b/plugins/org.locationtech.udig.location.tests/pom.xml index d1c41a2388..0ce00e9406 100644 --- a/plugins/org.locationtech.udig.location.tests/pom.xml +++ b/plugins/org.locationtech.udig.location.tests/pom.xml @@ -8,7 +8,7 @@ plugins org.locationtech.udig - 2.1.0-SNAPSHOT + 2.1.0.RC1 org.locationtech.udig.location.tests diff --git a/plugins/org.locationtech.udig.location/META-INF/MANIFEST.MF b/plugins/org.locationtech.udig.location/META-INF/MANIFEST.MF index 28566a4eee..0af76436ba 100644 --- a/plugins/org.locationtech.udig.location/META-INF/MANIFEST.MF +++ b/plugins/org.locationtech.udig.location/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: Usg Plug-in Bundle-SymbolicName: org.locationtech.udig.location; singleton:=true -Bundle-Version: 2.1.0.qualifier +Bundle-Version: 2.1.0.RC1 Bundle-Activator: org.locationtech.udig.location.LocationUIPlugin Bundle-Vendor: udig.refractions.net Bundle-Localization: plugin diff --git a/plugins/org.locationtech.udig.location/pom.xml b/plugins/org.locationtech.udig.location/pom.xml index adbf64496a..960a4d9398 100644 --- a/plugins/org.locationtech.udig.location/pom.xml +++ b/plugins/org.locationtech.udig.location/pom.xml @@ -5,7 +5,7 @@ plugins org.locationtech.udig - 2.1.0-SNAPSHOT + 2.1.0.RC1 org.locationtech.udig.location eclipse-plugin diff --git a/plugins/org.locationtech.udig.mapgraphic.tests/META-INF/MANIFEST.MF b/plugins/org.locationtech.udig.mapgraphic.tests/META-INF/MANIFEST.MF index cfb0338825..02f8fbbf4b 100644 --- a/plugins/org.locationtech.udig.mapgraphic.tests/META-INF/MANIFEST.MF +++ b/plugins/org.locationtech.udig.mapgraphic.tests/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: Map Graphic Tests Bundle-SymbolicName: org.locationtech.udig.mapgraphic.tests -Bundle-Version: 2.1.0.qualifier +Bundle-Version: 2.1.0.RC1 Bundle-Vendor: udig.refractions.net Require-Bundle: org.junit;bundle-version="[4.0.0,5.0.0)", org.locationtech.udig.mapgraphic diff --git a/plugins/org.locationtech.udig.mapgraphic.tests/pom.xml b/plugins/org.locationtech.udig.mapgraphic.tests/pom.xml index adb124f906..e26f31868b 100644 --- a/plugins/org.locationtech.udig.mapgraphic.tests/pom.xml +++ b/plugins/org.locationtech.udig.mapgraphic.tests/pom.xml @@ -8,7 +8,7 @@ plugins org.locationtech.udig - 2.1.0-SNAPSHOT + 2.1.0.RC1 org.locationtech.udig.mapgraphic.tests diff --git a/plugins/org.locationtech.udig.mapgraphic/META-INF/MANIFEST.MF b/plugins/org.locationtech.udig.mapgraphic/META-INF/MANIFEST.MF index 6d67a067b8..aa4cae2a0f 100644 --- a/plugins/org.locationtech.udig.mapgraphic/META-INF/MANIFEST.MF +++ b/plugins/org.locationtech.udig.mapgraphic/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: %plugin.name Bundle-SymbolicName: org.locationtech.udig.mapgraphic; singleton:=true -Bundle-Version: 2.1.0.qualifier +Bundle-Version: 2.1.0.RC1 Bundle-Activator: org.locationtech.udig.mapgraphic.MapGraphicPlugin Bundle-Vendor: udig.refractions.net Bundle-Localization: plugin diff --git a/plugins/org.locationtech.udig.mapgraphic/pom.xml b/plugins/org.locationtech.udig.mapgraphic/pom.xml index 60e80823cd..9269f3f821 100644 --- a/plugins/org.locationtech.udig.mapgraphic/pom.xml +++ b/plugins/org.locationtech.udig.mapgraphic/pom.xml @@ -6,7 +6,7 @@ plugins org.locationtech.udig - 2.1.0-SNAPSHOT + 2.1.0.RC1 org.locationtech.udig.mapgraphic eclipse-plugin diff --git a/plugins/org.locationtech.udig.omsbox/META-INF/MANIFEST.MF b/plugins/org.locationtech.udig.omsbox/META-INF/MANIFEST.MF index 9546314619..8cd53624c8 100644 --- a/plugins/org.locationtech.udig.omsbox/META-INF/MANIFEST.MF +++ b/plugins/org.locationtech.udig.omsbox/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: Omsbox Bundle-SymbolicName: org.locationtech.udig.omsbox;singleton:=true -Bundle-Version: 2.1.0.qualifier +Bundle-Version: 2.1.0.RC1 Bundle-Activator: org.locationtech.udig.omsbox.OmsBoxPlugin Bundle-Vendor: HydroloGIS S.r.l. Require-Bundle: org.eclipse.ui, diff --git a/plugins/org.locationtech.udig.omsbox/pom.xml b/plugins/org.locationtech.udig.omsbox/pom.xml index 0931189d4a..e433465761 100644 --- a/plugins/org.locationtech.udig.omsbox/pom.xml +++ b/plugins/org.locationtech.udig.omsbox/pom.xml @@ -5,7 +5,7 @@ plugins org.locationtech.udig - 2.1.0-SNAPSHOT + 2.1.0.RC1 org.locationtech.udig.omsbox eclipse-plugin diff --git a/plugins/org.locationtech.udig.printing.model.edit/META-INF/MANIFEST.MF b/plugins/org.locationtech.udig.printing.model.edit/META-INF/MANIFEST.MF index b32ef6cd9e..f8eff8fb9c 100644 --- a/plugins/org.locationtech.udig.printing.model.edit/META-INF/MANIFEST.MF +++ b/plugins/org.locationtech.udig.printing.model.edit/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: %pluginName Bundle-SymbolicName: org.locationtech.udig.printing.model.edit; singleton:=true -Bundle-Version: 2.1.0.qualifier +Bundle-Version: 2.1.0.RC1 Bundle-Activator: org.locationtech.udig.printing.model.provider.PageEditPlugin$Implementation Bundle-Vendor: udig.refractions.net Bundle-Localization: plugin diff --git a/plugins/org.locationtech.udig.printing.model.edit/pom.xml b/plugins/org.locationtech.udig.printing.model.edit/pom.xml index 72653fb681..8db604ab15 100644 --- a/plugins/org.locationtech.udig.printing.model.edit/pom.xml +++ b/plugins/org.locationtech.udig.printing.model.edit/pom.xml @@ -5,7 +5,7 @@ plugins org.locationtech.udig - 2.1.0-SNAPSHOT + 2.1.0.RC1 org.locationtech.udig.printing.model.edit eclipse-plugin diff --git a/plugins/org.locationtech.udig.printing.model/META-INF/MANIFEST.MF b/plugins/org.locationtech.udig.printing.model/META-INF/MANIFEST.MF index 3d0bb3d781..0afaabf5a0 100644 --- a/plugins/org.locationtech.udig.printing.model/META-INF/MANIFEST.MF +++ b/plugins/org.locationtech.udig.printing.model/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: %plugin.name Bundle-SymbolicName: org.locationtech.udig.printing.model; singleton:=true -Bundle-Version: 2.1.0.qualifier +Bundle-Version: 2.1.0.RC1 Bundle-Activator: org.locationtech.udig.printing.model.PrintingModelPlugin Bundle-Vendor: udig.refractions.net Bundle-Localization: plugin diff --git a/plugins/org.locationtech.udig.printing.model/pom.xml b/plugins/org.locationtech.udig.printing.model/pom.xml index 7dee5e4de7..9f5556c960 100644 --- a/plugins/org.locationtech.udig.printing.model/pom.xml +++ b/plugins/org.locationtech.udig.printing.model/pom.xml @@ -5,7 +5,7 @@ plugins org.locationtech.udig - 2.1.0-SNAPSHOT + 2.1.0.RC1 org.locationtech.udig.printing.model eclipse-plugin diff --git a/plugins/org.locationtech.udig.printing.ui/META-INF/MANIFEST.MF b/plugins/org.locationtech.udig.printing.ui/META-INF/MANIFEST.MF index 84abeccbf1..044d8808b7 100644 --- a/plugins/org.locationtech.udig.printing.ui/META-INF/MANIFEST.MF +++ b/plugins/org.locationtech.udig.printing.ui/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: %printing.ui.plugin.name Bundle-SymbolicName: org.locationtech.udig.printing.ui; singleton:=true -Bundle-Version: 2.1.0.qualifier +Bundle-Version: 2.1.0.RC1 Bundle-Activator: org.locationtech.udig.printing.ui.internal.PrintingPlugin Bundle-Vendor: udig.refractions.net Bundle-Localization: plugin diff --git a/plugins/org.locationtech.udig.printing.ui/pom.xml b/plugins/org.locationtech.udig.printing.ui/pom.xml index ff310de4af..92ccf5c4e2 100644 --- a/plugins/org.locationtech.udig.printing.ui/pom.xml +++ b/plugins/org.locationtech.udig.printing.ui/pom.xml @@ -5,7 +5,7 @@ plugins org.locationtech.udig - 2.1.0-SNAPSHOT + 2.1.0.RC1 org.locationtech.udig.printing.ui eclipse-plugin diff --git a/plugins/org.locationtech.udig.project.edit/META-INF/MANIFEST.MF b/plugins/org.locationtech.udig.project.edit/META-INF/MANIFEST.MF index 7e13e9d9fa..fca24ca6eb 100644 --- a/plugins/org.locationtech.udig.project.edit/META-INF/MANIFEST.MF +++ b/plugins/org.locationtech.udig.project.edit/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: %pluginName Bundle-SymbolicName: org.locationtech.udig.project.edit; singleton:=true -Bundle-Version: 2.1.0.qualifier +Bundle-Version: 2.1.0.RC1 Bundle-Activator: org.locationtech.udig.project.internal.provider.ProjectEditPlugin$Implementation Bundle-Vendor: udig.refractions.net Bundle-Localization: plugin diff --git a/plugins/org.locationtech.udig.project.edit/pom.xml b/plugins/org.locationtech.udig.project.edit/pom.xml index fac325af62..73d5dc66f4 100644 --- a/plugins/org.locationtech.udig.project.edit/pom.xml +++ b/plugins/org.locationtech.udig.project.edit/pom.xml @@ -5,7 +5,7 @@ plugins org.locationtech.udig - 2.1.0-SNAPSHOT + 2.1.0.RC1 org.locationtech.udig.project.edit eclipse-plugin diff --git a/plugins/org.locationtech.udig.project.tests/META-INF/MANIFEST.MF b/plugins/org.locationtech.udig.project.tests/META-INF/MANIFEST.MF index a86a1dc497..1fc5826d8d 100644 --- a/plugins/org.locationtech.udig.project.tests/META-INF/MANIFEST.MF +++ b/plugins/org.locationtech.udig.project.tests/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: Project Tests Plug-in Bundle-SymbolicName: org.locationtech.udig.project.tests; singleton:=true -Bundle-Version: 2.1.0.qualifier +Bundle-Version: 2.1.0.RC1 Bundle-Vendor: udig.refractions.net Export-Package: org.locationtech.udig.project.command,org.locationtech .udig.project.internal,org.locationtech.udig.project.internal.command diff --git a/plugins/org.locationtech.udig.project.tests/pom.xml b/plugins/org.locationtech.udig.project.tests/pom.xml index ae1d6c98d1..ea39d92453 100644 --- a/plugins/org.locationtech.udig.project.tests/pom.xml +++ b/plugins/org.locationtech.udig.project.tests/pom.xml @@ -8,7 +8,7 @@ plugins org.locationtech.udig - 2.1.0-SNAPSHOT + 2.1.0.RC1 org.locationtech.udig.project.tests diff --git a/plugins/org.locationtech.udig.project.ui.editor/META-INF/MANIFEST.MF b/plugins/org.locationtech.udig.project.ui.editor/META-INF/MANIFEST.MF index aee73cc56b..0b459c9a17 100644 --- a/plugins/org.locationtech.udig.project.ui.editor/META-INF/MANIFEST.MF +++ b/plugins/org.locationtech.udig.project.ui.editor/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: Project Map Editor Plug-in Bundle-SymbolicName: org.locationtech.udig.project.ui.editor;singleton:=true -Bundle-Version: 2.1.0.qualifier +Bundle-Version: 2.1.0.RC1 Bundle-Activator: org.locationtech.udig.project.ui.editor.Activator Bundle-Vendor: udig.refractions.net Bundle-Localization: plugin diff --git a/plugins/org.locationtech.udig.project.ui.editor/pom.xml b/plugins/org.locationtech.udig.project.ui.editor/pom.xml index 334044255c..84f507197f 100644 --- a/plugins/org.locationtech.udig.project.ui.editor/pom.xml +++ b/plugins/org.locationtech.udig.project.ui.editor/pom.xml @@ -5,7 +5,7 @@ plugins org.locationtech.udig - 2.1.0-SNAPSHOT + 2.1.0.RC1 org.locationtech.udig.project.ui.editor eclipse-plugin diff --git a/plugins/org.locationtech.udig.project.ui.tests/META-INF/MANIFEST.MF b/plugins/org.locationtech.udig.project.ui.tests/META-INF/MANIFEST.MF index d396ce3e51..84874d21a4 100644 --- a/plugins/org.locationtech.udig.project.ui.tests/META-INF/MANIFEST.MF +++ b/plugins/org.locationtech.udig.project.ui.tests/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: Project UI Test Plug-in Bundle-SymbolicName: org.locationtech.udig.project.ui.tests;singleton:=true -Bundle-Version: 2.1.0.qualifier +Bundle-Version: 2.1.0.RC1 Bundle-Vendor: udig.refractions.net Bundle-Activator: org.locationtech.udig.project.ui.TestsUIPlugin Export-Package: org.locationtech.udig; uses:="org.locationtech.udig.pr diff --git a/plugins/org.locationtech.udig.project.ui.tests/pom.xml b/plugins/org.locationtech.udig.project.ui.tests/pom.xml index 30fe479876..fa83701b0e 100644 --- a/plugins/org.locationtech.udig.project.ui.tests/pom.xml +++ b/plugins/org.locationtech.udig.project.ui.tests/pom.xml @@ -8,7 +8,7 @@ plugins org.locationtech.udig - 2.1.0-SNAPSHOT + 2.1.0.RC1 org.locationtech.udig.project.ui.tests diff --git a/plugins/org.locationtech.udig.project.ui/META-INF/MANIFEST.MF b/plugins/org.locationtech.udig.project.ui/META-INF/MANIFEST.MF index 2a8cc52710..9afd770b4b 100644 --- a/plugins/org.locationtech.udig.project.ui/META-INF/MANIFEST.MF +++ b/plugins/org.locationtech.udig.project.ui/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: %plugin.name Bundle-SymbolicName: org.locationtech.udig.project.ui;singleton:=true -Bundle-Version: 2.1.0.qualifier +Bundle-Version: 2.1.0.RC1 Bundle-Activator: org.locationtech.udig.project.ui.internal.ProjectUIPlugin Bundle-Vendor: udig.refractions.net Bundle-Localization: plugin diff --git a/plugins/org.locationtech.udig.project.ui/pom.xml b/plugins/org.locationtech.udig.project.ui/pom.xml index 90c4ff4d9b..8b62253476 100644 --- a/plugins/org.locationtech.udig.project.ui/pom.xml +++ b/plugins/org.locationtech.udig.project.ui/pom.xml @@ -5,7 +5,7 @@ plugins org.locationtech.udig - 2.1.0-SNAPSHOT + 2.1.0.RC1 org.locationtech.udig.project.ui diff --git a/plugins/org.locationtech.udig.project/META-INF/MANIFEST.MF b/plugins/org.locationtech.udig.project/META-INF/MANIFEST.MF index 9d6813b4b1..835218bcac 100644 --- a/plugins/org.locationtech.udig.project/META-INF/MANIFEST.MF +++ b/plugins/org.locationtech.udig.project/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: %pluginName Bundle-SymbolicName: org.locationtech.udig.project; singleton:=true -Bundle-Version: 2.1.0.qualifier +Bundle-Version: 2.1.0.RC1 Bundle-Activator: org.locationtech.udig.project.internal.ProjectPlugin$Implementation Bundle-Vendor: udig.refractions.net Bundle-Localization: plugin diff --git a/plugins/org.locationtech.udig.project/pom.xml b/plugins/org.locationtech.udig.project/pom.xml index 3c014fbbfb..dba3cd6784 100644 --- a/plugins/org.locationtech.udig.project/pom.xml +++ b/plugins/org.locationtech.udig.project/pom.xml @@ -5,7 +5,7 @@ plugins org.locationtech.udig - 2.1.0-SNAPSHOT + 2.1.0.RC1 org.locationtech.udig.project eclipse-plugin diff --git a/plugins/org.locationtech.udig.render.feature.basic.tests/META-INF/MANIFEST.MF b/plugins/org.locationtech.udig.render.feature.basic.tests/META-INF/MANIFEST.MF index ca1974ca39..ee5d6c8cd3 100644 --- a/plugins/org.locationtech.udig.render.feature.basic.tests/META-INF/MANIFEST.MF +++ b/plugins/org.locationtech.udig.render.feature.basic.tests/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: Basic Feature Renderer Test Plug-in Bundle-SymbolicName: org.locationtech.udig.render.feature.basic.tests -Bundle-Version: 2.1.0.qualifier +Bundle-Version: 2.1.0.RC1 Bundle-Activator: org.locationtech.udig.render.feature.basic.test.Activator Bundle-Vendor: udig.refractions.net Require-Bundle: org.eclipse.core.runtime, diff --git a/plugins/org.locationtech.udig.render.feature.basic.tests/pom.xml b/plugins/org.locationtech.udig.render.feature.basic.tests/pom.xml index 4d9c3fbb5f..dd96e74fc7 100644 --- a/plugins/org.locationtech.udig.render.feature.basic.tests/pom.xml +++ b/plugins/org.locationtech.udig.render.feature.basic.tests/pom.xml @@ -8,7 +8,7 @@ plugins org.locationtech.udig - 2.1.0-SNAPSHOT + 2.1.0.RC1 org.locationtech.udig.render.feature.basic.tests diff --git a/plugins/org.locationtech.udig.render.feature.basic/META-INF/MANIFEST.MF b/plugins/org.locationtech.udig.render.feature.basic/META-INF/MANIFEST.MF index cabf22022a..1ea2bfb85a 100644 --- a/plugins/org.locationtech.udig.render.feature.basic/META-INF/MANIFEST.MF +++ b/plugins/org.locationtech.udig.render.feature.basic/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: %plugin.name Bundle-SymbolicName: org.locationtech.udig.render.feature.basic; singleton:=true -Bundle-Version: 2.1.0.qualifier +Bundle-Version: 2.1.0.RC1 Bundle-Activator: org.locationtech.udig.render.internal.feature.basic.RendererPlugin Bundle-Vendor: udig.refractions.net Bundle-Localization: plugin diff --git a/plugins/org.locationtech.udig.render.feature.basic/pom.xml b/plugins/org.locationtech.udig.render.feature.basic/pom.xml index 3893ca6698..73f75c2660 100644 --- a/plugins/org.locationtech.udig.render.feature.basic/pom.xml +++ b/plugins/org.locationtech.udig.render.feature.basic/pom.xml @@ -5,7 +5,7 @@ plugins org.locationtech.udig - 2.1.0-SNAPSHOT + 2.1.0.RC1 org.locationtech.udig.render.feature.basic eclipse-plugin diff --git a/plugins/org.locationtech.udig.render.feature.shapefile/META-INF/MANIFEST.MF b/plugins/org.locationtech.udig.render.feature.shapefile/META-INF/MANIFEST.MF index 0f58b3c73a..26ba30d166 100644 --- a/plugins/org.locationtech.udig.render.feature.shapefile/META-INF/MANIFEST.MF +++ b/plugins/org.locationtech.udig.render.feature.shapefile/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: %plugin.name Bundle-SymbolicName: org.locationtech.udig.render.feature.shapefile; singleton:=true -Bundle-Version: 2.1.0.qualifier +Bundle-Version: 2.1.0.RC1 Bundle-Activator: org.locationtech.udig.render.internal.feature.shapefile.RendererPlugin Bundle-Vendor: udig.refractions.net Bundle-Localization: plugin diff --git a/plugins/org.locationtech.udig.render.feature.shapefile/pom.xml b/plugins/org.locationtech.udig.render.feature.shapefile/pom.xml index aaff9948e0..ab10a22d31 100644 --- a/plugins/org.locationtech.udig.render.feature.shapefile/pom.xml +++ b/plugins/org.locationtech.udig.render.feature.shapefile/pom.xml @@ -5,7 +5,7 @@ plugins org.locationtech.udig - 2.1.0-SNAPSHOT + 2.1.0.RC1 org.locationtech.udig.render.feature.shapefile eclipse-plugin diff --git a/plugins/org.locationtech.udig.render.gridcoverage.basic/META-INF/MANIFEST.MF b/plugins/org.locationtech.udig.render.gridcoverage.basic/META-INF/MANIFEST.MF index 2f5d05270a..d0ac8be158 100644 --- a/plugins/org.locationtech.udig.render.gridcoverage.basic/META-INF/MANIFEST.MF +++ b/plugins/org.locationtech.udig.render.gridcoverage.basic/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: %plugin.name Bundle-SymbolicName: org.locationtech.udig.render.gridcoverage.basic; singleton:=true -Bundle-Version: 2.1.0.qualifier +Bundle-Version: 2.1.0.RC1 Bundle-Activator: org.locationtech.udig.render.internal.gridcoverage.basic.RendererPlugin Bundle-Vendor: udig.refractions.net Bundle-Localization: plugin diff --git a/plugins/org.locationtech.udig.render.gridcoverage.basic/pom.xml b/plugins/org.locationtech.udig.render.gridcoverage.basic/pom.xml index 214d95056b..d688561762 100644 --- a/plugins/org.locationtech.udig.render.gridcoverage.basic/pom.xml +++ b/plugins/org.locationtech.udig.render.gridcoverage.basic/pom.xml @@ -5,7 +5,7 @@ plugins org.locationtech.udig - 2.1.0-SNAPSHOT + 2.1.0.RC1 org.locationtech.udig.render.gridcoverage.basic eclipse-plugin diff --git a/plugins/org.locationtech.udig.render.wms.basic.tests/META-INF/MANIFEST.MF b/plugins/org.locationtech.udig.render.wms.basic.tests/META-INF/MANIFEST.MF index 411177e2a1..ba8f7b59d1 100644 --- a/plugins/org.locationtech.udig.render.wms.basic.tests/META-INF/MANIFEST.MF +++ b/plugins/org.locationtech.udig.render.wms.basic.tests/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: WMS Renderer Test Plug-in Bundle-SymbolicName: org.locationtech.udig.render.wms.basic.tests -Bundle-Version: 2.1.0.qualifier +Bundle-Version: 2.1.0.RC1 Bundle-Activator: org.locationtech.udig.render.wms.basic.test.Activator Bundle-Vendor: udig.refractions.net Require-Bundle: org.eclipse.core.runtime, diff --git a/plugins/org.locationtech.udig.render.wms.basic.tests/pom.xml b/plugins/org.locationtech.udig.render.wms.basic.tests/pom.xml index 0c60938422..f2854823c4 100644 --- a/plugins/org.locationtech.udig.render.wms.basic.tests/pom.xml +++ b/plugins/org.locationtech.udig.render.wms.basic.tests/pom.xml @@ -8,7 +8,7 @@ plugins org.locationtech.udig - 2.1.0-SNAPSHOT + 2.1.0.RC1 org.locationtech.udig.render.wms.basic.tests diff --git a/plugins/org.locationtech.udig.render.wms.basic/META-INF/MANIFEST.MF b/plugins/org.locationtech.udig.render.wms.basic/META-INF/MANIFEST.MF index 167e06410e..2718f3a8f2 100644 --- a/plugins/org.locationtech.udig.render.wms.basic/META-INF/MANIFEST.MF +++ b/plugins/org.locationtech.udig.render.wms.basic/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: %plugin.name Bundle-SymbolicName: org.locationtech.udig.render.wms.basic; singleton:=true -Bundle-Version: 2.1.0.qualifier +Bundle-Version: 2.1.0.RC1 Bundle-Activator: org.locationtech.udig.render.wms.basic.WMSPlugin Bundle-Vendor: udig.refractions.net Bundle-Localization: plugin diff --git a/plugins/org.locationtech.udig.render.wms.basic/pom.xml b/plugins/org.locationtech.udig.render.wms.basic/pom.xml index 2f3fb1ba89..60d190d426 100644 --- a/plugins/org.locationtech.udig.render.wms.basic/pom.xml +++ b/plugins/org.locationtech.udig.render.wms.basic/pom.xml @@ -5,7 +5,7 @@ plugins org.locationtech.udig - 2.1.0-SNAPSHOT + 2.1.0.RC1 org.locationtech.udig.render.wms.basic eclipse-plugin diff --git a/plugins/org.locationtech.udig.render.wmt.basic/META-INF/MANIFEST.MF b/plugins/org.locationtech.udig.render.wmt.basic/META-INF/MANIFEST.MF index d36c181299..8011634755 100644 --- a/plugins/org.locationtech.udig.render.wmt.basic/META-INF/MANIFEST.MF +++ b/plugins/org.locationtech.udig.render.wmt.basic/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: %plugin.name Bundle-SymbolicName: org.locationtech.udig.render.wmt.basic;singleton:=true -Bundle-Version: 2.1.0.qualifier +Bundle-Version: 2.1.0.RC1 Bundle-Activator: org.locationtech.udig.render.wmt.basic.WMTPlugin Bundle-Vendor: udig.refractions.net Bundle-Localization: plugin diff --git a/plugins/org.locationtech.udig.render.wmt.basic/pom.xml b/plugins/org.locationtech.udig.render.wmt.basic/pom.xml index c1d0bd9bc6..078da120f2 100644 --- a/plugins/org.locationtech.udig.render.wmt.basic/pom.xml +++ b/plugins/org.locationtech.udig.render.wmt.basic/pom.xml @@ -5,7 +5,7 @@ plugins org.locationtech.udig - 2.1.0-SNAPSHOT + 2.1.0.RC1 org.locationtech.udig.render.wmt.basic eclipse-plugin diff --git a/plugins/org.locationtech.udig.socket/META-INF/MANIFEST.MF b/plugins/org.locationtech.udig.socket/META-INF/MANIFEST.MF index 9a1faa960b..6427cb757b 100644 --- a/plugins/org.locationtech.udig.socket/META-INF/MANIFEST.MF +++ b/plugins/org.locationtech.udig.socket/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: Socket Plug-in Bundle-SymbolicName: org.locationtech.udig.socket;singleton:=true -Bundle-Version: 2.1.0.qualifier +Bundle-Version: 2.1.0.RC1 Bundle-Activator: org.locationtech.udig.socket.Activator Bundle-Vendor: udig.refractions.net Require-Bundle: org.eclipse.ui, diff --git a/plugins/org.locationtech.udig.socket/pom.xml b/plugins/org.locationtech.udig.socket/pom.xml index dd79b141a5..1e4e44a20c 100644 --- a/plugins/org.locationtech.udig.socket/pom.xml +++ b/plugins/org.locationtech.udig.socket/pom.xml @@ -5,7 +5,7 @@ plugins org.locationtech.udig - 2.1.0-SNAPSHOT + 2.1.0.RC1 org.locationtech.udig.socket eclipse-plugin diff --git a/plugins/org.locationtech.udig.style.advanced.core/META-INF/MANIFEST.MF b/plugins/org.locationtech.udig.style.advanced.core/META-INF/MANIFEST.MF index 679f3c6d3a..40ebcc0c73 100644 --- a/plugins/org.locationtech.udig.style.advanced.core/META-INF/MANIFEST.MF +++ b/plugins/org.locationtech.udig.style.advanced.core/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: Advanced Style Core Bundle-SymbolicName: org.locationtech.udig.style.advanced.core -Bundle-Version: 2.1.0.qualifier +Bundle-Version: 2.1.0.RC1 Bundle-Activator: org.locationtech.udig.style.advanced.core.AdvancedStylePlugin Bundle-Vendor: HydroloGIS S.r.l. Require-Bundle: org.eclipse.core.runtime, diff --git a/plugins/org.locationtech.udig.style.advanced.core/pom.xml b/plugins/org.locationtech.udig.style.advanced.core/pom.xml index 49c2e75250..3edf3c7ac0 100644 --- a/plugins/org.locationtech.udig.style.advanced.core/pom.xml +++ b/plugins/org.locationtech.udig.style.advanced.core/pom.xml @@ -5,7 +5,7 @@ plugins org.locationtech.udig - 2.1.0-SNAPSHOT + 2.1.0.RC1 org.locationtech.udig.style.advanced.core eclipse-plugin diff --git a/plugins/org.locationtech.udig.style.advanced.feature/META-INF/MANIFEST.MF b/plugins/org.locationtech.udig.style.advanced.feature/META-INF/MANIFEST.MF index 8eee1bf091..d55955092f 100644 --- a/plugins/org.locationtech.udig.style.advanced.feature/META-INF/MANIFEST.MF +++ b/plugins/org.locationtech.udig.style.advanced.feature/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: Advanced Style for Features Bundle-SymbolicName: org.locationtech.udig.style.advanced.feature;singleton:=true -Bundle-Version: 2.1.0.qualifier +Bundle-Version: 2.1.0.RC1 Bundle-Activator: org.locationtech.udig.style.advanced.StylePlugin Bundle-Vendor: HydroloGIS S.r.l. Require-Bundle: org.eclipse.ui, diff --git a/plugins/org.locationtech.udig.style.advanced.feature/pom.xml b/plugins/org.locationtech.udig.style.advanced.feature/pom.xml index 5576232fff..ab2daa5a0f 100644 --- a/plugins/org.locationtech.udig.style.advanced.feature/pom.xml +++ b/plugins/org.locationtech.udig.style.advanced.feature/pom.xml @@ -5,7 +5,7 @@ plugins org.locationtech.udig - 2.1.0-SNAPSHOT + 2.1.0.RC1 org.locationtech.udig.style.advanced.feature eclipse-plugin diff --git a/plugins/org.locationtech.udig.style.advanced.raster/META-INF/MANIFEST.MF b/plugins/org.locationtech.udig.style.advanced.raster/META-INF/MANIFEST.MF index 8ef9d21043..18a9af5ca2 100644 --- a/plugins/org.locationtech.udig.style.advanced.raster/META-INF/MANIFEST.MF +++ b/plugins/org.locationtech.udig.style.advanced.raster/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: Advanced Style for Rasters Bundle-SymbolicName: org.locationtech.udig.style.advanced.raster;singleton:=true -Bundle-Version: 2.1.0.qualifier +Bundle-Version: 2.1.0.RC1 Bundle-Activator: org.locationtech.udig.style.advanced.raster.RasterStylePlugin Bundle-Vendor: HydroloGIS S.r.l. Require-Bundle: org.eclipse.ui, diff --git a/plugins/org.locationtech.udig.style.advanced.raster/pom.xml b/plugins/org.locationtech.udig.style.advanced.raster/pom.xml index aea40ab535..9a5b5824e6 100644 --- a/plugins/org.locationtech.udig.style.advanced.raster/pom.xml +++ b/plugins/org.locationtech.udig.style.advanced.raster/pom.xml @@ -5,7 +5,7 @@ plugins org.locationtech.udig - 2.1.0-SNAPSHOT + 2.1.0.RC1 org.locationtech.udig.style.advanced.raster eclipse-plugin diff --git a/plugins/org.locationtech.udig.style.jgrass/META-INF/MANIFEST.MF b/plugins/org.locationtech.udig.style.jgrass/META-INF/MANIFEST.MF index 97d6a9fb8c..9dd68a7380 100644 --- a/plugins/org.locationtech.udig.style.jgrass/META-INF/MANIFEST.MF +++ b/plugins/org.locationtech.udig.style.jgrass/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: JGrassraster Style Plug-in Bundle-SymbolicName: org.locationtech.udig.style.jgrass;singleton:=true -Bundle-Version: 2.1.0.qualifier +Bundle-Version: 2.1.0.RC1 Bundle-Activator: org.locationtech.udig.style.jgrass.JGrassrasterStyleActivator Bundle-Vendor: HydroloGIS S.r.l. Bundle-Localization: plugin diff --git a/plugins/org.locationtech.udig.style.jgrass/pom.xml b/plugins/org.locationtech.udig.style.jgrass/pom.xml index 297251d7cb..66bd23d8ba 100644 --- a/plugins/org.locationtech.udig.style.jgrass/pom.xml +++ b/plugins/org.locationtech.udig.style.jgrass/pom.xml @@ -5,7 +5,7 @@ plugins org.locationtech.udig - 2.1.0-SNAPSHOT + 2.1.0.RC1 org.locationtech.udig.style.jgrass eclipse-plugin diff --git a/plugins/org.locationtech.udig.style.sld.raster/META-INF/MANIFEST.MF b/plugins/org.locationtech.udig.style.sld.raster/META-INF/MANIFEST.MF index 72b71d9702..44dc412e23 100644 --- a/plugins/org.locationtech.udig.style.sld.raster/META-INF/MANIFEST.MF +++ b/plugins/org.locationtech.udig.style.sld.raster/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: %plugin.name Bundle-SymbolicName: org.locationtech.udig.style.sld.raster;singleton:=true -Bundle-Version: 2.1.0.qualifier +Bundle-Version: 2.1.0.RC1 Bundle-Activator: org.locationtech.udig.style.sld.raster.SLDRasterPlugin Bundle-Vendor: udig.refractions.net Bundle-Localization: plugin diff --git a/plugins/org.locationtech.udig.style.sld.raster/pom.xml b/plugins/org.locationtech.udig.style.sld.raster/pom.xml index 910535ad92..37acd74630 100644 --- a/plugins/org.locationtech.udig.style.sld.raster/pom.xml +++ b/plugins/org.locationtech.udig.style.sld.raster/pom.xml @@ -5,7 +5,7 @@ plugins org.locationtech.udig - 2.1.0-SNAPSHOT + 2.1.0.RC1 org.locationtech.udig.style.sld.raster eclipse-plugin diff --git a/plugins/org.locationtech.udig.style.sld/META-INF/MANIFEST.MF b/plugins/org.locationtech.udig.style.sld/META-INF/MANIFEST.MF index 74d1887833..5ef71cf788 100644 --- a/plugins/org.locationtech.udig.style.sld/META-INF/MANIFEST.MF +++ b/plugins/org.locationtech.udig.style.sld/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: %plugin.name Bundle-SymbolicName: org.locationtech.udig.style.sld; singleton:=true -Bundle-Version: 2.1.0.qualifier +Bundle-Version: 2.1.0.RC1 Bundle-Activator: org.locationtech.udig.style.sld.SLDPlugin Bundle-Vendor: udig.refractions.net Bundle-Localization: plugin diff --git a/plugins/org.locationtech.udig.style.sld/pom.xml b/plugins/org.locationtech.udig.style.sld/pom.xml index 219796abc5..1fc3ee29e8 100644 --- a/plugins/org.locationtech.udig.style.sld/pom.xml +++ b/plugins/org.locationtech.udig.style.sld/pom.xml @@ -5,7 +5,7 @@ plugins org.locationtech.udig - 2.1.0-SNAPSHOT + 2.1.0.RC1 org.locationtech.udig.style.sld eclipse-plugin diff --git a/plugins/org.locationtech.udig.style.tests/META-INF/MANIFEST.MF b/plugins/org.locationtech.udig.style.tests/META-INF/MANIFEST.MF index ed72dd0f7d..948ec3b651 100644 --- a/plugins/org.locationtech.udig.style.tests/META-INF/MANIFEST.MF +++ b/plugins/org.locationtech.udig.style.tests/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: Style Tests Bundle-SymbolicName: org.locationtech.udig.style.tests -Bundle-Version: 2.1.0.qualifier +Bundle-Version: 2.1.0.RC1 Bundle-Vendor: udig.refractions.net Require-Bundle: org.eclipse.core.runtime, org.junit;bundle-version="[4.0.0,5.0.0)", diff --git a/plugins/org.locationtech.udig.style.tests/pom.xml b/plugins/org.locationtech.udig.style.tests/pom.xml index 868c0688cd..f48ec59df3 100644 --- a/plugins/org.locationtech.udig.style.tests/pom.xml +++ b/plugins/org.locationtech.udig.style.tests/pom.xml @@ -8,7 +8,7 @@ plugins org.locationtech.udig - 2.1.0-SNAPSHOT + 2.1.0.RC1 org.locationtech.udig.style.tests diff --git a/plugins/org.locationtech.udig.style.wms/META-INF/MANIFEST.MF b/plugins/org.locationtech.udig.style.wms/META-INF/MANIFEST.MF index 74dadb34a9..38fa01d7b3 100644 --- a/plugins/org.locationtech.udig.style.wms/META-INF/MANIFEST.MF +++ b/plugins/org.locationtech.udig.style.wms/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: %plugin.name Bundle-SymbolicName: org.locationtech.udig.style.wms; singleton:=true -Bundle-Version: 2.1.0.qualifier +Bundle-Version: 2.1.0.RC1 Bundle-Activator: org.locationtech.udig.style.wms.WMSStylePlugin Bundle-Vendor: udig.refractions.net Bundle-Localization: plugin diff --git a/plugins/org.locationtech.udig.style.wms/pom.xml b/plugins/org.locationtech.udig.style.wms/pom.xml index e805f541a0..f7644b8ff3 100644 --- a/plugins/org.locationtech.udig.style.wms/pom.xml +++ b/plugins/org.locationtech.udig.style.wms/pom.xml @@ -5,7 +5,7 @@ plugins org.locationtech.udig - 2.1.0-SNAPSHOT + 2.1.0.RC1 org.locationtech.udig.style.wms eclipse-plugin diff --git a/plugins/org.locationtech.udig.style/META-INF/MANIFEST.MF b/plugins/org.locationtech.udig.style/META-INF/MANIFEST.MF index 18d32b8a61..e0e9d5c4a6 100644 --- a/plugins/org.locationtech.udig.style/META-INF/MANIFEST.MF +++ b/plugins/org.locationtech.udig.style/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: %plugin.name Bundle-SymbolicName: org.locationtech.udig.style; singleton:=true -Bundle-Version: 2.1.0.qualifier +Bundle-Version: 2.1.0.RC1 Bundle-Activator: org.locationtech.udig.style.StylePlugin Bundle-Vendor: udig.refractions.net Bundle-Localization: plugin diff --git a/plugins/org.locationtech.udig.style/pom.xml b/plugins/org.locationtech.udig.style/pom.xml index c0a910d9f7..7163e9ce3b 100644 --- a/plugins/org.locationtech.udig.style/pom.xml +++ b/plugins/org.locationtech.udig.style/pom.xml @@ -5,7 +5,7 @@ plugins org.locationtech.udig - 2.1.0-SNAPSHOT + 2.1.0.RC1 org.locationtech.udig.style eclipse-plugin diff --git a/plugins/org.locationtech.udig.tool.default.tests/META-INF/MANIFEST.MF b/plugins/org.locationtech.udig.tool.default.tests/META-INF/MANIFEST.MF index cb60eac7f8..f0773f855b 100644 --- a/plugins/org.locationtech.udig.tool.default.tests/META-INF/MANIFEST.MF +++ b/plugins/org.locationtech.udig.tool.default.tests/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: Default Tool Tests Plug-in Bundle-SymbolicName: org.locationtech.udig.tool.default.tests -Bundle-Version: 2.1.0.qualifier +Bundle-Version: 2.1.0.RC1 Bundle-Activator: org.locationtech.udig.tool.tests.TestsPlugin Bundle-Vendor: udig.refractions.net Require-Bundle: org.eclipse.core.runtime, diff --git a/plugins/org.locationtech.udig.tool.default.tests/pom.xml b/plugins/org.locationtech.udig.tool.default.tests/pom.xml index 75c6612558..6783afbfcc 100644 --- a/plugins/org.locationtech.udig.tool.default.tests/pom.xml +++ b/plugins/org.locationtech.udig.tool.default.tests/pom.xml @@ -8,7 +8,7 @@ org.locationtech.udig plugins - 2.1.0-SNAPSHOT + 2.1.0.RC1 org.locationtech.udig.tool.default.tests diff --git a/plugins/org.locationtech.udig.tool.default/META-INF/MANIFEST.MF b/plugins/org.locationtech.udig.tool.default/META-INF/MANIFEST.MF index cd4fc58f80..377b53c5a9 100644 --- a/plugins/org.locationtech.udig.tool.default/META-INF/MANIFEST.MF +++ b/plugins/org.locationtech.udig.tool.default/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: %plugin.name Bundle-SymbolicName: org.locationtech.udig.tool.default;singleton:=true -Bundle-Version: 2.1.0.qualifier +Bundle-Version: 2.1.0.RC1 Bundle-Activator: org.locationtech.udig.tools.internal.ToolsPlugin Bundle-Vendor: udig.refractions.net Bundle-Localization: plugin diff --git a/plugins/org.locationtech.udig.tool.default/pom.xml b/plugins/org.locationtech.udig.tool.default/pom.xml index 2d372e3361..17b9e0210a 100644 --- a/plugins/org.locationtech.udig.tool.default/pom.xml +++ b/plugins/org.locationtech.udig.tool.default/pom.xml @@ -5,7 +5,7 @@ plugins org.locationtech.udig - 2.1.0-SNAPSHOT + 2.1.0.RC1 org.locationtech.udig.tool.default eclipse-plugin diff --git a/plugins/org.locationtech.udig.tool.edit.tests/META-INF/MANIFEST.MF b/plugins/org.locationtech.udig.tool.edit.tests/META-INF/MANIFEST.MF index 70adaacdda..55032ed1f1 100644 --- a/plugins/org.locationtech.udig.tool.edit.tests/META-INF/MANIFEST.MF +++ b/plugins/org.locationtech.udig.tool.edit.tests/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: Tests Plug-in Bundle-SymbolicName: org.locationtech.udig.tool.edit.tests -Bundle-Version: 2.1.0.qualifier +Bundle-Version: 2.1.0.RC1 Bundle-Activator: org.locationtech.udig.tool.edit.tests.TestsPlugin Bundle-Vendor: udig.refractions.net Require-Bundle: org.eclipse.ui, diff --git a/plugins/org.locationtech.udig.tool.edit.tests/pom.xml b/plugins/org.locationtech.udig.tool.edit.tests/pom.xml index 6cdce36ded..8d3122b82a 100644 --- a/plugins/org.locationtech.udig.tool.edit.tests/pom.xml +++ b/plugins/org.locationtech.udig.tool.edit.tests/pom.xml @@ -8,7 +8,7 @@ org.locationtech.udig plugins - 2.1.0-SNAPSHOT + 2.1.0.RC1 org.locationtech.udig.tool.edit.tests diff --git a/plugins/org.locationtech.udig.tool.edit/META-INF/MANIFEST.MF b/plugins/org.locationtech.udig.tool.edit/META-INF/MANIFEST.MF index df75e1fa77..b1dae573b8 100644 --- a/plugins/org.locationtech.udig.tool.edit/META-INF/MANIFEST.MF +++ b/plugins/org.locationtech.udig.tool.edit/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: %plugin.name Bundle-SymbolicName: org.locationtech.udig.tools.edit; singleton:=true -Bundle-Version: 2.1.0.qualifier +Bundle-Version: 2.1.0.RC1 Bundle-Activator: org.locationtech.udig.tools.edit.EditPlugin Bundle-Vendor: udig.refractions.net Bundle-Localization: plugin diff --git a/plugins/org.locationtech.udig.tool.edit/pom.xml b/plugins/org.locationtech.udig.tool.edit/pom.xml index e4e678083f..00f227f8cc 100644 --- a/plugins/org.locationtech.udig.tool.edit/pom.xml +++ b/plugins/org.locationtech.udig.tool.edit/pom.xml @@ -5,7 +5,7 @@ plugins org.locationtech.udig - 2.1.0-SNAPSHOT + 2.1.0.RC1 org.locationtech.udig.tools.edit eclipse-plugin diff --git a/plugins/org.locationtech.udig.tool.measure/META-INF/MANIFEST.MF b/plugins/org.locationtech.udig.tool.measure/META-INF/MANIFEST.MF index 35d04078c7..7848a473eb 100644 --- a/plugins/org.locationtech.udig.tool.measure/META-INF/MANIFEST.MF +++ b/plugins/org.locationtech.udig.tool.measure/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: %plugin.name Bundle-SymbolicName: org.locationtech.udig.tool.measure;singleton:=true -Bundle-Version: 2.1.0.qualifier +Bundle-Version: 2.1.0.RC1 Bundle-Activator: org.locationtech.udig.tool.measure.internal.MeasurementToolPlugin Require-Bundle: org.eclipse.ui, org.eclipse.core.runtime, diff --git a/plugins/org.locationtech.udig.tool.measure/pom.xml b/plugins/org.locationtech.udig.tool.measure/pom.xml index 767e884e1e..2eca5fba16 100644 --- a/plugins/org.locationtech.udig.tool.measure/pom.xml +++ b/plugins/org.locationtech.udig.tool.measure/pom.xml @@ -5,7 +5,7 @@ plugins org.locationtech.udig - 2.1.0-SNAPSHOT + 2.1.0.RC1 org.locationtech.udig.tool.measure diff --git a/plugins/org.locationtech.udig.tool.select.tests/META-INF/MANIFEST.MF b/plugins/org.locationtech.udig.tool.select.tests/META-INF/MANIFEST.MF index fb0b7d875a..cb9a5388c0 100644 --- a/plugins/org.locationtech.udig.tool.select.tests/META-INF/MANIFEST.MF +++ b/plugins/org.locationtech.udig.tool.select.tests/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: Tests Plug-in Bundle-SymbolicName: org.locationtech.udig.tool.select.tests -Bundle-Version: 2.1.0.qualifier +Bundle-Version: 2.1.0.RC1 Bundle-Activator: org.locationtech.udig.tool.select.tests.Activator Bundle-Vendor: udig.refractions.net Require-Bundle: org.eclipse.ui, diff --git a/plugins/org.locationtech.udig.tool.select.tests/pom.xml b/plugins/org.locationtech.udig.tool.select.tests/pom.xml index 5b1fdd50e7..ecbfdc96db 100644 --- a/plugins/org.locationtech.udig.tool.select.tests/pom.xml +++ b/plugins/org.locationtech.udig.tool.select.tests/pom.xml @@ -8,7 +8,7 @@ org.locationtech.udig plugins - 2.1.0-SNAPSHOT + 2.1.0.RC1 org.locationtech.udig.tool.select.tests diff --git a/plugins/org.locationtech.udig.tool.select/META-INF/MANIFEST.MF b/plugins/org.locationtech.udig.tool.select/META-INF/MANIFEST.MF index 1dc96852cb..24fe2752eb 100644 --- a/plugins/org.locationtech.udig.tool.select/META-INF/MANIFEST.MF +++ b/plugins/org.locationtech.udig.tool.select/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: %plugin.name Bundle-SymbolicName: org.locationtech.udig.tool.select; singleton:=true -Bundle-Version: 2.1.0.qualifier +Bundle-Version: 2.1.0.RC1 Bundle-Activator: org.locationtech.udig.tool.select.SelectPlugin Bundle-Vendor: udig.refractions.net Bundle-Localization: plugin diff --git a/plugins/org.locationtech.udig.tool.select/pom.xml b/plugins/org.locationtech.udig.tool.select/pom.xml index 2f60337892..72d8f700db 100644 --- a/plugins/org.locationtech.udig.tool.select/pom.xml +++ b/plugins/org.locationtech.udig.tool.select/pom.xml @@ -5,7 +5,7 @@ plugins org.locationtech.udig - 2.1.0-SNAPSHOT + 2.1.0.RC1 org.locationtech.udig.tool.select eclipse-plugin diff --git a/plugins/org.locationtech.udig.tools.jgrass/META-INF/MANIFEST.MF b/plugins/org.locationtech.udig.tools.jgrass/META-INF/MANIFEST.MF index 0f9a2f6a1e..1bf2dd4f47 100644 --- a/plugins/org.locationtech.udig.tools.jgrass/META-INF/MANIFEST.MF +++ b/plugins/org.locationtech.udig.tools.jgrass/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: JGrass Tools Plug-in Bundle-SymbolicName: org.locationtech.udig.tools.jgrass;singleton:=true -Bundle-Version: 2.1.0.qualifier +Bundle-Version: 2.1.0.RC1 Bundle-Activator: org.locationtech.udig.tools.jgrass.JGrassToolsPlugin Bundle-Vendor: HydroloGIS S.r.l. Bundle-Localization: plugin diff --git a/plugins/org.locationtech.udig.tools.jgrass/pom.xml b/plugins/org.locationtech.udig.tools.jgrass/pom.xml index 3a82d7f788..65c4a8cc7f 100644 --- a/plugins/org.locationtech.udig.tools.jgrass/pom.xml +++ b/plugins/org.locationtech.udig.tools.jgrass/pom.xml @@ -5,7 +5,7 @@ plugins org.locationtech.udig - 2.1.0-SNAPSHOT + 2.1.0.RC1 org.locationtech.udig.tools.jgrass eclipse-plugin diff --git a/plugins/org.locationtech.udig.tools.tests/META-INF/MANIFEST.MF b/plugins/org.locationtech.udig.tools.tests/META-INF/MANIFEST.MF index feb797a3d6..131abdacbf 100644 --- a/plugins/org.locationtech.udig.tools.tests/META-INF/MANIFEST.MF +++ b/plugins/org.locationtech.udig.tools.tests/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: Tools Tests Bundle-SymbolicName: org.locationtech.udig.tools.tests; singleton:=true -Bundle-Version: 2.1.0.qualifier +Bundle-Version: 2.1.0.RC1 Bundle-Activator: org.locationtech.udig.tools.tests.Activator Bundle-Vendor: uDig Community Require-Bundle: org.eclipse.ui, diff --git a/plugins/org.locationtech.udig.tools.tests/pom.xml b/plugins/org.locationtech.udig.tools.tests/pom.xml index 29a7ed4e4c..bc54f9e716 100644 --- a/plugins/org.locationtech.udig.tools.tests/pom.xml +++ b/plugins/org.locationtech.udig.tools.tests/pom.xml @@ -5,7 +5,7 @@ org.locationtech.udig plugins - 2.1.0-SNAPSHOT + 2.1.0.RC1 org.locationtech.udig.tools.tests diff --git a/plugins/org.locationtech.udig.tools/META-INF/MANIFEST.MF b/plugins/org.locationtech.udig.tools/META-INF/MANIFEST.MF index 2cefb36f0c..53a49c134a 100644 --- a/plugins/org.locationtech.udig.tools/META-INF/MANIFEST.MF +++ b/plugins/org.locationtech.udig.tools/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: %plugin.name Bundle-SymbolicName: org.locationtech.udig.tools; singleton:=true -Bundle-Version: 2.1.0.qualifier +Bundle-Version: 2.1.0.RC1 Bundle-Activator: org.locationtech.udig.tools.Activator Bundle-Vendor: uDig Community Bundle-Localization: plugin diff --git a/plugins/org.locationtech.udig.tools/pom.xml b/plugins/org.locationtech.udig.tools/pom.xml index c48b0baa88..5b441ddc2c 100644 --- a/plugins/org.locationtech.udig.tools/pom.xml +++ b/plugins/org.locationtech.udig.tools/pom.xml @@ -5,7 +5,7 @@ plugins org.locationtech.udig - 2.1.0-SNAPSHOT + 2.1.0.RC1 org.locationtech.udig.tools eclipse-plugin diff --git a/plugins/org.locationtech.udig.tutorials.catalog.csv.tests/META-INF/MANIFEST.MF b/plugins/org.locationtech.udig.tutorials.catalog.csv.tests/META-INF/MANIFEST.MF index 3402688eb0..4e166d8e5f 100644 --- a/plugins/org.locationtech.udig.tutorials.catalog.csv.tests/META-INF/MANIFEST.MF +++ b/plugins/org.locationtech.udig.tutorials.catalog.csv.tests/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: Test CSV Catalog Plug-in Bundle-SymbolicName: org.locationtech.udig.tutorials.catalog.csv.tests -Bundle-Version: 2.1.0.qualifier +Bundle-Version: 2.1.0.RC1 Bundle-Vendor: udig.refractions.net Require-Bundle: org.locationtech.udig.tutorials.catalog.csv, org.locationtech.udig.catalog, diff --git a/plugins/org.locationtech.udig.tutorials.catalog.csv.tests/pom.xml b/plugins/org.locationtech.udig.tutorials.catalog.csv.tests/pom.xml index 02fdc7483a..184b7188c9 100644 --- a/plugins/org.locationtech.udig.tutorials.catalog.csv.tests/pom.xml +++ b/plugins/org.locationtech.udig.tutorials.catalog.csv.tests/pom.xml @@ -8,7 +8,7 @@ org.locationtech.udig plugins - 2.1.0-SNAPSHOT + 2.1.0.RC1 org.locationtech.udig.tutorials.catalog.csv.tests diff --git a/plugins/org.locationtech.udig.tutorials.catalog.csv/META-INF/MANIFEST.MF b/plugins/org.locationtech.udig.tutorials.catalog.csv/META-INF/MANIFEST.MF index a27bf6b96a..64d938d97f 100644 --- a/plugins/org.locationtech.udig.tutorials.catalog.csv/META-INF/MANIFEST.MF +++ b/plugins/org.locationtech.udig.tutorials.catalog.csv/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: CSV Catalog Plug-in Bundle-SymbolicName: org.locationtech.udig.tutorials.catalog.csv;singleton:=true -Bundle-Version: 2.1.0.qualifier +Bundle-Version: 2.1.0.RC1 Require-Bundle: org.locationtech.udig.catalog.ui, org.eclipse.core.runtime, net.sf.opencsv;visibility:=reexport diff --git a/plugins/org.locationtech.udig.tutorials.catalog.csv/pom.xml b/plugins/org.locationtech.udig.tutorials.catalog.csv/pom.xml index 86363af658..ed0805967e 100644 --- a/plugins/org.locationtech.udig.tutorials.catalog.csv/pom.xml +++ b/plugins/org.locationtech.udig.tutorials.catalog.csv/pom.xml @@ -5,7 +5,7 @@ plugins org.locationtech.udig - 2.1.0-SNAPSHOT + 2.1.0.RC1 org.locationtech.udig.tutorials.catalog.csv eclipse-plugin diff --git a/plugins/org.locationtech.udig.tutorials.customapp/META-INF/MANIFEST.MF b/plugins/org.locationtech.udig.tutorials.customapp/META-INF/MANIFEST.MF index 33aaf5fb5d..cd82f148fe 100644 --- a/plugins/org.locationtech.udig.tutorials.customapp/META-INF/MANIFEST.MF +++ b/plugins/org.locationtech.udig.tutorials.customapp/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: Custom Branding Plug-in Bundle-SymbolicName: org.locationtech.udig.tutorials.customapp;singleton:=true -Bundle-Version: 2.1.0.qualifier +Bundle-Version: 2.1.0.RC1 Bundle-Activator: org.locationtech.udig.tutorials.customapp.Activator Bundle-Vendor: udig.refractions.net Require-Bundle: org.eclipse.core.runtime, diff --git a/plugins/org.locationtech.udig.tutorials.customapp/pom.xml b/plugins/org.locationtech.udig.tutorials.customapp/pom.xml index 51214a08a8..cbfd90aa3a 100644 --- a/plugins/org.locationtech.udig.tutorials.customapp/pom.xml +++ b/plugins/org.locationtech.udig.tutorials.customapp/pom.xml @@ -5,7 +5,7 @@ plugins org.locationtech.udig - 2.1.0-SNAPSHOT + 2.1.0.RC1 org.locationtech.udig.tutorials.customapp eclipse-plugin diff --git a/plugins/org.locationtech.udig.tutorials.distancetool/META-INF/MANIFEST.MF b/plugins/org.locationtech.udig.tutorials.distancetool/META-INF/MANIFEST.MF index 62c17ef3a1..04399bdd15 100644 --- a/plugins/org.locationtech.udig.tutorials.distancetool/META-INF/MANIFEST.MF +++ b/plugins/org.locationtech.udig.tutorials.distancetool/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: Distancetool Plug-in Bundle-SymbolicName: org.locationtech.udig.tutorials.distanceTool; singleton:=true -Bundle-Version: 2.1.0.qualifier +Bundle-Version: 2.1.0.RC1 Bundle-Activator: org.locationtech.udig.tutorials.distancetool.DistancetoolPlugin Bundle-Vendor: udig.refractions.net Bundle-Localization: plugin diff --git a/plugins/org.locationtech.udig.tutorials.distancetool/pom.xml b/plugins/org.locationtech.udig.tutorials.distancetool/pom.xml index 4592b5d936..e310359d66 100644 --- a/plugins/org.locationtech.udig.tutorials.distancetool/pom.xml +++ b/plugins/org.locationtech.udig.tutorials.distancetool/pom.xml @@ -5,7 +5,7 @@ plugins org.locationtech.udig - 2.1.0-SNAPSHOT + 2.1.0.RC1 org.locationtech.udig.tutorials.distanceTool eclipse-plugin diff --git a/plugins/org.locationtech.udig.tutorials.examples/META-INF/MANIFEST.MF b/plugins/org.locationtech.udig.tutorials.examples/META-INF/MANIFEST.MF index a6197a6f91..78ac05ef7d 100644 --- a/plugins/org.locationtech.udig.tutorials.examples/META-INF/MANIFEST.MF +++ b/plugins/org.locationtech.udig.tutorials.examples/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: Examples Plug-in Bundle-SymbolicName: org.locationtech.udig.tutorials.examples;singleton:=true -Bundle-Version: 2.1.0.qualifier +Bundle-Version: 2.1.0.RC1 Bundle-Activator: org.locationtech.udig.tutorials.examples.Activator Bundle-Vendor: udig.refractions.net Bundle-Localization: plugin diff --git a/plugins/org.locationtech.udig.tutorials.examples/pom.xml b/plugins/org.locationtech.udig.tutorials.examples/pom.xml index c049b52ee1..a378007c9d 100644 --- a/plugins/org.locationtech.udig.tutorials.examples/pom.xml +++ b/plugins/org.locationtech.udig.tutorials.examples/pom.xml @@ -5,7 +5,7 @@ plugins org.locationtech.udig - 2.1.0-SNAPSHOT + 2.1.0.RC1 org.locationtech.udig.tutorials.examples eclipse-plugin diff --git a/plugins/org.locationtech.udig.tutorials.featureeditor/META-INF/MANIFEST.MF b/plugins/org.locationtech.udig.tutorials.featureeditor/META-INF/MANIFEST.MF index 66e3bc9adf..f601a34646 100644 --- a/plugins/org.locationtech.udig.tutorials.featureeditor/META-INF/MANIFEST.MF +++ b/plugins/org.locationtech.udig.tutorials.featureeditor/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: Feature Editor Plug-in Bundle-SymbolicName: org.locationtech.udig.tutorials.featureeditor;singleton:=true -Bundle-Version: 2.1.0.qualifier +Bundle-Version: 2.1.0.RC1 Bundle-Activator: org.locationtech.udig.tutorials.featureeditor.Activator Bundle-Vendor: udig.refractions.net Require-Bundle: org.eclipse.ui, diff --git a/plugins/org.locationtech.udig.tutorials.featureeditor/pom.xml b/plugins/org.locationtech.udig.tutorials.featureeditor/pom.xml index bfc1cb790d..7d77ec265e 100644 --- a/plugins/org.locationtech.udig.tutorials.featureeditor/pom.xml +++ b/plugins/org.locationtech.udig.tutorials.featureeditor/pom.xml @@ -5,7 +5,7 @@ plugins org.locationtech.udig - 2.1.0-SNAPSHOT + 2.1.0.RC1 org.locationtech.udig.tutorials.featureeditor eclipse-plugin diff --git a/plugins/org.locationtech.udig.tutorials.genericprojectelement/META-INF/MANIFEST.MF b/plugins/org.locationtech.udig.tutorials.genericprojectelement/META-INF/MANIFEST.MF index bfecc6d673..2b836a292f 100644 --- a/plugins/org.locationtech.udig.tutorials.genericprojectelement/META-INF/MANIFEST.MF +++ b/plugins/org.locationtech.udig.tutorials.genericprojectelement/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: GenericProjectElement Plug-in Bundle-SymbolicName: org.locationtech.udig.tutorials.genericprojectelement;singleton:=true -Bundle-Version: 2.1.0.qualifier +Bundle-Version: 2.1.0.RC1 Bundle-Activator: org.locationtech.udig.tutorials.genericprojectelement.Activator Require-Bundle: org.eclipse.core.runtime, org.locationtech.udig.project.ui diff --git a/plugins/org.locationtech.udig.tutorials.genericprojectelement/pom.xml b/plugins/org.locationtech.udig.tutorials.genericprojectelement/pom.xml index b5d79cab1e..f0488bfd58 100644 --- a/plugins/org.locationtech.udig.tutorials.genericprojectelement/pom.xml +++ b/plugins/org.locationtech.udig.tutorials.genericprojectelement/pom.xml @@ -5,7 +5,7 @@ plugins org.locationtech.udig - 2.1.0-SNAPSHOT + 2.1.0.RC1 org.locationtech.udig.tutorials.genericprojectelement eclipse-plugin diff --git a/plugins/org.locationtech.udig.tutorials.mapgraphic/META-INF/MANIFEST.MF b/plugins/org.locationtech.udig.tutorials.mapgraphic/META-INF/MANIFEST.MF index bf9ebbec43..f13feaef63 100644 --- a/plugins/org.locationtech.udig.tutorials.mapgraphic/META-INF/MANIFEST.MF +++ b/plugins/org.locationtech.udig.tutorials.mapgraphic/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: Mapgraphic Plug-in Bundle-SymbolicName: org.locationtech.udig.tutorials.mapgraphic;singleton:=true -Bundle-Version: 2.1.0.qualifier +Bundle-Version: 2.1.0.RC1 Bundle-Activator: org.locationtech.udig.tutorials.mapgraphic.Activator Bundle-Vendor: udig.refractions.net Require-Bundle: org.eclipse.ui, diff --git a/plugins/org.locationtech.udig.tutorials.mapgraphic/pom.xml b/plugins/org.locationtech.udig.tutorials.mapgraphic/pom.xml index eeb2f23bbd..8a29dcb551 100644 --- a/plugins/org.locationtech.udig.tutorials.mapgraphic/pom.xml +++ b/plugins/org.locationtech.udig.tutorials.mapgraphic/pom.xml @@ -5,7 +5,7 @@ plugins org.locationtech.udig - 2.1.0-SNAPSHOT + 2.1.0.RC1 org.locationtech.udig.tutorials.mapgraphic eclipse-plugin diff --git a/plugins/org.locationtech.udig.tutorials.preferredzoomlevels/META-INF/MANIFEST.MF b/plugins/org.locationtech.udig.tutorials.preferredzoomlevels/META-INF/MANIFEST.MF index 596b63d649..c88462a3c6 100644 --- a/plugins/org.locationtech.udig.tutorials.preferredzoomlevels/META-INF/MANIFEST.MF +++ b/plugins/org.locationtech.udig.tutorials.preferredzoomlevels/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: Preferred Zoom Levels Bundle-SymbolicName: org.locationtech.udig.tutorials.preferredzoomlevels;singleton:=true -Bundle-Version: 2.1.0.qualifier +Bundle-Version: 2.1.0.RC1 Bundle-Activator: org.locationtech.udig.tutorials.preferredzoomlevels.Activator Require-Bundle: org.eclipse.ui, org.eclipse.core.runtime, diff --git a/plugins/org.locationtech.udig.tutorials.preferredzoomlevels/pom.xml b/plugins/org.locationtech.udig.tutorials.preferredzoomlevels/pom.xml index 85055c2dce..94d8ff77ab 100644 --- a/plugins/org.locationtech.udig.tutorials.preferredzoomlevels/pom.xml +++ b/plugins/org.locationtech.udig.tutorials.preferredzoomlevels/pom.xml @@ -5,7 +5,7 @@ plugins org.locationtech.udig - 2.1.0-SNAPSHOT + 2.1.0.RC1 org.locationtech.udig.tutorials.preferredzoomlevels diff --git a/plugins/org.locationtech.udig.tutorials.raster/META-INF/MANIFEST.MF b/plugins/org.locationtech.udig.tutorials.raster/META-INF/MANIFEST.MF index 0a8f3fa4e2..5cedfe2b75 100644 --- a/plugins/org.locationtech.udig.tutorials.raster/META-INF/MANIFEST.MF +++ b/plugins/org.locationtech.udig.tutorials.raster/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: Raster Plug-in Bundle-SymbolicName: org.locationtech.udig.tutorials.raster;singleton:=true -Bundle-Version: 2.1.0.qualifier +Bundle-Version: 2.1.0.RC1 Bundle-Activator: org.locationtech.udig.tutorials.raster.Activator Bundle-Vendor: udig.refractions.net Require-Bundle: org.eclipse.ui, diff --git a/plugins/org.locationtech.udig.tutorials.raster/pom.xml b/plugins/org.locationtech.udig.tutorials.raster/pom.xml index cc8d022371..5b3a437585 100644 --- a/plugins/org.locationtech.udig.tutorials.raster/pom.xml +++ b/plugins/org.locationtech.udig.tutorials.raster/pom.xml @@ -5,7 +5,7 @@ plugins org.locationtech.udig - 2.1.0-SNAPSHOT + 2.1.0.RC1 org.locationtech.udig.tutorials.raster diff --git a/plugins/org.locationtech.udig.tutorials.rcp-feature/feature.xml b/plugins/org.locationtech.udig.tutorials.rcp-feature/feature.xml index fb6e236c1e..48ceeacfd2 100644 --- a/plugins/org.locationtech.udig.tutorials.rcp-feature/feature.xml +++ b/plugins/org.locationtech.udig.tutorials.rcp-feature/feature.xml @@ -2,7 +2,7 @@ diff --git a/plugins/org.locationtech.udig.tutorials.rcp-feature/pom.xml b/plugins/org.locationtech.udig.tutorials.rcp-feature/pom.xml index 770a5e2eb2..0d9650b41b 100644 --- a/plugins/org.locationtech.udig.tutorials.rcp-feature/pom.xml +++ b/plugins/org.locationtech.udig.tutorials.rcp-feature/pom.xml @@ -5,7 +5,7 @@ plugins org.locationtech.udig - 2.1.0-SNAPSHOT + 2.1.0.RC1 org.locationtech.udig.tutorials.rcp-feature diff --git a/plugins/org.locationtech.udig.tutorials.rcp/META-INF/MANIFEST.MF b/plugins/org.locationtech.udig.tutorials.rcp/META-INF/MANIFEST.MF index 9b28ba2148..85f9f05837 100644 --- a/plugins/org.locationtech.udig.tutorials.rcp/META-INF/MANIFEST.MF +++ b/plugins/org.locationtech.udig.tutorials.rcp/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: Rcp Plug-in Bundle-SymbolicName: org.locationtech.udig.tutorials.rcp; singleton:=true -Bundle-Version: 2.1.0.qualifier +Bundle-Version: 2.1.0.RC1 Bundle-Activator: org.locationtech.udig.tutorials.rcp.Activator Bundle-Vendor: udig.refractions.net Require-Bundle: org.eclipse.ui, diff --git a/plugins/org.locationtech.udig.tutorials.rcp/pom.xml b/plugins/org.locationtech.udig.tutorials.rcp/pom.xml index 34e2b0863b..cb21b8c228 100644 --- a/plugins/org.locationtech.udig.tutorials.rcp/pom.xml +++ b/plugins/org.locationtech.udig.tutorials.rcp/pom.xml @@ -5,7 +5,7 @@ plugins org.locationtech.udig - 2.1.0-SNAPSHOT + 2.1.0.RC1 org.locationtech.udig.tutorials.rcp diff --git a/plugins/org.locationtech.udig.tutorials.render.csv/META-INF/MANIFEST.MF b/plugins/org.locationtech.udig.tutorials.render.csv/META-INF/MANIFEST.MF index bd3ee680f5..f259b62266 100644 --- a/plugins/org.locationtech.udig.tutorials.render.csv/META-INF/MANIFEST.MF +++ b/plugins/org.locationtech.udig.tutorials.render.csv/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: Render CSV Plug-in Bundle-SymbolicName: org.locationtech.udig.tutorials.render.csv;singleton:=true -Bundle-Version: 2.1.0.qualifier +Bundle-Version: 2.1.0.RC1 Bundle-Activator: org.locationtech.udig.tutorials.render.csv.Activator Require-Bundle: org.eclipse.ui, org.eclipse.core.runtime, diff --git a/plugins/org.locationtech.udig.tutorials.render.csv/pom.xml b/plugins/org.locationtech.udig.tutorials.render.csv/pom.xml index 23803f2b6d..d56a95b23a 100644 --- a/plugins/org.locationtech.udig.tutorials.render.csv/pom.xml +++ b/plugins/org.locationtech.udig.tutorials.render.csv/pom.xml @@ -5,7 +5,7 @@ plugins org.locationtech.udig - 2.1.0-SNAPSHOT + 2.1.0.RC1 org.locationtech.udig.tutorials.render.csv diff --git a/plugins/org.locationtech.udig.tutorials.shpexport/META-INF/MANIFEST.MF b/plugins/org.locationtech.udig.tutorials.shpexport/META-INF/MANIFEST.MF index 64a5c0c9b1..4766503501 100644 --- a/plugins/org.locationtech.udig.tutorials.shpexport/META-INF/MANIFEST.MF +++ b/plugins/org.locationtech.udig.tutorials.shpexport/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: Shapefile Export Plug-in Bundle-SymbolicName: org.locationtech.udig.tutorials.shpexport;singleton:=true -Bundle-Version: 2.1.0.qualifier +Bundle-Version: 2.1.0.RC1 Bundle-Activator: org.locationtech.udig.tutorials.shpexport.Activator Bundle-Vendor: udig.refractions.net Require-Bundle: org.eclipse.ui, diff --git a/plugins/org.locationtech.udig.tutorials.shpexport/pom.xml b/plugins/org.locationtech.udig.tutorials.shpexport/pom.xml index 8b1d9f5c9b..79bb91c383 100644 --- a/plugins/org.locationtech.udig.tutorials.shpexport/pom.xml +++ b/plugins/org.locationtech.udig.tutorials.shpexport/pom.xml @@ -5,7 +5,7 @@ plugins org.locationtech.udig - 2.1.0-SNAPSHOT + 2.1.0.RC1 org.locationtech.udig.tutorials.shpexport diff --git a/plugins/org.locationtech.udig.tutorials.style.color/META-INF/MANIFEST.MF b/plugins/org.locationtech.udig.tutorials.style.color/META-INF/MANIFEST.MF index 7f9868bff3..52918d32b4 100644 --- a/plugins/org.locationtech.udig.tutorials.style.color/META-INF/MANIFEST.MF +++ b/plugins/org.locationtech.udig.tutorials.style.color/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: Color Plug-in Bundle-SymbolicName: org.locationtech.udig.tutorials.style.color;singleton:=true -Bundle-Version: 2.1.0.qualifier +Bundle-Version: 2.1.0.RC1 Bundle-Activator: org.locationtech.udig.tutorials.style.color.Activator Require-Bundle: org.locationtech.udig.project.ui, org.eclipse.ui, diff --git a/plugins/org.locationtech.udig.tutorials.style.color/pom.xml b/plugins/org.locationtech.udig.tutorials.style.color/pom.xml index 066d0d1301..0c64e5b285 100644 --- a/plugins/org.locationtech.udig.tutorials.style.color/pom.xml +++ b/plugins/org.locationtech.udig.tutorials.style.color/pom.xml @@ -5,7 +5,7 @@ plugins org.locationtech.udig - 2.1.0-SNAPSHOT + 2.1.0.RC1 org.locationtech.udig.tutorials.style.color diff --git a/plugins/org.locationtech.udig.tutorials.template/META-INF/MANIFEST.MF b/plugins/org.locationtech.udig.tutorials.template/META-INF/MANIFEST.MF index 27fe1bc950..492a077daa 100644 --- a/plugins/org.locationtech.udig.tutorials.template/META-INF/MANIFEST.MF +++ b/plugins/org.locationtech.udig.tutorials.template/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: Template Tutorial Bundle-SymbolicName: org.locationtech.udig.tutorials.template; singleton:=true -Bundle-Version: 2.1.0.qualifier +Bundle-Version: 2.1.0.RC1 Bundle-Vendor: udig.refractions.net Bundle-Localization: plugin Require-Bundle: org.eclipse.core.runtime, diff --git a/plugins/org.locationtech.udig.tutorials.template/pom.xml b/plugins/org.locationtech.udig.tutorials.template/pom.xml index 2b02fe0678..094a3844ae 100644 --- a/plugins/org.locationtech.udig.tutorials.template/pom.xml +++ b/plugins/org.locationtech.udig.tutorials.template/pom.xml @@ -5,7 +5,7 @@ plugins org.locationtech.udig - 2.1.0-SNAPSHOT + 2.1.0.RC1 org.locationtech.udig.tutorials.template eclipse-plugin diff --git a/plugins/org.locationtech.udig.tutorials.tool-view/META-INF/MANIFEST.MF b/plugins/org.locationtech.udig.tutorials.tool-view/META-INF/MANIFEST.MF index 844b364289..d5dde2fff3 100644 --- a/plugins/org.locationtech.udig.tutorials.tool-view/META-INF/MANIFEST.MF +++ b/plugins/org.locationtech.udig.tutorials.tool-view/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: Tool View Bundle-SymbolicName: org.locationtech.udig.tutorials.tool-view;singleton:=true -Bundle-Version: 2.1.0.qualifier +Bundle-Version: 2.1.0.RC1 Bundle-Activator: org.locationtech.udig.tutorials.toolview.Activator Require-Bundle: org.eclipse.ui, org.eclipse.core.runtime, diff --git a/plugins/org.locationtech.udig.tutorials.tool-view/pom.xml b/plugins/org.locationtech.udig.tutorials.tool-view/pom.xml index c51147919b..83ac8219de 100644 --- a/plugins/org.locationtech.udig.tutorials.tool-view/pom.xml +++ b/plugins/org.locationtech.udig.tutorials.tool-view/pom.xml @@ -5,7 +5,7 @@ plugins org.locationtech.udig - 2.1.0-SNAPSHOT + 2.1.0.RC1 org.locationtech.udig.tutorials.tool-view diff --git a/plugins/org.locationtech.udig.tutorials.tool.coordinate/META-INF/MANIFEST.MF b/plugins/org.locationtech.udig.tutorials.tool.coordinate/META-INF/MANIFEST.MF index c55a73b4bb..fe0ea1c8ab 100644 --- a/plugins/org.locationtech.udig.tutorials.tool.coordinate/META-INF/MANIFEST.MF +++ b/plugins/org.locationtech.udig.tutorials.tool.coordinate/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: Coordinate Tool Plug-in Bundle-SymbolicName: org.locationtech.udig.tutorials.tool.coordinate; singleton:=true -Bundle-Version: 2.1.0.qualifier +Bundle-Version: 2.1.0.RC1 Bundle-Activator: org.locationtech.udig.tutorial.tool.coordinate.Activator Bundle-Vendor: udig.refractions.net Require-Bundle: org.eclipse.ui, diff --git a/plugins/org.locationtech.udig.tutorials.tool.coordinate/pom.xml b/plugins/org.locationtech.udig.tutorials.tool.coordinate/pom.xml index 5b6a04e4ee..8f56472b0e 100644 --- a/plugins/org.locationtech.udig.tutorials.tool.coordinate/pom.xml +++ b/plugins/org.locationtech.udig.tutorials.tool.coordinate/pom.xml @@ -5,7 +5,7 @@ plugins org.locationtech.udig - 2.1.0-SNAPSHOT + 2.1.0.RC1 org.locationtech.udig.tutorials.tool.coordinate diff --git a/plugins/org.locationtech.udig.tutorials.tool.coverage/META-INF/MANIFEST.MF b/plugins/org.locationtech.udig.tutorials.tool.coverage/META-INF/MANIFEST.MF index c7bf5132b1..23280d5466 100644 --- a/plugins/org.locationtech.udig.tutorials.tool.coverage/META-INF/MANIFEST.MF +++ b/plugins/org.locationtech.udig.tutorials.tool.coverage/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: Coverage Edit Tool Plug-in Bundle-SymbolicName: org.locationtech.udig.tutorials.tool.coverage;singleton:=true -Bundle-Version: 2.1.0.qualifier +Bundle-Version: 2.1.0.RC1 Bundle-Activator: org.locationtech.udig.tutorials.tool.coverage.Activator Bundle-Vendor: udig.refractions.net Require-Bundle: org.eclipse.ui, diff --git a/plugins/org.locationtech.udig.tutorials.tool.coverage/pom.xml b/plugins/org.locationtech.udig.tutorials.tool.coverage/pom.xml index be7e85c4f2..0da5c45609 100644 --- a/plugins/org.locationtech.udig.tutorials.tool.coverage/pom.xml +++ b/plugins/org.locationtech.udig.tutorials.tool.coverage/pom.xml @@ -5,7 +5,7 @@ plugins org.locationtech.udig - 2.1.0-SNAPSHOT + 2.1.0.RC1 org.locationtech.udig.tutorials.tool.coverage diff --git a/plugins/org.locationtech.udig.tutorials.tracking/META-INF/MANIFEST.MF b/plugins/org.locationtech.udig.tutorials.tracking/META-INF/MANIFEST.MF index 8e70231714..17c71e5300 100644 --- a/plugins/org.locationtech.udig.tutorials.tracking/META-INF/MANIFEST.MF +++ b/plugins/org.locationtech.udig.tutorials.tracking/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: Vehicletracking Plug-in Bundle-SymbolicName: org.locationtech.udig.tutorials.tracking;singleton:=true -Bundle-Version: 2.1.0.qualifier +Bundle-Version: 2.1.0.RC1 Bundle-Activator: org.locationtech.udig.tutorials.tracking.Activator Require-Bundle: org.eclipse.ui, org.eclipse.core.runtime, diff --git a/plugins/org.locationtech.udig.tutorials.tracking/pom.xml b/plugins/org.locationtech.udig.tutorials.tracking/pom.xml index f7419d619b..b55df76d75 100644 --- a/plugins/org.locationtech.udig.tutorials.tracking/pom.xml +++ b/plugins/org.locationtech.udig.tutorials.tracking/pom.xml @@ -5,7 +5,7 @@ plugins org.locationtech.udig - 2.1.0-SNAPSHOT + 2.1.0.RC1 org.locationtech.udig.tutorials.tracking diff --git a/plugins/org.locationtech.udig.tutorials.urladapter/META-INF/MANIFEST.MF b/plugins/org.locationtech.udig.tutorials.urladapter/META-INF/MANIFEST.MF index b0b366a32b..192a6ec4f6 100644 --- a/plugins/org.locationtech.udig.tutorials.urladapter/META-INF/MANIFEST.MF +++ b/plugins/org.locationtech.udig.tutorials.urladapter/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: Url Adapter Plug-in Bundle-SymbolicName: org.locationtech.udig.tutorials.urladapter;singleton:=true -Bundle-Version: 2.1.0.qualifier +Bundle-Version: 2.1.0.RC1 Bundle-Activator: org.locationtech.udig.tutorials.urladapter.Activator Bundle-Vendor: udig.refractions.net Require-Bundle: org.eclipse.ui, diff --git a/plugins/org.locationtech.udig.tutorials.urladapter/pom.xml b/plugins/org.locationtech.udig.tutorials.urladapter/pom.xml index 710d75818b..25d3b31a6b 100644 --- a/plugins/org.locationtech.udig.tutorials.urladapter/pom.xml +++ b/plugins/org.locationtech.udig.tutorials.urladapter/pom.xml @@ -5,7 +5,7 @@ plugins org.locationtech.udig - 2.1.0-SNAPSHOT + 2.1.0.RC1 org.locationtech.udig.tutorials.urladapter diff --git a/plugins/org.locationtech.udig.tutorials.workbench/META-INF/MANIFEST.MF b/plugins/org.locationtech.udig.tutorials.workbench/META-INF/MANIFEST.MF index 39fa9c3e71..31154c4751 100644 --- a/plugins/org.locationtech.udig.tutorials.workbench/META-INF/MANIFEST.MF +++ b/plugins/org.locationtech.udig.tutorials.workbench/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: Workbench Plug-in Bundle-SymbolicName: org.locationtech.udig.tutorials.workbench;singleton:=true -Bundle-Version: 2.1.0.qualifier +Bundle-Version: 2.1.0.RC1 Bundle-Activator: org.locationtech.udig.tutorials.workbench.Activator Bundle-Vendor: udig.refractions.net Require-Bundle: org.eclipse.ui, diff --git a/plugins/org.locationtech.udig.tutorials.workbench/pom.xml b/plugins/org.locationtech.udig.tutorials.workbench/pom.xml index f3deea56a2..c13c04e326 100644 --- a/plugins/org.locationtech.udig.tutorials.workbench/pom.xml +++ b/plugins/org.locationtech.udig.tutorials.workbench/pom.xml @@ -5,7 +5,7 @@ plugins org.locationtech.udig - 2.1.0-SNAPSHOT + 2.1.0.RC1 org.locationtech.udig.tutorials.workbench diff --git a/plugins/org.locationtech.udig.ui.tests/META-INF/MANIFEST.MF b/plugins/org.locationtech.udig.ui.tests/META-INF/MANIFEST.MF index 96f73d6ef3..5494c64981 100644 --- a/plugins/org.locationtech.udig.ui.tests/META-INF/MANIFEST.MF +++ b/plugins/org.locationtech.udig.ui.tests/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: UI Tests Plug-in Bundle-SymbolicName: org.locationtech.udig.ui.tests;singleton:=true -Bundle-Version: 2.1.0.qualifier +Bundle-Version: 2.1.0.RC1 Bundle-Activator: org.locationtech.udig.ui.tests.TestsPlugin Bundle-Vendor: udig.refractions.net Require-Bundle: org.eclipse.ui, diff --git a/plugins/org.locationtech.udig.ui.tests/pom.xml b/plugins/org.locationtech.udig.ui.tests/pom.xml index 03e0bafcde..f237c443dd 100644 --- a/plugins/org.locationtech.udig.ui.tests/pom.xml +++ b/plugins/org.locationtech.udig.ui.tests/pom.xml @@ -6,7 +6,7 @@ org.locationtech.udig plugins - 2.1.0-SNAPSHOT + 2.1.0.RC1 org.locationtech.udig.ui.tests diff --git a/plugins/org.locationtech.udig.ui/META-INF/MANIFEST.MF b/plugins/org.locationtech.udig.ui/META-INF/MANIFEST.MF index 9742b5e341..518cdd4bed 100644 --- a/plugins/org.locationtech.udig.ui/META-INF/MANIFEST.MF +++ b/plugins/org.locationtech.udig.ui/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: %pluginName Bundle-SymbolicName: org.locationtech.udig.ui; singleton:=true -Bundle-Version: 2.1.0.qualifier +Bundle-Version: 2.1.0.RC1 Bundle-Activator: org.locationtech.udig.internal.ui.UiPlugin Bundle-Vendor: udig.refractions.net Bundle-Localization: plugin diff --git a/plugins/org.locationtech.udig.ui/pom.xml b/plugins/org.locationtech.udig.ui/pom.xml index c7848a6f86..c0c7c344be 100644 --- a/plugins/org.locationtech.udig.ui/pom.xml +++ b/plugins/org.locationtech.udig.ui/pom.xml @@ -5,7 +5,7 @@ plugins org.locationtech.udig - 2.1.0-SNAPSHOT + 2.1.0.RC1 org.locationtech.udig.ui diff --git a/plugins/org.locationtech.udig.validation.tests/META-INF/MANIFEST.MF b/plugins/org.locationtech.udig.validation.tests/META-INF/MANIFEST.MF index 0624c5413d..c0728a7fbe 100644 --- a/plugins/org.locationtech.udig.validation.tests/META-INF/MANIFEST.MF +++ b/plugins/org.locationtech.udig.validation.tests/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: Test Plug-in Bundle-SymbolicName: org.locationtech.udig.validation.tests -Bundle-Version: 2.1.0.qualifier +Bundle-Version: 2.1.0.RC1 Bundle-Activator: org.locationtech.udig.validation.test.TestPlugin Bundle-Vendor: udig.refractions.net Require-Bundle: org.eclipse.ui, diff --git a/plugins/org.locationtech.udig.validation.tests/pom.xml b/plugins/org.locationtech.udig.validation.tests/pom.xml index 0901e1f5b4..3379c6d286 100644 --- a/plugins/org.locationtech.udig.validation.tests/pom.xml +++ b/plugins/org.locationtech.udig.validation.tests/pom.xml @@ -8,7 +8,7 @@ org.locationtech.udig plugins - 2.1.0-SNAPSHOT + 2.1.0.RC1 org.locationtech.udig.validation.tests diff --git a/plugins/org.locationtech.udig.validation/META-INF/MANIFEST.MF b/plugins/org.locationtech.udig.validation/META-INF/MANIFEST.MF index dc891b6cd5..10a8f7af13 100644 --- a/plugins/org.locationtech.udig.validation/META-INF/MANIFEST.MF +++ b/plugins/org.locationtech.udig.validation/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: Validation Plug-in Bundle-SymbolicName: org.locationtech.udig.validation; singleton:=true -Bundle-Version: 2.1.0.qualifier +Bundle-Version: 2.1.0.RC1 Bundle-Activator: org.locationtech.udig.validation.ValidationPlugin Bundle-Vendor: udig.refractions.net Bundle-Localization: plugin diff --git a/plugins/org.locationtech.udig.validation/pom.xml b/plugins/org.locationtech.udig.validation/pom.xml index 1b5588e82b..2d00ca3f38 100644 --- a/plugins/org.locationtech.udig.validation/pom.xml +++ b/plugins/org.locationtech.udig.validation/pom.xml @@ -5,7 +5,7 @@ plugins org.locationtech.udig - 2.1.0-SNAPSHOT + 2.1.0.RC1 org.locationtech.udig.validation diff --git a/plugins/org.locationtech.udig/META-INF/MANIFEST.MF b/plugins/org.locationtech.udig/META-INF/MANIFEST.MF index b197efc471..5a5fa93230 100644 --- a/plugins/org.locationtech.udig/META-INF/MANIFEST.MF +++ b/plugins/org.locationtech.udig/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: %pluginName Bundle-SymbolicName: org.locationtech.udig; singleton:=true -Bundle-Version: 2.1.0.qualifier +Bundle-Version: 2.1.0.RC1 Bundle-Vendor: udig.refractions.net Bundle-Localization: plugin Require-Bundle: org.eclipse.ui, diff --git a/plugins/org.locationtech.udig/pom.xml b/plugins/org.locationtech.udig/pom.xml index 7f222f05bb..9715ab48ee 100644 --- a/plugins/org.locationtech.udig/pom.xml +++ b/plugins/org.locationtech.udig/pom.xml @@ -7,7 +7,7 @@ plugins org.locationtech.udig - 2.1.0-SNAPSHOT + 2.1.0.RC1 org.locationtech.udig diff --git a/plugins/org.locationtech.udig_base/META-INF/MANIFEST.MF b/plugins/org.locationtech.udig_base/META-INF/MANIFEST.MF index 64fd5dd77a..867baa6c26 100644 --- a/plugins/org.locationtech.udig_base/META-INF/MANIFEST.MF +++ b/plugins/org.locationtech.udig_base/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: %pluginName Bundle-SymbolicName: org.locationtech.udig_base -Bundle-Version: 2.1.0.qualifier +Bundle-Version: 2.1.0.RC1 Bundle-Vendor: udig.refractions.net Bundle-Localization: plugin Bundle-RequiredExecutionEnvironment: JavaSE-1.8 diff --git a/plugins/org.locationtech.udig_base/pom.xml b/plugins/org.locationtech.udig_base/pom.xml index 16c83a7161..0bcb78ef59 100644 --- a/plugins/org.locationtech.udig_base/pom.xml +++ b/plugins/org.locationtech.udig_base/pom.xml @@ -6,7 +6,7 @@ plugins org.locationtech.udig - 2.1.0-SNAPSHOT + 2.1.0.RC1 org.locationtech.udig_base diff --git a/plugins/org.locationtech.udig_tutorials.custom-feature/feature.xml b/plugins/org.locationtech.udig_tutorials.custom-feature/feature.xml index 339609c306..4398920263 100644 --- a/plugins/org.locationtech.udig_tutorials.custom-feature/feature.xml +++ b/plugins/org.locationtech.udig_tutorials.custom-feature/feature.xml @@ -2,7 +2,7 @@ diff --git a/plugins/org.locationtech.udig_tutorials.custom-feature/pom.xml b/plugins/org.locationtech.udig_tutorials.custom-feature/pom.xml index 82afd35b37..ce3949fe15 100644 --- a/plugins/org.locationtech.udig_tutorials.custom-feature/pom.xml +++ b/plugins/org.locationtech.udig_tutorials.custom-feature/pom.xml @@ -5,7 +5,7 @@ plugins org.locationtech.udig - 2.1.0-SNAPSHOT + 2.1.0.RC1 org.locationtech.udig_tutorials.custom-feature diff --git a/plugins/pom.xml b/plugins/pom.xml index 42f4132e21..c59437e9bb 100644 --- a/plugins/pom.xml +++ b/plugins/pom.xml @@ -6,7 +6,7 @@ org.locationtech.udig udig-tycho - 2.1.0-SNAPSHOT + 2.1.0.RC1 plugins diff --git a/pom.xml b/pom.xml index 127c4fe6b0..44c9845217 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ org.locationtech.udig udig-tycho - 2.1.0-SNAPSHOT + 2.1.0.RC1 pom