summaryrefslogtreecommitdiffstats
path: root/tools/Sandcastle/Source/BuildAssembler/BuildComponents/plan.txt
diff options
context:
space:
mode:
Diffstat (limited to 'tools/Sandcastle/Source/BuildAssembler/BuildComponents/plan.txt')
-rw-r--r--tools/Sandcastle/Source/BuildAssembler/BuildComponents/plan.txt62
1 files changed, 0 insertions, 62 deletions
diff --git a/tools/Sandcastle/Source/BuildAssembler/BuildComponents/plan.txt b/tools/Sandcastle/Source/BuildAssembler/BuildComponents/plan.txt
deleted file mode 100644
index d72dc7a..0000000
--- a/tools/Sandcastle/Source/BuildAssembler/BuildComponents/plan.txt
+++ /dev/null
@@ -1,62 +0,0 @@
-
-Flow Control
-------------
-
-<IfThen>
- <if>xpath_format</if>
- <then>component_list</then>
- <else>component_list</else>
-</IfThen>
-
-<ForEach>
- <xpath>xpath_format</file>
- component_list
-</ForEach>
-
-<Clone>
- <branch>component_list</branch>+
-</Clone>
-
-<Save>
- <file>xpath_format</file>
-</Save>
-
-
-
-Diagnostic
-----------
-
-<Validate>
- <schema></schema>
-</Validate>
-
-
-<Display>
- <xpath></xpath>
-</Display>
-
-
-
-Processing
-----------
-
-<InsertComments>
- <directory></directory>
- <schema></schema>
- <comment></comment>
- <identifier></identifier>
- <source></source>
- <target></target>
-</InsertComments>
-
-<InsertData>
- <file>file_path</file>
- <schema>file_path</schema>
- <source>xpath_format</source>
- <target>xpath_format</target>
-</InsertData>
-
-<Transform>
- <transform>file_path</transform>
- <parameter name=" " value=" " />+
-</Transform>