[cvs] Expresso commit by mtraum: updated edg chapters in xmlpp-edg target

JCorporate Ltd jcorp at jcorp2.servlets.net
Mon Oct 4 19:21:15 PDT 2004


Log Message:
-----------
updated edg chapters in xmlpp-edg target

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

Revision Data
-------------
Index: build.xml
===================================================================
RCS file: /home/javacorp/.cvs/expresso/expresso/build.xml,v
retrieving revision 1.76
retrieving revision 1.77
diff -Lbuild.xml -Lbuild.xml -u -r1.76 -r1.77
--- build.xml
+++ build.xml
@@ -1290,9 +1290,13 @@
         <antcall target="xmlpp">
             <param name="xmlpp.input" value="${expresso.doc}/edg/expressoxml.xml"/>
         </antcall>
-        <delete quiet="true" failonerror="false" file="${expresso.doc}/edg/operation.xml.bak"/>
+        <delete quiet="true" failonerror="false" file="${expresso.doc}/edg/healthcheck.xml.bak"/>
         <antcall target="xmlpp">
-            <param name="xmlpp.input" value="${expresso.doc}/edg/operation.xml"/>
+            <param name="xmlpp.input" value="${expresso.doc}/edg/healthcheck.xml"/>
+        </antcall>
+        <delete quiet="true" failonerror="false" file="${expresso.doc}/edg/unittest.xml.bak"/>
+        <antcall target="xmlpp">
+            <param name="xmlpp.input" value="${expresso.doc}/edg/unittest.xml"/>
         </antcall>
         <delete quiet="true" failonerror="false" file="${expresso.doc}/edg/event.xml.bak"/>
         <antcall target="xmlpp">
@@ -1333,6 +1337,30 @@
         <delete quiet="true" failonerror="false" file="${expresso.doc}/edg/connectionpool.xml.bak"/>
         <antcall target="xmlpp">
             <param name="xmlpp.input" value="${expresso.doc}/edg/connectionpool.xml"/>
+        </antcall>
+        <delete quiet="true" failonerror="false" file="${expresso.doc}/edg/validation.xml.bak"/>
+        <antcall target="xmlpp">
+            <param name="xmlpp.input" value="${expresso.doc}/edg/validation.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"/>
+        </antcall>
+        <delete quiet="true" failonerror="false" file="${expresso.doc}/edg/WhyUseExpresso.xml.bak"/>
+        <antcall target="xmlpp">
+            <param name="xmlpp.input" value="${expresso.doc}/edg/WhyUseExpresso.xml"/>
+        </antcall>
+        <delete quiet="true" failonerror="false" file="${expresso.doc}/edg/WhyUseFramework.xml.bak"/>
+        <antcall target="xmlpp">
+            <param name="xmlpp.input" value="${expresso.doc}/edg/WhyUseFramework.xml"/>
+        </antcall>
+        <delete quiet="true" failonerror="false" file="${expresso.doc}/edg/logging.xml.bak"/>
+        <antcall target="xmlpp">
+            <param name="xmlpp.input" value="${expresso.doc}/edg/logging.xml"/>
+        </antcall>
+        <delete quiet="true" failonerror="false" file="${expresso.doc}/edg/registration.xml.bak"/>
+        <antcall target="xmlpp">
+            <param name="xmlpp.input" value="${expresso.doc}/edg/registration.xml"/>
         </antcall>
     </target>
 


More information about the cvs mailing list