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:
@@ -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 -->
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user