You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by no...@apache.org on 2004/05/08 04:25:36 UTC

cvs commit: james-server/src/conf james-config.xml

noel        2004/05/07 19:25:36

  Modified:    src/conf Tag: branch_2_1_fcs james-config.xml
  Log:
  Fix for JAMES-276.  Paths are relative to location of config.xml
  
  Revision  Changes    Path
  No                   revision
  No                   revision
  1.40.2.24 +4 -4      james-server/src/conf/james-config.xml
  
  Index: james-config.xml
  ===================================================================
  RCS file: /home/cvs/james-server/src/conf/james-config.xml,v
  retrieving revision 1.40.2.23
  retrieving revision 1.40.2.24
  diff -u -r1.40.2.23 -r1.40.2.24
  --- james-config.xml	3 May 2004 03:58:07 -0000	1.40.2.23
  +++ james-config.xml	8 May 2004 02:25:36 -0000	1.40.2.24
  @@ -1,8 +1,8 @@
   <?xml version="1.0"?>
   <!DOCTYPE config [
  -<!ENTITY listserverConfig SYSTEM "file:../apps/james/conf/james-listmanager.xml">
  -<!ENTITY listserverStores SYSTEM "file:../apps/james/conf/james-liststores.xml">
  -<!ENTITY fetchmailConfig SYSTEM "file:../apps/james/conf/james-fetchmail.xml">
  +<!ENTITY listserverConfig SYSTEM "../conf/james-listmanager.xml">
  +<!ENTITY listserverStores SYSTEM "../conf/james-liststores.xml">
  +<!ENTITY fetchmailConfig SYSTEM "../conf/james-fetchmail.xml">
   ]>
   
   <!--  Configuration file for the ASF James server -->
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org