Merging in naming conventions from the tck-jaxp-1_2_0 branch and a few other minor changes.

git-svn-id: https://svn.apache.org/repos/asf/xml/commons/trunk@226219 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
mrglavas
2005-06-04 03:20:07 +00:00
parent bd55e8fa25
commit 87899134c1

View File

@@ -22,10 +22,10 @@
<project name="xml-commons-external" default="jar" >
<!-- Name and version information -->
<property name="name.external" value="xml-apis"/>
<property name="impl.name" value="XmlCommons"/>
<property name="name.external" value="xml-commons-external"/>
<property name="impl.name" value="XmlCommonsExternal"/>
<!-- If no external version is provided, don't use one -->
<property name="version" value=""/>
<property name="version" value="1.3.01"/>
<property name="impl.version" value="${version}"/>
<!-- Location of the system's temporary directory; all output sent here -->
@@ -47,7 +47,7 @@
<property name="src.dir" value="src" />
<property name="docs.dir" value="xdocs" />
<property name="api.jar.location" value="${build.dir}" />
<property name="api.jar.name" value="${name.external}.jar" />
<property name="api.jar.name" value="xml-apis.jar" />
<property name="api.jar" value="${api.jar.location}/${api.jar.name}" />
<!-- License and readme files of various types -->
@@ -79,6 +79,8 @@
<mkdir dir="${build.classes.dir}" />
<mkdir dir="${build.docs.dir}" />
<mkdir dir="${build.javadocs.dir}" />
<filter token="java.version" value="${java.version}"/>
<filter token="java.vendor" value="${java.vendor}"/>
<filter token="impl.version" value="${impl.version}"/>
<filter token="impl.name" value="${impl.name}"/>
<copy file="${src.dir}/org/apache/xmlcommons/Version.src"