From 1d6355b67491487164f3edd5930f9c48a24dbbff Mon Sep 17 00:00:00 2001 From: skovalsky Date: Mon, 15 Jun 2015 21:14:18 +0300 Subject: Set fixed 1.7 execution environment in generation manifest file Change-Id: I8c20ce4af5a80c4ef48b0d692f8ce7c27f7a9619 Signed-off-by: skovalsky Reviewed-on: https://git.eclipse.org/r/50205 Tested-by: Hudson CI Reviewed-by: Remi Schnekenburger --- .../org.eclipse.papyrus.def/xtend/aspects/xpt/plugin/manifest.xtend | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'plugins/developer/org.eclipse.papyrus.def') diff --git a/plugins/developer/org.eclipse.papyrus.def/xtend/aspects/xpt/plugin/manifest.xtend b/plugins/developer/org.eclipse.papyrus.def/xtend/aspects/xpt/plugin/manifest.xtend index 24aa64e88c3..71c62ab4d52 100644 --- a/plugins/developer/org.eclipse.papyrus.def/xtend/aspects/xpt/plugin/manifest.xtend +++ b/plugins/developer/org.eclipse.papyrus.def/xtend/aspects/xpt/plugin/manifest.xtend @@ -72,4 +72,8 @@ Require-Bundle: org.eclipse.core.runtime, «ENDIF» ''' + override def executionEnvironment(GenPlugin it) ''' + Bundle-RequiredExecutionEnvironment: JavaSE-1.7 + ''' + } \ No newline at end of file -- cgit v1.2.3