Index: library/actiweb/Agent.xotcl =================================================================== diff -u -r9ffb233e56aa019ed8e82f70bf7aab1e95066cf5 -ra70e406af0c39566e7fb0b1e0213d088f4f6a5be --- library/actiweb/Agent.xotcl (.../Agent.xotcl) (revision 9ffb233e56aa019ed8e82f70bf7aab1e95066cf5) +++ library/actiweb/Agent.xotcl (.../Agent.xotcl) (revision a70e406af0c39566e7fb0b1e0213d088f4f6a5be) @@ -1,11 +1,11 @@ # $Id: Agent.xotcl,v 1.6 2006/09/27 08:12:40 neumann Exp $ -package provide xotcl::actiweb::agent 0.8 +package provide xotcl::actiweb::agent 1.0 -package require xotcl::trace -package require xotcl::comm::httpAccess -package require xotcl::actiweb::webObject -package require xotcl::store::persistence +package require -exact xotcl::trace 1.0 +package require -exact xotcl::comm::httpAccess 1.0 +package require -exact xotcl::actiweb::webObject 1.0 +package require -exact xotcl::store::persistence 1.0 package require XOTcl 1 Index: library/actiweb/AgentManagement.xotcl =================================================================== diff -u -r9ffb233e56aa019ed8e82f70bf7aab1e95066cf5 -ra70e406af0c39566e7fb0b1e0213d088f4f6a5be --- library/actiweb/AgentManagement.xotcl (.../AgentManagement.xotcl) (revision 9ffb233e56aa019ed8e82f70bf7aab1e95066cf5) +++ library/actiweb/AgentManagement.xotcl (.../AgentManagement.xotcl) (revision a70e406af0c39566e7fb0b1e0213d088f4f6a5be) @@ -1,10 +1,10 @@ # $Id: AgentManagement.xotcl,v 1.6 2006/09/27 08:12:40 neumann Exp $ -package provide xotcl::actiweb::agentManagement 0.8 +package provide xotcl::actiweb::agentManagement 1.0 -package require xotcl::rdf::parser -package require xotcl::rdf::triple -package require xotcl::actiweb::agent +package require -exact xotcl::rdf::parser 1.0 +package require -exact xotcl::rdf::triple 1.0 +package require -exact xotcl::actiweb::agent 1.0 package require XOTcl 1 Index: library/actiweb/HtmlPlace.xotcl =================================================================== diff -u -r9ffb233e56aa019ed8e82f70bf7aab1e95066cf5 -ra70e406af0c39566e7fb0b1e0213d088f4f6a5be --- library/actiweb/HtmlPlace.xotcl (.../HtmlPlace.xotcl) (revision 9ffb233e56aa019ed8e82f70bf7aab1e95066cf5) +++ library/actiweb/HtmlPlace.xotcl (.../HtmlPlace.xotcl) (revision a70e406af0c39566e7fb0b1e0213d088f4f6a5be) @@ -1,12 +1,11 @@ -# $Id: HtmlPlace.xotcl,v 1.3 2005/09/09 21:09:01 neumann Exp $ -package provide xotcl::actiweb::htmlPlace 0.8 +package provide xotcl::actiweb::htmlPlace 1.0 -package require xotcl::trace -package require xotcl::actiweb::httpPlace -package require xotcl::store::persistence -package require xotcl::actiweb::agent -package require xotcl::actiweb::pageTemplate +package require -exact xotcl::trace 1.0 +package require -exact xotcl::actiweb::httpPlace 1.0 +package require -exact xotcl::store::persistence 1.0 +package require -exact xotcl::actiweb::agent 1.0 +package require -exact xotcl::actiweb::pageTemplate 1.0 package require XOTcl 1 Index: library/actiweb/HttpPlace.xotcl =================================================================== diff -u -r9ffb233e56aa019ed8e82f70bf7aab1e95066cf5 -ra70e406af0c39566e7fb0b1e0213d088f4f6a5be --- library/actiweb/HttpPlace.xotcl (.../HttpPlace.xotcl) (revision 9ffb233e56aa019ed8e82f70bf7aab1e95066cf5) +++ library/actiweb/HttpPlace.xotcl (.../HttpPlace.xotcl) (revision a70e406af0c39566e7fb0b1e0213d088f4f6a5be) @@ -1,17 +1,16 @@ -# $Id: HttpPlace.xotcl,v 1.6 2006/09/27 08:12:40 neumann Exp $ -package provide xotcl::actiweb::httpPlace 0.8 +package provide xotcl::actiweb::httpPlace 1.0 -package require xotcl::trace -package require xotcl::actiweb::invoker -package require xotcl::actiweb::webObject -package require xotcl::comm::httpd -package require xotcl::scriptCreation::scriptCreator -package require xotcl::store::persistence -package require xotcl::pattern::singleton -package require xotcl::registry::registry -package require xotcl::actiweb::agentManagement -package require xotcl::rdf::tripleRecreator +package require -exact xotcl::trace 1.0 +package require -exact xotcl::actiweb::invoker 1.0 +package require -exact xotcl::actiweb::webObject 1.0 +package require -exact xotcl::comm::httpd 1.1 +package require -exact xotcl::scriptCreation::scriptCreator 1.0 +package require -exact xotcl::store::persistence 1.0 +package require -exact xotcl::pattern::singleton 1.0 +package require -exact xotcl::registry::registry 1.0 +package require -exact xotcl::actiweb::agentManagement 1.0 +package require -exact xotcl::rdf::tripleRecreator 1.0 package require XOTcl 1 Index: library/actiweb/Invoker.xotcl =================================================================== diff -u -r9ffb233e56aa019ed8e82f70bf7aab1e95066cf5 -ra70e406af0c39566e7fb0b1e0213d088f4f6a5be --- library/actiweb/Invoker.xotcl (.../Invoker.xotcl) (revision 9ffb233e56aa019ed8e82f70bf7aab1e95066cf5) +++ library/actiweb/Invoker.xotcl (.../Invoker.xotcl) (revision a70e406af0c39566e7fb0b1e0213d088f4f6a5be) @@ -1,6 +1,6 @@ # $Id: Invoker.xotcl,v 1.6 2006/09/27 08:12:40 neumann Exp $ -package provide xotcl::actiweb::invoker 0.8 +package provide xotcl::actiweb::invoker 1.0 package require XOTcl 1 Index: library/actiweb/PlaceAccessControl.xotcl =================================================================== diff -u -r9ffb233e56aa019ed8e82f70bf7aab1e95066cf5 -ra70e406af0c39566e7fb0b1e0213d088f4f6a5be --- library/actiweb/PlaceAccessControl.xotcl (.../PlaceAccessControl.xotcl) (revision 9ffb233e56aa019ed8e82f70bf7aab1e95066cf5) +++ library/actiweb/PlaceAccessControl.xotcl (.../PlaceAccessControl.xotcl) (revision a70e406af0c39566e7fb0b1e0213d088f4f6a5be) @@ -1,9 +1,8 @@ -# $Id: PlaceAccessControl.xotcl,v 1.7 2006/09/27 08:12:40 neumann Exp $ -package provide xotcl::actiweb::placeAccessControl 0.8 +package provide xotcl::actiweb::placeAccessControl 1.0 -package require xotcl::comm::httpd -package require xotcl::actiweb::httpPlace +package require -exact xotcl::comm::httpd 1.1 +package require -exact xotcl::actiweb::httpPlace 1.0 package require XOTcl 1 Index: library/actiweb/SecureHtmlPlace.xotcl =================================================================== diff -u -r9ffb233e56aa019ed8e82f70bf7aab1e95066cf5 -ra70e406af0c39566e7fb0b1e0213d088f4f6a5be --- library/actiweb/SecureHtmlPlace.xotcl (.../SecureHtmlPlace.xotcl) (revision 9ffb233e56aa019ed8e82f70bf7aab1e95066cf5) +++ library/actiweb/SecureHtmlPlace.xotcl (.../SecureHtmlPlace.xotcl) (revision a70e406af0c39566e7fb0b1e0213d088f4f6a5be) @@ -1,9 +1,9 @@ # $Id: SecureHtmlPlace.xotcl,v 1.3 2005/09/09 21:09:01 neumann Exp $ -package provide xotcl::actiweb::secureHtmlPlace 0.8 +package provide xotcl::actiweb::secureHtmlPlace 1.0 -package require xotcl::actiweb::secureHttpPlace -package require xotcl::actiweb::htmlPlace +package require -exact xotcl::actiweb::secureHttpPlace 1.0 +package require -exact xotcl::actiweb::htmlPlace 1.0 package require XOTcl 1 Index: library/actiweb/SecureHttpPlace.xotcl =================================================================== diff -u -r9ffb233e56aa019ed8e82f70bf7aab1e95066cf5 -ra70e406af0c39566e7fb0b1e0213d088f4f6a5be --- library/actiweb/SecureHttpPlace.xotcl (.../SecureHttpPlace.xotcl) (revision 9ffb233e56aa019ed8e82f70bf7aab1e95066cf5) +++ library/actiweb/SecureHttpPlace.xotcl (.../SecureHttpPlace.xotcl) (revision a70e406af0c39566e7fb0b1e0213d088f4f6a5be) @@ -1,9 +1,7 @@ -# $Id: SecureHttpPlace.xotcl,v 1.3 2005/09/09 21:09:01 neumann Exp $ -package provide xotcl::actiweb::secureHttpPlace 0.8 +package provide xotcl::actiweb::secureHttpPlace 1.0 -package require xotcl::actiweb::httpPlace - +package require -exact xotcl::actiweb::httpPlace 1.0 package require XOTcl 1 namespace eval ::xotcl::actiweb::secureHttpPlace { Index: library/actiweb/SendStrategy.xotcl =================================================================== diff -u -r9ffb233e56aa019ed8e82f70bf7aab1e95066cf5 -ra70e406af0c39566e7fb0b1e0213d088f4f6a5be --- library/actiweb/SendStrategy.xotcl (.../SendStrategy.xotcl) (revision 9ffb233e56aa019ed8e82f70bf7aab1e95066cf5) +++ library/actiweb/SendStrategy.xotcl (.../SendStrategy.xotcl) (revision a70e406af0c39566e7fb0b1e0213d088f4f6a5be) @@ -1,6 +1,5 @@ -# $Id: SendStrategy.xotcl,v 1.3 2005/09/09 21:09:01 neumann Exp $ -package provide xotcl::actiweb::sendStrategy 0.8 +package provide xotcl::actiweb::sendStrategy 1.0 package require XOTcl 1 Index: library/actiweb/UserMgt.xotcl =================================================================== diff -u -r9ffb233e56aa019ed8e82f70bf7aab1e95066cf5 -ra70e406af0c39566e7fb0b1e0213d088f4f6a5be --- library/actiweb/UserMgt.xotcl (.../UserMgt.xotcl) (revision 9ffb233e56aa019ed8e82f70bf7aab1e95066cf5) +++ library/actiweb/UserMgt.xotcl (.../UserMgt.xotcl) (revision a70e406af0c39566e7fb0b1e0213d088f4f6a5be) @@ -1,6 +1,5 @@ -# $Id: UserMgt.xotcl,v 1.6 2006/09/27 08:12:40 neumann Exp $ -package provide xotcl::actiweb::userMgt 0.8 +package provide xotcl::actiweb::userMgt 1.0 package require XOTcl 1 Index: library/actiweb/WebAgent.xotcl =================================================================== diff -u -r9ffb233e56aa019ed8e82f70bf7aab1e95066cf5 -ra70e406af0c39566e7fb0b1e0213d088f4f6a5be --- library/actiweb/WebAgent.xotcl (.../WebAgent.xotcl) (revision 9ffb233e56aa019ed8e82f70bf7aab1e95066cf5) +++ library/actiweb/WebAgent.xotcl (.../WebAgent.xotcl) (revision a70e406af0c39566e7fb0b1e0213d088f4f6a5be) @@ -1,10 +1,10 @@ # $Id: WebAgent.xotcl,v 1.3 2005/09/09 21:09:01 neumann Exp $ -package provide xotcl::actiweb::webAgent 0.8 +package provide xotcl::actiweb::webAgent 1.0 -package require xotcl::actiweb::agent -package require xotcl::actiweb::invoker -package require xotcl::mixinStrategy +package require -exact xotcl::actiweb::agent 1.0 +package require -exact xotcl::actiweb::invoker 1.0 +package require -exact xotcl::mixinStrategy 1.0 package require XOTcl 1 Index: library/actiweb/WebDocument.xotcl =================================================================== diff -u -r9ffb233e56aa019ed8e82f70bf7aab1e95066cf5 -ra70e406af0c39566e7fb0b1e0213d088f4f6a5be --- library/actiweb/WebDocument.xotcl (.../WebDocument.xotcl) (revision 9ffb233e56aa019ed8e82f70bf7aab1e95066cf5) +++ library/actiweb/WebDocument.xotcl (.../WebDocument.xotcl) (revision a70e406af0c39566e7fb0b1e0213d088f4f6a5be) @@ -1,11 +1,10 @@ -# $Id: WebDocument.xotcl,v 1.9 2007/08/14 16:38:26 neumann Exp $ -package provide xotcl::actiweb::webDocument 0.8 +package provide xotcl::actiweb::webDocument 1.0 -package require xotcl::actiweb::webObject -package require xotcl::comm::httpAccess -package require xotcl::mixinStrategy -package require xotcl::actiweb::sendStrategy +package require -exact xotcl::actiweb::webObject 1.0 +package require -exact xotcl::comm::httpAccess 1.0 +package require -exact xotcl::mixinStrategy 1.0 +package require -exact xotcl::actiweb::sendStrategy 1.0 package require XOTcl 1 Index: library/actiweb/WebObject.xotcl =================================================================== diff -u -r9ffb233e56aa019ed8e82f70bf7aab1e95066cf5 -ra70e406af0c39566e7fb0b1e0213d088f4f6a5be --- library/actiweb/WebObject.xotcl (.../WebObject.xotcl) (revision 9ffb233e56aa019ed8e82f70bf7aab1e95066cf5) +++ library/actiweb/WebObject.xotcl (.../WebObject.xotcl) (revision a70e406af0c39566e7fb0b1e0213d088f4f6a5be) @@ -1,10 +1,10 @@ # $Id: WebObject.xotcl,v 1.3 2005/09/09 21:09:01 neumann Exp $ -package provide xotcl::actiweb::webObject 0.8 +package provide xotcl::actiweb::webObject 1.0 -package require xotcl::actiweb::sendStrategy -package require xotcl::mixinStrategy -package require xotcl::store::persistence +package require -exact xotcl::actiweb::sendStrategy 1.0 +package require -exact xotcl::mixinStrategy 1.0 +package require -exact xotcl::store::persistence 1.0 package require XOTcl 1 Index: library/actiweb/pageTemplate.xotcl =================================================================== diff -u -r9ffb233e56aa019ed8e82f70bf7aab1e95066cf5 -ra70e406af0c39566e7fb0b1e0213d088f4f6a5be --- library/actiweb/pageTemplate.xotcl (.../pageTemplate.xotcl) (revision 9ffb233e56aa019ed8e82f70bf7aab1e95066cf5) +++ library/actiweb/pageTemplate.xotcl (.../pageTemplate.xotcl) (revision a70e406af0c39566e7fb0b1e0213d088f4f6a5be) @@ -1,8 +1,8 @@ -package provide xotcl::actiweb::pageTemplate 0.8 +package provide xotcl::actiweb::pageTemplate 1.0 -package require xotcl::actiweb::webObject -package require xotcl::actiweb::invoker -package require xotcl::mixinStrategy +package require xotcl::actiweb::webObject 1.0 +package require xotcl::actiweb::invoker 1.0 +package require xotcl::mixinStrategy 1.0 package require XOTcl 1 Index: library/actiweb/pkgIndex.tcl =================================================================== diff -u -rc72f9f638677608fab1502cd696c8f2d6b2952f9 -ra70e406af0c39566e7fb0b1e0213d088f4f6a5be --- library/actiweb/pkgIndex.tcl (.../pkgIndex.tcl) (revision c72f9f638677608fab1502cd696c8f2d6b2952f9) +++ library/actiweb/pkgIndex.tcl (.../pkgIndex.tcl) (revision a70e406af0c39566e7fb0b1e0213d088f4f6a5be) @@ -8,17 +8,17 @@ # script is sourced, the variable $dir must contain the # full path name of this file's directory. -package ifneeded xotcl::actiweb::agent 0.8 [list source [file join $dir Agent.xotcl]] -package ifneeded xotcl::actiweb::agentManagement 0.8 [list source [file join $dir AgentManagement.xotcl]] -package ifneeded xotcl::actiweb::htmlPlace 0.8 [list source [file join $dir HtmlPlace.xotcl]] -package ifneeded xotcl::actiweb::httpPlace 0.8 [list source [file join $dir HttpPlace.xotcl]] -package ifneeded xotcl::actiweb::invoker 0.8 [list source [file join $dir Invoker.xotcl]] -package ifneeded xotcl::actiweb::pageTemplate 0.8 [list source [file join $dir pageTemplate.xotcl]] -package ifneeded xotcl::actiweb::placeAccessControl 0.8 [list source [file join $dir PlaceAccessControl.xotcl]] -package ifneeded xotcl::actiweb::secureHtmlPlace 0.8 [list source [file join $dir SecureHtmlPlace.xotcl]] -package ifneeded xotcl::actiweb::secureHttpPlace 0.8 [list source [file join $dir SecureHttpPlace.xotcl]] -package ifneeded xotcl::actiweb::sendStrategy 0.8 [list source [file join $dir SendStrategy.xotcl]] -package ifneeded xotcl::actiweb::userMgt 0.8 [list source [file join $dir UserMgt.xotcl]] -package ifneeded xotcl::actiweb::webAgent 0.8 [list source [file join $dir WebAgent.xotcl]] -package ifneeded xotcl::actiweb::webDocument 0.8 [list source [file join $dir WebDocument.xotcl]] -package ifneeded xotcl::actiweb::webObject 0.8 [list source [file join $dir WebObject.xotcl]] +package ifneeded xotcl::actiweb::agent 1.0 [list source [file join $dir Agent.xotcl]] +package ifneeded xotcl::actiweb::agentManagement 1.0 [list source [file join $dir AgentManagement.xotcl]] +package ifneeded xotcl::actiweb::htmlPlace 1.0 [list source [file join $dir HtmlPlace.xotcl]] +package ifneeded xotcl::actiweb::httpPlace 1.0 [list source [file join $dir HttpPlace.xotcl]] +package ifneeded xotcl::actiweb::invoker 1.0 [list source [file join $dir Invoker.xotcl]] +package ifneeded xotcl::actiweb::pageTemplate 1.0 [list source [file join $dir pageTemplate.xotcl]] +package ifneeded xotcl::actiweb::placeAccessControl 1.0 [list source [file join $dir PlaceAccessControl.xotcl]] +package ifneeded xotcl::actiweb::secureHtmlPlace 1.0 [list source [file join $dir SecureHtmlPlace.xotcl]] +package ifneeded xotcl::actiweb::secureHttpPlace 1.0 [list source [file join $dir SecureHttpPlace.xotcl]] +package ifneeded xotcl::actiweb::sendStrategy 1.0 [list source [file join $dir SendStrategy.xotcl]] +package ifneeded xotcl::actiweb::userMgt 1.0 [list source [file join $dir UserMgt.xotcl]] +package ifneeded xotcl::actiweb::webAgent 1.0 [list source [file join $dir WebAgent.xotcl]] +package ifneeded xotcl::actiweb::webDocument 1.0 [list source [file join $dir WebDocument.xotcl]] +package ifneeded xotcl::actiweb::webObject 1.0 [list source [file join $dir WebObject.xotcl]] Index: library/comm/Access.xotcl =================================================================== diff -u -r9ffb233e56aa019ed8e82f70bf7aab1e95066cf5 -ra70e406af0c39566e7fb0b1e0213d088f4f6a5be --- library/comm/Access.xotcl (.../Access.xotcl) (revision 9ffb233e56aa019ed8e82f70bf7aab1e95066cf5) +++ library/comm/Access.xotcl (.../Access.xotcl) (revision a70e406af0c39566e7fb0b1e0213d088f4f6a5be) @@ -1,12 +1,12 @@ # -*- tcl -*- $Id: Access.xotcl,v 1.9 2007/08/14 16:38:26 neumann Exp $ -set httpAccessVersion 0.91 +set httpAccessVersion 1.0 package provide xotcl::comm::httpAccess $httpAccessVersion -package require -exact xotcl::comm::pcache 0.9 -package require -exact xotcl::comm::mime 0.9 +package require -exact xotcl::comm::pcache 1.0 +package require -exact xotcl::comm::mime 1.0 package require -exact xotcl::comm::connection 1.0 -package require -exact xotcl::trace 0.91 +package require -exact xotcl::trace 1.0 package require XOTcl 1 Index: library/comm/Dav.xotcl =================================================================== diff -u -r9ffb233e56aa019ed8e82f70bf7aab1e95066cf5 -ra70e406af0c39566e7fb0b1e0213d088f4f6a5be --- library/comm/Dav.xotcl (.../Dav.xotcl) (revision 9ffb233e56aa019ed8e82f70bf7aab1e95066cf5) +++ library/comm/Dav.xotcl (.../Dav.xotcl) (revision a70e406af0c39566e7fb0b1e0213d088f4f6a5be) @@ -1,6 +1,6 @@ # $Id: Dav.xotcl,v 1.4 2006/02/18 22:17:33 neumann Exp $ -package provide xotcl::comm::dav 0.9 +package provide xotcl::comm::dav 1.0 package require XOTcl 1 Index: library/comm/Ftp.xotcl =================================================================== diff -u -r9ffb233e56aa019ed8e82f70bf7aab1e95066cf5 -ra70e406af0c39566e7fb0b1e0213d088f4f6a5be --- library/comm/Ftp.xotcl (.../Ftp.xotcl) (revision 9ffb233e56aa019ed8e82f70bf7aab1e95066cf5) +++ library/comm/Ftp.xotcl (.../Ftp.xotcl) (revision a70e406af0c39566e7fb0b1e0213d088f4f6a5be) @@ -1,6 +1,6 @@ # $Id: Ftp.xotcl,v 1.3 2005/09/09 21:09:01 neumann Exp $ -package provide xotcl::comm::ftp 0.9 +package provide xotcl::comm::ftp 1.0 package require xotcl::comm::httpAccess package require XOTcl 1 Index: library/comm/Httpd.xotcl =================================================================== diff -u -r9ffb233e56aa019ed8e82f70bf7aab1e95066cf5 -ra70e406af0c39566e7fb0b1e0213d088f4f6a5be --- library/comm/Httpd.xotcl (.../Httpd.xotcl) (revision 9ffb233e56aa019ed8e82f70bf7aab1e95066cf5) +++ library/comm/Httpd.xotcl (.../Httpd.xotcl) (revision a70e406af0c39566e7fb0b1e0213d088f4f6a5be) @@ -1,4 +1,3 @@ -# -*- tcl -*- $Id: Httpd.xotcl,v 1.9 2007/08/14 16:38:26 neumann Exp $ # # The XOTcl class Httpd implements an HTTP/1.0 and HTTP/1.1 server with # basic functionality. @@ -13,8 +12,8 @@ #package require xotcl::comm::httpAccess package require -exact xotcl::comm::connection 1.0 -package require -exact xotcl::trace 0.91 -package require -exact xotcl::comm::mime 0.9 +package require -exact xotcl::trace 1.0 +package require -exact xotcl::comm::mime 1.0 namespace eval ::xotcl::comm::httpd { namespace import ::xotcl::* Index: library/comm/Imap.xotcl =================================================================== diff -u -r9ffb233e56aa019ed8e82f70bf7aab1e95066cf5 -ra70e406af0c39566e7fb0b1e0213d088f4f6a5be --- library/comm/Imap.xotcl (.../Imap.xotcl) (revision 9ffb233e56aa019ed8e82f70bf7aab1e95066cf5) +++ library/comm/Imap.xotcl (.../Imap.xotcl) (revision a70e406af0c39566e7fb0b1e0213d088f4f6a5be) @@ -1,6 +1,6 @@ # $Id: Imap.xotcl,v 1.4 2006/02/18 22:17:33 neumann Exp $ -package provide xotcl::comm::imap 0.9 +package provide xotcl::comm::imap 1.0 package require XOTcl 1 Index: library/comm/Ldap.xotcl =================================================================== diff -u -r9ffb233e56aa019ed8e82f70bf7aab1e95066cf5 -ra70e406af0c39566e7fb0b1e0213d088f4f6a5be --- library/comm/Ldap.xotcl (.../Ldap.xotcl) (revision 9ffb233e56aa019ed8e82f70bf7aab1e95066cf5) +++ library/comm/Ldap.xotcl (.../Ldap.xotcl) (revision a70e406af0c39566e7fb0b1e0213d088f4f6a5be) @@ -1,4 +1,4 @@ -package provide xotcl::comm::ldap 0.9 +package provide xotcl::comm::ldap 1.0 package require xotcl::wafecompat ; # Get 'requireModules'. Index: library/comm/Mime.xotcl =================================================================== diff -u -r9ffb233e56aa019ed8e82f70bf7aab1e95066cf5 -ra70e406af0c39566e7fb0b1e0213d088f4f6a5be --- library/comm/Mime.xotcl (.../Mime.xotcl) (revision 9ffb233e56aa019ed8e82f70bf7aab1e95066cf5) +++ library/comm/Mime.xotcl (.../Mime.xotcl) (revision a70e406af0c39566e7fb0b1e0213d088f4f6a5be) @@ -1,6 +1,6 @@ # $Id: Mime.xotcl,v 1.6 2006/09/27 08:12:40 neumann Exp $ -package provide xotcl::comm::mime 0.9 +package provide xotcl::comm::mime 1.0 package require XOTcl 1 Index: library/comm/PCache.xotcl =================================================================== diff -u -r9ffb233e56aa019ed8e82f70bf7aab1e95066cf5 -ra70e406af0c39566e7fb0b1e0213d088f4f6a5be --- library/comm/PCache.xotcl (.../PCache.xotcl) (revision 9ffb233e56aa019ed8e82f70bf7aab1e95066cf5) +++ library/comm/PCache.xotcl (.../PCache.xotcl) (revision a70e406af0c39566e7fb0b1e0213d088f4f6a5be) @@ -16,7 +16,7 @@ # file (before the first open) through the instance variable "dir" # in the object persistentCache. -package provide xotcl::comm::pcache 0.9 +package provide xotcl::comm::pcache 1.0 #package require xotcl::package package require XOTcl 1 Index: library/comm/pkgIndex.tcl =================================================================== diff -u -rc72f9f638677608fab1502cd696c8f2d6b2952f9 -ra70e406af0c39566e7fb0b1e0213d088f4f6a5be --- library/comm/pkgIndex.tcl (.../pkgIndex.tcl) (revision c72f9f638677608fab1502cd696c8f2d6b2952f9) +++ library/comm/pkgIndex.tcl (.../pkgIndex.tcl) (revision a70e406af0c39566e7fb0b1e0213d088f4f6a5be) @@ -9,11 +9,11 @@ # full path name of this file's directory. package ifneeded xotcl::comm::connection 1.0 [list source [file join $dir Connection.xotcl]] -package ifneeded xotcl::comm::dav 0.9 [list source [file join $dir Dav.xotcl]] -package ifneeded xotcl::comm::ftp 0.9 [list source [file join $dir Ftp.xotcl]] -package ifneeded xotcl::comm::httpAccess 0.91 [list source [file join $dir Access.xotcl]] +package ifneeded xotcl::comm::dav 1.0 [list source [file join $dir Dav.xotcl]] +package ifneeded xotcl::comm::ftp 1.0 [list source [file join $dir Ftp.xotcl]] +package ifneeded xotcl::comm::httpAccess 1.0 [list source [file join $dir Access.xotcl]] package ifneeded xotcl::comm::httpd 1.1 [list source [file join $dir Httpd.xotcl]] -package ifneeded xotcl::comm::imap 0.9 [list source [file join $dir Imap.xotcl]] -package ifneeded xotcl::comm::ldap 0.9 [list source [file join $dir Ldap.xotcl]] -package ifneeded xotcl::comm::mime 0.9 [list source [file join $dir Mime.xotcl]] -package ifneeded xotcl::comm::pcache 0.9 [list source [file join $dir PCache.xotcl]] +package ifneeded xotcl::comm::imap 1.0 [list source [file join $dir Imap.xotcl]] +package ifneeded xotcl::comm::ldap 1.0 [list source [file join $dir Ldap.xotcl]] +package ifneeded xotcl::comm::mime 1.0 [list source [file join $dir Mime.xotcl]] +package ifneeded xotcl::comm::pcache 1.0 [list source [file join $dir PCache.xotcl]] Index: library/lib/Script.xotcl =================================================================== diff -u -r9ffb233e56aa019ed8e82f70bf7aab1e95066cf5 -ra70e406af0c39566e7fb0b1e0213d088f4f6a5be --- library/lib/Script.xotcl (.../Script.xotcl) (revision 9ffb233e56aa019ed8e82f70bf7aab1e95066cf5) +++ library/lib/Script.xotcl (.../Script.xotcl) (revision a70e406af0c39566e7fb0b1e0213d088f4f6a5be) @@ -1,6 +1,5 @@ -#$Id: Script.xotcl,v 1.3 2005/09/09 21:09:01 neumann Exp $ -package provide xotcl::script 0.9 +package provide xotcl::script 1.0 package require XOTcl 1 namespace eval ::xotcl::script { Index: library/lib/htmllib.xotcl =================================================================== diff -u -r9ffb233e56aa019ed8e82f70bf7aab1e95066cf5 -ra70e406af0c39566e7fb0b1e0213d088f4f6a5be --- library/lib/htmllib.xotcl (.../htmllib.xotcl) (revision 9ffb233e56aa019ed8e82f70bf7aab1e95066cf5) +++ library/lib/htmllib.xotcl (.../htmllib.xotcl) (revision a70e406af0c39566e7fb0b1e0213d088f4f6a5be) @@ -1,4 +1,3 @@ -## $Header: /home/neumann/cvs/xotcl/xotcl/library/lib/htmllib.xotcl,v 1.6 2006/09/27 08:12:40 neumann Exp $ # # htmllib.xotcl @@ -35,7 +34,7 @@ # MODIFICATIONS. # -package provide xotcl::htmllib 0.1 +package provide xotcl::htmllib 1.0 package require XOTcl 1 namespace eval ::xotcl::htmllib { Index: library/lib/makeDoc.xotcl =================================================================== diff -u -r9ffb233e56aa019ed8e82f70bf7aab1e95066cf5 -ra70e406af0c39566e7fb0b1e0213d088f4f6a5be --- library/lib/makeDoc.xotcl (.../makeDoc.xotcl) (revision 9ffb233e56aa019ed8e82f70bf7aab1e95066cf5) +++ library/lib/makeDoc.xotcl (.../makeDoc.xotcl) (revision a70e406af0c39566e7fb0b1e0213d088f4f6a5be) @@ -1,4 +1,3 @@ -#$Id: makeDoc.xotcl,v 1.6 2006/09/27 08:12:40 neumann Exp $ package require XOTcl 1 1.6 namespace import ::xotcl::* @ @File { @@ -12,7 +11,7 @@ #package require xotcl::package #package verbose 1 -package require -exact xotcl::xodoc 0.84 +package require -exact xotcl::xodoc 1.0 set fileList "" puts "XOTcl Documentation Tool" Index: library/lib/metadataAnalyzer.xotcl =================================================================== diff -u -r9ffb233e56aa019ed8e82f70bf7aab1e95066cf5 -ra70e406af0c39566e7fb0b1e0213d088f4f6a5be --- library/lib/metadataAnalyzer.xotcl (.../metadataAnalyzer.xotcl) (revision 9ffb233e56aa019ed8e82f70bf7aab1e95066cf5) +++ library/lib/metadataAnalyzer.xotcl (.../metadataAnalyzer.xotcl) (revision a70e406af0c39566e7fb0b1e0213d088f4f6a5be) @@ -1,4 +1,4 @@ -package provide xotcl::metadataAnalyzer 0.84 +package provide xotcl::metadataAnalyzer 1.0 package require XOTcl 1 namespace eval ::xotcl::metadataAnalyzer { Index: library/lib/mixinStrategy.xotcl =================================================================== diff -u -r9ffb233e56aa019ed8e82f70bf7aab1e95066cf5 -ra70e406af0c39566e7fb0b1e0213d088f4f6a5be --- library/lib/mixinStrategy.xotcl (.../mixinStrategy.xotcl) (revision 9ffb233e56aa019ed8e82f70bf7aab1e95066cf5) +++ library/lib/mixinStrategy.xotcl (.../mixinStrategy.xotcl) (revision a70e406af0c39566e7fb0b1e0213d088f4f6a5be) @@ -1,5 +1,4 @@ -#$Id: mixinStrategy.xotcl,v 1.6 2006/09/27 08:12:40 neumann Exp $ -package provide xotcl::mixinStrategy 0.9 +package provide xotcl::mixinStrategy 1.0 package require XOTcl 1 Index: library/lib/package.xotcl =================================================================== diff -u -r9ffb233e56aa019ed8e82f70bf7aab1e95066cf5 -ra70e406af0c39566e7fb0b1e0213d088f4f6a5be --- library/lib/package.xotcl (.../package.xotcl) (revision 9ffb233e56aa019ed8e82f70bf7aab1e95066cf5) +++ library/lib/package.xotcl (.../package.xotcl) (revision a70e406af0c39566e7fb0b1e0213d088f4f6a5be) @@ -1,7 +1,6 @@ -#$Id: package.xotcl,v 1.7 2006/09/27 08:12:40 neumann Exp $ -package provide xotcl::package 0.91 +package provide xotcl::package 1.0 -package require xotcl::mixinStrategy +package require -exact xotcl::mixinStrategy 1.0 package require XOTcl 1 rename package tcl_package Index: library/lib/pkgIndex-package.add =================================================================== diff -u -rc72f9f638677608fab1502cd696c8f2d6b2952f9 -ra70e406af0c39566e7fb0b1e0213d088f4f6a5be --- library/lib/pkgIndex-package.add (.../pkgIndex-package.add) (revision c72f9f638677608fab1502cd696c8f2d6b2952f9) +++ library/lib/pkgIndex-package.add (.../pkgIndex-package.add) (revision a70e406af0c39566e7fb0b1e0213d088f4f6a5be) @@ -1 +1 @@ -package ifneeded xotcl::package 0.91 [list source [file join $dir package.xotcl]] +package ifneeded xotcl::package 1.0 [list source [file join $dir package.xotcl]] Index: library/lib/pkgIndex.tcl =================================================================== diff -u -r94fe4ddff10fb6c1d4e867c3f082a4df58280a0a -ra70e406af0c39566e7fb0b1e0213d088f4f6a5be --- library/lib/pkgIndex.tcl (.../pkgIndex.tcl) (revision 94fe4ddff10fb6c1d4e867c3f082a4df58280a0a) +++ library/lib/pkgIndex.tcl (.../pkgIndex.tcl) (revision a70e406af0c39566e7fb0b1e0213d088f4f6a5be) @@ -8,14 +8,14 @@ # script is sourced, the variable $dir must contain the # full path name of this file's directory. -package ifneeded xotcl::htmllib 0.1 [list source [file join $dir htmllib.xotcl]] -package ifneeded xotcl::metadataAnalyzer 0.84 [list source [file join $dir metadataAnalyzer.xotcl]] -package ifneeded xotcl::mixinStrategy 0.9 [list source [file join $dir mixinStrategy.xotcl]] -package ifneeded xotcl::script 0.9 [list source [file join $dir Script.xotcl]] -package ifneeded xotcl::staticMetadataAnalyzer 0.84 [list source [file join $dir staticMetadata.xotcl]] +package ifneeded xotcl::htmllib 1.0 [list source [file join $dir htmllib.xotcl]] +package ifneeded xotcl::metadataAnalyzer 1.0 [list source [file join $dir metadataAnalyzer.xotcl]] +package ifneeded xotcl::mixinStrategy 1.0 [list source [file join $dir mixinStrategy.xotcl]] +package ifneeded xotcl::script 1.0 [list source [file join $dir Script.xotcl]] +package ifneeded xotcl::staticMetadataAnalyzer 1.0 [list source [file join $dir staticMetadata.xotcl]] package ifneeded xotcl::test 1.38 [list source [file join $dir test.xotcl]] -package ifneeded xotcl::trace 0.91 [list source [file join $dir trace.xotcl]] +package ifneeded xotcl::trace 1.0 [list source [file join $dir trace.xotcl]] package ifneeded xotcl::upvar-compat 1.0 [list source [file join $dir upvarcompat.xotcl]] -package ifneeded xotcl::wafecompat 0.9 [list source [file join $dir wafecompat.tcl]] -package ifneeded xotcl::xodoc 0.84 [list source [file join $dir xodoc.xotcl]] -package ifneeded xotcl::package 0.91 [list source [file join $dir package.xotcl]] +package ifneeded xotcl::wafecompat 1.0 [list source [file join $dir wafecompat.tcl]] +package ifneeded xotcl::xodoc 1.0 [list source [file join $dir xodoc.xotcl]] +package ifneeded xotcl::package 1.0 [list source [file join $dir package.xotcl]] Index: library/lib/staticMetadata.xotcl =================================================================== diff -u -r9ffb233e56aa019ed8e82f70bf7aab1e95066cf5 -ra70e406af0c39566e7fb0b1e0213d088f4f6a5be --- library/lib/staticMetadata.xotcl (.../staticMetadata.xotcl) (revision 9ffb233e56aa019ed8e82f70bf7aab1e95066cf5) +++ library/lib/staticMetadata.xotcl (.../staticMetadata.xotcl) (revision a70e406af0c39566e7fb0b1e0213d088f4f6a5be) @@ -1,5 +1,6 @@ -package require -exact xotcl::metadataAnalyzer 0.84 -package provide xotcl::staticMetadataAnalyzer 0.84 +package provide xotcl::staticMetadataAnalyzer 1.0 + +package require -exact xotcl::metadataAnalyzer 1.0 package require XOTcl 1 namespace eval ::xotcl::staticMetadataAnalyzer { Index: library/lib/trace.xotcl =================================================================== diff -u -r9ffb233e56aa019ed8e82f70bf7aab1e95066cf5 -ra70e406af0c39566e7fb0b1e0213d088f4f6a5be --- library/lib/trace.xotcl (.../trace.xotcl) (revision 9ffb233e56aa019ed8e82f70bf7aab1e95066cf5) +++ library/lib/trace.xotcl (.../trace.xotcl) (revision a70e406af0c39566e7fb0b1e0213d088f4f6a5be) @@ -1,5 +1,4 @@ -# -*- Tcl -*- $Id: trace.xotcl,v 1.12 2007/08/14 16:38:26 neumann Exp $ -package provide xotcl::trace 0.91 +package provide xotcl::trace 1.0 package require XOTcl 1 namespace eval ::xotcl::trace { Index: library/lib/upvarcompat.xotcl =================================================================== diff -u -r9ffb233e56aa019ed8e82f70bf7aab1e95066cf5 -ra70e406af0c39566e7fb0b1e0213d088f4f6a5be --- library/lib/upvarcompat.xotcl (.../upvarcompat.xotcl) (revision 9ffb233e56aa019ed8e82f70bf7aab1e95066cf5) +++ library/lib/upvarcompat.xotcl (.../upvarcompat.xotcl) (revision a70e406af0c39566e7fb0b1e0213d088f4f6a5be) @@ -1,4 +1,3 @@ -#$Id: upvarcompat.xotcl,v 1.3 2005/09/09 21:09:01 neumann Exp $ package provide xotcl::upvar-compat 1.0 package require XOTcl 1 Index: library/lib/wafecompat.tcl =================================================================== diff -u -rc72f9f638677608fab1502cd696c8f2d6b2952f9 -ra70e406af0c39566e7fb0b1e0213d088f4f6a5be --- library/lib/wafecompat.tcl (.../wafecompat.tcl) (revision c72f9f638677608fab1502cd696c8f2d6b2952f9) +++ library/lib/wafecompat.tcl (.../wafecompat.tcl) (revision a70e406af0c39566e7fb0b1e0213d088f4f6a5be) @@ -1,5 +1,4 @@ -# $Id: wafecompat.tcl,v 1.4 2006/09/27 08:12:40 neumann Exp $ -package provide xotcl::wafecompat 0.9 +package provide xotcl::wafecompat 1.0 set WAFELIB /usr/lib/X11/wafe/ set MODULE_PATH "$WAFELIB $auto_path" Index: library/lib/xodoc.xotcl =================================================================== diff -u -r9ffb233e56aa019ed8e82f70bf7aab1e95066cf5 -ra70e406af0c39566e7fb0b1e0213d088f4f6a5be --- library/lib/xodoc.xotcl (.../xodoc.xotcl) (revision 9ffb233e56aa019ed8e82f70bf7aab1e95066cf5) +++ library/lib/xodoc.xotcl (.../xodoc.xotcl) (revision a70e406af0c39566e7fb0b1e0213d088f4f6a5be) @@ -1,9 +1,8 @@ -# $Id: xodoc.xotcl,v 1.7 2006/09/27 08:12:40 neumann Exp $ -package provide xotcl::xodoc 0.84 -package require -exact xotcl::staticMetadataAnalyzer 0.84 -package require xotcl::htmllib -#package require xotcl::trace +package provide xotcl::xodoc 1.0 +package require -exact xotcl::staticMetadataAnalyzer 1.0 +package require -exact xotcl::htmllib 1.0 +#package require -exact xotcl::trace 1.0 package require XOTcl 1 namespace eval ::xotcl::xodoc { Index: library/patterns/ChainOfResponsibility.xotcl =================================================================== diff -u -r9ffb233e56aa019ed8e82f70bf7aab1e95066cf5 -ra70e406af0c39566e7fb0b1e0213d088f4f6a5be --- library/patterns/ChainOfResponsibility.xotcl (.../ChainOfResponsibility.xotcl) (revision 9ffb233e56aa019ed8e82f70bf7aab1e95066cf5) +++ library/patterns/ChainOfResponsibility.xotcl (.../ChainOfResponsibility.xotcl) (revision a70e406af0c39566e7fb0b1e0213d088f4f6a5be) @@ -1,6 +1,5 @@ -# $Id: ChainOfResponsibility.xotcl,v 1.4 2005/09/09 21:09:01 neumann Exp $ -package provide xotcl::pattern::chainOfResponsibility 0.9 +package provide xotcl::pattern::chainOfResponsibility 1.0 package require XOTcl 1 namespace eval ::xotcl::pattern::chainOfResponsibility { Index: library/patterns/OnCalleeProxy.xotcl =================================================================== diff -u -r9ffb233e56aa019ed8e82f70bf7aab1e95066cf5 -ra70e406af0c39566e7fb0b1e0213d088f4f6a5be --- library/patterns/OnCalleeProxy.xotcl (.../OnCalleeProxy.xotcl) (revision 9ffb233e56aa019ed8e82f70bf7aab1e95066cf5) +++ library/patterns/OnCalleeProxy.xotcl (.../OnCalleeProxy.xotcl) (revision a70e406af0c39566e7fb0b1e0213d088f4f6a5be) @@ -1,6 +1,5 @@ -# $Id: OnCalleeProxy.xotcl,v 1.4 2005/09/09 21:09:01 neumann Exp $ -package provide xotcl::pattern::onCalleeProxy 0.8 +package provide xotcl::pattern::onCalleeProxy 1.0 package require XOTcl 1 namespace eval ::xotcl::pattern::onCalleeProxy { Index: library/patterns/Singleton.xotcl =================================================================== diff -u -r9ffb233e56aa019ed8e82f70bf7aab1e95066cf5 -ra70e406af0c39566e7fb0b1e0213d088f4f6a5be --- library/patterns/Singleton.xotcl (.../Singleton.xotcl) (revision 9ffb233e56aa019ed8e82f70bf7aab1e95066cf5) +++ library/patterns/Singleton.xotcl (.../Singleton.xotcl) (revision a70e406af0c39566e7fb0b1e0213d088f4f6a5be) @@ -1,6 +1,5 @@ -# $Id: Singleton.xotcl,v 1.7 2006/09/27 08:12:40 neumann Exp $ -package provide xotcl::pattern::singleton 0.8 +package provide xotcl::pattern::singleton 1.0 package require XOTcl 1 namespace eval ::xotcl::pattern::singleton { Index: library/patterns/SortedComposite.xotcl =================================================================== diff -u -r9ffb233e56aa019ed8e82f70bf7aab1e95066cf5 -ra70e406af0c39566e7fb0b1e0213d088f4f6a5be --- library/patterns/SortedComposite.xotcl (.../SortedComposite.xotcl) (revision 9ffb233e56aa019ed8e82f70bf7aab1e95066cf5) +++ library/patterns/SortedComposite.xotcl (.../SortedComposite.xotcl) (revision a70e406af0c39566e7fb0b1e0213d088f4f6a5be) @@ -1,6 +1,5 @@ -# $Id: SortedComposite.xotcl,v 1.4 2005/09/09 21:09:01 neumann Exp $ -package provide xotcl::pattern::sortedCompositeWithAfter 0.9 +package provide xotcl::pattern::sortedCompositeWithAfter 1.0 package require XOTcl 1 namespace eval ::xotcl::pattern::sortedCompositeWithAfter { Index: library/patterns/adapter.xotcl =================================================================== diff -u -r9ffb233e56aa019ed8e82f70bf7aab1e95066cf5 -ra70e406af0c39566e7fb0b1e0213d088f4f6a5be --- library/patterns/adapter.xotcl (.../adapter.xotcl) (revision 9ffb233e56aa019ed8e82f70bf7aab1e95066cf5) +++ library/patterns/adapter.xotcl (.../adapter.xotcl) (revision a70e406af0c39566e7fb0b1e0213d088f4f6a5be) @@ -1,6 +1,5 @@ -# $Id: adapter.xotcl,v 1.4 2005/09/09 21:09:01 neumann Exp $ -package provide xotcl::pattern::adapter 0.9 +package provide xotcl::pattern::adapter 1.0 package require XOTcl 1 Index: library/patterns/composite.xotcl =================================================================== diff -u -r9ffb233e56aa019ed8e82f70bf7aab1e95066cf5 -ra70e406af0c39566e7fb0b1e0213d088f4f6a5be --- library/patterns/composite.xotcl (.../composite.xotcl) (revision 9ffb233e56aa019ed8e82f70bf7aab1e95066cf5) +++ library/patterns/composite.xotcl (.../composite.xotcl) (revision a70e406af0c39566e7fb0b1e0213d088f4f6a5be) @@ -1,6 +1,5 @@ -# $Id: composite.xotcl,v 1.4 2005/09/09 21:09:01 neumann Exp $ -package provide xotcl::pattern::composite 0.9 +package provide xotcl::pattern::composite 1.0 package require XOTcl 1 namespace eval ::xotcl::pattern::composite { Index: library/patterns/link.xotcl =================================================================== diff -u -r9ffb233e56aa019ed8e82f70bf7aab1e95066cf5 -ra70e406af0c39566e7fb0b1e0213d088f4f6a5be --- library/patterns/link.xotcl (.../link.xotcl) (revision 9ffb233e56aa019ed8e82f70bf7aab1e95066cf5) +++ library/patterns/link.xotcl (.../link.xotcl) (revision a70e406af0c39566e7fb0b1e0213d088f4f6a5be) @@ -1,6 +1,5 @@ -# $Id: link.xotcl,v 1.6 2006/09/27 08:12:40 neumann Exp $ -package provide xotcl::pattern::link 0.9 +package provide xotcl::pattern::link 1.0 package require XOTcl 1 namespace eval ::xotcl::pattern::link { Index: library/patterns/manager.xotcl =================================================================== diff -u -r9ffb233e56aa019ed8e82f70bf7aab1e95066cf5 -ra70e406af0c39566e7fb0b1e0213d088f4f6a5be --- library/patterns/manager.xotcl (.../manager.xotcl) (revision 9ffb233e56aa019ed8e82f70bf7aab1e95066cf5) +++ library/patterns/manager.xotcl (.../manager.xotcl) (revision a70e406af0c39566e7fb0b1e0213d088f4f6a5be) @@ -1,6 +1,5 @@ -# $Id: manager.xotcl,v 1.3 2005/09/09 21:09:01 neumann Exp $ -package provide xotcl::pattern::manager 0.8 +package provide xotcl::pattern::manager 1.0 package require XOTcl 1 namespace eval ::xotcl::pattern::manager { Index: library/patterns/observer.xotcl =================================================================== diff -u -r9ffb233e56aa019ed8e82f70bf7aab1e95066cf5 -ra70e406af0c39566e7fb0b1e0213d088f4f6a5be --- library/patterns/observer.xotcl (.../observer.xotcl) (revision 9ffb233e56aa019ed8e82f70bf7aab1e95066cf5) +++ library/patterns/observer.xotcl (.../observer.xotcl) (revision a70e406af0c39566e7fb0b1e0213d088f4f6a5be) @@ -1,6 +1,5 @@ -# $Id: observer.xotcl,v 1.3 2005/09/09 21:09:01 neumann Exp $ -package provide xotcl::pattern::observer 0.8 +package provide xotcl::pattern::observer 1.0 package require XOTcl 1 namespace eval ::xotcl::pattern::observer { Index: library/patterns/pkgIndex.tcl =================================================================== diff -u -rc72f9f638677608fab1502cd696c8f2d6b2952f9 -ra70e406af0c39566e7fb0b1e0213d088f4f6a5be --- library/patterns/pkgIndex.tcl (.../pkgIndex.tcl) (revision c72f9f638677608fab1502cd696c8f2d6b2952f9) +++ library/patterns/pkgIndex.tcl (.../pkgIndex.tcl) (revision a70e406af0c39566e7fb0b1e0213d088f4f6a5be) @@ -8,12 +8,12 @@ # script is sourced, the variable $dir must contain the # full path name of this file's directory. -package ifneeded xotcl::pattern::adapter 0.9 [list source [file join $dir adapter.xotcl]] -package ifneeded xotcl::pattern::chainOfResponsibility 0.9 [list source [file join $dir ChainOfResponsibility.xotcl]] -package ifneeded xotcl::pattern::composite 0.9 [list source [file join $dir composite.xotcl]] -package ifneeded xotcl::pattern::link 0.9 [list source [file join $dir link.xotcl]] -package ifneeded xotcl::pattern::manager 0.8 [list source [file join $dir manager.xotcl]] -package ifneeded xotcl::pattern::observer 0.8 [list source [file join $dir observer.xotcl]] -package ifneeded xotcl::pattern::onCalleeProxy 0.8 [list source [file join $dir OnCalleeProxy.xotcl]] -package ifneeded xotcl::pattern::singleton 0.8 [list source [file join $dir Singleton.xotcl]] -package ifneeded xotcl::pattern::sortedCompositeWithAfter 0.9 [list source [file join $dir SortedComposite.xotcl]] +package ifneeded xotcl::pattern::adapter 1.0 [list source [file join $dir adapter.xotcl]] +package ifneeded xotcl::pattern::chainOfResponsibility 1.0 [list source [file join $dir ChainOfResponsibility.xotcl]] +package ifneeded xotcl::pattern::composite 1.0 [list source [file join $dir composite.xotcl]] +package ifneeded xotcl::pattern::link 1.0 [list source [file join $dir link.xotcl]] +package ifneeded xotcl::pattern::manager 1.0 [list source [file join $dir manager.xotcl]] +package ifneeded xotcl::pattern::observer 1.0 [list source [file join $dir observer.xotcl]] +package ifneeded xotcl::pattern::onCalleeProxy 1.0 [list source [file join $dir OnCalleeProxy.xotcl]] +package ifneeded xotcl::pattern::singleton 1.0 [list source [file join $dir Singleton.xotcl]] +package ifneeded xotcl::pattern::sortedCompositeWithAfter 1.0 [list source [file join $dir SortedComposite.xotcl]] Index: library/rdf/RDFCreator.xotcl =================================================================== diff -u -r9ffb233e56aa019ed8e82f70bf7aab1e95066cf5 -ra70e406af0c39566e7fb0b1e0213d088f4f6a5be --- library/rdf/RDFCreator.xotcl (.../RDFCreator.xotcl) (revision 9ffb233e56aa019ed8e82f70bf7aab1e95066cf5) +++ library/rdf/RDFCreator.xotcl (.../RDFCreator.xotcl) (revision a70e406af0c39566e7fb0b1e0213d088f4f6a5be) @@ -1,8 +1,8 @@ # $Id: RDFCreator.xotcl,v 1.6 2006/09/27 08:12:40 neumann Exp $ -package provide xotcl::rdf::tripleRecreator 0.9 +package provide xotcl::rdf::tripleRecreator 1.0 package require XOTcl 1 -package require xotcl::rdf::parser +package require -exact xotcl::rdf::parser 1.0 namespace eval ::xotcl::rdf::tripleRecreator { namespace import ::xotcl::* Index: library/rdf/RDFTriple.xotcl =================================================================== diff -u -r9ffb233e56aa019ed8e82f70bf7aab1e95066cf5 -ra70e406af0c39566e7fb0b1e0213d088f4f6a5be --- library/rdf/RDFTriple.xotcl (.../RDFTriple.xotcl) (revision 9ffb233e56aa019ed8e82f70bf7aab1e95066cf5) +++ library/rdf/RDFTriple.xotcl (.../RDFTriple.xotcl) (revision a70e406af0c39566e7fb0b1e0213d088f4f6a5be) @@ -1,8 +1,7 @@ -# $Id: RDFTriple.xotcl,v 1.6 2006/09/27 08:12:40 neumann Exp $ package provide xotcl::rdf::triple 1.0 package require XOTcl 1 -package require xotcl::rdf::parser +package require -exact xotcl::rdf::parser 1.0 namespace eval ::xotcl::rdf::triple { namespace import ::xotcl::* Index: library/rdf/pkgIndex.tcl =================================================================== diff -u -rc72f9f638677608fab1502cd696c8f2d6b2952f9 -ra70e406af0c39566e7fb0b1e0213d088f4f6a5be --- library/rdf/pkgIndex.tcl (.../pkgIndex.tcl) (revision c72f9f638677608fab1502cd696c8f2d6b2952f9) +++ library/rdf/pkgIndex.tcl (.../pkgIndex.tcl) (revision a70e406af0c39566e7fb0b1e0213d088f4f6a5be) @@ -9,6 +9,6 @@ # full path name of this file's directory. package ifneeded xotcl::rdf::parser 1.0 [list source [file join $dir xoRDF.xotcl]] -package ifneeded xotcl::rdf::recreatorVisitor 0.9 [list source [file join $dir rdfRecreatorVisitor.xotcl]] +package ifneeded xotcl::rdf::recreatorVisitor 1.0 [list source [file join $dir rdfRecreatorVisitor.xotcl]] package ifneeded xotcl::rdf::triple 1.0 [list source [file join $dir RDFTriple.xotcl]] -package ifneeded xotcl::rdf::tripleRecreator 0.9 [list source [file join $dir RDFCreator.xotcl]] +package ifneeded xotcl::rdf::tripleRecreator 1.0 [list source [file join $dir RDFCreator.xotcl]] Index: library/rdf/rdfRecreatorVisitor.xotcl =================================================================== diff -u -r9ffb233e56aa019ed8e82f70bf7aab1e95066cf5 -ra70e406af0c39566e7fb0b1e0213d088f4f6a5be --- library/rdf/rdfRecreatorVisitor.xotcl (.../rdfRecreatorVisitor.xotcl) (revision 9ffb233e56aa019ed8e82f70bf7aab1e95066cf5) +++ library/rdf/rdfRecreatorVisitor.xotcl (.../rdfRecreatorVisitor.xotcl) (revision a70e406af0c39566e7fb0b1e0213d088f4f6a5be) @@ -1,8 +1,7 @@ -#$Id: rdfRecreatorVisitor.xotcl,v 1.6 2006/09/27 08:12:40 neumann Exp $ -package provide xotcl::rdf::recreatorVisitor 0.9 -package require xotcl::rdf::parser -package require xotcl::xml::recreatorVisitor +package provide xotcl::rdf::recreatorVisitor 1.0 +package require -exact xotcl::rdf::parser 1.0 +package require -exact xotcl::xml::recreatorVisitor 1.0 package require XOTcl 1 namespace eval ::xotcl::rdf::recreatorVisitor { Index: library/rdf/xoRDF.xotcl =================================================================== diff -u -r9ffb233e56aa019ed8e82f70bf7aab1e95066cf5 -ra70e406af0c39566e7fb0b1e0213d088f4f6a5be --- library/rdf/xoRDF.xotcl (.../xoRDF.xotcl) (revision 9ffb233e56aa019ed8e82f70bf7aab1e95066cf5) +++ library/rdf/xoRDF.xotcl (.../xoRDF.xotcl) (revision a70e406af0c39566e7fb0b1e0213d088f4f6a5be) @@ -1,10 +1,9 @@ -# $Id: xoRDF.xotcl,v 1.4 2005/09/09 21:09:01 neumann Exp $ package provide xotcl::rdf::parser 1.0 package require XOTcl 1 -package require xotcl::xml::parser -#package require xotcl::pattern::link -package require xotcl::trace +package require -exact xotcl::xml::parser 1.0 +#package require -exact xotcl::pattern::link 1.0 +package require -exact xotcl::trace 1.0 namespace eval ::xotcl::rdf::parser { namespace import ::xotcl::* Index: library/registry/Registry.xotcl =================================================================== diff -u -r9ffb233e56aa019ed8e82f70bf7aab1e95066cf5 -ra70e406af0c39566e7fb0b1e0213d088f4f6a5be --- library/registry/Registry.xotcl (.../Registry.xotcl) (revision 9ffb233e56aa019ed8e82f70bf7aab1e95066cf5) +++ library/registry/Registry.xotcl (.../Registry.xotcl) (revision a70e406af0c39566e7fb0b1e0213d088f4f6a5be) @@ -1,9 +1,9 @@ -package provide xotcl::registry::registry 0.8 +package provide xotcl::registry::registry 1.0 -package require xotcl::trace -package require xotcl::rdf::triple -package require xotcl::rdf::tripleRecreator -package require xotcl::actiweb::agent +package require -exact xotcl::trace 1.0 +package require -exact xotcl::rdf::triple 1.0 +package require -exact xotcl::rdf::tripleRecreator 1.0 +package require -exact xotcl::actiweb::agent 1.0 package require XOTcl 1 namespace eval ::xotcl::registry::registry { Index: library/registry/pkgIndex.tcl =================================================================== diff -u -rc72f9f638677608fab1502cd696c8f2d6b2952f9 -ra70e406af0c39566e7fb0b1e0213d088f4f6a5be --- library/registry/pkgIndex.tcl (.../pkgIndex.tcl) (revision c72f9f638677608fab1502cd696c8f2d6b2952f9) +++ library/registry/pkgIndex.tcl (.../pkgIndex.tcl) (revision a70e406af0c39566e7fb0b1e0213d088f4f6a5be) @@ -8,4 +8,4 @@ # script is sourced, the variable $dir must contain the # full path name of this file's directory. -package ifneeded xotcl::registry::registry 0.8 [list source [file join $dir Registry.xotcl]] +package ifneeded xotcl::registry::registry 1.0 [list source [file join $dir Registry.xotcl]] Index: library/serialize/RecoveryPoint.xotcl =================================================================== diff -u -r9ffb233e56aa019ed8e82f70bf7aab1e95066cf5 -ra70e406af0c39566e7fb0b1e0213d088f4f6a5be --- library/serialize/RecoveryPoint.xotcl (.../RecoveryPoint.xotcl) (revision 9ffb233e56aa019ed8e82f70bf7aab1e95066cf5) +++ library/serialize/RecoveryPoint.xotcl (.../RecoveryPoint.xotcl) (revision a70e406af0c39566e7fb0b1e0213d088f4f6a5be) @@ -1,6 +1,6 @@ # $Id: RecoveryPoint.xotcl,v 1.4 2006/02/18 22:17:33 neumann Exp $ -package provide xotcl::scriptCreation::recoveryPoint 0.8 +package provide xotcl::scriptCreation::recoveryPoint 1.0 package require XOTcl 1 namespace eval ::xotcl::scriptCreation::recoveryPoint { Index: library/serialize/ScriptCreator.xotcl =================================================================== diff -u -r9ffb233e56aa019ed8e82f70bf7aab1e95066cf5 -ra70e406af0c39566e7fb0b1e0213d088f4f6a5be --- library/serialize/ScriptCreator.xotcl (.../ScriptCreator.xotcl) (revision 9ffb233e56aa019ed8e82f70bf7aab1e95066cf5) +++ library/serialize/ScriptCreator.xotcl (.../ScriptCreator.xotcl) (revision a70e406af0c39566e7fb0b1e0213d088f4f6a5be) @@ -1,6 +1,6 @@ # $Id: ScriptCreator.xotcl,v 1.4 2006/02/18 22:17:33 neumann Exp $ -package provide xotcl::scriptCreation::scriptCreator 0.8 +package provide xotcl::scriptCreation::scriptCreator 1.0 package require XOTcl 1 namespace eval ::xotcl::scriptCreation::scriptCreator { Index: library/serialize/pkgIndex.tcl =================================================================== diff -u -rc72f9f638677608fab1502cd696c8f2d6b2952f9 -ra70e406af0c39566e7fb0b1e0213d088f4f6a5be --- library/serialize/pkgIndex.tcl (.../pkgIndex.tcl) (revision c72f9f638677608fab1502cd696c8f2d6b2952f9) +++ library/serialize/pkgIndex.tcl (.../pkgIndex.tcl) (revision a70e406af0c39566e7fb0b1e0213d088f4f6a5be) @@ -8,6 +8,6 @@ # script is sourced, the variable $dir must contain the # full path name of this file's directory. -package ifneeded xotcl::scriptCreation::recoveryPoint 0.8 [list source [file join $dir RecoveryPoint.xotcl]] -package ifneeded xotcl::scriptCreation::scriptCreator 0.8 [list source [file join $dir ScriptCreator.xotcl]] +package ifneeded xotcl::scriptCreation::recoveryPoint 1.0 [list source [file join $dir RecoveryPoint.xotcl]] +package ifneeded xotcl::scriptCreation::scriptCreator 1.0 [list source [file join $dir ScriptCreator.xotcl]] package ifneeded xotcl::serializer 1.0 [list source [file join $dir Serializer.xotcl]] Index: library/store/MultiStorage.xotcl =================================================================== diff -u -r9ffb233e56aa019ed8e82f70bf7aab1e95066cf5 -ra70e406af0c39566e7fb0b1e0213d088f4f6a5be --- library/store/MultiStorage.xotcl (.../MultiStorage.xotcl) (revision 9ffb233e56aa019ed8e82f70bf7aab1e95066cf5) +++ library/store/MultiStorage.xotcl (.../MultiStorage.xotcl) (revision a70e406af0c39566e7fb0b1e0213d088f4f6a5be) @@ -1,6 +1,6 @@ -package provide xotcl::store::multi 0.9 -package require xotcl::store 0.84 +package provide xotcl::store::multi 1.0 +package require -exact xotcl::store 1.0 package require XOTcl 1 namespace eval ::xotcl::store::multi { Index: library/store/Persistence.xotcl =================================================================== diff -u -r9ffb233e56aa019ed8e82f70bf7aab1e95066cf5 -ra70e406af0c39566e7fb0b1e0213d088f4f6a5be --- library/store/Persistence.xotcl (.../Persistence.xotcl) (revision 9ffb233e56aa019ed8e82f70bf7aab1e95066cf5) +++ library/store/Persistence.xotcl (.../Persistence.xotcl) (revision a70e406af0c39566e7fb0b1e0213d088f4f6a5be) @@ -1,11 +1,10 @@ -# $Id: Persistence.xotcl,v 1.6 2006/09/27 08:12:40 neumann Exp $ -package provide xotcl::store::persistence 0.8 +package provide xotcl::store::persistence 1.0 -package require xotcl::trace -package require xotcl::package -package require xotcl::mixinStrategy -package require xotcl::store +package require -exact xotcl::trace 1.0 +package require -exact xotcl::package 1.0 +package require -exact xotcl::mixinStrategy 1.0 +package require -exact xotcl::store 1.0 package require XOTcl 1 namespace eval ::xotcl::store::persistence { Index: library/store/Storage.xotcl =================================================================== diff -u -r9ffb233e56aa019ed8e82f70bf7aab1e95066cf5 -ra70e406af0c39566e7fb0b1e0213d088f4f6a5be --- library/store/Storage.xotcl (.../Storage.xotcl) (revision 9ffb233e56aa019ed8e82f70bf7aab1e95066cf5) +++ library/store/Storage.xotcl (.../Storage.xotcl) (revision a70e406af0c39566e7fb0b1e0213d088f4f6a5be) @@ -1,6 +1,6 @@ # $Id: Storage.xotcl,v 1.3 2005/09/09 21:09:01 neumann Exp $ -package provide xotcl::store 0.84 +package provide xotcl::store 1.0 package require XOTcl 1 namespace eval ::xotcl::store { Index: library/store/TextFileStorage.xotcl =================================================================== diff -u -r9ffb233e56aa019ed8e82f70bf7aab1e95066cf5 -ra70e406af0c39566e7fb0b1e0213d088f4f6a5be --- library/store/TextFileStorage.xotcl (.../TextFileStorage.xotcl) (revision 9ffb233e56aa019ed8e82f70bf7aab1e95066cf5) +++ library/store/TextFileStorage.xotcl (.../TextFileStorage.xotcl) (revision a70e406af0c39566e7fb0b1e0213d088f4f6a5be) @@ -1,5 +1,5 @@ -package provide xotcl::store::textfile 0.84 -package require xotcl::store +package provide xotcl::store::textfile 1.0 +package require -exact xotcl::store 1.0 package require XOTcl 1 namespace eval ::xotcl::store::textfile { Index: library/store/pkgIndex.tcl =================================================================== diff -u -rc72f9f638677608fab1502cd696c8f2d6b2952f9 -ra70e406af0c39566e7fb0b1e0213d088f4f6a5be --- library/store/pkgIndex.tcl (.../pkgIndex.tcl) (revision c72f9f638677608fab1502cd696c8f2d6b2952f9) +++ library/store/pkgIndex.tcl (.../pkgIndex.tcl) (revision a70e406af0c39566e7fb0b1e0213d088f4f6a5be) @@ -8,13 +8,13 @@ # script is sourced, the variable $dir must contain the # full path name of this file's directory. -package ifneeded xotcl::store 0.84 [list source [file join $dir Storage.xotcl]] +package ifneeded xotcl::store 1.0 [list source [file join $dir Storage.xotcl]] package ifneeded xotcl::store::jufgdbm 0.81 [list source [file join $dir JufGdbmStorage.xotcl]] package ifneeded xotcl::store::mem 0.84 [list source [file join $dir MemStorage.xotcl]] -package ifneeded xotcl::store::multi 0.9 [list source [file join $dir MultiStorage.xotcl]] -package ifneeded xotcl::store::persistence 0.8 [list source [file join $dir Persistence.xotcl]] +package ifneeded xotcl::store::multi 1.0 [list source [file join $dir MultiStorage.xotcl]] +package ifneeded xotcl::store::persistence 1.0 [list source [file join $dir Persistence.xotcl]] package ifneeded xotcl::store::tclgdbm 0.84 [list source [file join $dir TclGdbmStorage.xotcl]] -package ifneeded xotcl::store::textfile 0.84 [list source [file join $dir TextFileStorage.xotcl]] +package ifneeded xotcl::store::textfile 1.0 [list source [file join $dir TextFileStorage.xotcl]] set __store_dir__ $dir foreach index [glob -nocomplain [file join $dir * pkgIndex.tcl]] { set dir [file dirname $index] Index: library/xml/pkgIndex.tcl =================================================================== diff -u -rc72f9f638677608fab1502cd696c8f2d6b2952f9 -ra70e406af0c39566e7fb0b1e0213d088f4f6a5be --- library/xml/pkgIndex.tcl (.../pkgIndex.tcl) (revision c72f9f638677608fab1502cd696c8f2d6b2952f9) +++ library/xml/pkgIndex.tcl (.../pkgIndex.tcl) (revision a70e406af0c39566e7fb0b1e0213d088f4f6a5be) @@ -10,6 +10,6 @@ package ifneeded sgml 1.6 [list source [file join $dir sgml.tcl]] package ifneeded xml 1.8 [list source [file join $dir xml.tcl]] -package ifneeded xotcl::xml::parser 0.94 [list source [file join $dir xoXML.xotcl]] -package ifneeded xotcl::xml::printVisitor 0.9 [list source [file join $dir printVisitor.xotcl]] -package ifneeded xotcl::xml::recreatorVisitor 0.9 [list source [file join $dir xmlRecreatorVisitor.xotcl]] +package ifneeded xotcl::xml::parser 1.0 [list source [file join $dir xoXML.xotcl]] +package ifneeded xotcl::xml::printVisitor 1.0 [list source [file join $dir printVisitor.xotcl]] +package ifneeded xotcl::xml::recreatorVisitor 1.0 [list source [file join $dir xmlRecreatorVisitor.xotcl]] Index: library/xml/printVisitor.xotcl =================================================================== diff -u -r9ffb233e56aa019ed8e82f70bf7aab1e95066cf5 -ra70e406af0c39566e7fb0b1e0213d088f4f6a5be --- library/xml/printVisitor.xotcl (.../printVisitor.xotcl) (revision 9ffb233e56aa019ed8e82f70bf7aab1e95066cf5) +++ library/xml/printVisitor.xotcl (.../printVisitor.xotcl) (revision a70e406af0c39566e7fb0b1e0213d088f4f6a5be) @@ -1,7 +1,6 @@ -# $Id: printVisitor.xotcl,v 1.3 2005/09/09 21:09:01 neumann Exp $ -package provide xotcl::xml::printVisitor 0.9 -package require xotcl::xml::parser +package provide xotcl::xml::printVisitor 1.0 +package require -exact xotcl::xml::parser 1.0 package require XOTcl 1 namespace eval ::xotcl::xml::printVisitor { Index: library/xml/xmlRecreatorVisitor.xotcl =================================================================== diff -u -r9ffb233e56aa019ed8e82f70bf7aab1e95066cf5 -ra70e406af0c39566e7fb0b1e0213d088f4f6a5be --- library/xml/xmlRecreatorVisitor.xotcl (.../xmlRecreatorVisitor.xotcl) (revision 9ffb233e56aa019ed8e82f70bf7aab1e95066cf5) +++ library/xml/xmlRecreatorVisitor.xotcl (.../xmlRecreatorVisitor.xotcl) (revision a70e406af0c39566e7fb0b1e0213d088f4f6a5be) @@ -1,7 +1,6 @@ -# $Id: xmlRecreatorVisitor.xotcl,v 1.6 2006/09/27 08:12:40 neumann Exp $ -package provide xotcl::xml::recreatorVisitor 0.9 -package require xotcl::xml::parser +package provide xotcl::xml::recreatorVisitor 1.0 +package require -exact xotcl::xml::parser 1.0 package require XOTcl 1 namespace eval ::xotcl::xml::recreatorVisitor { Index: library/xml/xoXML.xotcl =================================================================== diff -u -r9ffb233e56aa019ed8e82f70bf7aab1e95066cf5 -ra70e406af0c39566e7fb0b1e0213d088f4f6a5be --- library/xml/xoXML.xotcl (.../xoXML.xotcl) (revision 9ffb233e56aa019ed8e82f70bf7aab1e95066cf5) +++ library/xml/xoXML.xotcl (.../xoXML.xotcl) (revision a70e406af0c39566e7fb0b1e0213d088f4f6a5be) @@ -1,12 +1,11 @@ -# $Id: xoXML.xotcl,v 1.6 2006/09/27 08:12:40 neumann Exp $ -package provide xotcl::xml::parser 0.94 +package provide xotcl::xml::parser 1.0 package require XOTcl 1 -package require xotcl::pattern::chainOfResponsibility -package require xotcl::pattern::sortedCompositeWithAfter -#package require xotcl::pattern::link -package require xotcl::trace -#package require xml +package require -exact xotcl::pattern::chainOfResponsibility 1.0 +package require -exact xotcl::pattern::sortedCompositeWithAfter 1.0 +#package require -exact xotcl::pattern::link 1.0 +package require -exact xotcl::trace 1.0 +#package require -exact xml #package require expat namespace eval ::xotcl::xml::parser { Index: tests/UNIVERSAL.test =================================================================== diff -u -ra976b7c6a116f584114d2612494aaaa8e8028387 -ra70e406af0c39566e7fb0b1e0213d088f4f6a5be --- tests/UNIVERSAL.test (.../UNIVERSAL.test) (revision a976b7c6a116f584114d2612494aaaa8e8028387) +++ tests/UNIVERSAL.test (.../UNIVERSAL.test) (revision a70e406af0c39566e7fb0b1e0213d088f4f6a5be) @@ -1,11 +1,10 @@ -# $Id $ #if {[set ::tcl_platform(platform)] == "windows"} {lappend auto_path .} package require XOTcl 1; namespace import -force xotcl::* set pkgdir [file dir [info script]]/.. lappend auto_path $pkgdir -package require xotcl::test 1 +package require -exact xotcl::test 1.38 set tclsh [info nameofexecutable] set dir [file dir [info script]] @@ -19,7 +18,7 @@ puts stderr "starting $startCmd" set PIPE [open "|$startCmd"] -package require xotcl::comm::httpAccess +package require -exact xotcl::comm::httpAccess 1.0 proc printError msg {puts stderr !!!$msg!!!} Class T -superclass Test -parameter { Index: tests/actiweb.test =================================================================== diff -u -ra976b7c6a116f584114d2612494aaaa8e8028387 -ra70e406af0c39566e7fb0b1e0213d088f4f6a5be --- tests/actiweb.test (.../actiweb.test) (revision a976b7c6a116f584114d2612494aaaa8e8028387) +++ tests/actiweb.test (.../actiweb.test) (revision a70e406af0c39566e7fb0b1e0213d088f4f6a5be) @@ -9,7 +9,7 @@ lappend auto_path $pkgDir package require xotcl::test 1 #package require xotcl::package; package verbose 1 -package require xotcl::comm::httpAccess +package require xotcl::comm::httpAccess 1 #package require xotcl::trace set tclsh [info nameofexecutable] Index: tests/forwardtest.xotcl =================================================================== diff -u -ra976b7c6a116f584114d2612494aaaa8e8028387 -ra70e406af0c39566e7fb0b1e0213d088f4f6a5be --- tests/forwardtest.xotcl (.../forwardtest.xotcl) (revision a976b7c6a116f584114d2612494aaaa8e8028387) +++ tests/forwardtest.xotcl (.../forwardtest.xotcl) (revision a70e406af0c39566e7fb0b1e0213d088f4f6a5be) @@ -133,7 +133,7 @@ ########################################### # test serializer ########################################### -package require xotcl::serializer +package require xotcl::serializer 1 obj proc test {} {puts "i am [self proc]"} set a [Serializer deepSerialize obj] #puts <<$a>> @@ -320,4 +320,4 @@ ? {C t ::c1 {[my xx]}} ::c1 ? {C t ::c1 {[my info class]}} ::C ? {C t ::c1 {[my istype C]}} 1 -? {C t ::c1 {[my istype ::C]}} 1 \ No newline at end of file +? {C t ::c1 {[my istype ::C]}} 1 Index: tests/slottest.xotcl =================================================================== diff -u -rf4c5e835150b90501c5d871970114d7972a2b995 -ra70e406af0c39566e7fb0b1e0213d088f4f6a5be --- tests/slottest.xotcl (.../slottest.xotcl) (revision f4c5e835150b90501c5d871970114d7972a2b995) +++ tests/slottest.xotcl (.../slottest.xotcl) (revision a70e406af0c39566e7fb0b1e0213d088f4f6a5be) @@ -35,7 +35,7 @@ # # -gustaf neumann 21.Jan. 2006 -package require xotcl::serializer +package require xotcl::serializer 1 #proc ? {cmd expected} { # set r [eval $cmd] Index: tests/xocomm.test =================================================================== diff -u -r54e94c173f2244a285e3d42873c8ed2bbae947d5 -ra70e406af0c39566e7fb0b1e0213d088f4f6a5be --- tests/xocomm.test (.../xocomm.test) (revision 54e94c173f2244a285e3d42873c8ed2bbae947d5) +++ tests/xocomm.test (.../xocomm.test) (revision a70e406af0c39566e7fb0b1e0213d088f4f6a5be) @@ -29,8 +29,8 @@ puts $startCmd } -package require -exact xotcl::comm::httpAccess 0.91 -package require -exact xotcl::comm::ftp 0.9 +package require xotcl::comm::httpAccess 1 +package require -exact xotcl::comm::ftp 1.0 package require xotcl::trace #::xotcl::package verbose 1