menufw/menusuites/group/build.xml
branchv5backport
changeset 14 1abc632eb502
parent 13 6205fd287e8a
child 20 636d517f67e6
--- a/menufw/menusuites/group/build.xml	Thu Mar 18 14:45:17 2010 +0200
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,18 +0,0 @@
-<project name="menufw" default="validate" basedir=".">
-    <description>
-        this script validates MenuFw suites definitiona against XML Scheme 
-    </description>
-    
-  <echo>VALIDATION SCRIPT: This script validates files in ${xmllocation} againsts XML shema</echo>
-
-  <target name="validate" >
-    <xmlvalidate  failonerror="true">
-        <attribute name="http://xml.org/sax/features/validation" value="true"/>
-        <attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
-        <attribute name="http://xml.org/sax/features/namespaces" value="true"/>
-        
-        <fileset dir="${xmllocation}" includes="**/*.xml" excludes="*.xml"/>
-    </xmlvalidate >
-  </target>
-
-</project>
\ No newline at end of file