[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[List Home]
|
[stp-dev] error in noGatewayInToolbar sample plugin.xml - patch included
|
- From: <Gude.Roland@xxxxxx>
- Date: Tue, 19 Feb 2008 10:52:16 +0100
- Delivered-to: stp-dev@eclipse.org
- Thread-index: Achy3RwKWmc51suGTSuyfwEgMjZSvQ==
- Thread-topic: 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>