Correct config for molecular plugin
authorCherian Mathew <c.mathew@bgbm.org>
Tue, 18 Aug 2015 11:47:22 +0000 (13:47 +0200)
committerCherian Mathew <c.mathew@bgbm.org>
Tue, 18 Aug 2015 11:47:22 +0000 (13:47 +0200)
eu.etaxonomy.taxeditor.application/META-INF/MANIFEST.MF
eu.etaxonomy.taxeditor.application/plugin.xml
eu.etaxonomy.taxeditor.feature/feature.xml
eu.etaxonomy.taxeditor.molecular/META-INF/MANIFEST.MF
eu.etaxonomy.taxeditor.molecular/build.properties
pom.xml

index 81bdf0a83e67d6553289f32ec6d37f413fdd5f0b..6a5c286864b932de03a3eebef50559186709fc25 100644 (file)
@@ -21,6 +21,7 @@ Require-Bundle: org.eclipse.ui,
  eu.etaxonomy.taxeditor.bulkeditor,
  eu.etaxonomy.taxeditor.editor,
  eu.etaxonomy.taxeditor.printpublisher,
  eu.etaxonomy.taxeditor.bulkeditor,
  eu.etaxonomy.taxeditor.editor,
  eu.etaxonomy.taxeditor.printpublisher,
+ eu.etaxonomy.taxeditor.molecular,
  eu.etaxonomy.taxeditor.help,
  org.eclipse.equinox.ds,
  org.eclipse.equinox.util,
  eu.etaxonomy.taxeditor.help,
  org.eclipse.equinox.ds,
  org.eclipse.equinox.util,
index b74e209ce9d93b65fa3e04ed7461db32d7388015..f6e4ab946c5c8d097e40cd1c545415db42e68b5e 100644 (file)
        id="eu_etaxonomy_taxeditor_product"\r
        point="org.eclipse.core.runtime.products">\r
     <product\r
        id="eu_etaxonomy_taxeditor_product"\r
        point="org.eclipse.core.runtime.products">\r
     <product\r
-          application="eu.etaxonomy.taxeditor.application.application"\r
+          application="eu.etaxonomy.taxeditor.editor.application"\r
           name="EDIT Taxonomic Editor">\r
        <property\r
              name="appName"\r
           name="EDIT Taxonomic Editor">\r
        <property\r
              name="appName"\r
index 0f59e5e90da48ff947e9a2491c8153de516bf8cf..71062e2e8eab8ba742b7c768da36cf326977accb 100644 (file)
          version="0.0.0"
          unpack="false"/>
 
          version="0.0.0"
          unpack="false"/>
 
+   <plugin
+         id="eu.etaxonomy.taxeditor.molecular"
+         download-size="0"
+         install-size="0"
+         version="0.0.0"
+         unpack="false"/>
+
+   <plugin
+         id="eu.etaxonomy.taxeditor.molecular.lib"
+         download-size="0"
+         install-size="0"
+         version="0.0.0"
+         unpack="false"/>
+
 </feature>
 </feature>
index 38ab0a72ca64c613b5b7b894d6a665d6afbc38a3..05dba64f189a6a8eeac1d30c54bd3e541a0f3c3d 100644 (file)
@@ -16,3 +16,7 @@ Require-Bundle: org.eclipse.ui,
 Bundle-RequiredExecutionEnvironment: JavaSE-1.6
 Bundle-ActivationPolicy: lazy
 Bundle-Vendor: EDIT
 Bundle-RequiredExecutionEnvironment: JavaSE-1.6
 Bundle-ActivationPolicy: lazy
 Bundle-Vendor: EDIT
+Export-Package: eu.etaxonomy.taxeditor.molecular,
+ eu.etaxonomy.taxeditor.molecular.editor,
+ eu.etaxonomy.taxeditor.molecular.handler
+Bundle-ClassPath: .
index e4bf8ac385bd985f3c91555d812a0bdfba38c571..bdd1c23c42f573c05d209014e892ed57663fdf11 100644 (file)
@@ -1,4 +1,6 @@
-bin.includes = META-INF/,\
+bin.includes = .,\
+                          META-INF/,\
                plugin.xml,\
                icons/,\
                OSGI-INF/
                plugin.xml,\
                icons/,\
                OSGI-INF/
+source.. = src/main/java/
diff --git a/pom.xml b/pom.xml
index 45b3087ba74ca4ae6d09dddc212e512aab0a41c3..6685cc15f6abede988b8697775ac157d6a7c4e7d 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -32,6 +32,8 @@
     <module>eu.etaxonomy.taxeditor.bulkeditor</module>
     <module>eu.etaxonomy.taxeditor.printpublisher</module>
     <module>eu.etaxonomy.taxeditor.help</module>
     <module>eu.etaxonomy.taxeditor.bulkeditor</module>
     <module>eu.etaxonomy.taxeditor.printpublisher</module>
     <module>eu.etaxonomy.taxeditor.help</module>
+    <module>eu.etaxonomy.taxeditor.molecular</module>
+    <module>eu.etaxonomy.taxeditor.molecular.lib</module>
     <module>eu.etaxonomy.taxeditor.application</module>
     <module>eu.etaxonomy.taxeditor.feature.platform</module>
     <module>eu.etaxonomy.taxeditor.feature</module>
     <module>eu.etaxonomy.taxeditor.application</module>
     <module>eu.etaxonomy.taxeditor.feature.platform</module>
     <module>eu.etaxonomy.taxeditor.feature</module>