pnever 2004/02/16 08:46:55
Modified: testsuite tp.properties.sample
Log:
Changes for usability of the tprocessor Ant task
Revision Changes Path
1.3 +24 -20 jakarta-slide/testsuite/tp.properties.sample
Index: tp.properties.sample
===================================================================
RCS file: /home/cvs/jakarta-slide/testsuite/tp.properties.sample,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- tp.properties.sample 6 Feb 2004 18:12:24 -0000 1.2
+++ tp.properties.sample 16 Feb 2004 16:46:55 -0000 1.3
@@ -1,22 +1,26 @@
-user = unauthenticated
-password =
-host = localhost
-port = 8080
-workhost = localhost
-workdb =
+xdav.user = john
+xdav.password = john
+xdav.host = localhost
+xdav.port = 8080
+xdav.workhost = localhost
+xdav.workdb =
+xdav.users = 1
+xdav.iterations = 1
-globalVariableCollection = files
-globalVariableUsers = 1
-globalVariableIterationCount = 1
-globalVariableIterationCountSmall = 1
-globalVariablePerformanceIterations = 1
-globalVariableDomainName = localhost
-globalVariableGroup = group
-globalVariableGroupsColl = groups
-globalVariableUsersColl = users
-globalVariableRolesColl = roles
-globalVariableRootUserPath = /${globalVariableServerName}/users
-globalVariableUserPath = ${globalVariableRootUserPath}/${user}
-globalVariableServerName = slide
-globalVariableXMLReference=
+# TODO:
+# Rename properties (shorter and more intuitive names :-))
+xdav.globalVariableCollection = files
+xdav.globalVariableUsers = ${xdav.users}
+xdav.globalVariableIterationCount = ${xdav.iterations}
+xdav.globalVariableIterationCountSmall = 1
+xdav.globalVariablePerformanceIterations = 1
+xdav.globalVariableDomainName = localhost
+xdav.globalVariableGroup = group
+xdav.globalVariableGroupsColl = groups
+xdav.globalVariableUsersColl = users
+xdav.globalVariableRolesColl = roles
+xdav.globalVariableRootUserPath = /${xdav.globalVariableServerName}/users
+xdav.globalVariableUserPath = ${xdav.globalVariableRootUserPath}/${xdav.user}
+xdav.globalVariableServerName = slide
+xdav.globalVariableXMLReference=
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]