From: Patrick Plitzner Date: Wed, 22 Jul 2015 09:44:55 +0000 (+0200) Subject: Rename aggregator to lib X-Git-Tag: 3.8.0^2~55 X-Git-Url: https://dev.e-taxonomy.eu/gitweb/taxeditor.git/commitdiff_plain/64564a3216a42fbcc5a65245a5d3d1fc906c49e2?ds=sidebyside Rename aggregator to lib --- diff --git a/eu.etaxonomy.taxeditor.feature/feature.xml b/eu.etaxonomy.taxeditor.feature/feature.xml index ac7ccae48..71062e2e8 100644 --- a/eu.etaxonomy.taxeditor.feature/feature.xml +++ b/eu.etaxonomy.taxeditor.feature/feature.xml @@ -122,7 +122,7 @@ unpack="false"/> - eu.etaxonomy.taxeditor.molecular.aggregator + eu.etaxonomy.taxeditor.molecular.lib The Taxonomic Editor for EDIT's platform for cybertaxonomy. NO_M2ECLIPSE_SUPPORT: Project files created with the maven-eclipse-plugin are not supported in M2Eclipse. diff --git a/eu.etaxonomy.taxeditor.molecular.aggregator/META-INF/MANIFEST.MF b/eu.etaxonomy.taxeditor.molecular.lib/META-INF/MANIFEST.MF similarity index 91% rename from eu.etaxonomy.taxeditor.molecular.aggregator/META-INF/MANIFEST.MF rename to eu.etaxonomy.taxeditor.molecular.lib/META-INF/MANIFEST.MF index 60b04e420..d770e631e 100644 --- a/eu.etaxonomy.taxeditor.molecular.aggregator/META-INF/MANIFEST.MF +++ b/eu.etaxonomy.taxeditor.molecular.lib/META-INF/MANIFEST.MF @@ -1,7 +1,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 -Bundle-Name: eu.etaxonomy.taxeditor.molecular.aggregator -Bundle-SymbolicName: eu.etaxonomy.taxeditor.molecular.aggregator;singleton:=true +Bundle-Name: eu.etaxonomy.taxeditor.molecular.lib +Bundle-SymbolicName: eu.etaxonomy.taxeditor.molecular.lib;singleton:=true Bundle-Version: 3.8.0.qualifier Bundle-ClassPath: ., lib/bioinfweb-commons-bio-2-SNAPSHOT.jar, diff --git a/eu.etaxonomy.taxeditor.molecular.aggregator/build.properties b/eu.etaxonomy.taxeditor.molecular.lib/build.properties similarity index 100% rename from eu.etaxonomy.taxeditor.molecular.aggregator/build.properties rename to eu.etaxonomy.taxeditor.molecular.lib/build.properties diff --git a/eu.etaxonomy.taxeditor.molecular.aggregator/lib/.gitignore b/eu.etaxonomy.taxeditor.molecular.lib/lib/.gitignore similarity index 100% rename from eu.etaxonomy.taxeditor.molecular.aggregator/lib/.gitignore rename to eu.etaxonomy.taxeditor.molecular.lib/lib/.gitignore diff --git a/eu.etaxonomy.taxeditor.molecular.aggregator/pom.xml b/eu.etaxonomy.taxeditor.molecular.lib/pom.xml similarity index 98% rename from eu.etaxonomy.taxeditor.molecular.aggregator/pom.xml rename to eu.etaxonomy.taxeditor.molecular.lib/pom.xml index ddc1dd689..5700ef85e 100644 --- a/eu.etaxonomy.taxeditor.molecular.aggregator/pom.xml +++ b/eu.etaxonomy.taxeditor.molecular.lib/pom.xml @@ -1,7 +1,7 @@ 4.0.0 eu.etaxonomy.taxeditor - eu.etaxonomy.taxeditor.molecular.aggregator + eu.etaxonomy.taxeditor.molecular.lib eclipse-plugin diff --git a/eu.etaxonomy.taxeditor.molecular/META-INF/MANIFEST.MF b/eu.etaxonomy.taxeditor.molecular/META-INF/MANIFEST.MF index f3eca7301..38ab0a72c 100644 --- a/eu.etaxonomy.taxeditor.molecular/META-INF/MANIFEST.MF +++ b/eu.etaxonomy.taxeditor.molecular/META-INF/MANIFEST.MF @@ -12,7 +12,7 @@ Require-Bundle: org.eclipse.ui, eu.etaxonomy.taxeditor.cdmlib, eu.etaxonomy.taxeditor.editor, eu.etaxonomy.taxeditor.store, - eu.etaxonomy.taxeditor.molecular.aggregator + eu.etaxonomy.taxeditor.molecular.lib Bundle-RequiredExecutionEnvironment: JavaSE-1.6 Bundle-ActivationPolicy: lazy Bundle-Vendor: EDIT diff --git a/pom.xml b/pom.xml index c595378bf..d6abb4c37 100644 --- a/pom.xml +++ b/pom.xml @@ -35,7 +35,7 @@ eu.etaxonomy.taxeditor.feature.platform eu.etaxonomy.taxeditor.feature eu.etaxonomy.taxeditor.molecular - eu.etaxonomy.taxeditor.molecular.aggregator + eu.etaxonomy.taxeditor.molecular.lib eu.etaxonomy.taxeditor