| author | Rainer Pielmann | 2012-02-29 03:03:47 (EST) |
|---|---|---|
| committer | Stephan Born | 2012-04-27 06:35:22 (EDT) |
| commit | ff2b17f3cb0819f9cc4c8bf2695dde16033db65d (patch) (side-by-side diff) | |
| tree | 00530bfa4451ce345642450eb6a67c8ce46d717f | |
| parent | e44967b89063c5a6b8d13dcd192d11c19bcf983d (diff) | |
| download | org.eclipse.stardust.reporting.rt-ff2b17f3cb0819f9cc4c8bf2695dde16033db65d.zip org.eclipse.stardust.reporting.rt-ff2b17f3cb0819f9cc4c8bf2695dde16033db65d.tar.gz org.eclipse.stardust.reporting.rt-ff2b17f3cb0819f9cc4c8bf2695dde16033db65d.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.rt@54125 8100b5e0-4d52-466c-ae9c-bdeccbdeaf6b
5 files changed, 5 insertions, 5 deletions
diff --git a/org.eclipse.stardust.reporting.common/META-INF/MANIFEST.MF b/org.eclipse.stardust.reporting.common/META-INF/MANIFEST.MF index 68d710b..cc1b26c 100644 --- a/org.eclipse.stardust.reporting.common/META-INF/MANIFEST.MF +++ b/org.eclipse.stardust.reporting.common/META-INF/MANIFEST.MF @@ -31,4 +31,4 @@ Require-Bundle: org.eclipse.core.runtime, org.eclipse.birt.report.viewer;resolution:=optional, org.eclipse.xsd;bundle-version="2.6.0" Bundle-ActivationPolicy: lazy -Bundle-RequiredExecutionEnvironment: J2SE-1.5 +Bundle-RequiredExecutionEnvironment: JavaSE-1.6 diff --git a/org.eclipse.stardust.reporting.oda.common/META-INF/MANIFEST.MF b/org.eclipse.stardust.reporting.oda.common/META-INF/MANIFEST.MF index 542f68a..c5c329c 100644 --- a/org.eclipse.stardust.reporting.oda.common/META-INF/MANIFEST.MF +++ b/org.eclipse.stardust.reporting.oda.common/META-INF/MANIFEST.MF @@ -15,4 +15,4 @@ Require-Bundle: org.eclipse.core.runtime, org.eclipse.stardust.reporting.common Bundle-ActivationPolicy: lazy Bundle-Vendor: SunGard CSA LLC -Bundle-RequiredExecutionEnvironment: J2SE-1.5 +Bundle-RequiredExecutionEnvironment: JavaSE-1.6 diff --git a/org.eclipse.stardust.reporting.oda.model/META-INF/MANIFEST.MF b/org.eclipse.stardust.reporting.oda.model/META-INF/MANIFEST.MF index 823c9f0..d2bcbed 100644 --- a/org.eclipse.stardust.reporting.oda.model/META-INF/MANIFEST.MF +++ b/org.eclipse.stardust.reporting.oda.model/META-INF/MANIFEST.MF @@ -18,4 +18,4 @@ Require-Bundle: org.eclipse.birt.core, org.eclipse.core.runtime;bundle-version="2.1" Bundle-ActivationPolicy: lazy Plugin-Class: org.eclipse.stardust.reporting.oda.model.plugin.ProcessModelPlugin -Bundle-RequiredExecutionEnvironment: J2SE-1.5 +Bundle-RequiredExecutionEnvironment: JavaSE-1.6 diff --git a/org.eclipse.stardust.reporting.oda.processes/META-INF/MANIFEST.MF b/org.eclipse.stardust.reporting.oda.processes/META-INF/MANIFEST.MF index dec31f2..766e0ff 100644 --- a/org.eclipse.stardust.reporting.oda.processes/META-INF/MANIFEST.MF +++ b/org.eclipse.stardust.reporting.oda.processes/META-INF/MANIFEST.MF @@ -17,5 +17,5 @@ Require-Bundle: org.eclipse.core.runtime.compatibility, org.eclipse.core.runtime Bundle-ActivationPolicy: lazy Plugin-Class: org.eclipse.stardust.reporting.oda.processes.plugin.ProcessDatabasePlugin -Bundle-RequiredExecutionEnvironment: J2SE-1.5 +Bundle-RequiredExecutionEnvironment: JavaSE-1.6 Import-Package: org.eclipse.stardust.reporting.oda.common.impl diff --git a/org.eclipse.stardust.reporting.reports.core/META-INF/MANIFEST.MF b/org.eclipse.stardust.reporting.reports.core/META-INF/MANIFEST.MF index 32e7705..31053af 100644 --- a/org.eclipse.stardust.reporting.reports.core/META-INF/MANIFEST.MF +++ b/org.eclipse.stardust.reporting.reports.core/META-INF/MANIFEST.MF @@ -9,4 +9,4 @@ Bundle-Localization: plugin Require-Bundle: org.eclipse.core.runtime Bundle-ActivationPolicy: lazy Export-Package: org.eclipse.stardust.reporting.reports.core -Bundle-RequiredExecutionEnvironment: J2SE-1.5 +Bundle-RequiredExecutionEnvironment: JavaSE-1.6 |

