summaryrefslogtreecommitdiffstats
path: root/schemas
diff options
context:
space:
mode:
authorChris St. Pierre <chris.a.st.pierre@gmail.com>2012-10-30 09:05:23 -0400
committerChris St. Pierre <chris.a.st.pierre@gmail.com>2013-01-17 10:40:18 -0500
commitaece6f8901711fa9e662b63f4f6b12cb90b84503 (patch)
tree26e20af5ec9b076a22fa0a970d303916cf4b0369 /schemas
parent41cfeba3ec2f4287dc1294a2c421e64f7b1224f8 (diff)
downloadbcfg2-aece6f8901711fa9e662b63f4f6b12cb90b84503.tar.gz
bcfg2-aece6f8901711fa9e662b63f4f6b12cb90b84503.tar.bz2
bcfg2-aece6f8901711fa9e662b63f4f6b12cb90b84503.zip
removed deprecated PostInstall support
Diffstat (limited to 'schemas')
-rw-r--r--schemas/bundle.xsd9
-rw-r--r--schemas/rules.xsd13
2 files changed, 0 insertions, 22 deletions
diff --git a/schemas/bundle.xsd b/schemas/bundle.xsd
index 68e793920..81bb9f0b5 100644
--- a/schemas/bundle.xsd
+++ b/schemas/bundle.xsd
@@ -80,15 +80,6 @@
</xsd:documentation>
</xsd:annotation>
</xsd:element>
- <xsd:element name='PostInstall' type='StructureEntry'>
- <xsd:annotation>
- <xsd:documentation>
- PostInstall entries are deprecated in favor of Action
- entries. Actions can do everything PostInstall entries can
- do and more.
- </xsd:documentation>
- </xsd:annotation>
- </xsd:element>
<xsd:element name='BoundPackage' type='PackageType'>
<xsd:annotation>
<xsd:documentation>
diff --git a/schemas/rules.xsd b/schemas/rules.xsd
index ddfb7ad0d..be60abef0 100644
--- a/schemas/rules.xsd
+++ b/schemas/rules.xsd
@@ -13,10 +13,6 @@
<xsd:import namespace="http://genshi.edgewall.org/"
schemaLocation="genshi.xsd"/>
- <xsd:complexType name='PostInstallType'>
- <xsd:attribute type='xsd:string' name='name' use='required'/>
- </xsd:complexType>
-
<xsd:group name="rulesElements">
<xsd:choice>
<xsd:group ref="py:genshiElements"/>
@@ -126,15 +122,6 @@
</xsd:documentation>
</xsd:annotation>
</xsd:element>
- <xsd:element name='PostInstall' type='PostInstallType'>
- <xsd:annotation>
- <xsd:documentation>
- PostInstall entries are deprecated in favor of Action
- entries. Actions can do everything PostInstall entries can
- do and more.
- </xsd:documentation>
- </xsd:annotation>
- </xsd:element>
<xsd:element name='Group' type='RContainerType'>
<xsd:annotation>
<xsd:documentation>