Skip to content

Commit 115dfec

Browse files
committed
Update flow layouts with new node icon
1 parent fd19f52 commit 115dfec

File tree

2 files changed

+19
-4
lines changed

2 files changed

+19
-4
lines changed

v12/src/HTTPInputApplication/.project

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,21 @@
7575
<arguments>
7676
</arguments>
7777
</buildCommand>
78+
<buildCommand>
79+
<name>com.ibm.etools.mft.json.builder.JSONBuilder</name>
80+
<arguments>
81+
</arguments>
82+
</buildCommand>
83+
<buildCommand>
84+
<name>com.ibm.etools.mft.restapi.ui.restApiDefinitionsBuilder</name>
85+
<arguments>
86+
</arguments>
87+
</buildCommand>
88+
<buildCommand>
89+
<name>com.ibm.etools.mft.policy.ui.policybuilder</name>
90+
<arguments>
91+
</arguments>
92+
</buildCommand>
7893
<buildCommand>
7994
<name>com.ibm.etools.msg.validation.dfdl.dfdlqnamevalidator</name>
8095
<arguments>

v12/src/HTTPInputApplication/HTTPInputMessageFlow.msgflow

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:ComIbmMSLMapping.msgnode="ComIbmMSLMapping.msgnode" xmlns:ComIbmWSInput.msgnode="ComIbmWSInput.msgnode" xmlns:ComIbmWSReply.msgnode="ComIbmWSReply.msgnode" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" xmlns:eflow="http://www.ibm.com/wbi/2005/eflow" xmlns:utility="http://www.ibm.com/wbi/2005/eflow_utility" nsURI="HTTPInputMessageFlow.msgflow" nsPrefix="HTTPInputMessageFlow.msgflow">
3-
<eClassifiers xmi:type="eflow:FCMComposite" name="FCMComposite_1">
3+
<eClassifiers xmi:type="eflow:FCMComposite" name="FCMComposite_1" nodeLayoutStyle="RECTANGLE">
44
<eSuperTypes href="http://www.ibm.com/wbi/2005/eflow#//FCMBlock"/>
55
<translation xmi:type="utility:TranslatableString" key="HTTPInputMessageFlow" bundleName="HTTPInputMessageFlow" pluginId="HTTPInputApplication"/>
66
<colorGraphic16 xmi:type="utility:GIFFileGraphic" resourceName="platform:/plugin/HTTPInputApplication/icons/full/obj16/HTTPInputMessageFlow.gif"/>
77
<colorGraphic32 xmi:type="utility:GIFFileGraphic" resourceName="platform:/plugin/HTTPInputApplication/icons/full/obj30/HTTPInputMessageFlow.gif"/>
88
<composition>
9-
<nodes xmi:type="ComIbmWSInput.msgnode:FCMComposite_1" xmi:id="FCMComposite_1_1" location="44,60" URLSpecifier="/HTTPInputMessageFlow" messageDomainProperty="JSON">
9+
<nodes xmi:type="ComIbmWSInput.msgnode:FCMComposite_1" xmi:id="FCMComposite_1_1" location="10,20" URLSpecifier="/HTTPInputMessageFlow" messageDomainProperty="JSON">
1010
<translation xmi:type="utility:ConstantString" string="HTTP Input"/>
1111
</nodes>
12-
<nodes xmi:type="ComIbmWSReply.msgnode:FCMComposite_1" xmi:id="FCMComposite_1_2" location="253,60">
12+
<nodes xmi:type="ComIbmWSReply.msgnode:FCMComposite_1" xmi:id="FCMComposite_1_2" location="419,20">
1313
<translation xmi:type="utility:ConstantString" string="HTTP Reply"/>
1414
</nodes>
15-
<nodes xmi:type="ComIbmMSLMapping.msgnode:FCMComposite_1" xmi:id="FCMComposite_1_3" location="142,56" mappingExpression="msl://{default}#HTTPInputMessageFlow_Mapping">
15+
<nodes xmi:type="ComIbmMSLMapping.msgnode:FCMComposite_1" xmi:id="FCMComposite_1_3" location="210,15" mappingExpression="msl://{default}#HTTPInputMessageFlow_Mapping">
1616
<translation xmi:type="utility:ConstantString" string="Mapping"/>
1717
</nodes>
1818
<connections xmi:type="eflow:FCMConnection" xmi:id="FCMConnection_1" targetNode="FCMComposite_1_3" sourceNode="FCMComposite_1_1" sourceTerminalName="OutTerminal.out" targetTerminalName="InTerminal.in"/>

0 commit comments

Comments
 (0)