Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEd Willink2019-03-26 08:53:05 +0000
committerEd Willink2019-03-26 08:54:36 +0000
commit729b448b4949a3ad204874e6b3af7d2d977930de (patch)
tree87d5a76146982772a00ae3d9640c52fd165f03dd
parent40f430136ede97d0e93351cd9ef84a825028bd7e (diff)
downloadorg.eclipse.ocl-729b448b4949a3ad204874e6b3af7d2d977930de.tar.gz
org.eclipse.ocl-729b448b4949a3ad204874e6b3af7d2d977930de.tar.xz
org.eclipse.ocl-729b448b4949a3ad204874e6b3af7d2d977930de.zip
[545670] Eliminate build dependency on autogen
-rw-r--r--examples/org.eclipse.ocl.examples.build/META-INF/MANIFEST.MF3
1 files changed, 1 insertions, 2 deletions
diff --git a/examples/org.eclipse.ocl.examples.build/META-INF/MANIFEST.MF b/examples/org.eclipse.ocl.examples.build/META-INF/MANIFEST.MF
index c35f3bd77e..3a8c9ef692 100644
--- a/examples/org.eclipse.ocl.examples.build/META-INF/MANIFEST.MF
+++ b/examples/org.eclipse.ocl.examples.build/META-INF/MANIFEST.MF
@@ -31,8 +31,7 @@ Require-Bundle: org.eclipse.core.resources,
org.eclipse.ocl.xtext.oclinecore;bundle-version="[1.2.0,2.0.0)",
org.eclipse.ocl.xtext.oclstdlib;bundle-version="[1.2.0,2.0.0)",
org.eclipse.ocl.examples.uml25;bundle-version="[2.1.0,3.0.0)";resolution:=optional,
- org.eclipse.ocl.examples.debug.vm;bundle-version="[2.1.0,3.0.0)",
- org.eclipse.qvtd.cs2as.compiler;resolution:=optional
+ org.eclipse.ocl.examples.debug.vm;bundle-version="[2.1.0,3.0.0)"
Import-Package: org.apache.commons.logging,
org.apache.log4j;version="[1.2.15,2.0.0)"
Bundle-Vendor: %providerName

Back to the top