Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrancois Le Fevre - CEA2015-08-31 13:09:59 +0000
committerGerrit Code Review @ Eclipse.org2015-09-02 07:52:52 +0000
commite900208ef35c25fc49c54d9c6a058887c9fcac20 (patch)
treef05ee39216dcb825f3265b507e8e20ec3c944e98 /sandbox/org.eclipse.papyrus.test.common/META-INF/MANIFEST.MF
parentd9383273ef42c6aa5a4f25afd7e3b3f2d0f36f99 (diff)
downloadorg.eclipse.papyrus-e900208ef35c25fc49c54d9c6a058887c9fcac20.tar.gz
org.eclipse.papyrus-e900208ef35c25fc49c54d9c6a058887c9fcac20.tar.xz
org.eclipse.papyrus-e900208ef35c25fc49c54d9c6a058887c9fcac20.zip
Bug 476226 - [releng]: deletion of the sandbox folder
Change-Id: Ic235eec563bd0c1224081abfc81dbadc8b22381f Signed-off-by: Francois Le Fevre - CEA <francois.le-fevre@cea.fr>
Diffstat (limited to 'sandbox/org.eclipse.papyrus.test.common/META-INF/MANIFEST.MF')
-rw-r--r--sandbox/org.eclipse.papyrus.test.common/META-INF/MANIFEST.MF17
1 files changed, 0 insertions, 17 deletions
diff --git a/sandbox/org.eclipse.papyrus.test.common/META-INF/MANIFEST.MF b/sandbox/org.eclipse.papyrus.test.common/META-INF/MANIFEST.MF
deleted file mode 100644
index da3108c56a6..00000000000
--- a/sandbox/org.eclipse.papyrus.test.common/META-INF/MANIFEST.MF
+++ /dev/null
@@ -1,17 +0,0 @@
-Manifest-Version: 1.0
-Bundle-ManifestVersion: 2
-Bundle-Name: %pluginName
-Bundle-SymbolicName: org.eclipse.papyrus.test.common
-Bundle-Version: 0.9.0.qualifier
-Bundle-Activator: org.eclipse.papyrus.test.common.Activator
-Require-Bundle: org.eclipse.ui,
- org.eclipse.core.runtime,
- org.eclipse.core.resources,
- org.eclipse.ui.ide,
- org.eclipse.emf.facet.util.core,
- org.eclipse.emf.ecore;bundle-version="2.7.0",
- org.eclipse.papyrus.core
-Bundle-ActivationPolicy: lazy
-Bundle-RequiredExecutionEnvironment: J2SE-1.5
-Export-Package: org.eclipse.papyrus.test.common.tests
-Bundle-Vendor: %providerName

Back to the top