2004/ws/addressing build.xml,1.5,1.6

Update of /sources/public/2004/ws/addressing
In directory hutz:/tmp/cvs-serv1092

Modified Files:
	build.xml 
Log Message:
the task name <style> is deprecated. Use <xslt> instead.


Index: build.xml
===================================================================
RCS file: /sources/public/2004/ws/addressing/build.xml,v
retrieving revision 1.5
retrieving revision 1.6
diff -C 2 -d -r1.5 -r1.6
*** build.xml	10 Jan 2007 11:31:57 -0000	1.5
--- build.xml	17 May 2007 21:10:37 -0000	1.6
***************
*** 18,22 ****
    
    <target name="xslt" depends="prepare">
!     <style
        basedir="${doc.home}"
        destdir="${dist.home}"
--- 18,22 ----
    
    <target name="xslt" depends="prepare">
!     <xslt
        basedir="${doc.home}"
        destdir="${dist.home}"

Received on Thursday, 17 May 2007 21:10:42 UTC