Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDennis Wagelaar2019-08-03 11:40:13 +0000
committerDennis Wagelaar2019-08-03 11:40:13 +0000
commit07f547db854824d9e5fbd6a9d57f31a4061b27c8 (patch)
treeae22efd02160f4362dd41faa0a4fe25844ea565c /plugins
parent43779a45842810fb02f336bf4349122054ffae8b (diff)
downloadorg.eclipse.atl-07f547db854824d9e5fbd6a9d57f31a4061b27c8.tar.gz
org.eclipse.atl-07f547db854824d9e5fbd6a9d57f31a4061b27c8.tar.xz
org.eclipse.atl-07f547db854824d9e5fbd6a9d57f31a4061b27c8.zip
Attempt to fix org.antlr.runtime 3.0.0 inclusion in feature.
Change-Id: Ie9d5e3c4e5aa6b27aa353f9fd1b87625c6b9913c Signed-off-by: Dennis Wagelaar <dwagelaar@gmail.com>
Diffstat (limited to 'plugins')
-rw-r--r--plugins/org.eclipse.m2m.atl-feature/feature.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/org.eclipse.m2m.atl-feature/feature.xml b/plugins/org.eclipse.m2m.atl-feature/feature.xml
index 7e6477f7..a09af4d0 100644
--- a/plugins/org.eclipse.m2m.atl-feature/feature.xml
+++ b/plugins/org.eclipse.m2m.atl-feature/feature.xml
@@ -83,7 +83,7 @@
id="org.antlr.runtime"
download-size="0"
install-size="0"
- version="3.0.0"
+ version="3.0.0.v200803061811"
unpack="false"/>
<plugin

Back to the top