#50713 Remove obsolete <xmlvalidation> task BLD200410261800
authormzlamal@netbeans.org
Tue, 26 Oct 2004 09:30:15 +0000
changeset 1609dfdfc942d2ae
parent 1608 08e3ed6cddbc
child 1610 d2a26cbf8ea6
#50713 Remove obsolete <xmlvalidation> task
tasklist/build.xml
     1.1 --- a/tasklist/build.xml	Mon Oct 25 15:01:32 2004 +0000
     1.2 +++ b/tasklist/build.xml	Tue Oct 26 09:30:15 2004 +0000
     1.3 @@ -119,31 +119,6 @@
     1.4               compress="true"/>
     1.5      </target>
     1.6  
     1.7 -
     1.8 -
     1.9 -    <!-- Check all XML files in all sub-modules. -->
    1.10 -    <target name="check">
    1.11 -        <ant dir="${nbroot}/core/external" target="unscramble"/>
    1.12 -        <ant dir="external" target="unscramble"/>
    1.13 -        <taskdef name="validatexml" classname="org.netbeans.nbbuild.XMLValidate">
    1.14 -            <classpath>
    1.15 -                <pathelement location="${nbroot}/nbbuild/nbantext.jar"/>
    1.16 -                <fileset dir="${nbroot}/core/external">
    1.17 -                    <include name="xml-apis*.jar"/>
    1.18 -                    <include name="xerces*.jar"/>
    1.19 -                </fileset>
    1.20 -                <fileset dir="external">
    1.21 -                    <include name="resolver*.jar"/>
    1.22 -                </fileset>
    1.23 -            </classpath>
    1.24 -        </taskdef>
    1.25 -        <validatexml basedir="." catalog="${nbroot}/www/www/dtds/catalog" warnings="true">
    1.26 -            <include name="**/src/**/mf-layer.xml"/>
    1.27 -        </validatexml>
    1.28 -
    1.29 -        <ant dir="www" target="check"/>
    1.30 -    </target>
    1.31 -
    1.32      <target name="test">
    1.33          <for-each locations="${submodules}"/>
    1.34      </target>