From: Cherian Mathew Date: Wed, 16 Sep 2015 17:19:25 +0000 (+0200) Subject: Merge branch 'develop' into remoting-4.0 X-Git-Tag: 3.12.0^2~135^2~1^2~2 X-Git-Url: https://dev.e-taxonomy.eu/gitweb/taxeditor.git/commitdiff_plain/999d37c42eeb8050f0269503cfa2aee48cda3d01?hp=a63b22b4275b2a7d4dbb6cfcd12b7d4dcd4c6e41 Merge branch 'develop' into remoting-4.0 Conflicts: eu.etaxonomy.taxeditor.cdmlib/.classpath eu.etaxonomy.taxeditor.cdmlib/META-INF/MANIFEST.MF eu.etaxonomy.taxeditor.cdmlib/build.properties eu.etaxonomy.taxeditor.cdmlib/pom.xml --- diff --git a/eu.etaxonomy.taxeditor.application/META-INF/MANIFEST.MF b/eu.etaxonomy.taxeditor.application/META-INF/MANIFEST.MF index 9fe1b3ced..e2399fc7e 100644 --- a/eu.etaxonomy.taxeditor.application/META-INF/MANIFEST.MF +++ b/eu.etaxonomy.taxeditor.application/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: Application Bundle-SymbolicName: eu.etaxonomy.taxeditor.application;singleton:=true -Bundle-Version: 3.11.0.qualifier +Bundle-Version: 3.12.0.qualifier Bundle-Activator: eu.etaxonomy.taxeditor.TaxonomicEditorPlugin Bundle-Vendor: EDIT Bundle-Localization: OSGI-INF/l10n/plugin diff --git a/eu.etaxonomy.taxeditor.bulkeditor/META-INF/MANIFEST.MF b/eu.etaxonomy.taxeditor.bulkeditor/META-INF/MANIFEST.MF index d835f626d..7a0db176e 100644 --- a/eu.etaxonomy.taxeditor.bulkeditor/META-INF/MANIFEST.MF +++ b/eu.etaxonomy.taxeditor.bulkeditor/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: Bulkeditor Bundle Bundle-SymbolicName: eu.etaxonomy.taxeditor.bulkeditor;singleton:=true -Bundle-Version: 3.11.0.qualifier +Bundle-Version: 3.12.0.qualifier Bundle-Activator: eu.etaxonomy.taxeditor.bulkeditor.internal.TaxeditorBulkeditorPlugin Bundle-Vendor: EDIT Export-Package: eu.etaxonomy.taxeditor.annotatedlineeditor, diff --git a/eu.etaxonomy.taxeditor.cdmlib/.classpath b/eu.etaxonomy.taxeditor.cdmlib/.classpath index da7d39d01..442ca897d 100644 --- a/eu.etaxonomy.taxeditor.cdmlib/.classpath +++ b/eu.etaxonomy.taxeditor.cdmlib/.classpath @@ -189,13 +189,14 @@ - - - - - - - - + + + + + + + + + diff --git a/eu.etaxonomy.taxeditor.cdmlib/META-INF/MANIFEST.MF b/eu.etaxonomy.taxeditor.cdmlib/META-INF/MANIFEST.MF index fe6cb9175..58774bcc9 100644 --- a/eu.etaxonomy.taxeditor.cdmlib/META-INF/MANIFEST.MF +++ b/eu.etaxonomy.taxeditor.cdmlib/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: CDM Library Dependencies Plugin Bundle-SymbolicName: eu.etaxonomy.taxeditor.cdmlib;singleton:=true -Bundle-Version: 3.11.0.qualifier +Bundle-Version: 3.12.0.qualifier Eclipse-BundleShape: dir Export-Package: com.google.api, com.google.api.detect, @@ -658,12 +658,13 @@ Bundle-ClassPath: ., lib/poi-ooxml-schemas-3.10-FINAL.jar, lib/swagger-annotations-1.3.5.jar, lib/apache-log4j-extras-1.2.17.jar, - lib/cdmlib-commons-3.11.0-SNAPSHOT.jar, - lib/cdmlib-ext-3.11.0-SNAPSHOT.jar, - lib/cdmlib-io-3.11.0-SNAPSHOT.jar, - lib/cdmlib-model-3.11.0-SNAPSHOT.jar, - lib/cdmlib-persistence-3.11.0-SNAPSHOT.jar, - lib/cdmlib-print-3.11.0-SNAPSHOT.jar, - lib/cdmlib-remote-3.11.0-SNAPSHOT.jar, - lib/cdmlib-services-3.11.0-SNAPSHOT.jar + lib/cdmlib-commons-3.12.0-SNAPSHOT.jar, + lib/cdmlib-ext-3.12.0-SNAPSHOT.jar, + lib/cdmlib-io-3.12.0-SNAPSHOT.jar, + lib/cdmlib-model-3.12.0-SNAPSHOT.jar, + lib/cdmlib-persistence-3.12.0-SNAPSHOT.jar, + lib/cdmlib-print-3.12.0-SNAPSHOT.jar, + lib/cdmlib-remote-3.12.0-SNAPSHOT.jar, + lib/cdmlib-services-3.12.0-SNAPSHOT.jar + Import-Package: eu.etaxonomy.cdm.api.application diff --git a/eu.etaxonomy.taxeditor.cdmlib/build.properties b/eu.etaxonomy.taxeditor.cdmlib/build.properties index 5622c0ecc..f38d92b03 100644 --- a/eu.etaxonomy.taxeditor.cdmlib/build.properties +++ b/eu.etaxonomy.taxeditor.cdmlib/build.properties @@ -185,14 +185,14 @@ bin.includes = META-INF/,\ lib/poi-ooxml-schemas-3.10-FINAL.jar,\ lib/xmlbeans-2.3.0.jar,\ lib/swagger-annotations-1.3.5.jar,\ - lib/cdmlib-commons-3.11.0-SNAPSHOT.jar,\ - lib/cdmlib-ext-3.11.0-SNAPSHOT.jar,\ - lib/cdmlib-io-3.11.0-SNAPSHOT.jar,\ - lib/cdmlib-model-3.11.0-SNAPSHOT.jar,\ - lib/cdmlib-persistence-3.11.0-SNAPSHOT.jar,\ - lib/cdmlib-print-3.11.0-SNAPSHOT.jar,\ - lib/cdmlib-remote-3.11.0-SNAPSHOT.jar,\ - lib/cdmlib-services-3.11.0-SNAPSHOT.jar,\ + lib/cdmlib-commons-3.12.0-SNAPSHOT.jar,\ + lib/cdmlib-ext-3.12.0-SNAPSHOT.jar,\ + lib/cdmlib-io-3.12.0-SNAPSHOT.jar,\ + lib/cdmlib-model-3.12.0-SNAPSHOT.jar,\ + lib/cdmlib-persistence-3.12.0-SNAPSHOT.jar,\ + lib/cdmlib-print-3.12.0-SNAPSHOT.jar,\ + lib/cdmlib-remote-3.12.0-SNAPSHOT.jar,\ + lib/cdmlib-services-3.12.0-SNAPSHOT.jar.\ lib/apache-log4j-extras-1.2.17.jar,\ resources/cdm.map.ser diff --git a/eu.etaxonomy.taxeditor.cdmlib/pom.xml b/eu.etaxonomy.taxeditor.cdmlib/pom.xml index 8180196b8..26d142e61 100644 --- a/eu.etaxonomy.taxeditor.cdmlib/pom.xml +++ b/eu.etaxonomy.taxeditor.cdmlib/pom.xml @@ -1,14 +1,14 @@ - - - - eu.etaxonomy - taxeditor-parent - 3.11.0-SNAPSHOT - - 4.0.0 - eu.etaxonomy.taxeditor.cdmlib - eclipse-plugin - CDM Library Dependencies Plugin + + + + eu.etaxonomy + taxeditor-parent + 3.11.0-SNAPSHOT + + 4.0.0 + eu.etaxonomy.taxeditor.cdmlib + eclipse-plugin + CDM Library Dependencies Plugin CDM Library and dependencies as a plugin @@ -21,8 +21,8 @@ - - + + org.apache.maven.plugins maven-dependency-plugin 2.4 @@ -64,7 +64,7 @@ true - + org.apache.maven.plugins @@ -587,5 +587,6 @@ 1.1.0.Final - - + + + diff --git a/eu.etaxonomy.taxeditor.editor/META-INF/MANIFEST.MF b/eu.etaxonomy.taxeditor.editor/META-INF/MANIFEST.MF index 0782e269b..666680ec6 100644 --- a/eu.etaxonomy.taxeditor.editor/META-INF/MANIFEST.MF +++ b/eu.etaxonomy.taxeditor.editor/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: Editor Bundle Bundle-SymbolicName: eu.etaxonomy.taxeditor.editor;singleton:=true -Bundle-Version: 3.11.0.qualifier +Bundle-Version: 3.12.0.qualifier Bundle-Activator: eu.etaxonomy.taxeditor.editor.internal.TaxeditorEditorPlugin Bundle-Vendor: %Bundle-Vendor.0 Bundle-Localization: OSGI-INF/l10n/plugin diff --git a/eu.etaxonomy.taxeditor.editor/build.properties b/eu.etaxonomy.taxeditor.editor/build.properties index 5b0708ee1..24738e1df 100644 --- a/eu.etaxonomy.taxeditor.editor/build.properties +++ b/eu.etaxonomy.taxeditor.editor/build.properties @@ -5,8 +5,4 @@ bin.includes = META-INF/,\ plugin.xml,\ icons/,\ p2.inf,\ - OSGI-INF/l10n/plugin.properties,\ - OSGI-INF/l10n/plugin_de.properties,\ - OSGI-INF/l10n/plugin_en.properties,\ - OSGI-INF/l10n/messages_de.properties,\ - OSGI-INF/l10n/messages.properties + OSGI-INF/ diff --git a/eu.etaxonomy.taxeditor.feature.platform/feature.xml b/eu.etaxonomy.taxeditor.feature.platform/feature.xml index 887a033a5..2e9d843d6 100644 --- a/eu.etaxonomy.taxeditor.feature.platform/feature.xml +++ b/eu.etaxonomy.taxeditor.feature.platform/feature.xml @@ -2,7 +2,7 @@ diff --git a/eu.etaxonomy.taxeditor.feature/feature.xml b/eu.etaxonomy.taxeditor.feature/feature.xml index 07003cf6b..d578e7851 100644 --- a/eu.etaxonomy.taxeditor.feature/feature.xml +++ b/eu.etaxonomy.taxeditor.feature/feature.xml @@ -2,7 +2,7 @@ - + diff --git a/pom.xml b/pom.xml index 8e0e789e9..11748b47b 100644 --- a/pom.xml +++ b/pom.xml @@ -18,10 +18,10 @@ 1.6 UTF-8 - 3.11.0-SNAPSHOT + 3.12.0-SNAPSHOT 0.22.0 - 3.11.0-SNAPSHOT + 3.12.0-SNAPSHOT snapshot 3.4.2 @@ -85,7 +85,7 @@ Java Developer Architect - + @@ -103,7 +103,7 @@ Java Developer Architect - +