Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorvlorenzo2011-11-02 10:01:00 +0000
committervlorenzo2011-11-02 10:01:00 +0000
commitc4a07b23fe923123fa89d1c14fca2f025731934d (patch)
treef49e5428bfd3cb172a7c0b75708c21b223d6e5b6 /plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.collaborationuse.xtext.ui/META-INF/MANIFEST.MF
parent3f4824a65bfb2749c95ba7c87b02cdf9bd45d2da (diff)
downloadorg.eclipse.papyrus-c4a07b23fe923123fa89d1c14fca2f025731934d.tar.gz
org.eclipse.papyrus-c4a07b23fe923123fa89d1c14fca2f025731934d.tar.xz
org.eclipse.papyrus-c4a07b23fe923123fa89d1c14fca2f025731934d.zip
362162: [Architecture - Refactoring] The plug-ins should be renamed to match their layer's qualified name
https://bugs.eclipse.org/bugs/show_bug.cgi?id=362162
Diffstat (limited to 'plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.collaborationuse.xtext.ui/META-INF/MANIFEST.MF')
-rw-r--r--plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.collaborationuse.xtext.ui/META-INF/MANIFEST.MF34
1 files changed, 34 insertions, 0 deletions
diff --git a/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.collaborationuse.xtext.ui/META-INF/MANIFEST.MF b/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.collaborationuse.xtext.ui/META-INF/MANIFEST.MF
new file mode 100644
index 00000000000..cd5819bd0d8
--- /dev/null
+++ b/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.collaborationuse.xtext.ui/META-INF/MANIFEST.MF
@@ -0,0 +1,34 @@
+Manifest-Version: 1.0
+Export-Package: org.eclipse.papyrus.collaborationuse.editor.xtext.ui.c
+ ontentassist.antlr
+Bundle-ActivationPolicy: lazy
+Bundle-Name: %pluginName
+Bundle-Localization: plugin
+Bundle-RequiredExecutionEnvironment: J2SE-1.5
+Require-Bundle: org.eclipse.papyrus.collaborationuse.editor.xtext;bundle-version="0.9.0";visibility:=reexport,
+ org.eclipse.xtext.ui,
+ org.eclipse.ui.editors;bundle-version="3.5.0",
+ org.eclipse.ui.ide;bundle-version:="3.5.0",
+ org.eclipse.xtext.ui.shared,
+ org.eclipse.ui,
+ org.eclipse.xtext.builder,
+ org.antlr.runtime,
+ org.eclipse.papyrus.extensionpoints.editors;bundle-version="0.9.0",
+ org.eclipse.papyrus.umlutils;bundle-version:="0.9.0",
+ org.eclipse.gmf.runtime.common.core;bundle-version="1.4.0",
+ org.eclipse.gmf.runtime.emf.commands.core;bundle-version="1.4.0",
+ org.eclipse.papyrus.core;bundle-version="0.9.0",
+ org.eclipse.uml2.uml;bundle-version="3.1.1",
+ org.eclipse.papyrus.properties.runtime;bundle-version:="0.9.0",
+ org.eclipse.papyrus.service.edit;bundle-version:="0.9.0",
+ org.eclipse.papyrus.diagram.common;bundle-version="0.9.0",
+ org.eclipse.papyrus.common.editor.xtext.ui;bundle-version="0.9.0",
+ org.eclipse.xtext.gmf.glue;bundle-version="0.8.0"
+Bundle-Vendor: %providerName
+Bundle-Version: 0.9.0.qualifier
+Bundle-ManifestVersion: 2
+Bundle-Activator: org.eclipse.papyrus.collaborationuse.editor.xtext.ui
+ .internal.UmlCollaborationUseActivator
+Bundle-SymbolicName: org.eclipse.papyrus.collaborationuse.editor.xtext.ui;singleton:=true
+Import-Package: org.apache.log4j
+

Back to the top