summaryrefslogtreecommitdiff
path: root/src/main/resources/mapFiles
diff options
context:
space:
mode:
authorAndrew Branson <andrew.branson@cern.ch>2013-08-02 15:01:39 +0200
committerAndrew Branson <andrew.branson@cern.ch>2013-08-02 15:01:39 +0200
commit602488edc547279a5137e4db1dd0f6daeaa7e20c (patch)
treeb18ab66a2efb15d301b23aadcae7e588c566f055 /src/main/resources/mapFiles
parenta7e90e86fa912ccb438d74f7def87e1bded9b7c4 (diff)
Module resources can specify version number, which overrides the default
version viewpoint of '0'.
Diffstat (limited to 'src/main/resources/mapFiles')
-rw-r--r--src/main/resources/mapFiles/ModuleMap.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/main/resources/mapFiles/ModuleMap.xml b/src/main/resources/mapFiles/ModuleMap.xml
index d858123..541b393 100644
--- a/src/main/resources/mapFiles/ModuleMap.xml
+++ b/src/main/resources/mapFiles/ModuleMap.xml
@@ -48,6 +48,9 @@
<field name="name" direct="true" type="string">
<bind-xml name="name" node="attribute" />
</field>
+ <field name="version" direct="true" type="integer">
+ <bind-xml name="version" node="attribute" />
+ </field>
<field name="resourceType" direct="true" type="string">
<bind-xml name="type" node="attribute" />
</field>