Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnsgar Radermacher2014-09-15 08:19:13 +0000
committerAnsgar Radermacher2014-09-15 08:36:31 +0000
commit2cccc00d943ef656290712cb37f0e69ee91f9b30 (patch)
tree3278188965fd4ff424383913c15d6f84e0cfca1d /extraplugins
parentdc5a08506f2e101d9a1d89915bcc80b4eee8a945 (diff)
downloadorg.eclipse.papyrus-2cccc00d943ef656290712cb37f0e69ee91f9b30.tar.gz
org.eclipse.papyrus-2cccc00d943ef656290712cb37f0e69ee91f9b30.tar.xz
org.eclipse.papyrus-2cccc00d943ef656290712cb37f0e69ee91f9b30.zip
443404 [C++ codegen] Code generation should be based on xtend: remove dependency to unused plugin oe.xtend.lib.macros (new in xtend 2.7.0, not available in Luna SR0)
Diffstat (limited to 'extraplugins')
-rw-r--r--extraplugins/codegen/org.eclipse.papyrus.cpp.codegen/META-INF/MANIFEST.MF1
1 files changed, 0 insertions, 1 deletions
diff --git a/extraplugins/codegen/org.eclipse.papyrus.cpp.codegen/META-INF/MANIFEST.MF b/extraplugins/codegen/org.eclipse.papyrus.cpp.codegen/META-INF/MANIFEST.MF
index a41995a1f70..36971f79f5e 100644
--- a/extraplugins/codegen/org.eclipse.papyrus.cpp.codegen/META-INF/MANIFEST.MF
+++ b/extraplugins/codegen/org.eclipse.papyrus.cpp.codegen/META-INF/MANIFEST.MF
@@ -13,7 +13,6 @@ Require-Bundle: org.eclipse.ui,
org.eclipse.papyrus.uml.tools.utils;bundle-version="1.0.1",
org.eclipse.papyrus.codegen.extensionpoints;bundle-version="1.0.1",
org.eclipse.xtend.lib,
- org.eclipse.xtend.lib.macro,
com.google.guava;bundle-version="11.0.0",
org.eclipse.xtext.xbase.lib,
org.eclipse.uml2.uml.profile.standard;bundle-version="1.0.0"

Back to the top