Download
Getting Started
Members
Projects
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
More
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
Toggle navigation
Bugzilla – Attachment 223251 Details for
Bug 325368
Product export bundles JRE even when "bundle jre for this environment" is unchecked
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
Terms of Use
|
Copyright Agent
Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read
this important communication.
[patch]
1-checkbox.patch
1-checkbox.patch (text/plain), 1.60 KB, created by
Christian Walther
on 2012-11-06 11:20:43 EST
(
hide
)
Description:
1-checkbox.patch
Filename:
MIME Type:
Creator:
Christian Walther
Created:
2012-11-06 11:20:43 EST
Size:
1.60 KB
patch
obsolete
>From ce6cfe8f8c238d11f89054f458923677daaf2057 Mon Sep 17 00:00:00 2001 >From: Christian Walther <walther@indel.ch> >Date: Mon, 5 Nov 2012 17:04:49 +0100 >Subject: [PATCH] Bug 325368 - Respect the "Bundle JRE for this environment > with the product" checkbox. Original implementation by > Andrew Niefer for bug 307269, left out in commit c12d257. > >--- > .../core/exports/ProductExportOperation.java | 6 ++++++ > 1 files changed, 6 insertions(+), 0 deletions(-) > >diff --git a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/exports/ProductExportOperation.java b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/exports/ProductExportOperation.java >index d21ae34..6dc8964 100644 >--- a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/exports/ProductExportOperation.java >+++ b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/exports/ProductExportOperation.java >@@ -7,6 +7,7 @@ > * > * Contributors: > * IBM Corporation - initial API and implementation >+ * Christian Walther (Indel AG), Andrew Niefer - [307269][325368] respect "Bundle JRE" checkbox > *******************************************************************************/ > package org.eclipse.pde.internal.core.exports; > >@@ -189,6 +190,11 @@ public class ProductExportOperation extends FeatureExportOperation { > IJREInfo jreInfo = fProduct.getJREInfo(); > for (int i = 0; i < configurations.length; i++) { > String[] config = configurations[i]; >+ >+ if (!jreInfo.includeJREWithProduct(config[0])) { >+ continue; >+ } >+ > File vm = jreInfo != null ? jreInfo.getJVMLocation(config[0]) : null; > > if (vm != null) { >-- >1.7.5.4 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 325368
:
178953
| 223251 |
223252
|
223254