Skip to main content
summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorptessier2013-12-10 12:34:33 +0000
committerptessier2013-12-10 12:34:33 +0000
commit9a2a73e2760923d012d27ca75c98ceb9479599e1 (patch)
tree4a81d007b124628b6175fa0099771215172cb44b /tests
parent94fedd696ba1d7c8d8fdf4f44c48d5830cc70df7 (diff)
downloadorg.eclipse.papyrus-9a2a73e2760923d012d27ca75c98ceb9479599e1.tar.gz
org.eclipse.papyrus-9a2a73e2760923d012d27ca75c98ceb9479599e1.tar.xz
org.eclipse.papyrus-9a2a73e2760923d012d27ca75c98ceb9479599e1.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 986804e1581..b0c43a19676 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.5
Bundle-ActivationPolicy: lazy
+Bundle-RequiredExecutionEnvironment: J2SE-1.5

Back to the top