diff options
| author | Andrew Branson <andrew.branson@cern.ch> | 2013-08-02 15:01:39 +0200 |
|---|---|---|
| committer | Andrew Branson <andrew.branson@cern.ch> | 2013-08-02 15:01:39 +0200 |
| commit | 602488edc547279a5137e4db1dd0f6daeaa7e20c (patch) | |
| tree | b18ab66a2efb15d301b23aadcae7e588c566f055 /src/main/resources/mapFiles | |
| parent | a7e90e86fa912ccb438d74f7def87e1bded9b7c4 (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.xml | 3 |
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>
|
