Various minor fixes for 1.1b1 release:

- properly copy over etc files
- update version number
- minor updates for structure


git-svn-id: https://svn.apache.org/repos/asf/xml/commons/trunk@226131 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
curcuru 2003-10-07 00:10:19 +00:00
parent c063c991bb
commit 4018cad78b

View File

@ -1,14 +1,23 @@
<?xml version="1.0"?>
<!--
Build file for org.apache.xml.resolver. No dependencies.
@author Norman.Walsh@Sun.COM
-->
<project name="xml-commons-resolver" default="all" >
<description>
Build file for org.apache.xml.resolver.
Dependencies: none for building code (except using Ant 1.4+ to build).
For documentation, see comments - requires forrest and requires that
you build the xml-commons overall site first.
Also, you probably want to set -Ddocbook.dir=/somewhere/docbook
Also, you may need to adjust src/documentation/sitemap.xmap
near "wild assumption about location of DocBook stylesheets".
@author Norman.Walsh@Sun.COM
@author shane_curcuru@yahoo.com
</description>
<!-- Name and version information -->
<property name="name.resolver" value="xml-commons-resolver"/>
<property name="impl.name" value="XmlResolver"/>
<property name="impl.version" value="1.1"/>
<property name="impl.version" value="1.1.b1"/><!-- Beta for 1.1 06-Oct-03 -sc -->
<!-- Allow properties following these statements to be overridden -->
<!-- Note that all of these don't have to exist. They've just been defined
@ -91,7 +100,7 @@ Build file for org.apache.xml.resolver. No dependencies.
<fileset dir="${src.dir}" includes="**/*.properties"/>
</copy>
<copy todir="${build.etc.dir}">
<fileset dir="${etc.dir}" includes="**/*"/>
<fileset dir="${etc.dir}"/>
</copy>
<jar jarfile="${resolver.jar}" manifest="${build.dir}/manifest.resolver" basedir="${build.classes.dir}" />
@ -211,7 +220,7 @@ Both ways have system-specific pathnames, so both may bust on your system.
</copy>
<!-- Must include etc dir so distro downloaders can rebuild from source -->
<copy todir="${build.dir}/${dist.basename}/etc">
<fileset dir="${etc.dir}" includes="${resolver.subdir}/"/>
<fileset dir="${etc.dir}" />
</copy>
<!-- Copy docs/javadocs -->