| author | Rainer Pielmann | 2012-02-29 03:03:47 (EST) |
|---|---|---|
| committer | Stephan Born | 2012-04-27 06:56:14 (EDT) |
| commit | f32fc8a4f46da17b72af64c8ad81cdffdb6d0793 (patch) (side-by-side diff) | |
| tree | f136b83fce0451a2817cda53a5481d4a6b9f23cc | |
| parent | 92b663c9a54680378adc97542ed5ed0b085039dc (diff) | |
| download | org.eclipse.stardust.reporting.ui-f32fc8a4f46da17b72af64c8ad81cdffdb6d0793.zip org.eclipse.stardust.reporting.ui-f32fc8a4f46da17b72af64c8ad81cdffdb6d0793.tar.gz org.eclipse.stardust.reporting.ui-f32fc8a4f46da17b72af64c8ad81cdffdb6d0793.tar.bz2 | |
Jira-ID: CRNT-23823
Adapt build process in order to compile product with Java6 (META-INF - required execution environment set to jre6)
git-svn-id: http://emeafrazerg/svn/ipp/product/trunk/stardust/reporting.ui@54125 8100b5e0-4d52-466c-ae9c-bdeccbdeaf6b
5 files changed, 5 insertions, 5 deletions
diff --git a/org.eclipse.stardust.reporting.ide.integration/META-INF/MANIFEST.MF b/org.eclipse.stardust.reporting.ide.integration/META-INF/MANIFEST.MF index 68b7aa6..a7f2c63 100644 --- a/org.eclipse.stardust.reporting.ide.integration/META-INF/MANIFEST.MF +++ b/org.eclipse.stardust.reporting.ide.integration/META-INF/MANIFEST.MF @@ -21,4 +21,4 @@ Require-Bundle: org.eclipse.core.resources, org.eclipse.stardust.modeling.common.projectnature, org.eclipse.stardust.modeling.common.ui Eclipse-AutoStart: true -Bundle-RequiredExecutionEnvironment: J2SE-1.5 +Bundle-RequiredExecutionEnvironment: JavaSE-1.6 diff --git a/org.eclipse.stardust.reporting.oda.common.ui/META-INF/MANIFEST.MF b/org.eclipse.stardust.reporting.oda.common.ui/META-INF/MANIFEST.MF index a9a6e92..04d2bcc 100644 --- a/org.eclipse.stardust.reporting.oda.common.ui/META-INF/MANIFEST.MF +++ b/org.eclipse.stardust.reporting.oda.common.ui/META-INF/MANIFEST.MF @@ -20,5 +20,5 @@ Require-Bundle: org.eclipse.core.runtime, org.eclipse.stardust.reporting.oda.common Bundle-ActivationPolicy: lazy Bundle-Vendor: SunGard CSA LLC -Bundle-RequiredExecutionEnvironment: J2SE-1.5 +Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Import-Package: org.eclipse.swt.widgets diff --git a/org.eclipse.stardust.reporting.oda.jdbc.ui/META-INF/MANIFEST.MF b/org.eclipse.stardust.reporting.oda.jdbc.ui/META-INF/MANIFEST.MF index ade8556..2a32ed8 100644 --- a/org.eclipse.stardust.reporting.oda.jdbc.ui/META-INF/MANIFEST.MF +++ b/org.eclipse.stardust.reporting.oda.jdbc.ui/META-INF/MANIFEST.MF @@ -17,7 +17,7 @@ Require-Bundle: org.eclipse.birt.report.data.oda.jdbc;bundle-version="[2.2.0,3.0 org.eclipse.birt.report.data.bidi.utils;bundle-version="[2.5.1,3.0.0)", org.eclipse.birt.report.data.bidi.utils.ui;bundle-version="[2.5.1,3.0.0)" Bundle-ActivationPolicy: lazy -Bundle-RequiredExecutionEnvironment: J2SE-1.5 +Bundle-RequiredExecutionEnvironment: JavaSE-1.6 Export-Package: org.eclipse.stardust.reporting.oda.jdbc.ui, org.eclipse.stardust.reporting.oda.jdbc.ui.dialogs, org.eclipse.stardust.reporting.oda.jdbc.ui.util diff --git a/org.eclipse.stardust.reporting.oda.model.ui/META-INF/MANIFEST.MF b/org.eclipse.stardust.reporting.oda.model.ui/META-INF/MANIFEST.MF index 9f6cfb3..a5e4538 100644 --- a/org.eclipse.stardust.reporting.oda.model.ui/META-INF/MANIFEST.MF +++ b/org.eclipse.stardust.reporting.oda.model.ui/META-INF/MANIFEST.MF @@ -19,4 +19,4 @@ Require-Bundle: org.eclipse.ui;visibility:=reexport, org.eclipse.stardust.reporting.oda.model, org.eclipse.datatools.connectivity.oda.design.ui Bundle-ActivationPolicy: lazy -Bundle-RequiredExecutionEnvironment: J2SE-1.5 +Bundle-RequiredExecutionEnvironment: JavaSE-1.6 diff --git a/org.eclipse.stardust.reporting.oda.processes.ui/META-INF/MANIFEST.MF b/org.eclipse.stardust.reporting.oda.processes.ui/META-INF/MANIFEST.MF index 521171c..0d944a0 100644 --- a/org.eclipse.stardust.reporting.oda.processes.ui/META-INF/MANIFEST.MF +++ b/org.eclipse.stardust.reporting.oda.processes.ui/META-INF/MANIFEST.MF @@ -32,4 +32,4 @@ Require-Bundle: org.eclipse.stardust.reporting.oda.jdbc.ui, org.eclipse.stardust.modeling.core, org.eclipse.datatools.connectivity.oda.design.ui Bundle-ActivationPolicy: lazy -Bundle-RequiredExecutionEnvironment: J2SE-1.5 +Bundle-RequiredExecutionEnvironment: JavaSE-1.6 |

