Cleaning up...
authorSapan Bhatia <sapanb@cs.princeton.edu>
Thu, 22 Oct 2009 18:52:56 +0000 (18:52 +0000)
committerSapan Bhatia <sapanb@cs.princeton.edu>
Thu, 22 Oct 2009 18:52:56 +0000 (18:52 +0000)
sfatables/targets/RESTRICT_TO_NODE_GROUP.xml.example [deleted file]

diff --git a/sfatables/targets/RESTRICT_TO_NODE_GROUP.xml.example b/sfatables/targets/RESTRICT_TO_NODE_GROUP.xml.example
deleted file mode 100644 (file)
index 4922baf..0000000
+++ /dev/null
@@ -1,19 +0,0 @@
-<target name="RESTRICT_TO_NODE_GROUP">
-    <!-- In this case, we need the list of nodes in the [white,black]-listed nodegroups. We specify these with an XPath expression.
-         The expression can have SFA variables, specified using the prefix '%' -->
-    <context select="//sfa/nodes/node[name=%whitelist]/@name" name="whitelist"/>
-    <context select="//sfa/nodes/node[name=%blacklist]/@name" name="blacklist"/>
-    <rule>
-        <argument>
-            <name>whitelist</name>
-            <help>Name of whitelisted node group</help>
-            <operand>NODE-GROUP</operand>
-        </argument>
-        <argument>
-            <name>blacklist</name>
-            <help>Name of the blacklisted node group</help>
-            <operand>NODE-GROUP</operand>
-        </argument>
-    </rule>
-    <processor filename="restrict_to_nodes.xsl"/>
-</target>