Author: reinhard
Date: Sat Mar 19 03:29:42 2005
New Revision: 158235

URL: http://svn.apache.org/viewcvs?view=rev&rev=158235
Log:
clean up directory structure

Added:
    cocoon/whiteboard/block-deployer/documentation/src/content/
      - copied from r158234, 
cocoon/whiteboard/block-deployer/documentation/src/documentation/content/
    cocoon/whiteboard/block-deployer/documentation/src/skinconf.xml
      - copied, changed from r158234, 
cocoon/whiteboard/block-deployer/documentation/src/documentation/skinconf.xml
Removed:
    cocoon/whiteboard/block-deployer/documentation/src/documentation/
Modified:
    cocoon/whiteboard/block-deployer/documentation/forrest.properties
    cocoon/whiteboard/block-deployer/documentation/src/   (props changed)

Modified: cocoon/whiteboard/block-deployer/documentation/forrest.properties
URL: 
http://svn.apache.org/viewcvs/cocoon/whiteboard/block-deployer/documentation/forrest.properties?view=diff&r1=158234&r2=158235
==============================================================================
--- cocoon/whiteboard/block-deployer/documentation/forrest.properties (original)
+++ cocoon/whiteboard/block-deployer/documentation/forrest.properties Sat Mar 
19 03:29:42 2005
@@ -43,8 +43,8 @@
 # Parent properties must be set. This usually means uncommenting
 # project.content-dir if any other property using it is uncommented
 
-project.status=../../status.xml
-project.content-dir=src/documentation
+project.status=../status.xml
+project.content-dir=src
 project.forrest-configuration=src/forrest-configuration
 project.raw-content-dir=${project.content-dir}/content
 project.conf-dir=${project.forrest-configuration}/conf

Propchange: cocoon/whiteboard/block-deployer/documentation/src/
------------------------------------------------------------------------------
--- svn:externals (original)
+++ svn:externals Sat Mar 19 03:29:42 2005
@@ -1 +1 @@
-forrest-configuration  
https://svn.apache.org/repos/asf/cocoon/whiteboard/doc-repos/global/src/forrest-configuration/
+forrest-configuration  
https://svn.apache.org/repos/asf/cocoon/site/src/forrest-configuration/

Copied: cocoon/whiteboard/block-deployer/documentation/src/skinconf.xml (from 
r158234, 
cocoon/whiteboard/block-deployer/documentation/src/documentation/skinconf.xml)
URL: 
http://svn.apache.org/viewcvs/cocoon/whiteboard/block-deployer/documentation/src/skinconf.xml?view=diff&rev=158235&p1=cocoon/whiteboard/block-deployer/documentation/src/documentation/skinconf.xml&r1=158234&p2=cocoon/whiteboard/block-deployer/documentation/src/skinconf.xml&r2=158235
==============================================================================
--- 
cocoon/whiteboard/block-deployer/documentation/src/documentation/skinconf.xml 
(original)
+++ cocoon/whiteboard/block-deployer/documentation/src/skinconf.xml Sat Mar 19 
03:29:42 2005
@@ -21,11 +21,11 @@
 -->
 <!DOCTYPE skinconfig PUBLIC "-//APACHE//DTD Skin Configuration V0.6-3//EN" 
"http://forrest.apache.org/dtd/skinconfig-v06-3.dtd";
 [
-  <!ENTITY heading  SYSTEM "../forrest-configuration/skinconf-heading.xml">
-  <!ENTITY extracss SYSTEM "../forrest-configuration/skinconf-extracss.xml">
-  <!ENTITY colors   SYSTEM "../forrest-configuration/skinconf-colors.xml">
-  <!ENTITY pdf      SYSTEM "../forrest-configuration/skinconf-pdf.xml">
-  <!ENTITY credits  SYSTEM "../forrest-configuration/skinconf-credits.xml">    
  
+  <!ENTITY heading  SYSTEM "./forrest-configuration/skinconf-heading.xml">
+  <!ENTITY extracss SYSTEM "./forrest-configuration/skinconf-extracss.xml">
+  <!ENTITY colors   SYSTEM "./forrest-configuration/skinconf-colors.xml">
+  <!ENTITY pdf      SYSTEM "./forrest-configuration/skinconf-pdf.xml">
+  <!ENTITY credits  SYSTEM "./forrest-configuration/skinconf-credits.xml">     
 
 ]>
 <skinconfig>
   <!-- To enable lucene search add provider="lucene"


Reply via email to