[cvs] expresso commit by mtraum: add request_registry to xmlpp-edg

JCorporate Ltd jcorp at jcorp2.servlets.net
Mon Nov 15 20:46:17 PST 2004


Log Message:
-----------
add request_registry to xmlpp-edg

Modified Files:
--------------
    expresso:
        build.xml

Revision Data
-------------
Index: build.xml
===================================================================
RCS file: /home/javacorp/.cvs/expresso/expresso/build.xml,v
retrieving revision 1.86
retrieving revision 1.87
diff -Lbuild.xml -Lbuild.xml -u -r1.86 -r1.87
--- build.xml
+++ build.xml
@@ -1373,6 +1373,10 @@
         <antcall target="xmlpp">
             <param name="xmlpp.input" value="${expresso.doc}/edg/validation.xml"/>
         </antcall>
+        <delete quiet="true" failonerror="false" file="${expresso.doc}/edg/request_registry.xml.bak"/>
+        <antcall target="xmlpp">
+            <param name="xmlpp.input" value="${expresso.doc}/edg/request_registry.xml"/>
+        </antcall>
         <delete quiet="true" failonerror="false" file="${expresso.doc}/edg/WhatIsMVC.xml.bak"/>
         <antcall target="xmlpp">
             <param name="xmlpp.input" value="${expresso.doc}/edg/WhatIsMVC.xml"/>


More information about the cvs mailing list