2006/ws/policy/interop/results build.xml,1.6,1.7

Update of /sources/public/2006/ws/policy/interop/results
In directory hutz:/tmp/cvs-serv12835/interop/results

Modified Files:
	build.xml 
Log Message:
Fixed an issue the Oracle results file and a sequence in the build file. Felix, can you re-gen the dashboard and dashboard-summary files

Index: build.xml
===================================================================
RCS file: /sources/public/2006/ws/policy/interop/results/build.xml,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- build.xml	20 May 2007 20:09:56 -0000	1.6
+++ build.xml	24 May 2007 17:35:33 -0000	1.7
@@ -244,18 +244,19 @@
         <copy file="temp-round3-wsdl11.xml" tofile="round3-wsdl11-in.xml" overwrite="true"/>
         <xslt style="interop-round-step1.xsl" in="round3-wsdl11-in.xml" out="temp-round3-wsdl11.xml"
             destdir=".">
-            <param name="PARTICIPANT-FILE" expression="round3/WSDL11/round3-WSDL11-Sun.xml"/>
+            <param name="PARTICIPANT-FILE" expression="round3/WSDL11/round3-WSDL11-Oracle.xml"/>
         </xslt>
         <copy file="temp-round3-wsdl11.xml" tofile="round3-wsdl11-in.xml" overwrite="true"/>
         <xslt style="interop-round-step1.xsl" in="round3-wsdl11-in.xml" out="temp-round3-wsdl11.xml"
             destdir=".">
-            <param name="PARTICIPANT-FILE" expression="round3/WSDL11/round3-WSDL11-WSO2.xml"/>
+            <param name="PARTICIPANT-FILE" expression="round3/WSDL11/round3-WSDL11-Sun.xml"/>
         </xslt>
- <copy file="temp-round3-wsdl11.xml" tofile="round3-wsdl11-in.xml" overwrite="true"/>
+        <copy file="temp-round3-wsdl11.xml" tofile="round3-wsdl11-in.xml" overwrite="true"/>
         <xslt style="interop-round-step1.xsl" in="round3-wsdl11-in.xml" out="temp-round3-wsdl11.xml"
             destdir=".">
-            <param name="PARTICIPANT-FILE" expression="round3/WSDL11/round3-WSDL11-Oracle.xml"/>
+            <param name="PARTICIPANT-FILE" expression="round3/WSDL11/round3-WSDL11-WSO2.xml"/>
         </xslt>
+
         <copy file="temp-round3-wsdl11.xml" tofile="round3-wsdl11-in.xml" overwrite="true"/>
         <!-- add more -->
         <copy file="temp-round3-wsdl11.xml" tofile="round3-wsdl11-in.xml" overwrite="true"/>

Received on Thursday, 24 May 2007 17:35:42 UTC