vgritsenko    2003/08/07 10:48:16

  Modified:    .        build.properties.sample
  Log:
  Decapitalize Xindice.
  Change port to 8888.
  Fix typo.
  
  Revision  Changes    Path
  1.3       +9 -9      xml-xindice/build.properties.sample
  
  Index: build.properties.sample
  ===================================================================
  RCS file: /home/cvs/xml-xindice/build.properties.sample,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- build.properties.sample   30 May 2003 22:39:16 -0000      1.2
  +++ build.properties.sample   7 Aug 2003 17:48:16 -0000       1.3
  @@ -1,28 +1,28 @@
   #
  -# Property file for the contributor.xml build script.
  +# Property file for the build.xml build script.
   #
   # Version: $Revision$ $Date$
   # Author: Vladimir R. Bossicard ([EMAIL PROTECTED])
   # Author: Gary Shea ([EMAIL PROTECTED])
   #
   
  -# location of the Jakarta Tomcat directory.  Modify and uncomment this 
property
  +# Location of the Jakarta Tomcat directory.  Modify and uncomment this 
property
   # if you don't want Xindice to use the TOMCAT_HOME directory (of if this
   # environment variable is not set).
   # tomcat.home=/usr/local/java/jakarta-tomcat-4.1.12
   
   # The host:port where the xindice server is running.
   # This property is used by the test-integration-xmlrpc target.
  -# Defaults to "localhost:8080".
  -# test.xmlrpc.hostport=localhost:8080
  +# Defaults to "localhost:8888".
  +# test.xmlrpc.hostport=localhost:8888
   
   # The location of the Xindice directory in the
   # local portion of the http namespace.
  -# For tomcat, a webapp named Xindice.war is automatically
  -# deployed as /Xindice.
  +# For tomcat, a webapp named xindice.war is automatically
  +# deployed as /xindice.
   # This property is used by the test-integration-xmlrpc target.
  -# Defaults to "/Xindice/".
  -# test.xmlrpc.service-location=/Xindice/
  +# Defaults to "/xindice/".
  +# test.xmlrpc.service-location=/xindice/
   
   # The SAX parser to be used by Apace XmlRpc.
   # Apache XmlRpc has an internal list of keywords for known
  
  
  

Reply via email to