summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Branson <andrew.branson@cern.ch>2014-08-27 09:09:48 +0200
committerAndrew Branson <andrew.branson@cern.ch>2014-08-27 09:09:48 +0200
commit40742ae7b95f70f8254406d34566452cd06c965e (patch)
treedebd9ae8d2bf4666910369c597a996bb4df16946
parent1ed3b0b6f668fdfaa0a04c3da2f0e6594d995e46 (diff)
Revert "Support 'Layer' property"
This reverts commit b11e80cf20bd65b7a52508ef24b1dce657dc01a4.
-rw-r--r--src/main/resources/boot/property/CAProp.xml1
-rw-r--r--src/main/resources/boot/property/EAProp.xml1
-rw-r--r--src/main/resources/boot/property/ODProp.xml1
-rw-r--r--src/main/resources/boot/property/SCProp.xml1
-rw-r--r--src/main/resources/boot/property/SMProp.xml1
-rw-r--r--src/main/resources/module.xml3
6 files changed, 1 insertions, 7 deletions
diff --git a/src/main/resources/boot/property/CAProp.xml b/src/main/resources/boot/property/CAProp.xml
index 7b65beb..acd6b90 100644
--- a/src/main/resources/boot/property/CAProp.xml
+++ b/src/main/resources/boot/property/CAProp.xml
@@ -3,7 +3,6 @@
DefaultValue="" IsMutable="false" />
<PropertyDescription Name="Complexity"
IsClassIdentifier="true" DefaultValue="Composite" IsMutable="false" />
- <PropertyDescription Name="Layer" IsClassIdentifier="false" DefaultValue="0" IsMutable="true"/>
<PropertyDescription Name="Type" IsClassIdentifier="true"
DefaultValue="ActivityDesc" IsMutable="false" />
</AllProperties>
diff --git a/src/main/resources/boot/property/EAProp.xml b/src/main/resources/boot/property/EAProp.xml
index b9208ed..aced7f3 100644
--- a/src/main/resources/boot/property/EAProp.xml
+++ b/src/main/resources/boot/property/EAProp.xml
@@ -3,7 +3,6 @@
DefaultValue="" IsMutable="true" />
<PropertyDescription Name="Complexity"
IsClassIdentifier="true" DefaultValue="Elementary" IsMutable="false" />
- <PropertyDescription Name="Layer" IsClassIdentifier="false" DefaultValue="0" IsMutable="true"/>
<PropertyDescription Name="Type" IsClassIdentifier="true"
DefaultValue="ActivityDesc" IsMutable="false" />
</AllProperties>
diff --git a/src/main/resources/boot/property/ODProp.xml b/src/main/resources/boot/property/ODProp.xml
index 3d7a6f1..bd7257d 100644
--- a/src/main/resources/boot/property/ODProp.xml
+++ b/src/main/resources/boot/property/ODProp.xml
@@ -5,5 +5,4 @@
DefaultValue="OutcomeDesc" IsMutable="false" />
<PropertyDescription Name="Breakapart"
IsClassIdentifier="false" DefaultValue="0" IsMutable="false" />
- <PropertyDescription Name="Layer" IsClassIdentifier="false" DefaultValue="0" IsMutable="true"/>
</AllProperties>
diff --git a/src/main/resources/boot/property/SCProp.xml b/src/main/resources/boot/property/SCProp.xml
index cff8532..f1f586f 100644
--- a/src/main/resources/boot/property/SCProp.xml
+++ b/src/main/resources/boot/property/SCProp.xml
@@ -3,5 +3,4 @@
DefaultValue="" IsMutable="true" />
<PropertyDescription Name="Type" IsClassIdentifier="true"
DefaultValue="Script" IsMutable="false" />
- <PropertyDescription Name="Layer" IsClassIdentifier="false" DefaultValue="0" IsMutable="true"/>
</AllProperties>
diff --git a/src/main/resources/boot/property/SMProp.xml b/src/main/resources/boot/property/SMProp.xml
index 7239463..6705443 100644
--- a/src/main/resources/boot/property/SMProp.xml
+++ b/src/main/resources/boot/property/SMProp.xml
@@ -3,5 +3,4 @@
DefaultValue="" IsMutable="true" />
<PropertyDescription Name="Type" IsClassIdentifier="true"
DefaultValue="StateMachine" IsMutable="false" />
- <PropertyDescription Name="Layer" IsClassIdentifier="false" DefaultValue="0" IsMutable="true"/>
</AllProperties>
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>