Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrescobar2011-08-22 22:57:53 +0000
committerRyan D. Brooks2011-08-22 22:57:53 +0000
commit7ec584c857ee57217e99fa98216e7f9eb386c185 (patch)
treef851d2ae4534a3d4a134a6f384b2222562cbd03c
parent557bfd7780ea0d77e2c5fc57e43f723c09d1b4e8 (diff)
downloadorg.eclipse.osee-7ec584c857ee57217e99fa98216e7f9eb386c185.tar.gz
org.eclipse.osee-7ec584c857ee57217e99fa98216e7f9eb386c185.tar.xz
org.eclipse.osee-7ec584c857ee57217e99fa98216e7f9eb386c185.zip
feature[ats_PMYWY]: Update manifest for Xtext 2.0 dependencies
-rw-r--r--plugins/org.eclipse.osee.framework.core.dsl/META-INF/MANIFEST.MF10
-rw-r--r--plugins/org.eclipse.osee.framework.core.dsl/build.properties3
2 files changed, 7 insertions, 6 deletions
diff --git a/plugins/org.eclipse.osee.framework.core.dsl/META-INF/MANIFEST.MF b/plugins/org.eclipse.osee.framework.core.dsl/META-INF/MANIFEST.MF
index 215a5993e98..df76e9bd57b 100644
--- a/plugins/org.eclipse.osee.framework.core.dsl/META-INF/MANIFEST.MF
+++ b/plugins/org.eclipse.osee.framework.core.dsl/META-INF/MANIFEST.MF
@@ -5,19 +5,19 @@ Bundle-Version: 0.9.8.qualifier
Bundle-Vendor: Eclipse Open System Engineering Environment
Bundle-SymbolicName: org.eclipse.osee.framework.core.dsl; singleton:=true
Bundle-ActivationPolicy: lazy
-Require-Bundle: org.eclipse.xtext,
+Require-Bundle: org.eclipse.xtext;bundle-version="2.0.0";visibility:=reexport,
+ org.apache.log4j;bundle-version="1.2.15";visibility:=reexport,
+ org.apache.commons.logging;bundle-version="1.0.4";resolution:=optional;visibility:=reexport,
org.eclipse.xtext.generator;resolution:=optional,
- org.apache.commons.logging;resolution:=optional,
org.eclipse.emf.codegen.ecore;resolution:=optional,
org.eclipse.emf.mwe.utils;resolution:=optional,
org.eclipse.emf.mwe2.launch;resolution:=optional,
- com.ibm.icu;resolution:=optional,
- org.eclipse.xtext.xtend;resolution:=optional,
org.eclipse.xtext.util,
org.eclipse.emf.ecore,
org.eclipse.emf.common,
org.antlr.runtime
-Import-Package: org.apache.log4j
+Import-Package: org.apache.log4j,
+ org.apache.commons.logging
Export-Package: org.eclipse.osee.framework.core.dsl,
org.eclipse.osee.framework.core.dsl.services,
org.eclipse.osee.framework.core.dsl.oseeDsl,
diff --git a/plugins/org.eclipse.osee.framework.core.dsl/build.properties b/plugins/org.eclipse.osee.framework.core.dsl/build.properties
index e10dcceb6a3..3d3c4c0c748 100644
--- a/plugins/org.eclipse.osee.framework.core.dsl/build.properties
+++ b/plugins/org.eclipse.osee.framework.core.dsl/build.properties
@@ -2,4 +2,5 @@ source.. = src/,\
src-gen/
bin.includes = META-INF/,\
.,\
- plugin.xml \ No newline at end of file
+ plugin.xml
+additional.bundles = org.slf4j.api

Back to the top