Prepare to have each subproject have it's own build number; I'll

propose that which, resolver, and external can each have their own distro


git-svn-id: https://svn.apache.org/repos/asf/xml/commons/trunk@225994 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
curcuru 2002-08-07 19:24:39 +00:00
parent ae09b42018
commit 083ea4d7d5
2 changed files with 3 additions and 2 deletions

View File

@ -5,7 +5,7 @@ Main-Class: org.apache.env.Which
Name: org/apache/env Name: org/apache/env
Comment: xml-commons Which environment checking utility Comment: xml-commons Which environment checking utility
Implementation-Title: org.apache.env.Which Implementation-Title: org.apache.env.Which
Implementation-Version: 1.0 Implementation-Version: @impl.version@
Implementation-Vendor: Apache Software Foundation Implementation-Vendor: Apache Software Foundation
Implementation-URL: http://xml.apache.org/commons/ Implementation-URL: http://xml.apache.org/commons/

View File

@ -8,7 +8,8 @@ Build file for org.apache.env.Which service. No dependencies.
<!-- Name and version information --> <!-- Name and version information -->
<property name="name.which" value="xml-commons-which"/> <property name="name.which" value="xml-commons-which"/>
<property name="impl.name" value="XmlWhich"/> <property name="impl.name" value="XmlWhich"/>
<property name="impl.version" value="${version}"/> <!-- Version each utility separately -->
<property name="impl.version" value="1.1.b1"/>
<!-- Allow properties following these statements to be overridden --> <!-- Allow properties following these statements to be overridden -->
<!-- Note that all of these don't have to exist. They've just been defined <!-- Note that all of these don't have to exist. They've just been defined