Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'extraplugins/alf09/META-INF/MANIFEST.MF')
-rw-r--r--extraplugins/alf09/META-INF/MANIFEST.MF42
1 files changed, 0 insertions, 42 deletions
diff --git a/extraplugins/alf09/META-INF/MANIFEST.MF b/extraplugins/alf09/META-INF/MANIFEST.MF
deleted file mode 100644
index b0982b67ffc..00000000000
--- a/extraplugins/alf09/META-INF/MANIFEST.MF
+++ /dev/null
@@ -1,42 +0,0 @@
-Manifest-Version: 1.0
-Bundle-ManifestVersion: 2
-Bundle-Name: org.eclipse.papyrus.alf
-Bundle-Vendor: Eclipse Modeling Project
-Bundle-Version: 0.9.0.qualifier
-Bundle-SymbolicName: org.eclipse.papyrus.alf; singleton:=true
-Bundle-ActivationPolicy: lazy
-Require-Bundle: org.eclipse.xtext,
- org.eclipse.xtext.generator;resolution:=optional,
- org.apache.commons.logging;resolution:=optional,
- org.eclipse.emf.codegen.ecore;resolution:=optional,
- org.eclipse.emf.mwe.utils;resolution:=optional,
- org.eclipse.emf.mwe2.launch;resolution:=optional,
- com.ibm.icu;resolution:=optional,
- org.eclipse.xtext.xtend;resolution:=optional,
- org.eclipse.xtext.util,
- org.eclipse.emf.ecore,
- org.eclipse.emf.common,
- org.antlr.runtime,
- org.eclipse.uml2.uml;bundle-version="3.2.0",
- org.eclipse.xtext.gmf.glue;bundle-version="0.8.0",
- org.eclipse.papyrus.extensionpoints.uml2;bundle-version="0.8.0",
- org.eclipse.papyrus.core;bundle-version="0.8.0",
- org.eclipse.papyrus.properties.runtime;bundle-version="0.8.0",
- org.junit
-Import-Package: org.apache.log4j
-Bundle-RequiredExecutionEnvironment: J2SE-1.5
-Export-Package: org.eclipse.papyrus.alf,
- org.eclipse.papyrus.alf.alf,
- org.eclipse.papyrus.alf.alf.impl,
- org.eclipse.papyrus.alf.alf.util,
- org.eclipse.papyrus.alf.parseTreeConstruction,
- org.eclipse.papyrus.alf.parser.antlr,
- org.eclipse.papyrus.alf.parser.antlr.internal,
- org.eclipse.papyrus.alf.scoping,
- org.eclipse.papyrus.alf.services,
- org.eclipse.papyrus.alf.syntax.common,
- org.eclipse.papyrus.alf.syntax.expressions,
- org.eclipse.papyrus.alf.syntax.statements,
- org.eclipse.papyrus.alf.syntax.units,
- org.eclipse.papyrus.alf.validation,
- org.eclipse.papyrus.alf.validation.typing

Back to the top