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 45567 Details for
Bug 140337
[CView] Common Navigator extensions
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]
Project wizard extensions
bug140337-build.patch (text/plain), 4.66 KB, created by
Anton Leherbauer
on 2006-06-30 04:52:26 EDT
(
hide
)
Description:
Project wizard extensions
Filename:
MIME Type:
Creator:
Anton Leherbauer
Created:
2006-06-30 04:52:26 EDT
Size:
4.66 KB
patch
obsolete
>### Eclipse Workspace Patch 1.0 >#P org.eclipse.cdt.make.ui >Index: plugin.xml >=================================================================== >RCS file: /cvsroot/tools/org.eclipse.cdt-build/org.eclipse.cdt.make.ui/plugin.xml,v >retrieving revision 1.59 >diff -u -r1.59 plugin.xml >--- plugin.xml 15 Nov 2005 21:30:05 -0000 1.59 >+++ plugin.xml 28 Jun 2006 13:53:20 -0000 >@@ -423,4 +423,38 @@ > class="org.eclipse.cdt.make.ui.dialogs.GCCPerFileSCDProfilePage" > name="%GCCPerFileProfile.name" > profileId="org.eclipse.cdt.make.core.GCCStandardMakePerFileProfile"/> >+ </extension> >+ <extension >+ point="org.eclipse.ui.navigator.navigatorContent"> >+ <commonWizard >+ associatedExtensionId="org.eclipse.cdt.ui.navigator.content" >+ menuGroupId="org.eclipse.cdt.ui.newCWizards" >+ type="new" >+ wizardId="org.eclipse.cdt.ui.wizards.NewMakeCProjectWizard"> >+ <enablement/> >+ </commonWizard> >+ <commonWizard >+ associatedExtensionId="org.eclipse.cdt.ui.navigator.content" >+ menuGroupId="org.eclipse.cdt.ui.newCWizards" >+ type="new" >+ wizardId="org.eclipse.cdt.make.ui.wizards.NewMakeCCProjectWizard"> >+ <enablement/> >+ </commonWizard> >+ <commonWizard >+ associatedExtensionId="org.eclipse.cdt.ui.navigator.content" >+ menuGroupId="org.eclipse.cdt.ui.newCWizards" >+ type="new" >+ wizardId="org.eclipse.cdt.ui.wizards.ConvertToMakeWizard"> >+ <enablement> >+ <instanceof value="org.eclipse.core.resources.IProject"/> >+ </enablement> >+ </commonWizard> >+ </extension> >+ <extension >+ point="org.eclipse.ui.navigator.viewer"> >+ <viewerContentBinding viewerId="org.eclipse.ui.navigator.ProjectExplorer"> >+ <includes> >+ <contentExtension pattern="org.eclipse.cdt.make.ui.wizards.*"/> >+ </includes> >+ </viewerContentBinding> > </extension></plugin> >Index: META-INF/MANIFEST.MF >=================================================================== >RCS file: /cvsroot/tools/org.eclipse.cdt-build/org.eclipse.cdt.make.ui/META-INF/MANIFEST.MF,v >retrieving revision 1.3 >diff -u -r1.3 MANIFEST.MF >--- META-INF/MANIFEST.MF 18 Jan 2006 18:16:32 -0000 1.3 >+++ META-INF/MANIFEST.MF 28 Jun 2006 13:53:20 -0000 >@@ -31,5 +31,6 @@ > org.eclipse.cdt.ui, > org.eclipse.cdt.make.core, > org.eclipse.core.runtime, >- org.eclipse.debug.ui >+ org.eclipse.debug.ui, >+ org.eclipse.ui.navigator > Eclipse-LazyStart: true >#P org.eclipse.cdt.managedbuilder.ui >Index: META-INF/MANIFEST.MF >=================================================================== >RCS file: /cvsroot/tools/org.eclipse.cdt-build/org.eclipse.cdt.managedbuilder.ui/META-INF/MANIFEST.MF,v >retrieving revision 1.3 >diff -u -r1.3 MANIFEST.MF >--- META-INF/MANIFEST.MF 18 Jan 2006 18:16:24 -0000 1.3 >+++ META-INF/MANIFEST.MF 28 Jun 2006 13:53:21 -0000 >@@ -17,5 +17,6 @@ > org.eclipse.cdt.ui, > org.eclipse.cdt.managedbuilder.core, > org.eclipse.core.runtime, >- org.eclipse.core.variables >+ org.eclipse.core.variables, >+ org.eclipse.ui.navigator > Eclipse-LazyStart: true >Index: plugin.xml >=================================================================== >RCS file: /cvsroot/tools/org.eclipse.cdt-build/org.eclipse.cdt.managedbuilder.ui/plugin.xml,v >retrieving revision 1.66 >diff -u -r1.66 plugin.xml >--- plugin.xml 4 May 2006 20:12:37 -0000 1.66 >+++ plugin.xml 28 Jun 2006 13:53:21 -0000 >@@ -226,5 +226,26 @@ > <actionSet id="org.eclipse.cdt.managedbuilder.ui.buildConfigActionSet"/> > <actionSet id="org.eclipse.cdt.managedbuilder.ui.buildSelectedFilesActionSet"/> > </perspectiveExtension> >+ </extension> >+ <extension >+ point="org.eclipse.ui.navigator.navigatorContent"> >+ <commonWizard >+ associatedExtensionId="org.eclipse.cdt.ui.navigator.content" >+ menuGroupId="org.eclipse.cdt.ui.newCWizards" >+ type="new" >+ wizardId="org.eclipse.cdt.managedbuilder.ui.wizards.StdCCWizard"/> >+ <commonWizard >+ associatedExtensionId="org.eclipse.cdt.ui.navigator.content" >+ menuGroupId="org.eclipse.cdt.ui.newCWizards" >+ type="new" >+ wizardId="org.eclipse.cdt.managedbuilder.ui.wizards.StdCWizard"/> >+ </extension> >+ <extension >+ point="org.eclipse.ui.navigator.viewer"> >+ <viewerContentBinding viewerId="org.eclipse.ui.navigator.ProjectExplorer"> >+ <includes> >+ <contentExtension pattern="org.eclipse.cdt.managedbuilder.ui.wizards.*"/> >+ </includes> >+ </viewerContentBinding> > </extension> > </plugin>
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 140337
:
45522
| 45567