You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@turbine.apache.org by ep...@apache.org on 2004/11/24 13:48:07 UTC

cvs commit: jakarta-turbine-fulcrum/bsf/xdocs index.xml

epugh       2004/11/24 04:48:07

  Modified:    naming/xdocs index.xml
               bsf/src/test TestComponentConfig.xml TestRoleConfig.xml
               dvsl/xdocs index.xml
               bsf/xdocs index.xml
  Log:
  Doc fixes spotted by Scott
  
  Revision  Changes    Path
  1.3       +3 -6      jakarta-turbine-fulcrum/naming/xdocs/index.xml
  
  Index: index.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-fulcrum/naming/xdocs/index.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- index.xml	14 Feb 2004 14:24:56 -0000	1.2
  +++ index.xml	24 Nov 2004 12:48:07 -0000	1.3
  @@ -10,12 +10,9 @@
     <body>
   
     <section name="Overview">
  -<p>
  -The Naming Service provides access to JNDI contexts. Please note that if
  -you are using Tomcat as your servlet engine and you get errors about
  -sealing violations, you may need to read <a
  -href="../howto/jboss-howto.html">this document</a>.
  -</p>
  +    <p>
  +    The Naming Service provides access to JNDI contexts.
  +    </p>
         
       <p>
         It is written 
  
  
  
  1.2       +2 -1      jakarta-turbine-fulcrum/bsf/src/test/TestComponentConfig.xml
  
  Index: TestComponentConfig.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-fulcrum/bsf/src/test/TestComponentConfig.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- TestComponentConfig.xml	13 Feb 2004 14:22:47 -0000	1.1
  +++ TestComponentConfig.xml	24 Nov 2004 12:48:07 -0000	1.2
  @@ -1,3 +1,4 @@
   <componentConfig>
  -    <cache cacheInitialSize="20" cacheCheckFrequency="5"/>
  +    <bsf use-property-file="true"
  +     scriptsDirectory="WEB-INF/scripts" defaultExtension="py"/>
   </componentConfig>
  
  
  
  1.2       +3 -3      jakarta-turbine-fulcrum/bsf/src/test/TestRoleConfig.xml
  
  Index: TestRoleConfig.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-fulcrum/bsf/src/test/TestRoleConfig.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- TestRoleConfig.xml	13 Feb 2004 14:22:47 -0000	1.1
  +++ TestRoleConfig.xml	24 Nov 2004 12:48:07 -0000	1.2
  @@ -1,7 +1,7 @@
   <!-- This configuration file for Avalon components is used for testing the TestComponent -->
   <role-list>
       <role
  -        name="org.apache.fulcrum.cache.GlobalCacheService"
  -        shorthand="cache"
  -        default-class="org.apache.fulcrum.cache.DefaultGlobalCacheService"/>
  +        name="org.apache.fulcrum.bsf.BSFService"
  +        shorthand="bsf"
  +        default-class="org.apache.fulcrum.bsf.DefaultBSFService"/>
   </role-list>
  
  
  
  1.4       +0 -4      jakarta-turbine-fulcrum/dvsl/xdocs/index.xml
  
  Index: index.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-fulcrum/dvsl/xdocs/index.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- index.xml	23 Nov 2004 19:34:44 -0000	1.3
  +++ index.xml	24 Nov 2004 12:48:07 -0000	1.4
  @@ -44,10 +44,6 @@
   
     </section>
   
  -  <section name="Usage">
  -    <p>
  -    </p>
  -  </section>  
   
   </body>
   </document>
  
  
  
  1.2       +1 -1      jakarta-turbine-fulcrum/bsf/xdocs/index.xml
  
  Index: index.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-fulcrum/bsf/xdocs/index.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- index.xml	13 Feb 2004 14:22:47 -0000	1.1
  +++ index.xml	24 Nov 2004 12:48:07 -0000	1.2
  @@ -42,7 +42,7 @@
       <source>
   
       <![CDATA[
  -        <cache cacheInitialSize="20" cacheCheckFrequency="5"/>
  +        <bsf use-property-file="true" scriptsDirectory="WEB-INF/scripts" defaultExtension="py"/>
       ]]>
       </source>
   
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: turbine-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: turbine-dev-help@jakarta.apache.org