You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@turbine.apache.org by se...@apache.org on 2007/05/07 07:16:21 UTC

svn commit: r535744 - /jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/conf/TurbineResources.properties

Author: seade
Date: Sun May  6 22:16:20 2007
New Revision: 535744

URL: http://svn.apache.org/viewvc?view=rev&rev=535744
Log:
Add mention of Velocity Tools Generic Tools to the Pull Service documentation.
Tidied up references to persistent scope.

Modified:
    jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/conf/TurbineResources.properties

Modified: jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/conf/TurbineResources.properties
URL: http://svn.apache.org/viewvc/jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/conf/TurbineResources.properties?view=diff&rev=535744&r1=535743&r2=535744
==============================================================================
--- jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/conf/TurbineResources.properties (original)
+++ jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/conf/TurbineResources.properties Sun May  6 22:16:20 2007
@@ -490,12 +490,13 @@
 #   authorized: tool is instantiated once for each user session once the
 #               user logs in. After this, it is a normal session tool.
 #
-#   persistent: tool is instantitated once for each user session once
+#   persistent: tool is instantiated once for each user session once
 #               the user logs in and is is stored in the user's permanent
 #               hashtable.
 #               This means for a logged in user the tool will be persisted
-#               in the user's objectdata. Tool should be threadsafe and
-#               Serializable.
+#               in the user's objectdata. Tool should be Serializable.  These
+#               tools do not need to be threadsafe.
+#               <b>persistent scope tools are deprecated in 2.3</b>
 #
 # Defaults: none
 
@@ -518,7 +519,7 @@
 # This is a tool that allows access to the scheduler service.
 # tool.request.scheduler=org.apache.turbine.services.SchedulerTool
 
-# The UI Manager will allow you to skin your Turbine application using simple
+# The UITool will allow you to skin your Turbine application using simple
 # properties files that are located in the WEBAPP/resources/ directory
 # hierarchy.
 



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