Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TDL Open Source
TOP IDE
Commits
7e638ecf
Commit
7e638ecf
authored
Oct 09, 2020
by
Philip Makedonski
Browse files
* updated manifests to remove restrictive antlr version dependency
parent
be212852
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
4 deletions
+4
-4
plugins/org.etsi.mts.tdl.TDLan2.feature/feature.xml
plugins/org.etsi.mts.tdl.TDLan2.feature/feature.xml
+1
-1
plugins/org.etsi.mts.tdl.TDLan2/META-INF/MANIFEST.MF
plugins/org.etsi.mts.tdl.TDLan2/META-INF/MANIFEST.MF
+1
-1
plugins/org.etsi.mts.tdl.TPLan2.feature/feature.xml
plugins/org.etsi.mts.tdl.TPLan2.feature/feature.xml
+1
-1
plugins/org.etsi.mts.tdl.TPLan2/META-INF/MANIFEST.MF
plugins/org.etsi.mts.tdl.TPLan2/META-INF/MANIFEST.MF
+1
-1
No files found.
plugins/org.etsi.mts.tdl.TDLan2.feature/feature.xml
View file @
7e638ecf
...
...
@@ -24,7 +24,7 @@
<import
plugin=
"org.eclipse.xtext.builder"
/>
<import
feature=
"org.etsi.mts.tdl.model.feature"
version=
"1.4.0.qualifier"
/>
<import
plugin=
"org.eclipse.xtext.xbase.lib"
version=
"2.14.0"
match=
"greaterOrEqual"
/>
<import
plugin=
"org.antlr.runtime"
version=
"3.2.0"
match=
"perfect"
/>
<import
plugin=
"org.antlr.runtime"
/>
</requires>
<plugin
...
...
plugins/org.etsi.mts.tdl.TDLan2/META-INF/MANIFEST.MF
View file @
7e638ecf
...
...
@@ -11,7 +11,7 @@ Require-Bundle: org.etsi.mts.tdl.model,
org.eclipse.xtext.xbase,
org.eclipse.equinox.common;bundle-version="3.5.0",
org.eclipse.xtext.xbase.lib;bundle-version="2.14.0",
org.antlr.runtime
;bundle-version="[3.2.0,3.2.1)"
,
org.antlr.runtime,
org.eclipse.xtext.util,
org.eclipse.xtend.lib
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
...
...
plugins/org.etsi.mts.tdl.TPLan2.feature/feature.xml
View file @
7e638ecf
...
...
@@ -24,7 +24,7 @@
<import
plugin=
"org.eclipse.xtext.builder"
/>
<import
feature=
"org.etsi.mts.tdl.model.feature"
version=
"1.4.0.qualifier"
/>
<import
plugin=
"org.eclipse.xtext.xbase.lib"
version=
"2.14.0"
match=
"greaterOrEqual"
/>
<import
plugin=
"org.antlr.runtime"
version=
"3.2.0"
match=
"perfect"
/>
<import
plugin=
"org.antlr.runtime"
/>
</requires>
<plugin
...
...
plugins/org.etsi.mts.tdl.TPLan2/META-INF/MANIFEST.MF
View file @
7e638ecf
...
...
@@ -12,7 +12,7 @@ Require-Bundle: org.etsi.mts.tdl.model,
org.eclipse.xtext.xbase.lib;bundle-version="2.14.0",
org.eclipse.xtext.util,
org.eclipse.xtend.lib,
org.antlr.runtime
;bundle-version="[3.2.0,3.2.1)"
,
org.antlr.runtime,
org.etsi.mts.tdl.common
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Export-Package: org.etsi.mts.tdl.scoping,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment