Skip to content

Commit

Permalink
updated dependencies after upgrade to Xtext 2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dslmeinte committed Nov 22, 2011
1 parent 40b87cc commit 0c73f43
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions nl.dslmeinte.xtext.css.tests/META-INF/MANIFEST.MF
Expand Up @@ -13,8 +13,8 @@ Require-Bundle: nl.dslmeinte.xtext.css,
org.eclipse.xtext.ui.junit,
org.junit4,
org.eclipse.ui.workbench;resolution:=optional,
org.eclipse.xtext.xbase.lib;bundle-version="2.1.0",
org.eclipse.xtext.xtend2.lib;bundle-version="2.1.0"
org.eclipse.xtext.xbase.lib;bundle-version="2.1.1",
org.eclipse.xtext.xtend2.lib;bundle-version="2.1.1"
Import-Package: org.apache.log4j,
org.apache.commons.logging
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Expand Down
2 changes: 1 addition & 1 deletion nl.dslmeinte.xtext.css/META-INF/MANIFEST.MF
Expand Up @@ -5,7 +5,7 @@ Bundle-Vendor: DslConsultancy.com
Bundle-Version: 1.0.0.qualifier
Bundle-SymbolicName: nl.dslmeinte.xtext.css; singleton:=true
Bundle-ActivationPolicy: lazy
Require-Bundle: org.eclipse.xtext;bundle-version="2.1.0";visibility:=reexport,
Require-Bundle: org.eclipse.xtext;bundle-version="2.1.1";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,
Expand Down
4 changes: 2 additions & 2 deletions nl.dslmeinte.xtext.less.tests/META-INF/MANIFEST.MF
Expand Up @@ -13,8 +13,8 @@ Require-Bundle: nl.dslmeinte.xtext.less,
org.eclipse.xtext.ui.junit,
org.junit4,
org.eclipse.ui.workbench;resolution:=optional,
org.eclipse.xtext.xbase.lib;bundle-version="2.1.0",
org.eclipse.xtext.xtend2.lib;bundle-version="2.1.0"
org.eclipse.xtext.xbase.lib;bundle-version="2.1.1",
org.eclipse.xtext.xtend2.lib;bundle-version="2.1.1"
Import-Package: nl.dslmeinte.xtext.test.util,
org.apache.commons.logging,
org.apache.log4j
Expand Down
2 changes: 1 addition & 1 deletion nl.dslmeinte.xtext.less/META-INF/MANIFEST.MF
Expand Up @@ -5,7 +5,7 @@ Bundle-Vendor: DslConsultancy.com
Bundle-Version: 1.0.0.qualifier
Bundle-SymbolicName: nl.dslmeinte.xtext.less; singleton:=true
Bundle-ActivationPolicy: lazy
Require-Bundle: org.eclipse.xtext;bundle-version="2.1.0";visibility:=reexport,
Require-Bundle: org.eclipse.xtext;bundle-version="2.1.1";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,
Expand Down

0 comments on commit 0c73f43

Please sign in to comment.