Rename aggregator to lib
authorPatrick Plitzner <p.plitzner@bgbm.org>
Wed, 22 Jul 2015 09:44:55 +0000 (11:44 +0200)
committerPatrick Plitzner <p.plitzner@bgbm.org>
Wed, 22 Jul 2015 09:44:55 +0000 (11:44 +0200)
eu.etaxonomy.taxeditor.feature/feature.xml
eu.etaxonomy.taxeditor.molecular.lib/.classpath [moved from eu.etaxonomy.taxeditor.molecular.aggregator/.classpath with 100% similarity]
eu.etaxonomy.taxeditor.molecular.lib/.gitignore [moved from eu.etaxonomy.taxeditor.molecular.aggregator/.gitignore with 100% similarity]
eu.etaxonomy.taxeditor.molecular.lib/.project [moved from eu.etaxonomy.taxeditor.molecular.aggregator/.project with 93% similarity]
eu.etaxonomy.taxeditor.molecular.lib/META-INF/MANIFEST.MF [moved from eu.etaxonomy.taxeditor.molecular.aggregator/META-INF/MANIFEST.MF with 91% similarity]
eu.etaxonomy.taxeditor.molecular.lib/build.properties [moved from eu.etaxonomy.taxeditor.molecular.aggregator/build.properties with 100% similarity]
eu.etaxonomy.taxeditor.molecular.lib/lib/.gitignore [moved from eu.etaxonomy.taxeditor.molecular.aggregator/lib/.gitignore with 100% similarity]
eu.etaxonomy.taxeditor.molecular.lib/pom.xml [moved from eu.etaxonomy.taxeditor.molecular.aggregator/pom.xml with 98% similarity]
eu.etaxonomy.taxeditor.molecular/META-INF/MANIFEST.MF
pom.xml

index ac7ccae4827e3084e8a9f918a6e32be9eb3baa69..71062e2e8eab8ba742b7c768da36cf326977accb 100644 (file)
          unpack="false"/>
 
    <plugin
          unpack="false"/>
 
    <plugin
-         id="eu.etaxonomy.taxeditor.molecular.aggregator"
+         id="eu.etaxonomy.taxeditor.molecular.lib"
          download-size="0"
          install-size="0"
          version="0.0.0"
          download-size="0"
          install-size="0"
          version="0.0.0"
similarity index 93%
rename from eu.etaxonomy.taxeditor.molecular.aggregator/.project
rename to eu.etaxonomy.taxeditor.molecular.lib/.project
index a115d4e7fb8d1705b79993ebdfc5792744c956b0..45f118a13f93c5f2b551a880f0e56c7f62ac179c 100644 (file)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <projectDescription>
 <?xml version="1.0" encoding="UTF-8"?>
 <projectDescription>
-       <name>eu.etaxonomy.taxeditor.molecular.aggregator</name>
+       <name>eu.etaxonomy.taxeditor.molecular.lib</name>
        <comment>The Taxonomic Editor for EDIT&apos;s platform for
     cybertaxonomy. NO_M2ECLIPSE_SUPPORT: Project files created with the maven-eclipse-plugin are not supported in M2Eclipse.</comment>
        <projects>
        <comment>The Taxonomic Editor for EDIT&apos;s platform for
     cybertaxonomy. NO_M2ECLIPSE_SUPPORT: Project files created with the maven-eclipse-plugin are not supported in M2Eclipse.</comment>
        <projects>
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 60b04e42063ac92b9be9bf13a76789c396221aa1..d770e631e0082036bed708bef7aad602543ec282 100644 (file)
@@ -1,7 +1,7 @@
 Manifest-Version: 1.0
 Bundle-ManifestVersion: 2
 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,
 Bundle-Version: 3.8.0.qualifier
 Bundle-ClassPath: .,
  lib/bioinfweb-commons-bio-2-SNAPSHOT.jar,
similarity index 98%
rename from eu.etaxonomy.taxeditor.molecular.aggregator/pom.xml
rename to eu.etaxonomy.taxeditor.molecular.lib/pom.xml
index ddc1dd6896288255826b0f19c23167733eb75b79..5700ef85e5c9bdce5c2391835b30aba88b2240a9 100644 (file)
@@ -1,7 +1,7 @@
 <project>
   <modelVersion>4.0.0</modelVersion>
   <groupId>eu.etaxonomy.taxeditor</groupId>
 <project>
   <modelVersion>4.0.0</modelVersion>
   <groupId>eu.etaxonomy.taxeditor</groupId>
-  <artifactId>eu.etaxonomy.taxeditor.molecular.aggregator</artifactId>
+  <artifactId>eu.etaxonomy.taxeditor.molecular.lib</artifactId>
   <packaging>eclipse-plugin</packaging>
   
   <parent>
   <packaging>eclipse-plugin</packaging>
   
   <parent>
index f3eca7301911f2dc2ef4d5809e1ae43aef0bcdbd..38ab0a72ca64c613b5b7b894d6a665d6afbc38a3 100644 (file)
@@ -12,7 +12,7 @@ Require-Bundle: org.eclipse.ui,
  eu.etaxonomy.taxeditor.cdmlib,
  eu.etaxonomy.taxeditor.editor,
  eu.etaxonomy.taxeditor.store,
  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
 Bundle-RequiredExecutionEnvironment: JavaSE-1.6
 Bundle-ActivationPolicy: lazy
 Bundle-Vendor: EDIT
diff --git a/pom.xml b/pom.xml
index c595378bf3126318d9410721f39e77426a89d7c9..d6abb4c37f8c7579ab46332fe3de55759eab619c 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -35,7 +35,7 @@
     <module>eu.etaxonomy.taxeditor.feature.platform</module>
     <module>eu.etaxonomy.taxeditor.feature</module>
     <module>eu.etaxonomy.taxeditor.molecular</module>
     <module>eu.etaxonomy.taxeditor.feature.platform</module>
     <module>eu.etaxonomy.taxeditor.feature</module>
     <module>eu.etaxonomy.taxeditor.molecular</module>
-    <module>eu.etaxonomy.taxeditor.molecular.aggregator</module>
+    <module>eu.etaxonomy.taxeditor.molecular.lib</module>
     <module>eu.etaxonomy.taxeditor</module>
   </modules>
   <scm>
     <module>eu.etaxonomy.taxeditor</module>
   </modules>
   <scm>