diff options
author | jmisinco | 2016-07-28 19:52:04 +0000 |
---|---|---|
committer | Ryan D. Brooks | 2016-08-31 16:17:53 +0000 |
commit | a63bcb38d9ef6ce3e90ed2c489f9fd1c1932d832 (patch) | |
tree | 2614bc5be79cf0503ad205a650542046efaf2d31 /plugins | |
parent | 57792b3de97174c05d64431b947afeb826bbb680 (diff) | |
download | org.eclipse.osee-a63bcb38d9ef6ce3e90ed2c489f9fd1c1932d832.tar.gz org.eclipse.osee-a63bcb38d9ef6ce3e90ed2c489f9fd1c1932d832.tar.xz org.eclipse.osee-a63bcb38d9ef6ce3e90ed2c489f9fd1c1932d832.zip |
feature: Switch to 2.9.x of xtext
Change-Id: I9274e101763cfe694cb7edcdbae362ff500fa2d3
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/org.eclipse.osee.ats.dsl/META-INF/MANIFEST.MF | 4 | ||||
-rw-r--r-- | plugins/org.eclipse.osee.framework.core.dsl/META-INF/MANIFEST.MF | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/plugins/org.eclipse.osee.ats.dsl/META-INF/MANIFEST.MF b/plugins/org.eclipse.osee.ats.dsl/META-INF/MANIFEST.MF index 646cfecaa90..4ec5eb97bd0 100644 --- a/plugins/org.eclipse.osee.ats.dsl/META-INF/MANIFEST.MF +++ b/plugins/org.eclipse.osee.ats.dsl/META-INF/MANIFEST.MF @@ -18,7 +18,7 @@ Export-Package: org.eclipse.osee.ats.dsl, org.eclipse.osee.ats.dsl.validation, org.eclipse.osee.ats.dsl.scoping, org.eclipse.osee.ats.dsl.formatting -Require-Bundle: org.eclipse.xtext;bundle-version="2.3.0";visibility:=reexport, +Require-Bundle: org.eclipse.xtext;visibility:=reexport, org.eclipse.xtext.generator;resolution:=optional;x-installation:=greedy, org.eclipse.emf.codegen.ecore;resolution:=optional;x-installation:=greedy, org.eclipse.emf.mwe.utils;resolution:=optional;x-installation:=greedy, @@ -29,7 +29,7 @@ Require-Bundle: org.eclipse.xtext;bundle-version="2.3.0";visibility:=reexport, org.eclipse.emf.common, org.antlr.runtime;bundle-version="[3.2.0,3.2.1)", org.eclipse.xtext.common.types, - org.eclipse.xtext.xbase.lib;bundle-version="2.3.0" + org.eclipse.xtext.xbase.lib Import-Package: org.apache.commons.logging, org.apache.log4j;version="1.2.15", org.eclipse.core.runtime, 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 619d1afe61b..f49c516c5b9 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,7 +5,7 @@ Bundle-Version: 0.24.0.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;bundle-version="2.3.0";visibility:=reexport, +Require-Bundle: org.eclipse.xtext;visibility:=reexport, org.eclipse.xtext.generator;resolution:=optional;x-installation:=greedy, org.eclipse.emf.codegen.ecore;resolution:=optional;x-installation:=greedy, org.eclipse.emf.mwe.utils;resolution:=optional;x-installation:=greedy, @@ -16,7 +16,7 @@ Require-Bundle: org.eclipse.xtext;bundle-version="2.3.0";visibility:=reexport, org.eclipse.emf.common, org.antlr.runtime;bundle-version="[3.2.0,3.2.1)", org.eclipse.xtext.common.types, - org.eclipse.xtext.xbase.lib;bundle-version="2.3.0" + org.eclipse.xtext.xbase.lib Import-Package: org.apache.commons.logging, org.apache.log4j;version="1.2.15", org.eclipse.osee.framework.jdk.core.util, |