donaldp 02/03/21 06:54:56
Modified: . .cvsignore build.xml
Log:
.ant.properties --> ant.properties
Revision Changes Path
1.9 +2 -2 jakarta-avalon/.cvsignore
Index: .cvsignore
===================================================================
RCS file: /home/cvs/jakarta-avalon/.cvsignore,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- .cvsignore 19 Jul 2001 09:58:09 -0000 1.8
+++ .cvsignore 21 Mar 2002 14:54:56 -0000 1.9
@@ -2,7 +2,7 @@
dist
build
distributions
-prj.el
-emacs-jprj.el
+*.el
+*.ipr
docs
todo
1.123 +1 -1 jakarta-avalon/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-avalon/build.xml,v
retrieving revision 1.122
retrieving revision 1.123
diff -u -r1.122 -r1.123
--- build.xml 21 Mar 2002 04:24:18 -0000 1.122
+++ build.xml 21 Mar 2002 14:54:56 -0000 1.123
@@ -25,7 +25,7 @@
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="${user.home}/.ant.properties"/>
<property name="name" value="avalon"/>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>