jvanzyl     01/05/13 12:40:00

  Modified:    xdocs/services assemblerbroker-service.xml cache-service.xml
                        castor-service.xml db-service.xml
                        factory-service.xml intake-service.xml
                        jsp-service.xml localization-service.xml
                        logging-service.xml mimetype-service.xml
                        naming-service.xml pull-service.xml
                        rundata-service.xml scheduler-service.xml
                        security-service.xml servlet-service.xml
                        template-service.xml uniqueid-service.xml
                        upload-service.xml velocity-service.xml
                        webmacro-service.xml xmlrpc-service.xml
                        xslt-service.xml
  Log:
  - adding config examples for all the services i can.
  
  Revision  Changes    Path
  1.5       +0 -1      jakarta-turbine/xdocs/services/assemblerbroker-service.xml
  
  Index: assemblerbroker-service.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine/xdocs/services/assemblerbroker-service.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- assemblerbroker-service.xml       2001/05/12 14:35:47     1.4
  +++ assemblerbroker-service.xml       2001/05/13 19:39:48     1.5
  @@ -22,7 +22,6 @@
   <section name="Configuration">
   
   <source><![CDATA[
  -
   # -------------------------------------------------------------------
   # 
   #  S E R V I C E S
  
  
  
  1.6       +0 -1      jakarta-turbine/xdocs/services/cache-service.xml
  
  Index: cache-service.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine/xdocs/services/cache-service.xml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- cache-service.xml 2001/05/12 14:35:47     1.5
  +++ cache-service.xml 2001/05/13 19:39:49     1.6
  @@ -25,7 +25,6 @@
   <section name="Configuration">
   
   <source><![CDATA[
  -
   # -------------------------------------------------------------------
   # 
   #  S E R V I C E S
  
  
  
  1.5       +0 -1      jakarta-turbine/xdocs/services/castor-service.xml
  
  Index: castor-service.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine/xdocs/services/castor-service.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- castor-service.xml        2001/05/12 14:35:47     1.4
  +++ castor-service.xml        2001/05/13 19:39:49     1.5
  @@ -20,7 +20,6 @@
   <section name="Configuration">
   
   <source><![CDATA[
  -
   # -------------------------------------------------------------------
   # 
   #  S E R V I C E S
  
  
  
  1.5       +0 -6      jakarta-turbine/xdocs/services/db-service.xml
  
  Index: db-service.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine/xdocs/services/db-service.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- db-service.xml    2001/05/12 14:35:47     1.4
  +++ db-service.xml    2001/05/13 19:39:49     1.5
  @@ -24,7 +24,6 @@
   <section name="Configuration">
   
   <source><![CDATA[
  -
   # -------------------------------------------------------------------
   #
   #  S E R V I C E S
  @@ -169,11 +168,6 @@
   does not fix the problem of bad code, but would help in situations where
   bad code does manage to find its way into the system.
   </p>
  -
  -</subsection>
  -
  -<subsection name="PoolBrokerService">
  -</subsection>
   
   </section>
   
  
  
  
  1.6       +0 -1      jakarta-turbine/xdocs/services/factory-service.xml
  
  Index: factory-service.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine/xdocs/services/factory-service.xml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- factory-service.xml       2001/05/12 14:35:47     1.5
  +++ factory-service.xml       2001/05/13 19:39:49     1.6
  @@ -33,7 +33,6 @@
   <section name="Configuration">
   
   <source><![CDATA[
  -
   # -------------------------------------------------------------------
   # 
   #  S E R V I C E S
  
  
  
  1.6       +0 -1      jakarta-turbine/xdocs/services/intake-service.xml
  
  Index: intake-service.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine/xdocs/services/intake-service.xml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- intake-service.xml        2001/05/12 14:35:47     1.5
  +++ intake-service.xml        2001/05/13 19:39:50     1.6
  @@ -58,7 +58,6 @@
   <section name="Configuration">
   
   <source><![CDATA[
  -
   # -------------------------------------------------------------------
   # 
   #  S E R V I C E S
  
  
  
  1.4       +17 -1     jakarta-turbine/xdocs/services/jsp-service.xml
  
  Index: jsp-service.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine/xdocs/services/jsp-service.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- jsp-service.xml   2001/05/12 14:35:47     1.3
  +++ jsp-service.xml   2001/05/13 19:39:50     1.4
  @@ -18,7 +18,6 @@
   <section name="Configuration">
   
   <source><![CDATA[
  -
   # -------------------------------------------------------------------
   # 
   #  S E R V I C E S
  @@ -34,6 +33,23 @@
   .
   .
   .
  +# -------------------------------------------------------------------
  +# 
  +#  J S P  S E R V I C E
  +#
  +# -------------------------------------------------------------------
  +
  +services.JspService.template.extension=jsp
  +services.JspService.default.page = JspPage
  +services.JspService.default.screen=BaseJspScreen
  +services.JspService.default.layout = JspLayout
  +services.JspService.default.navigation=BaseJspNavigation
  +services.JspService.default.error.screen = JspErrorScreen
  +services.JspService.default.layout.template = /Default.jsp
  +
  +services.JspService.templates = /templates/app
  +services.JspService.buffer.size = 8192
  +
   ]]></source>
   
   </section>
  
  
  
  1.5       +0 -1      jakarta-turbine/xdocs/services/localization-service.xml
  
  Index: localization-service.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine/xdocs/services/localization-service.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- localization-service.xml  2001/05/12 14:35:47     1.4
  +++ localization-service.xml  2001/05/13 19:39:50     1.5
  @@ -20,7 +20,6 @@
   <section name="Configuration">
   
   <source><![CDATA[
  -
   # -------------------------------------------------------------------
   # 
   #  S E R V I C E S
  
  
  
  1.4       +26 -1     jakarta-turbine/xdocs/services/logging-service.xml
  
  Index: logging-service.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine/xdocs/services/logging-service.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- logging-service.xml       2001/05/12 14:35:47     1.3
  +++ logging-service.xml       2001/05/13 19:39:50     1.4
  @@ -18,7 +18,6 @@
   <section name="Configuration">
   
   <source><![CDATA[
  -
   # -------------------------------------------------------------------
   # 
   #  S E R V I C E S
  @@ -34,6 +33,32 @@
   .
   .
   .
  +# -------------------------------------------------------------------
  +# 
  +#  L O G S
  +#
  +# -------------------------------------------------------------------
  +# This is the configuration for the logging system. In most cases
  +# you don't need to modify anything. However, if you wish to add more
  +# facilities or modify the existing settings, then you can do so.
  +#
  +# destination.file: A path relative to the web app root
  +# -------------------------------------------------------------------
  +services.LoggingService.facilities=system,debug
  +services.LoggingService.default=system
  
+services.LoggingService.loggingConfig=org.apache.turbine.services.logging.PropertiesLoggingConfig
  +
  +# A facility for system logging.
  +services.LoggingService.system.destination.file=@TURBINE_LOG@
  
+services.LoggingService.system.className=org.apache.turbine.services.logging.FileLogger
  +services.LoggingService.system.level=INFO
  +
  +# A facility for the scheduler service
  +# To disable started/stopped messages set the level to ERROR
  +services.LoggingService.scheduler.destination.file=@TURBINE_LOG@
  
+services.LoggingService.scheduler.className=org.apache.turbine.services.logging.FileLogger
  +services.LoggingService.scheduler.level=INFO
  +
   ]]></source>
   
   </section>
  
  
  
  1.6       +0 -1      jakarta-turbine/xdocs/services/mimetype-service.xml
  
  Index: mimetype-service.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine/xdocs/services/mimetype-service.xml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- mimetype-service.xml      2001/05/12 14:35:47     1.5
  +++ mimetype-service.xml      2001/05/13 19:39:51     1.6
  @@ -24,7 +24,6 @@
   <section name="Configuration">
   
   <source><![CDATA[
  -
   # -------------------------------------------------------------------
   # 
   #  S E R V I C E S
  
  
  
  1.4       +0 -1      jakarta-turbine/xdocs/services/naming-service.xml
  
  Index: naming-service.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine/xdocs/services/naming-service.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- naming-service.xml        2001/05/12 14:35:48     1.3
  +++ naming-service.xml        2001/05/13 19:39:51     1.4
  @@ -18,7 +18,6 @@
   <section name="Configuration">
   
   <source><![CDATA[
  -
   # -------------------------------------------------------------------
   # 
   #  S E R V I C E S
  
  
  
  1.6       +1 -3      jakarta-turbine/xdocs/services/pull-service.xml
  
  Index: pull-service.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine/xdocs/services/pull-service.xml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- pull-service.xml  2001/05/12 14:35:48     1.5
  +++ pull-service.xml  2001/05/13 19:39:51     1.6
  @@ -11,7 +11,7 @@
   <section name="Pull Service">
   
   <p>
  -The pull service places tool objects in the Velocity context for use by
  +The Pull service places tool objects in the Velocity context for use by
   template engineers. It can handle tools with various different "scopes",
   namely:
   
  @@ -50,7 +50,6 @@
   <section name="Configuration">
   
   <source><![CDATA[
  -
   # -------------------------------------------------------------------
   # 
   #  S E R V I C E S
  @@ -66,7 +65,6 @@
   .
   .
   .
  -
   # -------------------------------------------------------------------
   # 
   #  P U L L  S E R V I C E
  
  
  
  1.7       +0 -2      jakarta-turbine/xdocs/services/rundata-service.xml
  
  Index: rundata-service.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine/xdocs/services/rundata-service.xml,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- rundata-service.xml       2001/04/12 21:43:36     1.6
  +++ rundata-service.xml       2001/05/13 19:39:51     1.7
  @@ -31,7 +31,6 @@
   
   
   <source><![CDATA[
  -
   # -------------------------------------------------------------------
   # 
   #  S E R V I C E S
  @@ -62,7 +61,6 @@
   
services.RunDataService.default.cookie.parser=org.apache.turbine.util.parser.DefaultCookieParser
   
   ]]></source>
  -
   
   </section>
   
  
  
  
  1.7       +0 -2      jakarta-turbine/xdocs/services/scheduler-service.xml
  
  Index: scheduler-service.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine/xdocs/services/scheduler-service.xml,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- scheduler-service.xml     2001/05/12 14:35:48     1.6
  +++ scheduler-service.xml     2001/05/13 19:39:52     1.7
  @@ -28,7 +28,6 @@
   <section name="Configuration">
   
   <source><![CDATA[
  -
   # -------------------------------------------------------------------
   # 
   #  S E R V I C E S
  @@ -44,7 +43,6 @@
   .
   .
   .
  -
   # -------------------------------------------------------------------
   #
   #  S C H E D U L E R  S E R V I C E
  
  
  
  1.4       +72 -1     jakarta-turbine/xdocs/services/security-service.xml
  
  Index: security-service.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine/xdocs/services/security-service.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- security-service.xml      2001/05/12 14:35:48     1.3
  +++ security-service.xml      2001/05/13 19:39:52     1.4
  @@ -18,7 +18,6 @@
   <section name="Configuration">
   
   <source><![CDATA[
  -
   # -------------------------------------------------------------------
   # 
   #  S E R V I C E S
  @@ -34,6 +33,78 @@
   .
   .
   .
  +# -------------------------------------------------------------------
  +# 
  +#  S E C U R I T Y  S E R V I C E
  +#
  +# -------------------------------------------------------------------
  +
  +#
  +# This is the class that implements the User interface.
  +# You want to override this setting only if you want your User 
  +# implementation to provide application specific addtional 
  +# functionality.
  +#
  +# Default: org.apache.turbine.om.security.TurbineUser
  +#
  +
  +services.SecurityService.user.class=org.apache.turbine.om.security.TurbineUser
  +
  +#
  +# This setting is DBSecurityService specific - this class is consulted for the names
  +# of the columns in the users' tables for the purpose of creating join queries. 
  +# If you use your own User implementation in conjunction with DBSecurityService,
  +# it's peer class must implement org.apache.turbine.om.security.peer.UserPeer 
interface,
  +# and you need to specify the name of the peer class here.
  +#
  +# Defalut: org.apache.turbine.om.security.peer.TurbineUserPeer
  +#
  
+services.SecurityService.userPeer.class=org.apache.turbine.om.security.peer.TurbineUserPeer
  +
  +#
  +# This is the class that implements UserManager interface.
  +# Override this setting if you want your User information stored
  +# on a different medium (LADP directory is a good example).
  +# Default implementation uses Peers and a relational database .
  +#
  +
  
+services.SecurityService.user.manager=org.apache.turbine.services.security.db.DBUserManager
  +
  +#
  +# This is used by the SecurityService to make the password checking
  +# secure. When enabled, passwords are transformed by a one-way
  +# function into a sequence of bytes that is base64 encoded.
  +# It is impossible to guess the plain-text form of the password
  +# from the representation. When user logs in, the entered password
  +# is transformed the same way and then compared with stored value.
  +#
  +# Default: false
  +#
  +
  +services.SecurityService.secure.passwords=false
  +
  +#
  +# This property lets you choose what digest algorithm will be used
  +# for encrypting passwords. Check documentation of your JRE for
  +# available algorithms.
  +#
  +# Default: SHA
  +#
  +
  +services.SecurityService.secure.passwords.algorithm=SHA
  +
  +# Configuration for the LDAP Security Service implementation
  +
  +#services.SecurityService.ldap.security.athentication=simple
  +#services.SecurityService.ldap.port=<LDAP PORT>
  +#services.SecurityService.ldap.host=<LDAP HOST>
  +#services.SecurityService.ldap.admin.username=<ADMIN USERNAME>
  +#services.SecurityService.ldap.admin.password=<ADMIN PASSWORD>
  +#services.SecurityService.ldap.user.basesearch=<SEARCH PATTERN>
  +#services.SecurityService.ldap.user.search.filter=<SEARCH FILTER>
  +#services.SecurityService.ldap.dn.attribute=userPrincipalName
  +#services.SecurityService.ldap.provider=com.sun.jndi.ldap.LdapCtxFactory
  +
   ]]></source>
   
   </section>
  
  
  
  1.6       +2 -3      jakarta-turbine/xdocs/services/servlet-service.xml
  
  Index: servlet-service.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine/xdocs/services/servlet-service.xml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- servlet-service.xml       2001/05/12 14:35:48     1.5
  +++ servlet-service.xml       2001/05/13 19:39:52     1.6
  @@ -20,7 +20,6 @@
   <section name="Configuration">
   
   <source><![CDATA[
  -
   # -------------------------------------------------------------------
   # 
   #  S E R V I C E S
  @@ -32,8 +31,8 @@
   # To specify properties of a service use the following syntax:
   # service.[name].[property]=[value]
   
  -services.TemplateService.classname=\
  -  org.apache.turbine.services.template.TurbineTemplateService
  +services.ServletService.classname=\
  +  org.apache.turbine.services.servlet.TurbineServletService
   .
   .
   .
  
  
  
  1.4       +14 -1     jakarta-turbine/xdocs/services/template-service.xml
  
  Index: template-service.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine/xdocs/services/template-service.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- template-service.xml      2001/05/12 14:35:48     1.3
  +++ template-service.xml      2001/05/13 19:39:52     1.4
  @@ -18,7 +18,6 @@
   <section name="Configuration">
   
   <source><![CDATA[
  -
   # -------------------------------------------------------------------
   # 
   #  S E R V I C E S
  @@ -34,6 +33,20 @@
   .
   .
   .
  +# -------------------------------------------------------------------
  +# 
  +#  T E M P L A T E  S E R V I C E
  +#
  +# -------------------------------------------------------------------
  +
  +# Roughly, the number of templates in each category.
  +#
  +# Defaults: layout=2, navigation=10, screen=50
  +
  +services.TemplateService.layout.cache.size=2
  +services.TemplateService.navigation.cache.size=10
  +services.TemplateService.screen.cache.size=50
  +
   ]]></source>
   
   </section>
  
  
  
  1.6       +0 -1      jakarta-turbine/xdocs/services/uniqueid-service.xml
  
  Index: uniqueid-service.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine/xdocs/services/uniqueid-service.xml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- uniqueid-service.xml      2001/05/12 14:35:48     1.5
  +++ uniqueid-service.xml      2001/05/13 19:39:52     1.6
  @@ -21,7 +21,6 @@
   <section name="Configuration">
   
   <source><![CDATA[
  -
   # -------------------------------------------------------------------
   # 
   #  S E R V I C E S
  
  
  
  1.5       +0 -2      jakarta-turbine/xdocs/services/upload-service.xml
  
  Index: upload-service.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine/xdocs/services/upload-service.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- upload-service.xml        2001/05/12 14:35:48     1.4
  +++ upload-service.xml        2001/05/13 19:39:53     1.5
  @@ -21,7 +21,6 @@
   <section name="Configuration">
   
   <source><![CDATA[
  -
   # -------------------------------------------------------------------
   # 
   #  S E R V I C E S
  @@ -37,7 +36,6 @@
   .
   .
   .
  -
   # -------------------------------------------------------------------
   #
   #  U P L O A D  S E R V I C E
  
  
  
  1.4       +34 -1     jakarta-turbine/xdocs/services/velocity-service.xml
  
  Index: velocity-service.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine/xdocs/services/velocity-service.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- velocity-service.xml      2001/05/12 14:35:48     1.3
  +++ velocity-service.xml      2001/05/13 19:39:53     1.4
  @@ -18,7 +18,6 @@
   <section name="Configuration">
   
   <source><![CDATA[
  -
   # -------------------------------------------------------------------
   # 
   #  S E R V I C E S
  @@ -34,6 +33,40 @@
   .
   .
   .
  +# -------------------------------------------------------------------
  +# 
  +#  V E L O C I T Y  S E R V I C E
  +#
  +# -------------------------------------------------------------------
  +
  +# The location of Velocity configuration file, relative to webapp root
  +# These properties will override the default properties set by Velocity.
  +# You should specify the path to the templates directories as well as 
  +# the path to the log file and they should also be relative to webapp root
  +
  +services.VelocityService.template.extension=vm
  +services.VelocityService.default.page = VelocityPage
  +services.VelocityService.default.screen=VelocityScreen
  +services.VelocityService.default.layout = VelocityECSLayout
  +services.VelocityService.default.navigation=VelocityNavigation
  +services.VelocityService.default.error.screen = VelocityErrorScreen
  +services.VelocityService.default.layout.template = /Default.vm
  +
  +services.VelocityService.runtime.log=/logs/velocity.log
  +#services.VelocityService.input.encoding=UTF-8
  +services.VelocityService.velocimacro.library = GlobalMacros.vm
  +
  +services.VelocityService.resource.loader = file
  +services.VelocityService.file.resource.loader.description = Velocity File Resource 
Loader
  +services.VelocityService.file.resource.loader.class = 
org.apache.velocity.runtime.resource.loader.FileResourceLoader
  +services.VelocityService.file.resource.loader.path = /templates/app
  +services.VelocityService.file.resource.loader.cache = false
  +services.VelocityService.file.resource.loader.modificationCheckInterval = 2
  +
  +services.VelocityService.resource.loader = classpath
  +services.VelocityService.classpath.resource.loader.description = Velocity Classpath 
Resource Loader
  +services.VelocityService.classpath.resource.loader.class = 
org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
  +
   ]]></source>
   
   </section>
  
  
  
  1.4       +31 -1     jakarta-turbine/xdocs/services/webmacro-service.xml
  
  Index: webmacro-service.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine/xdocs/services/webmacro-service.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- webmacro-service.xml      2001/05/12 14:35:48     1.3
  +++ webmacro-service.xml      2001/05/13 19:39:53     1.4
  @@ -18,7 +18,6 @@
   <section name="Configuration">
   
   <source><![CDATA[
  -
   # -------------------------------------------------------------------
   # 
   #  S E R V I C E S
  @@ -34,6 +33,37 @@
   .
   .
   .
  +# -------------------------------------------------------------------
  +# 
  +#  W E B M A C R O  S E R V I C E
  +#
  +# -------------------------------------------------------------------
  +
  +services.WebMacroService.template.extension=wm
  +services.WebMacroService.default.page = WebMacroSitePage
  +services.WebMacroService.default.screen=WebMacroSiteScreen
  +services.WebMacroService.default.layout = WebMacroSiteLayout
  +services.WebMacroService.default.navigation=WebMacroSiteNavigation
  +services.WebMacroService.default.error.screen = WebMacroSiteErrorScreen
  +services.WebMacroService.default.layout.template = /Default.wm
  +
  +# The location of WebMacro configuration file, relative to webapp
  +# root.
  +
  +services.WebMacroService.properties=/WEB-INF/conf/WebMacro.properties
  +
  +# The path where WebMacro will look for templates, relative to webapp
  +# root.  Use your system's path separator to specify multiple paths.
  +
  +services.WebMacroService.templates=/templates/app
  +
  +# The class that will act as a template provider in webmacro.  We can
  +# use default class from WebMacro (template path above is pushed into
  +# WebMacro configuration mechanism, so that class can pick it up), or
  +# some other custom class
  +
  
+services.WebMacroService.templates.provider=org.apache.turbine.services.webmacro.TurbineTemplateProvider
  +
   ]]></source>
   
   </section>
  
  
  
  1.5       +0 -1      jakarta-turbine/xdocs/services/xmlrpc-service.xml
  
  Index: xmlrpc-service.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine/xdocs/services/xmlrpc-service.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- xmlrpc-service.xml        2001/05/13 17:01:50     1.4
  +++ xmlrpc-service.xml        2001/05/13 19:39:53     1.5
  @@ -34,7 +34,6 @@
   <section name="Configuration">
   
   <source><![CDATA[
  -
   # -------------------------------------------------------------------
   # 
   #  S E R V I C E S
  
  
  
  1.6       +0 -1      jakarta-turbine/xdocs/services/xslt-service.xml
  
  Index: xslt-service.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine/xdocs/services/xslt-service.xml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- xslt-service.xml  2001/05/13 16:01:54     1.5
  +++ xslt-service.xml  2001/05/13 19:39:54     1.6
  @@ -24,7 +24,6 @@
   <section name="Configuration">
   
   <source><![CDATA[
  -
   # -------------------------------------------------------------------
   # 
   #  S E R V I C E S
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to