cziegeler    01/10/22 02:14:27

  Modified:    .        build.xml todo.xml
  Log:
  Fixed dtd reference for todo
  
  Revision  Changes    Path
  1.83      +1 -1      xml-cocoon2/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/xml-cocoon2/build.xml,v
  retrieving revision 1.82
  retrieving revision 1.83
  diff -u -r1.82 -r1.83
  --- build.xml 2001/10/22 09:09:55     1.82
  +++ build.xml 2001/10/22 09:14:27     1.83
  @@ -471,7 +471,7 @@
       <copy file="changes.xml" tofile="${build.context}/xdocs/changes.xml" 
filtering="on"/>
       <copy file="todo.xml"    tofile="${build.context}/xdocs/todo.xml" 
filtering="on"/>
       <replace file="${build.context}/xdocs/changes.xml" 
token="./documentation/xdocs/dtd/" value="dtd/"/>
  -    <replace file="${build.context}/xdocs/todo.xml"    token="./xdocs/dtd/" 
value="dtd/"/>
  +    <replace file="${build.context}/xdocs/todo.xml"    
token="./documentation/xdocs/dtd/" value="dtd/"/>
   
       <!-- Copy images -->
       <copy todir="${build.context}/images" filtering="off">
  
  
  
  1.10      +2 -2      xml-cocoon2/todo.xml
  
  Index: todo.xml
  ===================================================================
  RCS file: /home/cvs/xml-cocoon2/todo.xml,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- todo.xml  2001/10/10 13:24:28     1.9
  +++ todo.xml  2001/10/22 09:14:27     1.10
  @@ -1,10 +1,10 @@
   <?xml version="1.0" encoding="utf-8"?>
   
  -<!DOCTYPE todo SYSTEM "./xdocs/dtd/todo-v10.dtd">
  +<!DOCTYPE todo SYSTEM "./documentation/xdocs/dtd/todo-v10.dtd">
   
   <!--
     History of Cocoon changes
  -  $Id: todo.xml,v 1.9 2001/10/10 13:24:28 cziegeler Exp $
  +  $Id: todo.xml,v 1.10 2001/10/22 09:14:27 cziegeler Exp $
   -->
   
   
  
  
  

----------------------------------------------------------------------
In case of troubles, e-mail:     [EMAIL PROTECTED]
To unsubscribe, e-mail:          [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to