diff options
Diffstat (limited to 'conf-from-container/conf/c14n/subject-c14n-events-flow.xml')
-rw-r--r-- | conf-from-container/conf/c14n/subject-c14n-events-flow.xml | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/conf-from-container/conf/c14n/subject-c14n-events-flow.xml b/conf-from-container/conf/c14n/subject-c14n-events-flow.xml deleted file mode 100644 index d7458cd..0000000 --- a/conf-from-container/conf/c14n/subject-c14n-events-flow.xml +++ /dev/null @@ -1,18 +0,0 @@ -<flow xmlns="http://www.springframework.org/schema/webflow" - xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://www.springframework.org/schema/webflow http://www.springframework.org/schema/webflow/spring-webflow.xsd" - abstract="true"> - - <!-- ADVANCED USE ONLY --> - - <!-- - You can ignore this file unless you are creating your own custom c14n subflows that want to - report custom events in response to unusual error or warning conditions. - --> - - <!-- Custom error events to reflect back from user-supplied c14n subflows. --> - <!-- - <end-state id="MyCustomEvent" /> - --> - -</flow> |