Skip to content

Commit

Permalink
mwe requirements in build.properties in testlanguages
Browse files Browse the repository at this point in the history
instead of MANIFEST
  • Loading branch information
LorenzoBettini committed Apr 8, 2024
1 parent 36837f5 commit 0e6367b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 0 additions & 2 deletions org.eclipse.xtext.testlanguages/META-INF/MANIFEST.MF
Expand Up @@ -8,8 +8,6 @@ Bundle-ActivationPolicy: lazy
Require-Bundle: org.eclipse.xtext;bundle-version="2.35.0",
org.eclipse.xtext.xtext.generator;bundle-version="2.35.0";resolution:=optional;x-installation:=greedy,
org.eclipse.emf.codegen.ecore;bundle-version="2.29.0";resolution:=optional;x-installation:=greedy,
org.eclipse.emf.mwe.utils;bundle-version="1.10.0";resolution:=optional;x-installation:=greedy,
org.eclipse.emf.mwe2.launch;bundle-version="2.17.0";resolution:=optional;x-installation:=greedy,
org.eclipse.emf.ecore;bundle-version="2.26.0",
org.eclipse.emf.common;bundle-version="2.24.0",
org.antlr.runtime;bundle-version="[3.2.0,3.2.1)",
Expand Down
5 changes: 4 additions & 1 deletion org.eclipse.xtext.testlanguages/build.properties
Expand Up @@ -6,4 +6,7 @@ bin.includes = model/generated/,\
source.. = src-gen,\
src
src.includes = about.html
additional.bundles = org.apache.commons.logging
additional.bundles = org.eclipse.emf.mwe.utils,\
org.eclipse.emf.mwe2.launch,\
org.eclipse.emf.mwe2.lib,\
org.apache.commons.logging

0 comments on commit 0e6367b

Please sign in to comment.