+1 to the -1, new dependencies are bad. Tom Jordahl Macromedia Server Development
-----Original Message----- From: Davanum Srinivas [mailto:[EMAIL PROTECTED] Sent: Monday, February 14, 2005 4:57 PM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: Re: cvs commit: ws-axis/java/xmls properties.xml targets.xml toshi, -1 to this. too late to add a new dependency. -- dims On Mon, 14 Feb 2005 01:08:32 -0800 (PST), [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > toshi 2005/02/14 01:08:28 > > Modified: java/xmls properties.xml targets.xml > Log: > To support multi-language. > > Revision Changes Path > 1.57 +1 -0 ws-axis/java/xmls/properties.xml > > Index: properties.xml > =================================================================== > RCS file: /home/cvs/ws-axis/java/xmls/properties.xml,v > retrieving revision 1.56 > retrieving revision 1.57 > diff -u -r1.56 -r1.57 > --- properties.xml 12 Feb 2005 21:58:43 -0000 1.56 > +++ properties.xml 14 Feb 2005 09:08:27 -0000 1.57 > @@ -46,6 +46,7 @@ > <property name="wsdl4j.jar" location="${lib.dir}/wsdl4j.jar"/> > <property name="jsse.jar" location="${lib.dir}/jsse.jar"/> > <property name="commons-logging.jar" location="${lib.dir}/commons-logging.jar"/> > +<property name="commons-lang-2.0.jar" location="${lib.dir}/commons-lang-2.0.jar"/> > <property name="commons-discovery.jar" location="${lib.dir}/commons-discovery.jar"/> > <property name="commons-httpclient.jar" location="${lib.dir}/commons-httpclient.jar"/> > <property name="commons-net.jar" location="${lib.dir}/commons-net-1.0.0-dev.jar"/> > > 1.79 +4 -0 ws-axis/java/xmls/targets.xml > > Index: targets.xml > =================================================================== > RCS file: /home/cvs/ws-axis/java/xmls/targets.xml,v > retrieving revision 1.78 > retrieving revision 1.79 > diff -u -r1.78 -r1.79 > --- targets.xml 4 Feb 2005 13:59:05 -0000 1.78 > +++ targets.xml 14 Feb 2005 09:08:27 -0000 1.79 > @@ -104,6 +104,10 @@ > classname="org.apache.commons.logging.Log" > classpathref="classpath"/> > > + <available property="commons-lang.present" > + classname="org.apache.commons.lang.StringEscapeUtils" > + classpathref="classpath"/> > + > <available property="commons-discovery.present" > classname="org.apache.commons.discovery.tools.DiscoverSingleton" > classpathref="classpath"/> > > -- Davanum Srinivas - http://webservices.apache.org/~dims/
