- added handler to exported packages
authorPatric Plitzner <p.plitzner@bgbm.org>
Wed, 15 Jul 2015 09:18:13 +0000 (09:18 +0000)
committerPatric Plitzner <p.plitzner@bgbm.org>
Wed, 15 Jul 2015 09:18:13 +0000 (09:18 +0000)
.gitignore
eu.etaxonomy.taxeditor.molecular/META-INF/MANIFEST.MF

index fb62245492fdaab855265fb0ae5fbb30b2257f17..470221fbf3affa02fbffe3b9d0a57edb3f6a27bf 100644 (file)
@@ -57,6 +57,7 @@ eu.etaxonomy.taxeditor.help/.settings
 eu.etaxonomy.taxeditor.help/original_document/~$xonomic_Editor_User_Manual_Version_4.doc
 eu.etaxonomy.taxeditor.help/target
 eu.etaxonomy.taxeditor.molecular/lib/*.jar
+eu.etaxonomy.taxeditor.molecular/target
 eu.etaxonomy.taxeditor.navigation/.settings
 eu.etaxonomy.taxeditor.navigation/target
 eu.etaxonomy.taxeditor.printpublisher/.settings
index c7331abc7926868922910fecef657b1fbb78daaa..615af5b9eb89ebe16534a25878ba324f51cf48af 100644 (file)
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
 Bundle-ManifestVersion: 2
 Bundle-Name: Molecular Bundle
 Bundle-SymbolicName: eu.etaxonomy.taxeditor.molecular;singleton:=true
-Bundle-Version: 3.6.1.SNAPSHOT
+Bundle-Version: 3.6.1.qualifier
 Bundle-Activator: eu.etaxonomy.taxeditor.molecular.TaxeditorMolecularPlugin
 Require-Bundle: org.eclipse.ui,
  org.eclipse.core.runtime,
@@ -11,7 +11,7 @@ Require-Bundle: org.eclipse.ui,
  eu.etaxonomy.taxeditor.store,
  eu.etaxonomy.taxeditor.editor,
  eu.etaxonomy.taxeditor.bulkeditor
-Bundle-RequiredExecutionEnvironment: JavaSE-1.7
+Bundle-RequiredExecutionEnvironment: JavaSE-1.6
 Bundle-ActivationPolicy: lazy
 Bundle-Vendor: EDIT
 Bundle-ClassPath: lib/bioinfweb-commons-bio-2-SNAPSHOT.jar,
@@ -25,3 +25,6 @@ Bundle-ClassPath: lib/bioinfweb-commons-bio-2-SNAPSHOT.jar,
  lib/sequencing-1.9.2-SNAPSHOT.jar,
  lib/tic-core-2-SNAPSHOT.jar,
  lib/tic-swt-2-SNAPSHOT.jar
+Export-Package: eu.etaxonomy.taxeditor.molecular,
+ eu.etaxonomy.taxeditor.molecular.editor,
+ eu.etaxonomy.taxeditor.molecular.handler