| author | Rainer Pielmann | 2012-02-29 02:21:39 (EST) |
|---|---|---|
| committer | Stephan Born | 2012-04-24 10:13:14 (EDT) |
| commit | 8675530ae33e64924b1a5f5ce9ec4c49698508ad (patch) (side-by-side diff) | |
| tree | d20019816614dd26b8304ba3be81aa63c8c9705f | |
| parent | 2bb6e24f01406a2c344cbed0fd823b161629e200 (diff) | |
| download | org.eclipse.stardust.ide-8675530ae33e64924b1a5f5ce9ec4c49698508ad.zip org.eclipse.stardust.ide-8675530ae33e64924b1a5f5ce9ec4c49698508ad.tar.gz org.eclipse.stardust.ide-8675530ae33e64924b1a5f5ce9ec4c49698508ad.tar.bz2 | |
Adapt build process in order to compile product with Java6 (META-INF - required execution environment set to jre6 - testing for derby plugin first)
git-svn-id: http://emeafrazerg/svn/ipp/product/trunk/stardust/ide@54124 8100b5e0-4d52-466c-ae9c-bdeccbdeaf6b
| -rw-r--r-- | 3rdparty/org.eclipse.stardust.ide.thirdparty.db.derby/META-INF/MANIFEST.MF | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/3rdparty/org.eclipse.stardust.ide.thirdparty.db.derby/META-INF/MANIFEST.MF b/3rdparty/org.eclipse.stardust.ide.thirdparty.db.derby/META-INF/MANIFEST.MF index ba4eb23..7829902 100644 --- a/3rdparty/org.eclipse.stardust.ide.thirdparty.db.derby/META-INF/MANIFEST.MF +++ b/3rdparty/org.eclipse.stardust.ide.thirdparty.db.derby/META-INF/MANIFEST.MF @@ -1,5 +1,5 @@ Manifest-Version: 1.0 -Bundle-RequiredExecutionEnvironment: J2SE-1.5 +Bundle-RequiredExecutionEnvironment: JavaSE-1.6 Bundle-ManifestVersion: 2 Bundle-Name: %pluginName Bundle-SymbolicName: org.eclipse.stardust.ide.thirdparty.db.derby |

