- From: Philippe Le Hegaret via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 23 Oct 2006 14:59:08 +0000
- To: public-ws-desc-eds@w3.org
Update of /sources/public/2002/ws/desc/test-suite In directory hutz:/tmp/cvs-serv12045 Modified Files: build.xml Log Message: Added a rule to transform wsimsg files into test suite format Index: build.xml =================================================================== RCS file: /sources/public/2002/ws/desc/test-suite/build.xml,v retrieving revision 1.22 retrieving revision 1.23 diff -C 2 -d -r1.22 -r1.23 *** build.xml 21 Oct 2006 20:37:39 -0000 1.22 --- build.xml 23 Oct 2006 14:59:06 -0000 1.23 *************** *** 155,157 **** --- 155,162 ---- </target> + <target name='test-suite-convert-messages' description='Convert WS-I Log messages into test suite format'> + <xslt style='messages/ws-i.xsl' basedir='messages' destdir='messages'> + <mapper type="glob" from="*.wsimsg" to="*.descmsg"/> + </xslt> + </target> </project> \ No newline at end of file
Received on Monday, 23 October 2006 14:59:11 UTC