Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoberto E. Escobar2012-03-14 01:19:05 +0000
committerRyan D. Brooks2012-03-14 01:19:05 +0000
commit02a255b2d92c590416c6d60326ec12494bd95023 (patch)
treebb82191de28060f2325287a17613f5bde4affd78 /plugins/org.eclipse.osee.framework.core.dsl.integration/META-INF/MANIFEST.MF
parent6649a5eea0c0441c63929e851bd702c33a1ebe54 (diff)
downloadorg.eclipse.osee-02a255b2d92c590416c6d60326ec12494bd95023.tar.gz
org.eclipse.osee-02a255b2d92c590416c6d60326ec12494bd95023.tar.xz
org.eclipse.osee-02a255b2d92c590416c6d60326ec12494bd95023.zip
bug: Ensure DSL integration tests run during maven build
Diffstat (limited to 'plugins/org.eclipse.osee.framework.core.dsl.integration/META-INF/MANIFEST.MF')
-rw-r--r--plugins/org.eclipse.osee.framework.core.dsl.integration/META-INF/MANIFEST.MF1
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/org.eclipse.osee.framework.core.dsl.integration/META-INF/MANIFEST.MF b/plugins/org.eclipse.osee.framework.core.dsl.integration/META-INF/MANIFEST.MF
index b210faa492c..521fa267d18 100644
--- a/plugins/org.eclipse.osee.framework.core.dsl.integration/META-INF/MANIFEST.MF
+++ b/plugins/org.eclipse.osee.framework.core.dsl.integration/META-INF/MANIFEST.MF
@@ -26,7 +26,6 @@ Import-Package: org.eclipse.emf.compare.diff.metamodel,
org.osgi.framework
Require-Bundle: org.eclipse.xtext,
org.eclipse.core.runtime
-Eclipse-ExtensibleAPI: true
Bundle-Activator: org.eclipse.osee.framework.core.dsl.integration.internal.Activator
Export-Package: org.eclipse.osee.framework.core.dsl.integration,
org.eclipse.osee.framework.core.dsl.integration.util

Back to the top