Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[stp-dev] error in noGatewayInToolbar sample plugin.xml - patch included

Hi,

looking at the provided examples in
http://dev.eclipse.org/svnroot/stp/org.eclipse.stp.bpmn/trunk/samples/org.eclipse.stp.bpmn.sample.noGatewayInToolbar/

I found a duplicate end tag which made the plugin.xml not-well-formed.

The patch is included as an attachement to this mail.

Kind regards,

Roland Gude

Simulations- und Softwaretechnik

Deutsches Zentrum für Luft- und Raumfahrt in der Helmholtz-Gemeinschaft German Aerospace Center

Linder Höhe
51147 Köln
Deutschland

Telefon +(49)2203 601-2835
Telefax +(49)2203 601-3070
E-Mail mailto:roland.gude@xxxxxx
Internet http://www.dlr.de/sc/

Index: C:/Dokumente und Einstellungen/gude_r/workspace/org.eclipse.stp.bpmn.sample.noGatewayInToolbar/plugin.xml
===================================================================
--- C:/Dokumente und Einstellungen/gude_r/workspace/org.eclipse.stp.bpmn.sample.noGatewayInToolbar/plugin.xml	(revision 1735)
+++ C:/Dokumente und Einstellungen/gude_r/workspace/org.eclipse.stp.bpmn.sample.noGatewayInToolbar/plugin.xml	(working copy)
@@ -55,7 +55,7 @@
          <ViewId id="org.eclipse.stp.bpmn.sample.noGatewayInToolbar.editor1">
             <ElementType class="org.eclipse.gmf.runtime.diagram.ui.editparts.IGraphicalEditPart">
                <GlobalActionId actionId="bookmark"/>
-               </GlobalActionId>
+               
             </ElementType>
          </ViewId>
       </GlobalActionHandlerProvider>

Back to the top