You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by ni...@apache.org on 2002/12/03 01:06:02 UTC

cvs commit: xml-cocoon2 properties.xml

nicolaken    2002/12/02 16:06:02

  Modified:    .        properties.xml
  Log:
    <action dev="NKB" type="update">
      Moved endorsed libs in ./lib/endorsed, so that they can be added in the build file
      easily as java jvm args, or in the future copied to the webserver or Java endorsed dir.
      Currently it enables Jetty to run easily in 1.4 JVMs without need to copy libs to
      the endorsed dir.
    </action>
    <action dev="NKB" type="add">
      Added jetty webserver for fast and easy Cocoon test and evaluation.
      To run launch "build run" and point the browser to http://localhost:8888/
      Since it seems there is a bug somewhere, ATM point to
      http://localhost:8888/documentation/index.html to see the page.
    </action>
  
  Revision  Changes    Path
  1.16      +1 -0      xml-cocoon2/properties.xml
  
  Index: properties.xml
  ===================================================================
  RCS file: /home/cvs/xml-cocoon2/properties.xml,v
  retrieving revision 1.15
  retrieving revision 1.16
  diff -u -r1.15 -r1.16
  --- properties.xml	28 Nov 2002 15:47:11 -0000	1.15
  +++ properties.xml	3 Dec 2002 00:06:02 -0000	1.16
  @@ -66,6 +66,7 @@
      <java dir="./src/java" />
      <test dir="./src/test" />
      <lib dir="./lib" />
  +   <endorsed dir="./lib/endorsed" />
      <tools dir="./tools" />
      <emacs dir="./src/resources/dev/emacs" />
      <docs dir="./src/documentation/xdocs" />
  
  
  

----------------------------------------------------------------------
In case of troubles, e-mail:     webmaster@xml.apache.org
To unsubscribe, e-mail:          cocoon-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: cocoon-cvs-help@xml.apache.org