You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by pr...@apache.org on 2002/10/07 16:32:30 UTC

cvs commit: jakarta-commons-sandbox/periodicity project.properties

prickett    2002/10/07 07:32:30

  Modified:    periodicity project.properties
  Log:
  Added further documentation to the project.properties file for the
  database user and database password settings
  
  Revision  Changes    Path
  1.4       +8 -2      jakarta-commons-sandbox/periodicity/project.properties
  
  Index: project.properties
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/periodicity/project.properties,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- project.properties	7 Oct 2002 04:12:48 -0000	1.3
  +++ project.properties	7 Oct 2002 14:32:30 -0000	1.4
  @@ -33,7 +33,10 @@
   # the database user name to use when accessing the periodicity database.
   # If a database user name is not specified the default user for the type
   # of database specified in the periodicity.database.type setting
  -# will be used.
  +# will be used. If there is no default user defined for the type of 
  +# database specified the user field will be left blank and it will
  +# have to be explicitly set in this configuration file for the 
  +# periodicity server to work properly.
   #
   # --------------------------------------------------------------------
   
  @@ -47,7 +50,10 @@
   # the database password to use when accessing the periodicity database.
   # If a database password is not specified the default password for the
   # type of database specified in the periodicity.database.type setting will
  -# be used.
  +# be used. If there is no default password defined for the type of database
  +# specified the password field will be left blank and it will have to
  +# be explicitly set in this configuration file for the periodicity server
  +# to work properly.
   #
   # --------------------------------------------------------------------
   
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>