Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlorian Noyrit2014-03-17 19:11:02 +0000
committerFlorian Noyrit2014-03-17 19:11:02 +0000
commit12d78644c039d20963db9e7d63b316fa2ccfc9f7 (patch)
tree5a4bd4410dfccfc2faf762d9d3d3c9cc6e514baa /plugins/developer/org.eclipse.papyrus.def/META-INF
parentf957c51dced49ef633685009c910bd22e0d6a83e (diff)
downloadorg.eclipse.papyrus-12d78644c039d20963db9e7d63b316fa2ccfc9f7.tar.gz
org.eclipse.papyrus-12d78644c039d20963db9e7d63b316fa2ccfc9f7.tar.xz
org.eclipse.papyrus-12d78644c039d20963db9e7d63b316fa2ccfc9f7.zip
Adapt the code generator and tempaltes to fit with last updates on GMFT
master branch. Regenerated Class Diagram with those updates.
Diffstat (limited to 'plugins/developer/org.eclipse.papyrus.def/META-INF')
-rw-r--r--plugins/developer/org.eclipse.papyrus.def/META-INF/MANIFEST.MF2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/developer/org.eclipse.papyrus.def/META-INF/MANIFEST.MF b/plugins/developer/org.eclipse.papyrus.def/META-INF/MANIFEST.MF
index bd917fd772d..cfeb1e10ec9 100644
--- a/plugins/developer/org.eclipse.papyrus.def/META-INF/MANIFEST.MF
+++ b/plugins/developer/org.eclipse.papyrus.def/META-INF/MANIFEST.MF
@@ -1,5 +1,5 @@
-Bundle-Activator: org.eclipse.gmf.codegen.util.DefaultActivator
Manifest-Version: 1.0
+Bundle-Activator: org.eclipse.gmf.codegen.util.DefaultActivator
Bundle-ClassPath: bin/, .
Bundle-Vendor: %providerName
Bundle-Version: 1.0.0.qualifier

Back to the top