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 223254 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]
2-qualifier.patch
2-qualifier.patch (text/plain), 2.04 KB, created by
Christian Walther
on 2012-11-06 11:22:10 EST
(
hide
)
Description:
2-qualifier.patch
Filename:
MIME Type:
Creator:
Christian Walther
Created:
2012-11-06 11:22:10 EST
Size:
2.04 KB
patch
obsolete
>From 1c6d087289fcddcf28f9d91ac76c1ae74120f4a6 Mon Sep 17 00:00:00 2001 >From: Christian Walther <walther@indel.ch> >Date: Mon, 5 Nov 2012 17:12:07 +0100 >Subject: [PATCH] Bug 325368 - Give the container feature a unique version per > build by including a qualifier, otherwise when unpacking it > to apply branding, an outdated cached copy may be used. > >--- > .../core/exports/FeatureExportOperation.java | 5 +++-- > 1 files changed, 3 insertions(+), 2 deletions(-) > >diff --git a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/exports/FeatureExportOperation.java b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/exports/FeatureExportOperation.java >index 0251265..52bd2fa 100644 >--- a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/exports/FeatureExportOperation.java >+++ b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/exports/FeatureExportOperation.java >@@ -1,5 +1,5 @@ > /******************************************************************************* >- * Copyright (c) 2006, 2011 IBM Corporation and others. >+ * Copyright (c) 2006, 2012 IBM Corporation and others. > * All rights reserved. This program and the accompanying materials > * are made available under the terms of the Eclipse Public License v1.0 > * which accompanies this distribution, and is available at >@@ -7,6 +7,7 @@ > * > * Contributors: > * IBM Corporation - initial API and implementation >+ * Christian Walther (Indel AG) - [325368] avoid use of stale p2 cache > *******************************************************************************/ > package org.eclipse.pde.internal.core.exports; > >@@ -998,7 +999,7 @@ public class FeatureExportOperation extends Job { > Document doc = factory.newDocumentBuilder().newDocument(); > Element root = doc.createElement("feature"); //$NON-NLS-1$ > root.setAttribute("id", featureID); //$NON-NLS-1$ >- root.setAttribute("version", "1.0"); //$NON-NLS-1$ //$NON-NLS-2$ >+ root.setAttribute("version", "1.0.0.qualifier"); //$NON-NLS-1$ //$NON-NLS-2$ > doc.appendChild(root); > > if (includeLauncher) { >-- >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