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 66861 Details for
Bug 186204
Build.xml created in the wrong plug-in in a Bauman-Brian face-off
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 for pde ui
186204ui.patch (text/plain), 1.83 KB, created by
Pascal Rapicault
on 2007-05-11 10:43:42 EDT
(
hide
)
Description:
patch for pde ui
Filename:
MIME Type:
Creator:
Pascal Rapicault
Created:
2007-05-11 10:43:42 EDT
Size:
1.83 KB
patch
obsolete
>### Eclipse Workspace Patch 1.0 >#P org.eclipse.pde.ui >Index: src/org/eclipse/pde/internal/ui/build/BuildPluginAction.java >=================================================================== >RCS file: /cvsroot/eclipse/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/build/BuildPluginAction.java,v >retrieving revision 1.25 >diff -u -r1.25 BuildPluginAction.java >--- src/org/eclipse/pde/internal/ui/build/BuildPluginAction.java 9 May 2007 16:20:52 -0000 1.25 >+++ src/org/eclipse/pde/internal/ui/build/BuildPluginAction.java 11 May 2007 14:43:09 -0000 >@@ -11,11 +11,11 @@ > package org.eclipse.pde.internal.ui.build; > > import java.lang.reflect.InvocationTargetException; >- > import org.eclipse.core.resources.IProject; > import org.eclipse.core.runtime.CoreException; > import org.eclipse.core.runtime.IProgressMonitor; > import org.eclipse.jface.dialogs.MessageDialog; >+import org.eclipse.osgi.service.resolver.BundleDescription; > import org.eclipse.pde.core.plugin.IPluginModelBase; > import org.eclipse.pde.core.plugin.PluginRegistry; > import org.eclipse.pde.internal.build.AbstractScriptGenerator; >@@ -43,8 +43,9 @@ > generator.setStateExtraData(TargetPlatformHelper.getBundleClasspaths(TargetPlatformHelper.getPDEState()), TargetPlatformHelper.getPatchMap(TargetPlatformHelper.getPDEState())); > generator.setBuildingOSGi(true); > IPluginModelBase model = PluginRegistry.findModel(project); >- if(model != null && model.getPluginBase().getId() != null) >- { generator.setElements(new String[] { "plugin@" + model.getPluginBase().getId() }); //$NON-NLS-1$ >+ if(model != null && model.getPluginBase().getId() != null) { >+ generator.setBundles(new BundleDescription[] {model.getBundleDescription()}); >+// generator.setElements(new String[] { "plugin@" + model.getPluginBase().getId() }); //$NON-NLS-1$ > generator.generate(); > } > else
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 186204
:
66803
|
66859
|
66860
| 66861 |
66930