diff options
| author | Andrew Branson <andrew.branson@cern.ch> | 2014-04-04 17:26:10 +0200 |
|---|---|---|
| committer | Andrew Branson <andrew.branson@cern.ch> | 2014-04-04 17:26:10 +0200 |
| commit | 11e7a9aaed7c22ec93a791ea752e159b4b120e4e (patch) | |
| tree | 8d8870aeeca417c3989312214ccf99818d143d65 /src/main/resources/mapFiles/NewEntityMap.xml | |
| parent | c672fa9d426beb92d9149ebc32c9cdf9bece7845 (diff) | |
Module XML now supports a workflowVer attribute for the Item element. If
not given, it assumed version 0, as per the previous behaviour. Fixes
#180
Diffstat (limited to 'src/main/resources/mapFiles/NewEntityMap.xml')
| -rw-r--r-- | src/main/resources/mapFiles/NewEntityMap.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/main/resources/mapFiles/NewEntityMap.xml b/src/main/resources/mapFiles/NewEntityMap.xml index 239fa21..84c4ce7 100644 --- a/src/main/resources/mapFiles/NewEntityMap.xml +++ b/src/main/resources/mapFiles/NewEntityMap.xml @@ -11,6 +11,9 @@ <field name="workflow" type="string" direct="true">
<bind-xml name="workflow" node="attribute"/>
</field>
+ <field name="workflowVer" type="integer" direct="true">
+ <bind-xml name="workflowVer" node="attribute"/>
+ </field>
<field name="properties" collection="arraylist" direct="true" type="com.c2kernel.property.Property">
<bind-xml name="Property" node="element"/>
</field>
|
