### Eclipse Workspace Patch 1.0 #P org.eclipse.compare Index: plugin.properties =================================================================== RCS file: /cvsroot/eclipse/org.eclipse.compare/plugins/org.eclipse.compare/plugin.properties,v retrieving revision 1.93.2.1 diff -u -r1.93.2.1 plugin.properties --- plugin.properties 4 Mar 2009 09:15:40 -0000 1.93.2.1 +++ plugin.properties 8 Mar 2009 22:14:59 -0000 @@ -91,6 +91,9 @@ CompareWithHistoryAction.label= &Local History... CompareWithHistoryAction.tooltip= Compare the Selected Resource with Local History +CreateLocalPatch.label= &Create Patch... +CreateLocalPatch.tooltip= Create Patch from the Selected Resource + ReplaceWithMenu.label= Rep&lace With ReplaceFromHistoryAction.label= &Local History... Index: plugin.xml =================================================================== RCS file: /cvsroot/eclipse/org.eclipse.compare/plugins/org.eclipse.compare/plugin.xml,v retrieving revision 1.68.2.1 diff -u -r1.68.2.1 plugin.xml --- plugin.xml 4 Mar 2009 09:15:40 -0000 1.68.2.1 +++ plugin.xml 8 Mar 2009 22:14:59 -0000 @@ -192,6 +192,9 @@ id="compareWithMenu"> + + @@ -280,6 +283,26 @@ id="addFromHistoryAction"> + + + + + + + +