Minor fixes suggested by ville.skytta-at-iki.fi

git-svn-id: https://svn.apache.org/repos/asf/xml/commons/trunk@226014 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
ndw
2002-11-14 13:04:01 +00:00
parent c538161e2c
commit 2f14cac764
2 changed files with 4 additions and 5 deletions

View File

@@ -230,15 +230,15 @@ Build file for org.apache.xml.resolver. No dependencies.
<target name="check"
depends="jar"
description="Compile and execute any tests.">
<echo message="BEGIN Simple test: just call Resolver (manual verification required)."/>
<java classname="org.apache.xml.resolver.Catalog">
<echo message="BEGIN Simple test: just call resolver (manual verification required)."/>
<java fork="true" classname="org.apache.xml.resolver.apps.resolver">
<classpath>
<pathelement location="/share/projects/apache/xml-xerces/java/build/xercesImpl.jar"/>
<pathelement location="${resolver.jar}"/>
<pathelement path="${java.class.path}"/>
</classpath>
</java>
<echo message="END Simple test: just call Resolver (manual verification required)."/>
<echo message="END Simple test: just call resolver (manual verification required)."/>
</target>
<!-- Internal Targets -->

View File

@@ -1,6 +1,5 @@
Manifest-Version: 1.0
Created-By: 1.2.2 (Sun Microsystems Inc.)
Main-Class: org.apache.xml.resolver.Catalog
Main-Class: org.apache.xml.resolver.apps.resolver
Name: org/apache/xml/resolver
Comment: xml-commons Resolver code