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 110286 Details for
Bug 240053
product export from the ui does not generate bundles.info
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]
patch to build
240053.txt (text/plain), 1.01 KB, created by
Andrew Niefer
on 2008-08-18 16:42:59 EDT
(
hide
)
Description:
patch to build
Filename:
MIME Type:
Creator:
Andrew Niefer
Created:
2008-08-18 16:42:59 EDT
Size:
1.01 KB
patch
obsolete
>### Eclipse Workspace Patch 1.0 >#P org.eclipse.pde.build >Index: src/org/eclipse/pde/internal/build/builder/FeatureBuildScriptGenerator.java >=================================================================== >RCS file: /cvsroot/eclipse/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/FeatureBuildScriptGenerator.java,v >retrieving revision 1.116 >diff -u -r1.116 FeatureBuildScriptGenerator.java >--- src/org/eclipse/pde/internal/build/builder/FeatureBuildScriptGenerator.java 21 May 2008 23:49:29 -0000 1.116 >+++ src/org/eclipse/pde/internal/build/builder/FeatureBuildScriptGenerator.java 18 Aug 2008 20:41:56 -0000 >@@ -370,7 +370,7 @@ > */ > private void generateRootFilesAndPermissions() throws CoreException { > String product = generateProductFiles ? director.getProduct() : null; >- if (product != null && !havePDEUIState()) { >+ if (product != null) { > ProductGenerator generator = new ProductGenerator(); > generator.setProduct(product); > generator.setBuildSiteFactory(siteFactory);
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 240053
: 110286 |
111082
|
111694