Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjeremie.tatibouet2015-06-02 10:16:56 +0000
committerCamille Letavernier2015-06-02 11:59:03 +0000
commit7377562f89aee2aa2492278200c1f8faf3cf7bc2 (patch)
treef66934b644ca05e14bbae8298194f44243dc157f
parentf6ceba9b89065d24cecda25be0eb972090952b72 (diff)
downloadorg.eclipse.papyrus-7377562f89aee2aa2492278200c1f8faf3cf7bc2.tar.gz
org.eclipse.papyrus-7377562f89aee2aa2492278200c1f8faf3cf7bc2.tar.xz
org.eclipse.papyrus-7377562f89aee2aa2492278200c1f8faf3cf7bc2.zip
Remove antlr JAR used during generation of the language implementation.
This solves the bug 469102. Change-Id: Ieda4accb4546937860aaef01f4c6d522e07c737a Signed-off-by: jeremie.tatibouet <jeremie.tatibouet@cea.fr> Reviewed-on: https://git.eclipse.org/r/49186 Tested-by: Hudson CI Reviewed-by: Camille Letavernier <camille.letavernier@cea.fr>
-rw-r--r--plugins/uml/alf/org.eclipse.papyrus.uml.alf/.antlr-generator-3.2.0-patch.jarbin1484649 -> 0 bytes
-rw-r--r--plugins/uml/alf/org.eclipse.papyrus.uml.alf/build.properties1
2 files changed, 0 insertions, 1 deletions
diff --git a/plugins/uml/alf/org.eclipse.papyrus.uml.alf/.antlr-generator-3.2.0-patch.jar b/plugins/uml/alf/org.eclipse.papyrus.uml.alf/.antlr-generator-3.2.0-patch.jar
deleted file mode 100644
index 90516fd7ac7..00000000000
--- a/plugins/uml/alf/org.eclipse.papyrus.uml.alf/.antlr-generator-3.2.0-patch.jar
+++ /dev/null
Binary files differ
diff --git a/plugins/uml/alf/org.eclipse.papyrus.uml.alf/build.properties b/plugins/uml/alf/org.eclipse.papyrus.uml.alf/build.properties
index 7b40d306b09..e9a2d03206e 100644
--- a/plugins/uml/alf/org.eclipse.papyrus.uml.alf/build.properties
+++ b/plugins/uml/alf/org.eclipse.papyrus.uml.alf/build.properties
@@ -7,7 +7,6 @@ bin.includes = META-INF/,\
plugin.xml,\
plugin.properties,\
about.html,\
- .antlr-generator-3.2.0-patch.jar,\
model/
src.includes = about.html
output..=bin/

Back to the top