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 43798 Details for
Bug 140557
GEF Examples are inconsistent with other project example wizards
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]
Updated patch that takes care of the naming issues in gef example projects + updates releng and gef-feature projects
gefExamplesPatch_20060607.txt (text/plain), 6.14 KB, created by
Syed Atif
on 2006-06-07 17:07:24 EDT
(
hide
)
Description:
Updated patch that takes care of the naming issues in gef example projects + updates releng and gef-feature projects
Filename:
MIME Type:
Creator:
Syed Atif
Created:
2006-06-07 17:07:24 EDT
Size:
6.14 KB
patch
obsolete
>### Eclipse Workspace Patch 1.0 >#P org.eclipse.gef.examples.flow >Index: plugin.xml >=================================================================== >RCS file: /cvsroot/tools/org.eclipse.gef.examples.flow/plugin.xml,v >retrieving revision 1.15 >diff -u -r1.15 plugin.xml >--- plugin.xml 15 Feb 2006 22:26:55 -0000 1.15 >+++ plugin.xml 7 Jun 2006 20:55:23 -0000 >@@ -17,7 +17,7 @@ > <extension > point="org.eclipse.ui.newWizards"> > <category >- name="GEF (Graphical Editing Framework)" >+ name="GEF (Graphical Editing Framework) Diagrams" > parentCategory="org.eclipse.ui.Examples" > id="org.eclipse.gef.examples"> > </category> >@@ -30,6 +30,9 @@ > <selection > class="org.eclipse.core.resources.IResource"> > </selection> >+ <description> >+ A wizard that creates an editor for making flow diagrams (includes a sample flow diagram). >+ </description> > </wizard> > </extension> > >#P org.eclipse.gef-feature >Index: org.eclipse.gef.examples/feature.xml >=================================================================== >RCS file: /cvsroot/tools/org.eclipse.gef-feature/org.eclipse.gef.examples/feature.xml,v >retrieving revision 1.14 >diff -u -r1.14 feature.xml >--- org.eclipse.gef.examples/feature.xml 3 May 2006 19:24:44 -0000 1.14 >+++ org.eclipse.gef.examples/feature.xml 7 Jun 2006 20:55:24 -0000 >@@ -59,4 +59,11 @@ > version="0.0.0" > unpack="false"/> > >+ <plugin >+ id="org.eclipse.gef.examples.pde" >+ download-size="0" >+ install-size="0" >+ version="0.0.0" >+ unpack="false"/> >+ > </feature> >#P org.eclipse.gef.releng >Index: maps/gef.map >=================================================================== >RCS file: /cvsroot/tools/org.eclipse.gef.releng/maps/gef.map,v >retrieving revision 1.252 >diff -u -r1.252 gef.map >--- maps/gef.map 6 Jun 2006 19:23:28 -0000 1.252 >+++ maps/gef.map 7 Jun 2006 20:55:25 -0000 >@@ -6,6 +6,7 @@ > plugin@org.eclipse.gef.examples.flow=v20060606,:pserver:anonymous@dev.eclipse.org:/cvsroot/tools, > plugin@org.eclipse.gef.examples.shapes=v20060606,:pserver:anonymous@dev.eclipse.org:/cvsroot/tools, > plugin@org.eclipse.gef.examples.text=v20060606,:pserver:anonymous@dev.eclipse.org:/cvsroot/tools, >+plugin@org.eclipse.gef.examples.pde=v20060606,:pserver:anonymous@dev.eclipse.org:/cvsroot/tools, > plugin@org.eclipse.draw2d.doc.isv=v20060606,:pserver:anonymous@dev.eclipse.org:/cvsroot/tools, > plugin@org.eclipse.gef.doc.isv=v20060606,:pserver:anonymous@dev.eclipse.org:/cvsroot/tools, > plugin@org.eclipse.gef.test=v20060606,:pserver:anonymous@dev.eclipse.org:/cvsroot/tools, >#P org.eclipse.gef.examples.shapes >Index: plugin.xml >=================================================================== >RCS file: /cvsroot/tools/org.eclipse.gef.examples.shapes/plugin.xml,v >retrieving revision 1.3 >diff -u -r1.3 plugin.xml >--- plugin.xml 15 Apr 2005 19:17:32 -0000 1.3 >+++ plugin.xml 7 Jun 2006 20:55:26 -0000 >@@ -13,7 +13,7 @@ > </editor> > </extension> > <extension point="org.eclipse.ui.newWizards"> >- <category name="Examples" >+ <category name="GEF (Graphical Editing Framework) Diagrams" > parentCategory="org.eclipse.ui.Examples" > id="org.eclipse.gef.examples"/> > <wizard name="Shapes Diagram" >@@ -22,6 +22,9 @@ > class="org.eclipse.gef.examples.shapes.ShapesCreationWizard" > id="org.eclipse.gef.examples.shapes.ShapesCreationWizard"> > <selection class="org.eclipse.core.resources.IResource"/> >+ <description> >+ A wizard that creates an editor for making simple shapes. >+ </description> > </wizard> > </extension> > </plugin> >#P org.eclipse.gef.examples.text >Index: plugin.xml >=================================================================== >RCS file: /cvsroot/tools/org.eclipse.gef.examples.text/plugin.xml,v >retrieving revision 1.10 >diff -u -r1.10 plugin.xml >--- plugin.xml 12 Aug 2005 04:45:26 -0000 1.10 >+++ plugin.xml 7 Jun 2006 20:55:27 -0000 >@@ -16,7 +16,7 @@ > </extension> > > <extension point="org.eclipse.ui.newWizards"> >- <category name="Examples" id="org.eclipse.ui.Examples/org.eclipse.gef.examples" /> >+ <category name="GEF (Graphical Editing Framework) Diagrams" id="org.eclipse.ui.Examples/org.eclipse.gef.examples" /> > <wizard > name="GEF WYSIWYG Document Example" > icon="text.gif" >@@ -125,4 +125,4 @@ > schemeId="org.eclipse.ui.defaultAcceleratorConfiguration"> > </key> > </extension> >-</plugin> >\ No newline at end of file >+</plugin> >#P org.eclipse.gef.examples.logic >Index: plugin.properties >=================================================================== >RCS file: /cvsroot/tools/org.eclipse.gef.examples.logic/plugin.properties,v >retrieving revision 1.20 >diff -u -r1.20 plugin.properties >--- plugin.properties 28 Sep 2005 20:57:31 -0000 1.20 >+++ plugin.properties 7 Jun 2006 20:55:27 -0000 >@@ -9,6 +9,6 @@ > # IBM Corporation - initial API and implementation > ############################################################################### > Logic_example_graphical_editor_name = Logic Graphical Editor >-GEF_example_wizard_category_name = GEF (Graphical Editing Framework) >+GEF_example_wizard_category_name = GEF (Graphical Editing Framework) Diagrams > Logic_example_wizard_name = Logic Diagram > Logic_example_wizard_description=A wizard that creates a sample Logic file >\ No newline at end of file >#P org.eclipse.gef.examples.ediagram >Index: plugin.xml >=================================================================== >RCS file: /cvsroot/tools/org.eclipse.gef.examples.ediagram/plugin.xml,v >retrieving revision 1.5 >diff -u -r1.5 plugin.xml >--- plugin.xml 19 Aug 2005 16:43:04 -0000 1.5 >+++ plugin.xml 7 Jun 2006 20:55:28 -0000 >@@ -17,7 +17,7 @@ > <extension > point="org.eclipse.ui.newWizards"> > <category >- name="GEF Examples" >+ name="GEF (Graphical Editing Framework) Diagrams" > parentCategory="org.eclipse.ui.Examples" > id="org.eclipse.gef.examples"> > </category>
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 140557
:
41057
|
41166
|
41167
|
43028
|
43030
|
43797
|
43798