Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorvlorenzo2012-01-25 09:00:18 +0000
committervlorenzo2012-01-25 09:00:18 +0000
commite7d4e18aa154f0d207ab3ea2289af2281a24b484 (patch)
treebe75c1048f0ea965d87543eeb36874c03f506070 /extraplugins/layout/org.eclipse.papyrus.layout/META-INF/MANIFEST.MF
parent61a94c536692811ad1c860d05efeba82ddc53eb4 (diff)
downloadorg.eclipse.papyrus-e7d4e18aa154f0d207ab3ea2289af2281a24b484.tar.gz
org.eclipse.papyrus-e7d4e18aa154f0d207ab3ea2289af2281a24b484.tar.xz
org.eclipse.papyrus-e7d4e18aa154f0d207ab3ea2289af2281a24b484.zip
365919: [Architecture - SVN - Build] Rewrite the Build
https://bugs.eclipse.org/bugs/show_bug.cgi?id=365919 The folder layout is an extra plugin
Diffstat (limited to 'extraplugins/layout/org.eclipse.papyrus.layout/META-INF/MANIFEST.MF')
-rw-r--r--extraplugins/layout/org.eclipse.papyrus.layout/META-INF/MANIFEST.MF18
1 files changed, 18 insertions, 0 deletions
diff --git a/extraplugins/layout/org.eclipse.papyrus.layout/META-INF/MANIFEST.MF b/extraplugins/layout/org.eclipse.papyrus.layout/META-INF/MANIFEST.MF
new file mode 100644
index 00000000000..026e0afe26b
--- /dev/null
+++ b/extraplugins/layout/org.eclipse.papyrus.layout/META-INF/MANIFEST.MF
@@ -0,0 +1,18 @@
+Manifest-Version: 1.0
+Require-Bundle: org.eclipse.ui,
+ org.eclipse.core.runtime,
+ org.eclipse.gef,
+ org.eclipse.zest.layouts,
+ org.eclipse.core.expressions
+Export-Package: org.eclipse.papyrus.layout,
+ org.eclipse.papyrus.layout.managealgorithms
+Bundle-Vendor: %providerName
+Bundle-ActivationPolicy: lazy
+Bundle-Version: 0.9.0.qualifier
+Bundle-Name: %pluginName
+Bundle-Localization: plugin
+Bundle-ManifestVersion: 2
+Bundle-Activator: org.eclipse.papyrus.layout.Activator
+Bundle-SymbolicName: org.eclipse.papyrus.layout;singleton:=true
+Bundle-RequiredExecutionEnvironment: J2SE-1.5
+

Back to the top