diff options
| author | Dennis Wagelaar | 2018-05-28 12:03:22 +0000 |
|---|---|---|
| committer | Dennis Wagelaar | 2018-05-28 12:03:22 +0000 |
| commit | a97cfd17512ccf4241d7a2a0dc407a146585e22a (patch) | |
| tree | 620cab16c2e99bfded81918316a9d594098fd738 | |
| parent | 7657324b1e7fe533823831edb4dcec1966c0fcd9 (diff) | |
| download | org.eclipse.atl-a97cfd17512ccf4241d7a2a0dc407a146585e22a.tar.gz org.eclipse.atl-a97cfd17512ccf4241d7a2a0dc407a146585e22a.tar.xz org.eclipse.atl-a97cfd17512ccf4241d7a2a0dc407a146585e22a.zip | |
534946: Stale ASM version 5
Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=534946
| -rw-r--r-- | plugins/org.eclipse.m2m.atl.emftvm/META-INF/MANIFEST.MF | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/org.eclipse.m2m.atl.emftvm/META-INF/MANIFEST.MF b/plugins/org.eclipse.m2m.atl.emftvm/META-INF/MANIFEST.MF index 9061f6a0..b3f8587c 100644 --- a/plugins/org.eclipse.m2m.atl.emftvm/META-INF/MANIFEST.MF +++ b/plugins/org.eclipse.m2m.atl.emftvm/META-INF/MANIFEST.MF @@ -22,7 +22,7 @@ Require-Bundle: org.eclipse.core.runtime, org.eclipse.m2m.atl.common, org.eclipse.core.resources, org.eclipse.emf.validation;bundle-version="1.4.0", - org.objectweb.asm;bundle-version="[5.0.1,6.0.0)", + org.objectweb.asm;bundle-version="[5.0.1,7.0.0)", org.eclipse.m2m.atl.core.emf;visibility:=reexport Bundle-ActivationPolicy: lazy Automatic-Module-Name: org.eclipse.m2m.atl.emftvm |
