diff options
| author | Andrew Branson <andrew.branson@cern.ch> | 2014-08-27 09:09:48 +0200 |
|---|---|---|
| committer | Andrew Branson <andrew.branson@cern.ch> | 2014-08-27 09:09:48 +0200 |
| commit | 40742ae7b95f70f8254406d34566452cd06c965e (patch) | |
| tree | debd9ae8d2bf4666910369c597a996bb4df16946 /src/main/resources/module.xml | |
| parent | 1ed3b0b6f668fdfaa0a04c3da2f0e6594d995e46 (diff) | |
Revert "Support 'Layer' property"
This reverts commit b11e80cf20bd65b7a52508ef24b1dce657dc01a4.
Diffstat (limited to 'src/main/resources/module.xml')
| -rw-r--r-- | src/main/resources/module.xml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/main/resources/module.xml b/src/main/resources/module.xml index b71c82d..7bb1c6c 100644 --- a/src/main/resources/module.xml +++ b/src/main/resources/module.xml @@ -2,7 +2,6 @@ <Info>
<Description>CRISTAL Development Items, such as resource factories and workflows. Also includes a demonstrative description factory</Description>
<Version>${version}</Version>
- <Layer>1</Layer>
<Dependency>CristalXMLDB</Dependency>
</Info>
<ResourceURL>uk/ac/uwe/cristaldev/resources/</ResourceURL>
@@ -152,4 +151,4 @@ <Role>User</Role>
</Agent>
</Imports>
-</CristalModule>
\ No newline at end of file +</CristalModule> |
