You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by cz...@apache.org on 2005/10/23 17:17:59 UTC

svn commit: r327800 - in /cocoon/branches/BRANCH_2_1_X: INSTALL.txt README.txt legal/pluto-1.0.1-rc4.jar.license.txt tools/targets/dist-build.xml

Author: cziegeler
Date: Sun Oct 23 08:17:13 2005
New Revision: 327800

URL: http://svn.apache.org/viewcvs?rev=327800&view=rev
Log:
Docs are not include in dist

Removed:
    cocoon/branches/BRANCH_2_1_X/legal/pluto-1.0.1-rc4.jar.license.txt
Modified:
    cocoon/branches/BRANCH_2_1_X/INSTALL.txt
    cocoon/branches/BRANCH_2_1_X/README.txt
    cocoon/branches/BRANCH_2_1_X/tools/targets/dist-build.xml

Modified: cocoon/branches/BRANCH_2_1_X/INSTALL.txt
URL: http://svn.apache.org/viewcvs/cocoon/branches/BRANCH_2_1_X/INSTALL.txt?rev=327800&r1=327799&r2=327800&view=diff
==============================================================================
--- cocoon/branches/BRANCH_2_1_X/INSTALL.txt (original)
+++ cocoon/branches/BRANCH_2_1_X/INSTALL.txt Sun Oct 23 08:17:13 2005
@@ -53,19 +53,6 @@
 Still here? good. You won't regret it.
 
 
-Reading the documentation
---------------------------
-
-This directory contains the full Cocoon documentation (as xml documents).
-You can either browse the documentation when you start Cocoon as described
-above and go to the documentation section: http://localhost:8888/docs/index.html.
-Or you can build the docs your self by running "build.bat docs" or
-"./build.sh docs". If you want to build the docs yourself, you need
-an installed version of Forrest (http://xml.apache.org/forrest).
-
-Of course you can also read the documentation at the website
-http://cocoon.apache.org/
-
 Updating
 --------
 

Modified: cocoon/branches/BRANCH_2_1_X/README.txt
URL: http://svn.apache.org/viewcvs/cocoon/branches/BRANCH_2_1_X/README.txt?rev=327800&r1=327799&r2=327800&view=diff
==============================================================================
--- cocoon/branches/BRANCH_2_1_X/README.txt (original)
+++ cocoon/branches/BRANCH_2_1_X/README.txt Sun Oct 23 08:17:13 2005
@@ -48,8 +48,8 @@
 
   Read the INSTALL.txt file in this directory for the installation instructions.
 
-  The documentation available as of the date of this release is included in this
-  directory. Read the INSTALL.txt for more information.
+  The documentation is available as a separate download package. Read the INSTALL.txt
+  for more information.
 
   If you are updating from a previous release of Cocoon, make sure
   that you read the installation instructions on updating first.

Modified: cocoon/branches/BRANCH_2_1_X/tools/targets/dist-build.xml
URL: http://svn.apache.org/viewcvs/cocoon/branches/BRANCH_2_1_X/tools/targets/dist-build.xml?rev=327800&r1=327799&r2=327800&view=diff
==============================================================================
--- cocoon/branches/BRANCH_2_1_X/tools/targets/dist-build.xml (original)
+++ cocoon/branches/BRANCH_2_1_X/tools/targets/dist-build.xml Sun Oct 23 08:17:13 2005
@@ -41,10 +41,6 @@
       <fileset dir="${lib}"/>
     </copy>
 
-    <copy todir="${dist}/docs">
-      <fileset dir="docs"/>
-    </copy>
-
     <copy todir="${dist}/src">
       <fileset dir="${src}"/>
     </copy>