2006/ws/policy build.xml,1.2,1.3

Update of /sources/public/2006/ws/policy
In directory hutz:/tmp/cvs-serv20553/policy

Modified Files:
	build.xml 
Log Message:
Removed XSL validation from the validate operation
Added warning for XML validation


Index: build.xml
===================================================================
RCS file: /sources/public/2006/ws/policy/build.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- build.xml	6 Jul 2006 19:39:28 -0000	1.2
+++ build.xml	13 Jul 2006 19:33:03 -0000	1.3
@@ -12,11 +12,11 @@
   	<delete quiet="true" file="ws-policy-attachment.html" />
   </target>
   
-	<target name="validate" description="Validates all XML and XSL files.">
-		<xmlvalidate lenient="true">
+	<target name="validate" description="Validates all XML files.">
+		<!-- <xmlvalidate lenient="true">
 			<fileset dir="." includes="*.xsl" />
-		</xmlvalidate>
-		<xmlvalidate lenient="false">
+		</xmlvalidate> -->
+		<xmlvalidate lenient="false" warn='yes'>
 			<fileset dir="." includes="ws-policy*.xml" />
 		</xmlvalidate>
 	</target>

Received on Thursday, 13 July 2006 19:33:16 UTC