Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorcletavernie2011-12-21 14:57:23 +0000
committercletavernie2011-12-21 14:57:23 +0000
commit278087fe975518b1f0660bca09cf8c18da4fc059 (patch)
tree059a8b5b4ab2923ddc12c71d6bb8b080cf4e9c64 /plugins/infra/emf/org.eclipse.papyrus.infra.emf/META-INF
parent419d2bde127735794de181acc6b8aeaff9ed0b77 (diff)
downloadorg.eclipse.papyrus-278087fe975518b1f0660bca09cf8c18da4fc059.tar.gz
org.eclipse.papyrus-278087fe975518b1f0660bca09cf8c18da4fc059.tar.xz
org.eclipse.papyrus-278087fe975518b1f0660bca09cf8c18da4fc059.zip
359063: [Refactoring - SVN] The SVN folders should match the architecture layers
https://bugs.eclipse.org/bugs/show_bug.cgi?id=359063
Diffstat (limited to 'plugins/infra/emf/org.eclipse.papyrus.infra.emf/META-INF')
-rw-r--r--plugins/infra/emf/org.eclipse.papyrus.infra.emf/META-INF/MANIFEST.MF17
1 files changed, 17 insertions, 0 deletions
diff --git a/plugins/infra/emf/org.eclipse.papyrus.infra.emf/META-INF/MANIFEST.MF b/plugins/infra/emf/org.eclipse.papyrus.infra.emf/META-INF/MANIFEST.MF
new file mode 100644
index 00000000000..fdc35ee2580
--- /dev/null
+++ b/plugins/infra/emf/org.eclipse.papyrus.infra.emf/META-INF/MANIFEST.MF
@@ -0,0 +1,17 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: EMF Tools
+Bundle-SymbolicName: org.eclipse.papyrus.infra.emf
+Bundle-Version: 0.9.0.qualifier
+Bundle-Activator: org.eclipse.papyrus.infra.emf.Activator
+Bundle-Vendor: Eclipse Modeling Project
+Require-Bundle: org.eclipse.ui,
+ org.eclipse.core.runtime,
+ org.eclipse.emf.ecore;bundle-version="2.7.0",
+ org.eclipse.emf.edit;bundle-version="2.7.1",
+ org.eclipse.papyrus.infra.core.log;bundle-version="0.9.0"
+Bundle-RequiredExecutionEnvironment: J2SE-1.5
+Bundle-ActivationPolicy: lazy
+Export-Package: org.eclipse.papyrus.infra.emf,
+ org.eclipse.papyrus.infra.emf.providers,
+ org.eclipse.papyrus.infra.emf.utils

Back to the top