You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@turbine.apache.org by jv...@apache.org on 2002/02/15 14:38:43 UTC

cvs commit: jakarta-turbine-3/xdocs modules.xml

jvanzyl     02/02/15 05:38:43

  Modified:    .        Tag: rundata_security_changes build.xml
               xdocs    Tag: rundata_security_changes modules.xml
  Log:
  - the "docs" target needs the "init" target for the classpath reference
  - cleanup the module.xml file. i commented it out before but the change
    is gone. anyway the docs build now
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.20.2.12 +2 -1      jakarta-turbine-3/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-3/build.xml,v
  retrieving revision 1.20.2.11
  retrieving revision 1.20.2.12
  diff -u -r1.20.2.11 -r1.20.2.12
  --- build.xml	14 Feb 2002 15:53:49 -0000	1.20.2.11
  +++ build.xml	15 Feb 2002 13:38:43 -0000	1.20.2.12
  @@ -364,7 +364,8 @@
     <!-- ================================================================== -->
   
     <target
  -    name="docs">
  +    name="docs"
  +    depends="init">
   
       <taskdef name="dvsl" classname="org.apache.tools.dvsl.DVSLTask">
         <classpath>
  
  
  
  No                   revision
  
  
  No                   revision
  
  
  1.1.2.2   +9 -6      jakarta-turbine-3/xdocs/modules.xml
  
  Index: modules.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-3/xdocs/modules.xml,v
  retrieving revision 1.1.2.1
  retrieving revision 1.1.2.2
  diff -u -r1.1.2.1 -r1.1.2.2
  --- modules.xml	8 Feb 2002 17:53:00 -0000	1.1.2.1
  +++ modules.xml	15 Feb 2002 13:38:43 -0000	1.1.2.2
  @@ -17,15 +17,17 @@
     </body>
   </document>
   
  -----------------------------------------------------------------
  +<!--
  +
  +
   M O D U L E S 
  -----------------------------------------------------------------
  +
   
     The ModuleLoader now can deal with arbitrary module
     types by having them defined in TRP. Here is what the properties
     might look like for rendering:
   
  -  ---
  +
   
     module.packages=org.mycompany.newapp
   
  @@ -40,7 +42,7 @@
     template.default = /Default
     template.default.extension = vm
   
  -  ---
  +
   
     This little configuration blob is also what is used to tell 
     the ModuleLoader what types it can deal with and what the
  @@ -86,7 +88,6 @@
     
     Here is what the '/Login.vm' layout template looks like:
   
  -  ---
   
     <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" 
         "http://www.w3.org/TR/html4/loose.dtd">
  @@ -118,7 +119,7 @@
     </body>
     </html>
   
  -  ---
  +
   
     As you notice there is a $renderer reference in the template. This
     context tool is responsible for the renderering of any 'decoration'
  @@ -153,3 +154,5 @@
     matched to the target. For example people commonly want
     to have a particular layout for a group of users. Something
     will be added shortly to rectify this.
  +
  +-->
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>