diff options
| author | Andrew Branson <andrew.branson@cern.ch> | 2013-10-29 16:21:08 +0100 |
|---|---|---|
| committer | Andrew Branson <andrew.branson@cern.ch> | 2013-10-29 16:21:08 +0100 |
| commit | fd8108209688cda9e782a4c3c91be522eb3ed1f4 (patch) | |
| tree | 62e38f2aecb05242f7d26f75e2fcf5765e47a8d8 /src/main/resources/boot/CA/ManageElementaryActDef.xml | |
| parent | 79bdf4aa01fb9ca991de032733919923a19192c8 (diff) | |
Exception cleanup
Allow versions to be null: use Integer or String
Diffstat (limited to 'src/main/resources/boot/CA/ManageElementaryActDef.xml')
| -rw-r--r-- | src/main/resources/boot/CA/ManageElementaryActDef.xml | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/src/main/resources/boot/CA/ManageElementaryActDef.xml b/src/main/resources/boot/CA/ManageElementaryActDef.xml index 77baa8e..756fb8a 100644 --- a/src/main/resources/boot/CA/ManageElementaryActDef.xml +++ b/src/main/resources/boot/CA/ManageElementaryActDef.xml @@ -12,7 +12,6 @@ <OutEdgeId>21</OutEdgeId>
<Properties>
<KeyValuePair Key="LastNum" String="2"/>
- <KeyValuePair Key="RoutingScriptVersion" String=""/>
<KeyValuePair Key="RoutingScriptName" String="javascript:true;"/>
</Properties>
</LoopDef>
@@ -49,10 +48,7 @@ <OutlinePoint x="244" y="51"/>
<OutEdgeId>16</OutEdgeId>
<OutEdgeId>17</OutEdgeId>
- <Properties>
- <KeyValuePair Key="RoutingScriptVersion" String=""/>
- <KeyValuePair Key="RoutingScriptName" String=""/>
- </Properties>
+ <Properties/>
</AndSplitDef>
<LoopDef ID="3" Name="" Height="24" Width="60" IsLayoutable="true" IsComposite="false" isNext="0">
<CentrePoint x="177" y="359"/>
@@ -65,7 +61,6 @@ <OutEdgeId>8</OutEdgeId>
<Properties>
<KeyValuePair Key="LastNum" String="2"/>
- <KeyValuePair Key="RoutingScriptVersion" String=""/>
<KeyValuePair Key="RoutingScriptName" String="javascript:true;"/>
</Properties>
</LoopDef>
|
