You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@forrest.apache.org by je...@apache.org on 2002/12/06 14:42:02 UTC

cvs commit: xml-forrest/src/resources/forrestbot/samples forrestbot.conf.xml xml-forrest-cvs.xml xml-forrest-local.xml xml-forrest-template-cvs.xml xml-forrest-template-local.xml xml-xindice-cvs.xml

jefft       2002/12/06 05:42:01

  Modified:    src/resources/forrestbot/samples forrestbot.conf.xml
                        xml-forrest-cvs.xml xml-forrest-local.xml
                        xml-forrest-template-cvs.xml
                        xml-forrest-template-local.xml xml-xindice-cvs.xml
  Log:
  Fix some more entity names
  
  Revision  Changes    Path
  1.6       +8 -8      xml-forrest/src/resources/forrestbot/samples/forrestbot.conf.xml
  
  Index: forrestbot.conf.xml
  ===================================================================
  RCS file: /home/cvs/xml-forrest/src/resources/forrestbot/samples/forrestbot.conf.xml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- forrestbot.conf.xml	1 Dec 2002 14:34:20 -0000	1.5
  +++ forrestbot.conf.xml	6 Dec 2002 13:42:01 -0000	1.6
  @@ -3,11 +3,11 @@
   <!DOCTYPE forrest-config [
   <!ENTITY email "jeff@localhost">
   <!ENTITY dest "./build">
  -<!ENTITY forrest-site SYSTEM "file:entities/forrest-site.ent">
  -<!ENTITY forrest-template SYSTEM "file:entities/forrest-template.ent">
  -<!ENTITY xindice-site SYSTEM "file:entities/xindice-site.ent">
  +<!ENTITY xml-forrest SYSTEM "file:entities/xml-forrest.ent">
  +<!ENTITY xml-forrest-template SYSTEM "file:entities/xml-forrest-template.ent">
  +<!ENTITY xml-xindice SYSTEM "file:entities/xml-xindice.ent">
   <!ENTITY xml-site SYSTEM "file:entities/xml-site.ent">
  -<!ENTITY fop-site SYSTEM "file:entities/fop-site.ent">
  +<!ENTITY xml-fop SYSTEM "file:entities/xml-fop.ent">
   ]>
   
   <forrest-config>
  @@ -27,10 +27,10 @@
       -->
     </defaults>
   
  -  &forrest-site;
  -  &forrest-template;
  -  &xindice-site;
  +  &xml-forrest;
  +  &xml-forrest-template;
  +  &xml-xindice;
     &xml-site;
  -  <!--   &fop-site;-->
  +  <!--   &xml-fop;-->
   
   </forrest-config>
  
  
  
  1.2       +2 -2      xml-forrest/src/resources/forrestbot/samples/xml-forrest-cvs.xml
  
  Index: xml-forrest-cvs.xml
  ===================================================================
  RCS file: /home/cvs/xml-forrest/src/resources/forrestbot/samples/xml-forrest-cvs.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- xml-forrest-cvs.xml	3 Dec 2002 14:04:21 -0000	1.1
  +++ xml-forrest-cvs.xml	6 Dec 2002 13:42:01 -0000	1.2
  @@ -3,7 +3,7 @@
   <!DOCTYPE forrest-config [
   <!ENTITY email "jeff@localhost">
   <!ENTITY dest "./build">
  -<!ENTITY forrest-site SYSTEM "file:entities/forrest-site.ent">
  +<!ENTITY xml-forrest SYSTEM "file:entities/xml-forrest.ent">
   ]>
   
   <forrest-config>
  @@ -23,6 +23,6 @@
       -->
     </defaults>
   
  -  &forrest-site;
  +  &xml-forrest;
   
   </forrest-config>
  
  
  
  1.2       +2 -2      xml-forrest/src/resources/forrestbot/samples/xml-forrest-local.xml
  
  Index: xml-forrest-local.xml
  ===================================================================
  RCS file: /home/cvs/xml-forrest/src/resources/forrestbot/samples/xml-forrest-local.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- xml-forrest-local.xml	3 Dec 2002 14:04:21 -0000	1.1
  +++ xml-forrest-local.xml	6 Dec 2002 13:42:01 -0000	1.2
  @@ -3,7 +3,7 @@
   
     <defaults/>
   
  -  <project name="forrest-site">
  +  <project name="xml-forrest">
       <prepare>
         <skin name="forrest-site"/>
       </prepare>
  @@ -13,7 +13,7 @@
       </get-src>
    
       <deploy type="local-copy">
  -      <destination name="build/forrest-site"/>
  +      <destination name="build/xml-forrest"/>
       </deploy>
   
     </project>
  
  
  
  1.2       +2 -2      xml-forrest/src/resources/forrestbot/samples/xml-forrest-template-cvs.xml
  
  Index: xml-forrest-template-cvs.xml
  ===================================================================
  RCS file: /home/cvs/xml-forrest/src/resources/forrestbot/samples/xml-forrest-template-cvs.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- xml-forrest-template-cvs.xml	3 Dec 2002 14:04:21 -0000	1.1
  +++ xml-forrest-template-cvs.xml	6 Dec 2002 13:42:01 -0000	1.2
  @@ -3,7 +3,7 @@
   <!DOCTYPE forrest-config [
   <!ENTITY email "jeff@localhost">
   <!ENTITY dest "./build">
  -<!ENTITY forrest-template SYSTEM "file:entities/forrest-template.ent">
  +<!ENTITY xml-forrest-template SYSTEM "file:entities/xml-forrest-template.ent">
   ]>
   
   <forrest-config>
  @@ -23,6 +23,6 @@
       -->
     </defaults>
   
  -  &forrest-template;
  +  &xml-forrest-template;
   
   </forrest-config>
  
  
  
  1.2       +1 -1      xml-forrest/src/resources/forrestbot/samples/xml-forrest-template-local.xml
  
  Index: xml-forrest-template-local.xml
  ===================================================================
  RCS file: /home/cvs/xml-forrest/src/resources/forrestbot/samples/xml-forrest-template-local.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- xml-forrest-template-local.xml	4 Dec 2002 13:44:46 -0000	1.1
  +++ xml-forrest-template-local.xml	6 Dec 2002 13:42:01 -0000	1.2
  @@ -3,7 +3,7 @@
   
     <defaults/>
   
  -  <project name="forrest-template">
  +  <project name="xml-forrest-template">
       <prepare>
         <skin name="forrest-site"/>
       </prepare>
  
  
  
  1.2       +2 -2      xml-forrest/src/resources/forrestbot/samples/xml-xindice-cvs.xml
  
  Index: xml-xindice-cvs.xml
  ===================================================================
  RCS file: /home/cvs/xml-forrest/src/resources/forrestbot/samples/xml-xindice-cvs.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- xml-xindice-cvs.xml	3 Dec 2002 14:04:21 -0000	1.1
  +++ xml-xindice-cvs.xml	6 Dec 2002 13:42:01 -0000	1.2
  @@ -3,7 +3,7 @@
   <!DOCTYPE forrest-config [
   <!ENTITY email "jeff@localhost">
   <!ENTITY dest "./build">
  -<!ENTITY xindice-site SYSTEM "file:entities/xindice-site.ent">
  +<!ENTITY xml-xindice SYSTEM "file:entities/xml-xindice.ent">
   ]>
   
   <forrest-config>
  @@ -26,6 +26,6 @@
       -->
     </defaults>
   
  -  &xindice-site;
  +  &xml-xindice;
   
   </forrest-config>