stevel      2003/06/28 00:14:01

  Modified:    java/xmls properties.xml
  Log:
  setting this to be literally true, though ant's if= only checks on existence, not 
value (a legacy defect that is hard to correct)
  
  Revision  Changes    Path
  1.43      +4 -4      xml-axis/java/xmls/properties.xml
  
  Index: properties.xml
  ===================================================================
  RCS file: /home/cvs/xml-axis/java/xmls/properties.xml,v
  retrieving revision 1.42
  retrieving revision 1.43
  diff -u -r1.42 -r1.43
  --- properties.xml    27 Jun 2003 02:15:44 -0000      1.42
  +++ properties.xml    28 Jun 2003 07:14:01 -0000      1.43
  @@ -93,11 +93,11 @@
   <property name="test.functional.SimpleAxisPort" value="8080" />
   <property name="test.functional.ServicePort" value="8080"/>
   <property name="test.functional.TCPListenerPort" value="8088" />
  -<property name="test.functional.serverurl" 
  +<property name="test.functional.serverurl"
     value="http://localhost:${test.functional.TCPListenerPort}"; />
  -<property name="test.functional.webapp.url" 
  +<property name="test.functional.webapp.url"
     value="http://localhost:${test.functional.TCPListenerPort}/axis"; />
  -<property name="test.functional.TCPListener.url" 
  +<property name="test.functional.TCPListener.url"
     value="tcp://localhost:${test.functional.TCPListenerPort}" />
   
   <property name="test.functional.fail" value="yes" />
  @@ -122,4 +122,4 @@
   <property name="iis.hostname" value="127.0.0.1"/>
   <property name="iis.port" value="80"/>
   
  -<property name="exclude.log4j.configuration" value="false"/>
  +<property name="exclude.log4j.configuration" value="true"/>
  
  
  

Reply via email to