Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorptessier2013-12-09 14:36:44 +0000
committerptessier2013-12-09 14:36:44 +0000
commitebf7a5d8b5e4ec7f1389d0b9e19aeb3523235652 (patch)
treec0e91a126690d8c9c2535d51f1832daf87fcb9ff /tests
parenteb00a397508e6cbea9f358a0b225a6bd880371d1 (diff)
downloadorg.eclipse.papyrus-ebf7a5d8b5e4ec7f1389d0b9e19aeb3523235652.tar.gz
org.eclipse.papyrus-ebf7a5d8b5e4ec7f1389d0b9e19aeb3523235652.tar.xz
org.eclipse.papyrus-ebf7a5d8b5e4ec7f1389d0b9e19aeb3523235652.zip
351803: [New Child] Papyrus shall provide a customizable "New Child"
menu https://bugs.eclipse.org/bugs/show_bug.cgi?id=351803
Diffstat (limited to 'tests')
-rw-r--r--tests/recipes/plugins/infra/org.eclipse.papyrus.infra.newchild.test/META-INF/MANIFEST.MF2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/recipes/plugins/infra/org.eclipse.papyrus.infra.newchild.test/META-INF/MANIFEST.MF b/tests/recipes/plugins/infra/org.eclipse.papyrus.infra.newchild.test/META-INF/MANIFEST.MF
index 79e83bf7a7a..986804e1581 100644
--- a/tests/recipes/plugins/infra/org.eclipse.papyrus.infra.newchild.test/META-INF/MANIFEST.MF
+++ b/tests/recipes/plugins/infra/org.eclipse.papyrus.infra.newchild.test/META-INF/MANIFEST.MF
@@ -7,5 +7,5 @@ Bundle-Activator: org.eclipse.papyrus.infra.newchild.test.Activator
Require-Bundle: org.eclipse.ui,
org.eclipse.core.runtime,
org.eclipse.papyrus.infra.newchild;bundle-version="0.10.0"
-Bundle-RequiredExecutionEnvironment: JavaSE-1.6
+Bundle-RequiredExecutionEnvironment: JavaSE-1.5
Bundle-ActivationPolicy: lazy

Back to the top