Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorcletavernie2011-11-02 09:55:32 +0000
committercletavernie2011-11-02 09:55:32 +0000
commit596238a55d3db8065dd9b563774d8ae289f28370 (patch)
treec2e2b77d3240ff65d927cd4b603fcc08d10f1a83 /plugins/infra/services/org.eclipse.papyrus.infra.services.markerlistener/META-INF
parent6e66a712d61e86680fb906153b6b5e91852196dd (diff)
downloadorg.eclipse.papyrus-596238a55d3db8065dd9b563774d8ae289f28370.tar.gz
org.eclipse.papyrus-596238a55d3db8065dd9b563774d8ae289f28370.tar.xz
org.eclipse.papyrus-596238a55d3db8065dd9b563774d8ae289f28370.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/infra/services/org.eclipse.papyrus.infra.services.markerlistener/META-INF')
-rw-r--r--plugins/infra/services/org.eclipse.papyrus.infra.services.markerlistener/META-INF/MANIFEST.MF17
1 files changed, 17 insertions, 0 deletions
diff --git a/plugins/infra/services/org.eclipse.papyrus.infra.services.markerlistener/META-INF/MANIFEST.MF b/plugins/infra/services/org.eclipse.papyrus.infra.services.markerlistener/META-INF/MANIFEST.MF
new file mode 100644
index 00000000000..5e3baba7e99
--- /dev/null
+++ b/plugins/infra/services/org.eclipse.papyrus.infra.services.markerlistener/META-INF/MANIFEST.MF
@@ -0,0 +1,17 @@
+Manifest-Version: 1.0
+Require-Bundle: org.eclipse.ui,
+ org.eclipse.core.runtime,
+ org.eclipse.papyrus.core;bundle-version="0.9.0"
+Export-Package: org.eclipse.papyrus.markerlistener
+Bundle-Vendor: %providerName
+Bundle-ActivationPolicy: lazy
+Bundle-Version: 0.9.0.qualifier
+Bundle-Name: %pluginName
+Bundle-ManifestVersion: 2
+Bundle-Activator: org.eclipse.papyrus.markerlistener.Activator
+Bundle-SymbolicName: org.eclipse.papyrus.markerlistener;singleton:=tru
+ e
+Import-Package: org.eclipse.papyrus.decoration,
+ org.eclipse.papyrus.diagram.common.util
+Bundle-RequiredExecutionEnvironment: J2SE-1.5
+

Back to the top