From: <jh...@us...> - 2011-05-19 17:31:21
|
Revision: 287 http://etch.svn.sourceforge.net/etch/?rev=287&view=rev Author: jheiss Date: 2011-05-19 17:31:15 +0000 (Thu, 19 May 2011) Log Message: ----------- Update the DTD files in these directories with some changes made to the testrepo DTD files a while back. Modified Paths: -------------- trunk/etchserver-demo/commands.dtd trunk/etchserver-demo/config.dtd trunk/etchserver-samples/commands.dtd trunk/etchserver-samples/config.dtd Modified: trunk/etchserver-demo/commands.dtd =================================================================== --- trunk/etchserver-demo/commands.dtd 2011-05-05 00:28:08 UTC (rev 286) +++ trunk/etchserver-demo/commands.dtd 2011-05-19 17:31:15 UTC (rev 287) @@ -1,6 +1,7 @@ -<!ELEMENT commands (depend*, step*)> +<!ELEMENT commands (depend*, dependfile*, step*)> <!ELEMENT depend (#PCDATA)> +<!ELEMENT dependfile (#PCDATA)> <!ELEMENT step (guard, command)> <!ELEMENT guard (exec*)> Modified: trunk/etchserver-demo/config.dtd =================================================================== --- trunk/etchserver-demo/config.dtd 2011-05-05 00:28:08 UTC (rev 286) +++ trunk/etchserver-demo/config.dtd 2011-05-19 17:31:15 UTC (rev 287) @@ -1,8 +1,9 @@ -<!ELEMENT config (revert?, depend*, server_setup?, setup?, pre?, (file|link|directory|delete)+, test_before_post?, post?, test?)> +<!ELEMENT config (revert?, depend*, dependcommand*, server_setup?, setup?, pre?, (file|link|directory|delete)+, test_before_post?, post?, test?)> <!ELEMENT revert EMPTY> <!ELEMENT depend (#PCDATA)> +<!ELEMENT dependcommand (#PCDATA)> <!ELEMENT server_setup (exec*)> <!ELEMENT setup (exec*)> Modified: trunk/etchserver-samples/commands.dtd =================================================================== --- trunk/etchserver-samples/commands.dtd 2011-05-05 00:28:08 UTC (rev 286) +++ trunk/etchserver-samples/commands.dtd 2011-05-19 17:31:15 UTC (rev 287) @@ -1,6 +1,7 @@ -<!ELEMENT commands (depend*, step*)> +<!ELEMENT commands (depend*, dependfile*, step*)> <!ELEMENT depend (#PCDATA)> +<!ELEMENT dependfile (#PCDATA)> <!ELEMENT step (guard, command)> <!ELEMENT guard (exec*)> Modified: trunk/etchserver-samples/config.dtd =================================================================== --- trunk/etchserver-samples/config.dtd 2011-05-05 00:28:08 UTC (rev 286) +++ trunk/etchserver-samples/config.dtd 2011-05-19 17:31:15 UTC (rev 287) @@ -1,8 +1,9 @@ -<!ELEMENT config (revert?, depend*, server_setup?, setup?, pre?, (file|link|directory|delete)+, test_before_post?, post?, test?)> +<!ELEMENT config (revert?, depend*, dependcommand*, server_setup?, setup?, pre?, (file|link|directory|delete)+, test_before_post?, post?, test?)> <!ELEMENT revert EMPTY> <!ELEMENT depend (#PCDATA)> +<!ELEMENT dependcommand (#PCDATA)> <!ELEMENT server_setup (exec*)> <!ELEMENT setup (exec*)> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |