donaldp 02/03/20 16:02:48
Modified: cli build.xml
extension build.xml
i18n build.xml
io build.xml
naming build.xml
cache build.xml
all build.xml
Log:
Made the name of the properties files ant.properties rather than
.ant.properties (except for property file loaded from home directory) to make
it easier for windows users.
Revision Changes Path
1.17 +2 -2 jakarta-avalon-excalibur/cli/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-avalon-excalibur/cli/build.xml,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- build.xml 20 Mar 2002 23:29:48 -0000 1.16
+++ build.xml 21 Mar 2002 00:02:48 -0000 1.17
@@ -9,8 +9,8 @@
Give user a chance to override without editing this file
(and without typing -D each time he compiles it)
-->
- <property file=".ant.properties"/>
- <property file="../.ant.properties"/>
+ <property file="ant.properties"/>
+ <property file="../ant.properties"/>
<property file="${user.home}/.ant.properties"/>
<!-- Settings used to configure compile environment -->
1.19 +2 -2 jakarta-avalon-excalibur/extension/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-avalon-excalibur/extension/build.xml,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- build.xml 20 Mar 2002 23:29:48 -0000 1.18
+++ build.xml 21 Mar 2002 00:02:48 -0000 1.19
@@ -9,8 +9,8 @@
Give user a chance to override without editing this file
(and without typing -D each time he compiles it)
-->
- <property file=".ant.properties"/>
- <property file="../.ant.properties"/>
+ <property file="ant.properties"/>
+ <property file="../ant.properties"/>
<property file="${user.home}/.ant.properties"/>
<!-- Settings used to configure compile environment -->
1.19 +2 -2 jakarta-avalon-excalibur/i18n/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-avalon-excalibur/i18n/build.xml,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- build.xml 20 Mar 2002 23:29:48 -0000 1.18
+++ build.xml 21 Mar 2002 00:02:48 -0000 1.19
@@ -9,8 +9,8 @@
Give user a chance to override without editing this file
(and without typing -D each time he compiles it)
-->
- <property file=".ant.properties"/>
- <property file="../.ant.properties"/>
+ <property file="ant.properties"/>
+ <property file="../ant.properties"/>
<property file="${user.home}/.ant.properties"/>
<!-- Settings used to configure compile environment -->
1.20 +2 -2 jakarta-avalon-excalibur/io/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-avalon-excalibur/io/build.xml,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- build.xml 20 Mar 2002 23:29:48 -0000 1.19
+++ build.xml 21 Mar 2002 00:02:48 -0000 1.20
@@ -9,8 +9,8 @@
Give user a chance to override without editing this file
(and without typing -D each time he compiles it)
-->
- <property file=".ant.properties"/>
- <property file="../.ant.properties"/>
+ <property file="ant.properties"/>
+ <property file="../ant.properties"/>
<property file="${user.home}/.ant.properties"/>
<!-- Settings used to configure compile environment -->
1.20 +2 -2 jakarta-avalon-excalibur/naming/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-avalon-excalibur/naming/build.xml,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- build.xml 20 Mar 2002 23:29:48 -0000 1.19
+++ build.xml 21 Mar 2002 00:02:48 -0000 1.20
@@ -9,8 +9,8 @@
Give user a chance to override without editing this file
(and without typing -D each time he compiles it)
-->
- <property file=".ant.properties"/>
- <property file="../.ant.properties"/>
+ <property file="ant.properties"/>
+ <property file="../ant.properties"/>
<property file="${user.home}/.ant.properties"/>
<!-- Settings used to configure compile environment -->
1.3 +2 -2 jakarta-avalon-excalibur/cache/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-avalon-excalibur/cache/build.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- build.xml 20 Mar 2002 23:29:48 -0000 1.2
+++ build.xml 21 Mar 2002 00:02:48 -0000 1.3
@@ -9,8 +9,8 @@
Give user a chance to override without editing this file
(and without typing -D each time he compiles it)
-->
- <property file=".ant.properties"/>
- <property file="../.ant.properties"/>
+ <property file="ant.properties"/>
+ <property file="../ant.properties"/>
<property file="${user.home}/.ant.properties"/>
<!-- Settings used to configure compile environment -->
1.115 +2 -2 jakarta-avalon-excalibur/all/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-avalon-excalibur/all/build.xml,v
retrieving revision 1.114
retrieving revision 1.115
diff -u -r1.114 -r1.115
--- build.xml 16 Mar 2002 10:58:07 -0000 1.114
+++ build.xml 21 Mar 2002 00:02:48 -0000 1.115
@@ -26,7 +26,7 @@
(and without typing -D each time he compiles it)
-->
<property file="build.properties"/>
- <property file=".ant.properties"/> <!-- The build.properties version is
preferred -->
+ <property file="ant.properties"/> <!-- The build.properties version is
preferred -->
<property file="${user.home}/.ant.properties"/>
<property name="name" value="excalibur"/>
@@ -685,7 +685,7 @@
<mkdir dir="${build.docs}"/>
<mkdir dir="${build.dir}/work"/>
- <!-- Base pointers for non-xdocs documentation. Override these in
.ant.properties to link to local docs -->
+ <!-- Base pointers for non-xdocs documentation. Override these in
ant.properties to link to local docs -->
<property name="avalon.base" value="http://jakarta.apache.org/avalon"/>
<property name="framework.base"
value="http://jakarta.apache.org/avalon/framework"/>
<property name="phoenix.base"
value="http://jakarta.apache.org/avalon/phoenix"/>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>