diff options
author | Sol Jerome <solj@ices.utexas.edu> | 2010-06-14 20:06:05 +0000 |
---|---|---|
committer | Sol Jerome <sol.jerome@gmail.com> | 2010-06-14 15:06:12 -0500 |
commit | de24b8ba770200e0e66247435a9c0e602390e3b0 (patch) | |
tree | 2d11a9169807d23281aaf432c94738ca5dc04245 /schemas | |
parent | 7e9560f68cef84ca646f9b693e759badabf1c64b (diff) | |
download | bcfg2-de24b8ba770200e0e66247435a9c0e602390e3b0.tar.gz bcfg2-de24b8ba770200e0e66247435a9c0e602390e3b0.tar.bz2 bcfg2-de24b8ba770200e0e66247435a9c0e602390e3b0.zip |
schemas: Remove old 'restart' attribute
Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@5930 ce84e21b-d406-0410-9b95-82705330c041
Diffstat (limited to 'schemas')
-rw-r--r-- | schemas/servicetype.xsd | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/schemas/servicetype.xsd b/schemas/servicetype.xsd index 56e15b060..8bc692ed2 100644 --- a/schemas/servicetype.xsd +++ b/schemas/servicetype.xsd @@ -25,7 +25,6 @@ <xsd:attribute name='mode' type='xsd:string'/> <xsd:attribute name='custom' type='xsd:string'/> <xsd:attribute name='FMRI' type='xsd:string'/> - <xsd:attribute name='restart' type='xsd:string'/> <xsd:attribute name='supervised' type='xsd:string'/> <xsd:attribute name='sequence' type='xsd:string'/> <xsd:attribute name='target' type='xsd:string'/> |