I ask again - what's this about? Was this discussed?
--G > -----Original Message----- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, May 22, 2002 1:22 PM > To: [EMAIL PROTECTED] > Subject: cvs commit: xml-axis/java build.xml > > > rsitze 02/05/22 10:22:24 > > Modified: java build.xml > Log: > rename of resources.properties to axis.nls.properties > > Revision Changes Path > 1.135 +4 -3 xml-axis/java/build.xml > > Index: build.xml > =================================================================== > RCS file: /home/cvs/xml-axis/java/build.xml,v > retrieving revision 1.134 > retrieving revision 1.135 > diff -u -r1.134 -r1.135 > --- build.xml 21 May 2002 13:20:36 -0000 1.134 > +++ build.xml 22 May 2002 17:22:24 -0000 1.135 > @@ -112,6 +112,7 @@ > <pathelement location="${regexp.jar}"/> > <pathelement location="${junit.jar}"/> > <pathelement location="${excalibur.jar}"/> > + <pathelement location="${j2ee.jar}"/> > <pathelement location="${java.home}/../lib/tools.jar"/> > <fileset dir="lib"> > <include name="*.jar"/> > @@ -269,15 +270,15 @@ > toDir="${build.dest}/org/apache/axis/client"/> > <copy file="${src.dir}/log4j.properties" > toDir="${build.dest}"/> > - <copy > file="${src.dir}/org/apache/axis/utils/resources.properties" > + <copy > file="${src.dir}/org/apache/axis/utils/axis.nls.properties" > toDir="${build.dest}/org/apache/axis/utils"/> > > <tstamp> > <format property="build.time" pattern="MMM dd, yyyy > (hh:mm:ss z)"/> > </tstamp> > - <replace > file="${build.dest}/org/apache/axis/utils/resources.properties" > + <replace > file="${build.dest}/org/apache/axis/utils/axis.nls.properties" > token="#today#" value="${build.time}"/> > - <replace > file="${build.dest}/org/apache/axis/utils/resources.properties" > + <replace > file="${build.dest}/org/apache/axis/utils/axis.nls.properties" > token="#axisVersion#" value="${axis.version}"/> > > <jar jarfile="${build.lib}/${name}.jar" > basedir="${build.dest}" > > > > >