[jboss-svn-commits] JBL Code SVN: r27433 - in labs/jbosstm/trunk: ArjunaCore and 109 other directories.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Thu Jul 2 07:29:19 EDT 2009


Author: jhalliday
Date: 2009-07-02 07:29:12 -0400 (Thu, 02 Jul 2009)
New Revision: 27433

Added:
   labs/jbosstm/trunk/ArjunaCore/arjuna/classes/com/arjuna/ats/arjuna/common/recoveryPropertyManager.java
   labs/jbosstm/trunk/ArjunaCore/jbossts-properties-arjunacore.xml
   labs/jbosstm/trunk/ArjunaJTA/jbossts-properties-arjunajta.xml
   labs/jbosstm/trunk/ArjunaJTS/jbossts-properties-arjunajts.xml
   labs/jbosstm/trunk/common/tests/com/arjuna/common/tests/simple/test-product.xml
   labs/jbosstm/trunk/ext/junit-4.6.jar
Removed:
   labs/jbosstm/trunk/ArjunaCore/arjuna/etc/RecoveryManager.properties_default
   labs/jbosstm/trunk/ArjunaCore/arjuna/etc/arjuna.properties_default
   labs/jbosstm/trunk/ArjunaCore/arjuna/etc/default-CommonLogging-properties.xml
   labs/jbosstm/trunk/ArjunaCore/arjuna/etc/default-RecoveryManager-properties.xml
   labs/jbosstm/trunk/ArjunaCore/arjuna/etc/default-arjuna-properties.xml
   labs/jbosstm/trunk/ArjunaCore/product.properties
   labs/jbosstm/trunk/ArjunaCore/txoj/etc/default-txoj-properties.xml
   labs/jbosstm/trunk/ArjunaCore/txoj/etc/txoj.properties_default
   labs/jbosstm/trunk/ArjunaJTA/jdbc/etc/default-jdbc-properties.xml
   labs/jbosstm/trunk/ArjunaJTA/jdbc/etc/jdbc.properties_default
   labs/jbosstm/trunk/ArjunaJTA/jta/etc/default-RecoveryManager-properties.xml
   labs/jbosstm/trunk/ArjunaJTA/jta/etc/default-jta-properties.xmltmpl
   labs/jbosstm/trunk/ArjunaJTA/jta/etc/jta.properties_default
   labs/jbosstm/trunk/ArjunaJTA/product.properties
   labs/jbosstm/trunk/ArjunaJTS/jts/etc/default-RecoveryManager-properties.xml
   labs/jbosstm/trunk/ArjunaJTS/jts/etc/default-jts-properties.xml
   labs/jbosstm/trunk/ArjunaJTS/jts/etc/jts.properties_default
   labs/jbosstm/trunk/ArjunaJTS/orbportability/etc/default-orbportability-properties.xml
   labs/jbosstm/trunk/ArjunaJTS/orbportability/etc/orbportability.properties_default
   labs/jbosstm/trunk/antbuildsystem/classes/com/hp/mw/buildsystem/ant/ConvertPropertyCase.java
   labs/jbosstm/trunk/antbuildsystem/classes/com/hp/mw/buildsystem/ant/MergePropertyFiles.java
   labs/jbosstm/trunk/antbuildsystem/classes/com/hp/mw/buildsystem/ant/ModuleToProduct.java
   labs/jbosstm/trunk/antbuildsystem/classes/com/hp/mw/buildsystem/ant/VersToProp.java
   labs/jbosstm/trunk/antbuildsystem/lib/ext/xercesImpl.jar
   labs/jbosstm/trunk/antbuildsystem/lib/ext/xmlParserAPIs.jar
Modified:
   labs/jbosstm/trunk/ArjunaCore/arjuna/classes/com/arjuna/ats/arjuna/PersistenceRecord.java
   labs/jbosstm/trunk/ArjunaCore/arjuna/classes/com/arjuna/ats/arjuna/common/arjPropertyManager.java
   labs/jbosstm/trunk/ArjunaCore/arjuna/classes/com/arjuna/ats/arjuna/coordinator/TransactionReaper.java
   labs/jbosstm/trunk/ArjunaCore/arjuna/classes/com/arjuna/ats/arjuna/coordinator/TxControl.java
   labs/jbosstm/trunk/ArjunaCore/arjuna/classes/com/arjuna/ats/arjuna/logging/tsLogger.java
   labs/jbosstm/trunk/ArjunaCore/arjuna/classes/com/arjuna/ats/arjuna/objectstore/ObjectStore.java
   labs/jbosstm/trunk/ArjunaCore/arjuna/classes/com/arjuna/ats/arjuna/objectstore/ObjectStoreImple.java
   labs/jbosstm/trunk/ArjunaCore/arjuna/classes/com/arjuna/ats/arjuna/recovery/RecoveryManager.java
   labs/jbosstm/trunk/ArjunaCore/arjuna/classes/com/arjuna/ats/arjuna/recovery/TransactionStatusManager.java
   labs/jbosstm/trunk/ArjunaCore/arjuna/classes/com/arjuna/ats/arjuna/tools/OTM.java
   labs/jbosstm/trunk/ArjunaCore/arjuna/classes/com/arjuna/ats/arjuna/utils/Utility.java
   labs/jbosstm/trunk/ArjunaCore/arjuna/classes/com/arjuna/ats/internal/arjuna/gandiva/inventory/StaticInventory.java
   labs/jbosstm/trunk/ArjunaCore/arjuna/classes/com/arjuna/ats/internal/arjuna/gandiva/nameservice/JNS.java
   labs/jbosstm/trunk/ArjunaCore/arjuna/classes/com/arjuna/ats/internal/arjuna/objectstore/ActionStore.java
   labs/jbosstm/trunk/ArjunaCore/arjuna/classes/com/arjuna/ats/internal/arjuna/objectstore/CacheStore.java
   labs/jbosstm/trunk/ArjunaCore/arjuna/classes/com/arjuna/ats/internal/arjuna/objectstore/FileSystemStore.java
   labs/jbosstm/trunk/ArjunaCore/arjuna/classes/com/arjuna/ats/internal/arjuna/objectstore/HashedActionStore.java
   labs/jbosstm/trunk/ArjunaCore/arjuna/classes/com/arjuna/ats/internal/arjuna/objectstore/HashedStore.java
   labs/jbosstm/trunk/ArjunaCore/arjuna/classes/com/arjuna/ats/internal/arjuna/objectstore/JDBCActionStore.java
   labs/jbosstm/trunk/ArjunaCore/arjuna/classes/com/arjuna/ats/internal/arjuna/objectstore/JDBCImple.java
   labs/jbosstm/trunk/ArjunaCore/arjuna/classes/com/arjuna/ats/internal/arjuna/objectstore/JDBCStore.java
   labs/jbosstm/trunk/ArjunaCore/arjuna/classes/com/arjuna/ats/internal/arjuna/objectstore/LogStore.java
   labs/jbosstm/trunk/ArjunaCore/arjuna/classes/com/arjuna/ats/internal/arjuna/recovery/ExpiredEntryMonitor.java
   labs/jbosstm/trunk/ArjunaCore/arjuna/classes/com/arjuna/ats/internal/arjuna/recovery/ExpiredTransactionStatusManagerScanner.java
   labs/jbosstm/trunk/ArjunaCore/arjuna/classes/com/arjuna/ats/internal/arjuna/recovery/Listener.java
   labs/jbosstm/trunk/ArjunaCore/arjuna/classes/com/arjuna/ats/internal/arjuna/recovery/PeriodicRecovery.java
   labs/jbosstm/trunk/ArjunaCore/arjuna/classes/com/arjuna/ats/internal/arjuna/recovery/RecActivatorLoader.java
   labs/jbosstm/trunk/ArjunaCore/arjuna/classes/com/arjuna/ats/internal/arjuna/recovery/RecoveryManagerImple.java
   labs/jbosstm/trunk/ArjunaCore/arjuna/classes/com/arjuna/ats/internal/arjuna/utils/FileProcessId.java
   labs/jbosstm/trunk/ArjunaCore/arjuna/classes/com/arjuna/ats/internal/arjuna/utils/SocketProcessId.java
   labs/jbosstm/trunk/ArjunaCore/arjuna/tests/classes/com/hp/mwtests/ts/arjuna/objectstore/JDBCInventory.java
   labs/jbosstm/trunk/ArjunaCore/build.xml
   labs/jbosstm/trunk/ArjunaCore/docs/user_guide/AdministrationGuide.odt
   labs/jbosstm/trunk/ArjunaCore/docs/user_guide/AdministrationGuide.pdf
   labs/jbosstm/trunk/ArjunaCore/tsmx/bin/com/arjuna/ats/tools/perfgraph/PerformanceGraph.java
   labs/jbosstm/trunk/ArjunaCore/tsmx/classes/com/arjuna/ats/internal/tsmx/mbeans/PropertyServiceJMXPlugin.java
   labs/jbosstm/trunk/ArjunaCore/tsmx/classes/com/arjuna/ats/tsmx/logging/tsmxLogger.java
   labs/jbosstm/trunk/ArjunaCore/txoj/classes/com/arjuna/ats/internal/txoj/lockstore/BasicPersistentLockStore.java
   labs/jbosstm/trunk/ArjunaCore/txoj/classes/com/arjuna/ats/txoj/LockManager.java
   labs/jbosstm/trunk/ArjunaCore/txoj/classes/com/arjuna/ats/txoj/common/txojPropertyManager.java
   labs/jbosstm/trunk/ArjunaCore/txoj/classes/com/arjuna/ats/txoj/lockstore/LockStore.java
   labs/jbosstm/trunk/ArjunaCore/txoj/classes/com/arjuna/ats/txoj/logging/txojLogger.java
   labs/jbosstm/trunk/ArjunaJTA/build.xml
   labs/jbosstm/trunk/ArjunaJTA/docs/install_guide/InstallGuide.odt
   labs/jbosstm/trunk/ArjunaJTA/docs/install_guide/InstallGuide.pdf
   labs/jbosstm/trunk/ArjunaJTA/docs/user_guide/AdministrationGuide.odt
   labs/jbosstm/trunk/ArjunaJTA/docs/user_guide/AdministrationGuide.pdf
   labs/jbosstm/trunk/ArjunaJTA/docs/user_guide/ProgrammersGuide.odt
   labs/jbosstm/trunk/ArjunaJTA/docs/user_guide/ProgrammersGuide.pdf
   labs/jbosstm/trunk/ArjunaJTA/jdbc/classes/com/arjuna/ats/internal/jdbc/ConnectionImple.java
   labs/jbosstm/trunk/ArjunaJTA/jdbc/classes/com/arjuna/ats/internal/jdbc/IndirectRecoverableConnection.java
   labs/jbosstm/trunk/ArjunaJTA/jdbc/classes/com/arjuna/ats/internal/jdbc/recovery/BasicXARecovery.java
   labs/jbosstm/trunk/ArjunaJTA/jdbc/classes/com/arjuna/ats/internal/jdbc/recovery/JDBCXARecovery.java
   labs/jbosstm/trunk/ArjunaJTA/jdbc/classes/com/arjuna/ats/internal/jdbc/recovery/OracleXARecovery.java
   labs/jbosstm/trunk/ArjunaJTA/jdbc/classes/com/arjuna/ats/jdbc/common/jdbcPropertyManager.java
   labs/jbosstm/trunk/ArjunaJTA/jta/classes/com/arjuna/ats/internal/jta/recovery/arjunacore/XARecoveryModule.java
   labs/jbosstm/trunk/ArjunaJTA/jta/classes/com/arjuna/ats/internal/jta/resources/XAResourceErrorHandler.java
   labs/jbosstm/trunk/ArjunaJTA/jta/classes/com/arjuna/ats/internal/jta/resources/arjunacore/XAResourceRecord.java
   labs/jbosstm/trunk/ArjunaJTA/jta/classes/com/arjuna/ats/internal/jta/transaction/arjunacore/BaseTransaction.java
   labs/jbosstm/trunk/ArjunaJTA/jta/classes/com/arjuna/ats/internal/jta/transaction/arjunacore/TransactionImple.java
   labs/jbosstm/trunk/ArjunaJTA/jta/classes/com/arjuna/ats/jta/common/jtaPropertyManager.java
   labs/jbosstm/trunk/ArjunaJTA/jta/classes/com/arjuna/ats/jta/utils/JNDIManager.java
   labs/jbosstm/trunk/ArjunaJTA/jta/tests/classes/com/hp/mwtests/ts/jta/nested/SimpleNestedTest.java
   labs/jbosstm/trunk/ArjunaJTS/build.xml
   labs/jbosstm/trunk/ArjunaJTS/docs/user_guide/AdministrationGuide.odt
   labs/jbosstm/trunk/ArjunaJTS/docs/user_guide/AdministrationGuide.pdf
   labs/jbosstm/trunk/ArjunaJTS/docs/user_guide/ProgrammersGuide.odt
   labs/jbosstm/trunk/ArjunaJTS/docs/user_guide/ProgrammersGuide.pdf
   labs/jbosstm/trunk/ArjunaJTS/jtax/classes/com/arjuna/ats/internal/jta/resources/jts/orbspecific/XAResourceRecord.java
   labs/jbosstm/trunk/ArjunaJTS/jtax/classes/com/arjuna/ats/internal/jta/transaction/jts/BaseTransaction.java
   labs/jbosstm/trunk/ArjunaJTS/jtax/classes/com/arjuna/ats/internal/jta/transaction/jts/TransactionImple.java
   labs/jbosstm/trunk/ArjunaJTS/jtax/tests/classes/com/arjuna/ats/jtax/tests/implicit/client/ImplicitClient.java
   labs/jbosstm/trunk/ArjunaJTS/jtax/tests/classes/com/arjuna/ats/jtax/tests/implicit/server/ImplicitServer.java
   labs/jbosstm/trunk/ArjunaJTS/jtax/tests/classes/com/hp/mwtests/ts/jta/jts/basic/JTAAbort.java
   labs/jbosstm/trunk/ArjunaJTS/jtax/tests/classes/com/hp/mwtests/ts/jta/jts/basic/JTAOrder.java
   labs/jbosstm/trunk/ArjunaJTS/jtax/tests/classes/com/hp/mwtests/ts/jta/jts/basic/JTATest.java
   labs/jbosstm/trunk/ArjunaJTS/jtax/tests/classes/com/hp/mwtests/ts/jta/jts/basic/JTATransactionCommitTest.java
   labs/jbosstm/trunk/ArjunaJTS/jtax/tests/classes/com/hp/mwtests/ts/jta/jts/basic/NullResource.java
   labs/jbosstm/trunk/ArjunaJTS/jtax/tests/classes/com/hp/mwtests/ts/jta/jts/basic/Performance.java
   labs/jbosstm/trunk/ArjunaJTS/jtax/tests/classes/com/hp/mwtests/ts/jta/jts/basic/SuspendResume.java
   labs/jbosstm/trunk/ArjunaJTS/jtax/tests/classes/com/hp/mwtests/ts/jta/jts/basic/ThreadedCommit.java
   labs/jbosstm/trunk/ArjunaJTS/jtax/tests/classes/com/hp/mwtests/ts/jta/jts/hammer/JTAHammer.java
   labs/jbosstm/trunk/ArjunaJTS/jtax/tests/classes/com/hp/mwtests/ts/jta/jts/nested/SimpleNestedTest.java
   labs/jbosstm/trunk/ArjunaJTS/jtax/tests/classes/com/hp/mwtests/ts/jta/jts/twophase/SimpleTest.java
   labs/jbosstm/trunk/ArjunaJTS/jts/classes/com/arjuna/ats/internal/jts/OTSImpleManager.java
   labs/jbosstm/trunk/ArjunaJTS/jts/classes/com/arjuna/ats/internal/jts/context/ContextPropagationManager.java
   labs/jbosstm/trunk/ArjunaJTS/jts/classes/com/arjuna/ats/internal/jts/orbspecific/TransactionFactoryImple.java
   labs/jbosstm/trunk/ArjunaJTS/jts/classes/com/arjuna/ats/internal/jts/orbspecific/coordinator/ArjunaTransactionImple.java
   labs/jbosstm/trunk/ArjunaJTS/jts/classes/com/arjuna/ats/internal/jts/orbspecific/interposition/coordinator/ServerTransaction.java
   labs/jbosstm/trunk/ArjunaJTS/jts/classes/com/arjuna/ats/internal/jts/orbspecific/jacorb/recoverycoordinators/JacOrbRCManager.java
   labs/jbosstm/trunk/ArjunaJTS/jts/classes/com/arjuna/ats/internal/jts/orbspecific/jacorb/recoverycoordinators/JacOrbRCServiceInit.java
   labs/jbosstm/trunk/ArjunaJTS/jts/classes/com/arjuna/ats/internal/jts/orbspecific/recovery/recoverycoordinators/GenericRecoveryCoordinator.java
   labs/jbosstm/trunk/ArjunaJTS/jts/classes/com/arjuna/ats/internal/jts/recovery/RecoveryInit.java
   labs/jbosstm/trunk/ArjunaJTS/jts/classes/com/arjuna/ats/internal/jts/recovery/contact/ExpiredContactScanner.java
   labs/jbosstm/trunk/ArjunaJTS/jts/classes/com/arjuna/ats/internal/jts/recovery/transactions/ExpiredAssumedCompleteScanner.java
   labs/jbosstm/trunk/ArjunaJTS/jts/classes/com/arjuna/ats/internal/jts/recovery/transactions/RecoveredServerTransaction.java
   labs/jbosstm/trunk/ArjunaJTS/jts/classes/com/arjuna/ats/internal/jts/recovery/transactions/TransactionCache.java
   labs/jbosstm/trunk/ArjunaJTS/jts/classes/com/arjuna/ats/jts/TransactionServer.java
   labs/jbosstm/trunk/ArjunaJTS/jts/classes/com/arjuna/ats/jts/common/InterceptorInfo.java
   labs/jbosstm/trunk/ArjunaJTS/jts/classes/com/arjuna/ats/jts/common/jtsPropertyManager.java
   labs/jbosstm/trunk/ArjunaJTS/jts/tests/classes/com/hp/mwtests/ts/jts/local/timeout/DefaultTimeout.java
   labs/jbosstm/trunk/ArjunaJTS/jts/tests/classes/com/hp/mwtests/ts/jts/remote/transactionserver/TMClient.java
   labs/jbosstm/trunk/ArjunaJTS/jts/tests/classes/com/hp/mwtests/ts/jts/remote/transactionserver/TMTest.java
   labs/jbosstm/trunk/ArjunaJTS/orbportability/build.xml
   labs/jbosstm/trunk/ArjunaJTS/orbportability/classes/com/arjuna/orbportability/ORB.java
   labs/jbosstm/trunk/ArjunaJTS/orbportability/classes/com/arjuna/orbportability/Services.java
   labs/jbosstm/trunk/ArjunaJTS/orbportability/classes/com/arjuna/orbportability/common/Configuration.java
   labs/jbosstm/trunk/ArjunaJTS/orbportability/classes/com/arjuna/orbportability/common/opPropertyManager.java
   labs/jbosstm/trunk/ArjunaJTS/orbportability/classes/com/arjuna/orbportability/event/EventManager.java
   labs/jbosstm/trunk/ArjunaJTS/orbportability/classes/com/arjuna/orbportability/internal/common/LocalSetup.java
   labs/jbosstm/trunk/ArjunaJTS/orbportability/classes/com/arjuna/orbportability/internal/orbspecific/jacorb/orb/implementations/jacorb_2_0.java
   labs/jbosstm/trunk/ArjunaJTS/orbportability/classes/com/arjuna/orbportability/internal/orbspecific/javaidl/orb/implementations/javaidl_1_4.java
   labs/jbosstm/trunk/ArjunaJTS/orbportability/classes/com/arjuna/orbportability/internal/utils/InitLoader.java
   labs/jbosstm/trunk/ArjunaJTS/orbportability/classes/com/arjuna/orbportability/logging/opLogger.java
   labs/jbosstm/trunk/ArjunaJTS/orbportability/classes/com/arjuna/orbportability/oa/core/OA.java
   labs/jbosstm/trunk/ArjunaJTS/orbportability/classes/com/arjuna/orbportability/orb/core/ORB.java
   labs/jbosstm/trunk/ArjunaJTS/orbportability/classes/com/arjuna/orbportability/recovery/RebindFactory.java
   labs/jbosstm/trunk/ArjunaJTS/trailmap/src/com/arjuna/demo/jta/jdbcbank/BankClient.java
   labs/jbosstm/trunk/XTS/WS-C/dev/src/com/arjuna/webservices/logging/WSCLogger.java
   labs/jbosstm/trunk/XTS/WS-T/dev/src/com/arjuna/webservices/logging/WSTLogger.java
   labs/jbosstm/trunk/XTS/WSAS/classes/com/arjuna/mw/wsas/logging/wsasLogger.java
   labs/jbosstm/trunk/XTS/WSCF/classes/com/arjuna/mw/wscf/logging/wscfLogger.java
   labs/jbosstm/trunk/XTS/WSTX/classes/com/arjuna/mw/wstx/logging/wstxLogger.java
   labs/jbosstm/trunk/XTS/sar/src/org/jboss/jbossts/xts/logging/XTSLogger.java
   labs/jbosstm/trunk/antbuildsystem/build.xml
   labs/jbosstm/trunk/atsintegration/classes/com/arjuna/ats/jbossatx/jta/TransactionManagerService.java
   labs/jbosstm/trunk/atsintegration/classes/com/arjuna/ats/jbossatx/jts/TransactionManagerService.java
   labs/jbosstm/trunk/common/build.xml
   labs/jbosstm/trunk/common/classes/com/arjuna/common/internal/util/logging/DefaultLog.java
   labs/jbosstm/trunk/common/classes/com/arjuna/common/internal/util/logging/LogImpl.java
   labs/jbosstm/trunk/common/classes/com/arjuna/common/internal/util/logging/commonPropertyManager.java
   labs/jbosstm/trunk/common/classes/com/arjuna/common/internal/util/propertyservice/PropertyManagerImpl.java
   labs/jbosstm/trunk/common/classes/com/arjuna/common/internal/util/propertyservice/plugins/io/XMLFilePlugin.java
   labs/jbosstm/trunk/common/classes/com/arjuna/common/util/FileLocator.java
   labs/jbosstm/trunk/common/classes/com/arjuna/common/util/logging/LogFactory.java
   labs/jbosstm/trunk/common/classes/com/arjuna/common/util/propertyservice/PropertyManagerFactory.java
   labs/jbosstm/trunk/common/classes/com/arjuna/common/util/propertyservice/propertycontainer/PropertyManagerPluginInterface.java
   labs/jbosstm/trunk/common/tests/com/arjuna/common/tests/iotest/IOTest.java
   labs/jbosstm/trunk/common/tests/com/arjuna/common/tests/simple/PropertiesTest.java
   labs/jbosstm/trunk/common/tests/com/arjuna/common/tests/simple/SetPropertyTest.java
   labs/jbosstm/trunk/common/tests/com/arjuna/common/tests/simple/SimpleTest.java
   labs/jbosstm/trunk/common/tests/com/arjuna/common/tests/simple/SystemPropertyTest.java
   labs/jbosstm/trunk/common/tests/com/hp/mwtests/commonlogging/debugextension/DebugExt.java
   labs/jbosstm/trunk/common/tests/com/hp/mwtests/commonlogging/i18n/logging_msg_en_US.properties
   labs/jbosstm/trunk/common/tests/com/hp/mwtests/commonlogging/i18n/logging_msg_fr_FR.properties
   labs/jbosstm/trunk/common/tests/com/hp/mwtests/commonlogging/i18n/logi18n.java
   labs/jbosstm/trunk/common/tests/com/hp/mwtests/commonlogging/testlevels/TestLevels.java
   labs/jbosstm/trunk/ext/third_party_licenses.txt
   labs/jbosstm/trunk/qa/config/jbossts-jta-properties.xml
   labs/jbosstm/trunk/qa/config/jbossts-jts-properties.xml
   labs/jbosstm/trunk/qa/tests/src/org/jboss/jbossts/qa/ArjunaCore/Common/PropertyManagerTest.java
   labs/jbosstm/trunk/qa/tests/src/org/jboss/jbossts/qa/ArjunaCore/Utils/EmptyObjectStore.java
   labs/jbosstm/trunk/qa/tests/src/org/jboss/jbossts/qa/CrashRecovery11Utils/Delays.java
   labs/jbosstm/trunk/qa/tests/src/org/jboss/jbossts/qa/Utils/AssertCleanEnvironment.java
   labs/jbosstm/trunk/qa/tests/src/org/jboss/jbossts/qa/Utils/EmptyObjectStore.java
   labs/jbosstm/trunk/sharedbuild.xml
Log:
Refactoring of property management to flatten the properties file and simplify the way it is assembled. JBTM-438


Modified: labs/jbosstm/trunk/ArjunaCore/arjuna/classes/com/arjuna/ats/arjuna/PersistenceRecord.java
===================================================================
--- labs/jbosstm/trunk/ArjunaCore/arjuna/classes/com/arjuna/ats/arjuna/PersistenceRecord.java	2009-07-02 11:09:43 UTC (rev 27432)
+++ labs/jbosstm/trunk/ArjunaCore/arjuna/classes/com/arjuna/ats/arjuna/PersistenceRecord.java	2009-07-02 11:29:12 UTC (rev 27433)
@@ -628,7 +628,7 @@
 
 	static
 	{
-		String cp = arjPropertyManager.propertyManager.getProperty(com.arjuna.ats.arjuna.common.Environment.CLASSIC_PREPARE);
+		String cp = arjPropertyManager.getPropertyManager().getProperty(com.arjuna.ats.arjuna.common.Environment.CLASSIC_PREPARE);
 
 		if (cp != null)
 		{
@@ -636,7 +636,7 @@
 				classicPrepare = true;
 		}
 
-		String wo = arjPropertyManager.propertyManager.getProperty(com.arjuna.ats.arjuna.common.Environment.TRANSACTION_LOG_WRITE_OPTIMISATION);
+		String wo = arjPropertyManager.getPropertyManager().getProperty(com.arjuna.ats.arjuna.common.Environment.TRANSACTION_LOG_WRITE_OPTIMISATION);
 
 		if (wo != null)
 		{

Modified: labs/jbosstm/trunk/ArjunaCore/arjuna/classes/com/arjuna/ats/arjuna/common/arjPropertyManager.java
===================================================================
--- labs/jbosstm/trunk/ArjunaCore/arjuna/classes/com/arjuna/ats/arjuna/common/arjPropertyManager.java	2009-07-02 11:09:43 UTC (rev 27432)
+++ labs/jbosstm/trunk/ArjunaCore/arjuna/classes/com/arjuna/ats/arjuna/common/arjPropertyManager.java	2009-07-02 11:29:12 UTC (rev 27433)
@@ -33,7 +33,6 @@
 
 import com.arjuna.common.util.propertyservice.PropertyManager;
 import com.arjuna.common.util.propertyservice.PropertyManagerFactory;
-import com.arjuna.common.internal.util.propertyservice.plugins.io.XMLFilePlugin;
 
 /**
  * Property manager wrapper for the Arjuna module.
@@ -42,32 +41,9 @@
  */
 public class arjPropertyManager
 {
-    public static PropertyManager  propertyManager;
-
     public static PropertyManager getPropertyManager()
     {
-        return propertyManager;
+        // this is not actually a separate module, it shares the arjuna config.
+        return PropertyManagerFactory.getPropertyManagerForModule("arjuna", Environment.PROPERTIES_FILE);
     }
-
-    static
-    {
-        /**
-         * Retrieve the property manager from the factory and add the Arjuna properties file to it.
-         */
-        propertyManager = PropertyManagerFactory.getPropertyManager("com.arjuna.ats.propertymanager", "arjuna");
-
-        String propertiesFilename = System.getProperty(Environment.PROPERTIES_FILE);
-
-        if (propertiesFilename == null)
-            propertiesFilename = Configuration.propertiesFile();
-
-        try
-        {
-            propertyManager.load(XMLFilePlugin.class.getName(), propertiesFilename);
-        }
-        catch (Exception e)
-        {
-            throw new ExceptionInInitializerError(e);
-        }
-    }
 }

Added: labs/jbosstm/trunk/ArjunaCore/arjuna/classes/com/arjuna/ats/arjuna/common/recoveryPropertyManager.java
===================================================================
--- labs/jbosstm/trunk/ArjunaCore/arjuna/classes/com/arjuna/ats/arjuna/common/recoveryPropertyManager.java	                        (rev 0)
+++ labs/jbosstm/trunk/ArjunaCore/arjuna/classes/com/arjuna/ats/arjuna/common/recoveryPropertyManager.java	2009-07-02 11:29:12 UTC (rev 27433)
@@ -0,0 +1,36 @@
+/*
+ * JBoss, Home of Professional Open Source
+ * Copyright 2009, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags.
+ * See the copyright.txt in the distribution for a
+ * full listing of individual contributors.
+ * This copyrighted material is made available to anyone wishing to use,
+ * modify, copy, or redistribute it subject to the terms and conditions
+ * of the GNU Lesser General Public License, v. 2.1.
+ * This program is distributed in the hope that it will be useful, but WITHOUT A
+ * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
+ * PARTICULAR PURPOSE.  See the GNU Lesser General Public License for more details.
+ * You should have received a copy of the GNU Lesser General Public License,
+ * v.2.1 along with this distribution; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+ * MA  02110-1301, USA.
+ *
+ * (C) 2009,
+ * @author JBoss, a division of Red Hat.
+ */
+package com.arjuna.ats.arjuna.common;
+
+import com.arjuna.common.util.propertyservice.PropertyManager;
+import com.arjuna.common.util.propertyservice.PropertyManagerFactory;
+
+/**
+ * Property manager wrapper for the recovery system.
+ *
+ */
+public class recoveryPropertyManager
+{
+    public static PropertyManager getPropertyManager()
+    {
+        return PropertyManagerFactory.getPropertyManagerForModule("arjuna", Environment.PROPERTIES_FILE);
+    }
+}
\ No newline at end of file

Modified: labs/jbosstm/trunk/ArjunaCore/arjuna/classes/com/arjuna/ats/arjuna/coordinator/TransactionReaper.java
===================================================================
--- labs/jbosstm/trunk/ArjunaCore/arjuna/classes/com/arjuna/ats/arjuna/coordinator/TransactionReaper.java	2009-07-02 11:09:43 UTC (rev 27432)
+++ labs/jbosstm/trunk/ArjunaCore/arjuna/classes/com/arjuna/ats/arjuna/coordinator/TransactionReaper.java	2009-07-02 11:29:12 UTC (rev 27433)
@@ -1068,7 +1068,7 @@
             // default to dynamic mode
             TransactionReaper._dynamic = true;
 
-            String mode = arjPropertyManager.propertyManager
+            String mode = arjPropertyManager.getPropertyManager()
 					.getProperty(Environment.TX_REAPER_MODE);
 
 			if (mode != null)
@@ -1089,7 +1089,7 @@
 
             if (!TransactionReaper._dynamic)
 			{
-				String timeoutEnv = arjPropertyManager.propertyManager
+				String timeoutEnv = arjPropertyManager.getPropertyManager()
 						.getProperty(Environment.TX_REAPER_TIMEOUT);
 
 				if (timeoutEnv != null)
@@ -1121,7 +1121,7 @@
 
 			TransactionReaper._theReaper = new TransactionReaper(checkPeriod);
 
-			String cancelWait = arjPropertyManager.propertyManager
+			String cancelWait = arjPropertyManager.getPropertyManager()
 					.getProperty(Environment.TX_REAPER_CANCEL_WAIT_PERIOD);
 			if (cancelWait != null)
 			{
@@ -1146,7 +1146,7 @@
                              TransactionReaper._theReaper._cancelWaitPeriod = defaultCancelWaitPeriod;
                         }
 
-			String cancelFailWait = arjPropertyManager.propertyManager
+			String cancelFailWait = arjPropertyManager.getPropertyManager()
 					.getProperty(Environment.TX_REAPER_CANCEL_FAIL_WAIT_PERIOD);
 			if (cancelFailWait != null)
 			{
@@ -1171,7 +1171,7 @@
                              TransactionReaper._theReaper._cancelFailWaitPeriod = defaultCancelFailWaitPeriod;
                         }
 
-			String zombieMax = arjPropertyManager.propertyManager
+			String zombieMax = arjPropertyManager.getPropertyManager()
 					.getProperty(Environment.TX_REAPER_ZOMBIE_MAX);
 			if (zombieMax != null)
 			{

Modified: labs/jbosstm/trunk/ArjunaCore/arjuna/classes/com/arjuna/ats/arjuna/coordinator/TxControl.java
===================================================================
--- labs/jbosstm/trunk/ArjunaCore/arjuna/classes/com/arjuna/ats/arjuna/coordinator/TxControl.java	2009-07-02 11:09:43 UTC (rev 27432)
+++ labs/jbosstm/trunk/ArjunaCore/arjuna/classes/com/arjuna/ats/arjuna/coordinator/TxControl.java	2009-07-02 11:29:12 UTC (rev 27433)
@@ -171,7 +171,7 @@
         {
             if (TxControl.actionStoreType == null)
             {
-                    String useLog = arjPropertyManager.propertyManager.getProperty(
+                    String useLog = arjPropertyManager.getPropertyManager().getProperty(
                                     Environment.TRANSACTION_LOG, "OFF");
 
                     if (useLog.equals("ON"))
@@ -179,14 +179,14 @@
                                             .Implementation_ObjectStore_ActionLogStore());
                     else
                             TxControl.actionStoreType = new ClassName(
-                                            arjPropertyManager.propertyManager
+                                            arjPropertyManager.getPropertyManager()
                                                             .getProperty(
                                                                             Environment.ACTION_STORE,
                                                                             ArjunaNames
                                                                                             .Implementation_ObjectStore_defaultActionStore()
                                                                                             .stringForm()));
 
-                    String sharedLog = arjPropertyManager.propertyManager.getProperty(
+                    String sharedLog = arjPropertyManager.getPropertyManager().getProperty(
                                     Environment.SHARED_TRANSACTION_LOG, "NO");
 
                     if (sharedLog.equals("YES"))
@@ -223,7 +223,7 @@
 
 		if (TxControl.actionStoreType == null)
 		{
-			String useLog = arjPropertyManager.propertyManager.getProperty(
+			String useLog = arjPropertyManager.getPropertyManager().getProperty(
 					Environment.TRANSACTION_LOG, "OFF");
 
 			if (useLog.equals("ON"))
@@ -231,14 +231,14 @@
 						.Implementation_ObjectStore_ActionLogStore());
 			else
 				TxControl.actionStoreType = new ClassName(
-						arjPropertyManager.propertyManager
+						arjPropertyManager.getPropertyManager()
 								.getProperty(
 										Environment.ACTION_STORE,
 										ArjunaNames
 												.Implementation_ObjectStore_defaultActionStore()
 												.stringForm()));
 
-			String sharedLog = arjPropertyManager.propertyManager.getProperty(
+			String sharedLog = arjPropertyManager.getPropertyManager().getProperty(
 					Environment.SHARED_TRANSACTION_LOG, "NO");
 
 			if (sharedLog.equals("YES"))
@@ -361,7 +361,7 @@
 	
 	static
 	{
-		String env = arjPropertyManager.propertyManager
+		String env = arjPropertyManager.getPropertyManager()
 				.getProperty(Environment.DEFAULT_TIMEOUT);
 
 		if (env != null)
@@ -378,7 +378,7 @@
 			}
 		}
 
-		env = arjPropertyManager.propertyManager
+		env = arjPropertyManager.getPropertyManager()
 				.getProperty(Environment.MAINTAIN_HEURISTICS);
 
 		if (env != null)
@@ -387,7 +387,7 @@
 				TxControl.maintainHeuristics = false;
 		}
 
-		env = arjPropertyManager.propertyManager
+		env = arjPropertyManager.getPropertyManager()
 				.getProperty(Environment.ASYNC_COMMIT);
 
 		if (env != null)
@@ -396,7 +396,7 @@
 				TxControl.asyncCommit = true;
 		}
 
-		env = arjPropertyManager.propertyManager
+		env = arjPropertyManager.getPropertyManager()
 				.getProperty(Environment.ASYNC_PREPARE);
 
 		if (env != null)
@@ -405,7 +405,7 @@
 				TxControl.asyncPrepare = true;
 		}
 
-		env = arjPropertyManager.propertyManager
+		env = arjPropertyManager.getPropertyManager()
 				.getProperty(Environment.COMMIT_ONE_PHASE);
 
 		if (env != null)
@@ -414,7 +414,7 @@
 				TxControl.onePhase = false;
 		}
 
-		env = arjPropertyManager.propertyManager
+		env = arjPropertyManager.getPropertyManager()
 				.getProperty(Environment.ASYNC_ROLLBACK);
 
 		if (env != null)
@@ -423,7 +423,7 @@
 				TxControl.asyncRollback = true;
 		}
 
-		env = arjPropertyManager.propertyManager
+		env = arjPropertyManager.getPropertyManager()
 				.getProperty(Environment.READONLY_OPTIMISATION);
 
 		if (env != null)
@@ -432,7 +432,7 @@
 				TxControl.readonlyOptimisation = false;
 		}
 
-		env = arjPropertyManager.propertyManager
+		env = arjPropertyManager.getPropertyManager()
 				.getProperty(Environment.ENABLE_STATISTICS);
 
 		if (env != null)
@@ -441,7 +441,7 @@
 				TxControl.enableStatistics = true;
 		}
 
-		env = arjPropertyManager.propertyManager
+		env = arjPropertyManager.getPropertyManager()
 				.getProperty(Environment.START_DISABLED);
 
 		if (env != null)
@@ -450,7 +450,7 @@
 				TxControl.enable = false;
 		}
 
-        env = arjPropertyManager.propertyManager
+        env = arjPropertyManager.getPropertyManager()
                 .getProperty(Environment.BEFORECOMPLETION_WHEN_ROLLBACKONLY);
         
         if(env != null)
@@ -459,7 +459,7 @@
                 TxControl.beforeCompletionWhenRollbackOnly = true;
         }
         
-		env = arjPropertyManager.propertyManager
+		env = arjPropertyManager.getPropertyManager()
 				.getProperty(Environment.XA_NODE_IDENTIFIER);
 		boolean writeNodeName = false;
 
@@ -520,11 +520,11 @@
 
 		if (writeNodeName)
 		{
-		    arjPropertyManager.propertyManager.setProperty(
+		    arjPropertyManager.getPropertyManager().setProperty(
 		            Environment.XA_NODE_IDENTIFIER, new String(xaNodeName));
 		}
 
-		String enableTSM = arjPropertyManager.propertyManager.getProperty(Environment.TRANSACTION_STATUS_MANAGER_ENABLE);
+		String enableTSM = arjPropertyManager.getPropertyManager().getProperty(Environment.TRANSACTION_STATUS_MANAGER_ENABLE);
 		// run the TSM by default, unless it's turned off explicitly.
 
 		if ("NO".equalsIgnoreCase(enableTSM))

Modified: labs/jbosstm/trunk/ArjunaCore/arjuna/classes/com/arjuna/ats/arjuna/logging/tsLogger.java
===================================================================
--- labs/jbosstm/trunk/ArjunaCore/arjuna/classes/com/arjuna/ats/arjuna/logging/tsLogger.java	2009-07-02 11:09:43 UTC (rev 27432)
+++ labs/jbosstm/trunk/ArjunaCore/arjuna/classes/com/arjuna/ats/arjuna/logging/tsLogger.java	2009-07-02 11:29:12 UTC (rev 27433)
@@ -57,8 +57,8 @@
 
 		arjLogger = LogFactory.getLogNoi18n("com.arjuna.ats.arjuna.logging.arjLogger");
 
-		language = commonPropertyManager.propertyManager.getProperty("language", "en");
-		country = commonPropertyManager.propertyManager.getProperty("country", "US");
+		language = commonPropertyManager.getPropertyManager().getProperty("language", "en");
+		country = commonPropertyManager.getPropertyManager().getProperty("country", "US");
 
 		currentLocale = new Locale(language, country);
 		

Modified: labs/jbosstm/trunk/ArjunaCore/arjuna/classes/com/arjuna/ats/arjuna/objectstore/ObjectStore.java
===================================================================
--- labs/jbosstm/trunk/ArjunaCore/arjuna/classes/com/arjuna/ats/arjuna/objectstore/ObjectStore.java	2009-07-02 11:09:43 UTC (rev 27432)
+++ labs/jbosstm/trunk/ArjunaCore/arjuna/classes/com/arjuna/ats/arjuna/objectstore/ObjectStore.java	2009-07-02 11:29:12 UTC (rev 27433)
@@ -412,7 +412,7 @@
 	 */
 
 	if (objectStoreType == null)
-	    objectStoreType = new ClassName(arjPropertyManager.propertyManager.getProperty(Environment.OBJECTSTORE_TYPE, ArjunaNames.Implementation_ObjectStore_defaultStore().stringForm()));
+	    objectStoreType = new ClassName(arjPropertyManager.getPropertyManager().getProperty(Environment.OBJECTSTORE_TYPE, ArjunaNames.Implementation_ObjectStore_defaultStore().stringForm()));
 
 	return objectStoreType;
     }

Modified: labs/jbosstm/trunk/ArjunaCore/arjuna/classes/com/arjuna/ats/arjuna/objectstore/ObjectStoreImple.java
===================================================================
--- labs/jbosstm/trunk/ArjunaCore/arjuna/classes/com/arjuna/ats/arjuna/objectstore/ObjectStoreImple.java	2009-07-02 11:09:43 UTC (rev 27432)
+++ labs/jbosstm/trunk/ArjunaCore/arjuna/classes/com/arjuna/ats/arjuna/objectstore/ObjectStoreImple.java	2009-07-02 11:29:12 UTC (rev 27433)
@@ -240,11 +240,11 @@
     public String locateStore (String localOSRoot) throws ObjectStoreException
     {
 	if (_objectStoreRoot == null)
-	    _objectStoreRoot = arjPropertyManager.propertyManager.getProperty(Environment.LOCALOSROOT);
+	    _objectStoreRoot = arjPropertyManager.getPropertyManager().getProperty(Environment.LOCALOSROOT);
 
 	if (_objectStoreDir == null)
 	{
-	    _objectStoreDir = arjPropertyManager.propertyManager.getProperty(Environment.OBJECTSTORE_DIR);
+	    _objectStoreDir = arjPropertyManager.getPropertyManager().getProperty(Environment.OBJECTSTORE_DIR);
 	    if (_objectStoreDir == null || _objectStoreDir.length() == 0)
 	    	_objectStoreDir = com.arjuna.ats.arjuna.common.Configuration.objectStoreRoot();
 

Modified: labs/jbosstm/trunk/ArjunaCore/arjuna/classes/com/arjuna/ats/arjuna/recovery/RecoveryManager.java
===================================================================
--- labs/jbosstm/trunk/ArjunaCore/arjuna/classes/com/arjuna/ats/arjuna/recovery/RecoveryManager.java	2009-07-02 11:09:43 UTC (rev 27432)
+++ labs/jbosstm/trunk/ArjunaCore/arjuna/classes/com/arjuna/ats/arjuna/recovery/RecoveryManager.java	2009-07-02 11:29:12 UTC (rev 27433)
@@ -41,6 +41,7 @@
 import com.arjuna.ats.arjuna.utils.Utility;
 import com.arjuna.ats.arjuna.logging.tsLogger;
 import com.arjuna.ats.arjuna.exceptions.FatalError;
+import com.arjuna.ats.arjuna.common.recoveryPropertyManager;
 import com.arjuna.common.util.propertyservice.PropertyManager;
 import com.arjuna.common.util.propertyservice.PropertyManagerFactory;
 
@@ -397,7 +398,7 @@
 
     public static InetAddress getRecoveryManagerHost() throws UnknownHostException
     {
-        PropertyManager pm = PropertyManagerFactory.getPropertyManager("com.arjuna.ats.propertymanager", "recoverymanager");
+        PropertyManager pm = recoveryPropertyManager.getPropertyManager();
 
         if ( pm == null )
             return InetAddress.getLocalHost();
@@ -410,7 +411,7 @@
 
     public static int getRecoveryManagerPort()
     {
-        PropertyManager pm = PropertyManagerFactory.getPropertyManager("com.arjuna.ats.propertymanager", "recoverymanager");
+        PropertyManager pm = recoveryPropertyManager.getPropertyManager();
 
         if (pm == null)
             return 0;

Modified: labs/jbosstm/trunk/ArjunaCore/arjuna/classes/com/arjuna/ats/arjuna/recovery/TransactionStatusManager.java
===================================================================
--- labs/jbosstm/trunk/ArjunaCore/arjuna/classes/com/arjuna/ats/arjuna/recovery/TransactionStatusManager.java	2009-07-02 11:09:43 UTC (rev 27432)
+++ labs/jbosstm/trunk/ArjunaCore/arjuna/classes/com/arjuna/ats/arjuna/recovery/TransactionStatusManager.java	2009-07-02 11:29:12 UTC (rev 27433)
@@ -39,6 +39,7 @@
 import com.arjuna.ats.internal.arjuna.recovery.TransactionStatusManagerItem ;
 
 import com.arjuna.ats.arjuna.logging.tsLogger;
+import com.arjuna.ats.arjuna.common.recoveryPropertyManager;
 import com.arjuna.common.util.propertyservice.PropertyManager;
 import com.arjuna.common.util.propertyservice.PropertyManagerFactory;
 
@@ -212,8 +213,7 @@
         if (_port > 0)
             return _port;
 
-        PropertyManager pm = PropertyManagerFactory.getPropertyManager("com.arjuna.ats.propertymanager", "recoverymanager");
-        //pm = arjPropertyManager.propertyManager;
+        PropertyManager pm = recoveryPropertyManager.getPropertyManager();
 
         String portStr = pm.getProperty(com.arjuna.ats.arjuna.common.Environment.TRANSACTION_STATUS_MANAGER_PORT);
 
@@ -237,8 +237,7 @@
 
     private String getListenerHostName()
     {
-        PropertyManager pm = PropertyManagerFactory.getPropertyManager("com.arjuna.ats.propertymanager", "recoverymanager");
-        //pm = arjPropertyManager.propertyManager;
+        PropertyManager pm = recoveryPropertyManager.getPropertyManager();
 
         return pm.getProperty(com.arjuna.ats.arjuna.common.Environment.TRANSACTION_STATUS_MANAGER_ADDRESS);
     }

Modified: labs/jbosstm/trunk/ArjunaCore/arjuna/classes/com/arjuna/ats/arjuna/tools/OTM.java
===================================================================
--- labs/jbosstm/trunk/ArjunaCore/arjuna/classes/com/arjuna/ats/arjuna/tools/OTM.java	2009-07-02 11:09:43 UTC (rev 27432)
+++ labs/jbosstm/trunk/ArjunaCore/arjuna/classes/com/arjuna/ats/arjuna/tools/OTM.java	2009-07-02 11:29:12 UTC (rev 27433)
@@ -215,7 +215,7 @@
 
 	    try
 	    {
-		ClassName actionStoreType = new ClassName(arjPropertyManager.propertyManager.getProperty(Environment.ACTION_STORE,
+		ClassName actionStoreType = new ClassName(arjPropertyManager.getPropertyManager().getProperty(Environment.ACTION_STORE,
 									     ArjunaNames.Implementation_ObjectStore_defaultActionStore().stringForm()));
 		
 		ObjectStore imple = new ObjectStore(actionStoreType, root);
@@ -443,7 +443,7 @@
 
 	try
 	{
-	    ClassName actionStoreType = new ClassName(arjPropertyManager.propertyManager.getProperty(Environment.ACTION_STORE,
+	    ClassName actionStoreType = new ClassName(arjPropertyManager.getPropertyManager().getProperty(Environment.ACTION_STORE,
 										  ArjunaNames.Implementation_ObjectStore_defaultActionStore().stringForm()));
 
 	    ObjectStore imple = new ObjectStore(actionStoreType, root);
@@ -790,7 +790,7 @@
 public static void main (String[] args)
     {
 	Uid u = new Uid();
-	String timeout = arjPropertyManager.propertyManager.getProperty(pollingTimeout);
+	String timeout = arjPropertyManager.getPropertyManager().getProperty(pollingTimeout);
 	
 	if (timeout != null)
 	{

Modified: labs/jbosstm/trunk/ArjunaCore/arjuna/classes/com/arjuna/ats/arjuna/utils/Utility.java
===================================================================
--- labs/jbosstm/trunk/ArjunaCore/arjuna/classes/com/arjuna/ats/arjuna/utils/Utility.java	2009-07-02 11:09:43 UTC (rev 27432)
+++ labs/jbosstm/trunk/ArjunaCore/arjuna/classes/com/arjuna/ats/arjuna/utils/Utility.java	2009-07-02 11:29:12 UTC (rev 27433)
@@ -314,7 +314,7 @@
 
     public static final boolean isWindows ()
     {
-        String os = arjPropertyManager.propertyManager.getProperty("os.name");
+        String os = arjPropertyManager.getPropertyManager().getProperty("os.name");
 
         if (("WIN32".equals(os)) || (os.indexOf("Windows") != -1))
             return true;

Modified: labs/jbosstm/trunk/ArjunaCore/arjuna/classes/com/arjuna/ats/internal/arjuna/gandiva/inventory/StaticInventory.java
===================================================================
--- labs/jbosstm/trunk/ArjunaCore/arjuna/classes/com/arjuna/ats/internal/arjuna/gandiva/inventory/StaticInventory.java	2009-07-02 11:09:43 UTC (rev 27432)
+++ labs/jbosstm/trunk/ArjunaCore/arjuna/classes/com/arjuna/ats/internal/arjuna/gandiva/inventory/StaticInventory.java	2009-07-02 11:29:12 UTC (rev 27433)
@@ -269,7 +269,7 @@
     {
 	Implementations.initialise();
 
-	Enumeration e = arjPropertyManager.propertyManager.propertyNames();
+	Enumeration e = arjPropertyManager.getPropertyManager().propertyNames();
 	
 	if (e != null)
 	{
@@ -279,7 +279,7 @@
 		
 		if (name.startsWith(com.arjuna.ats.arjuna.common.Environment.STATIC_INVENTORY_IMPLE))
 		{
-		    String className = arjPropertyManager.propertyManager.getProperty(name);
+		    String className = arjPropertyManager.getPropertyManager().getProperty(name);
 
 		    try
 		    {

Modified: labs/jbosstm/trunk/ArjunaCore/arjuna/classes/com/arjuna/ats/internal/arjuna/gandiva/nameservice/JNS.java
===================================================================
--- labs/jbosstm/trunk/ArjunaCore/arjuna/classes/com/arjuna/ats/internal/arjuna/gandiva/nameservice/JNS.java	2009-07-02 11:09:43 UTC (rev 27432)
+++ labs/jbosstm/trunk/ArjunaCore/arjuna/classes/com/arjuna/ats/internal/arjuna/gandiva/nameservice/JNS.java	2009-07-02 11:29:12 UTC (rev 27433)
@@ -67,7 +67,7 @@
 
 public int attributeType (String objName, String attrName) throws IOException
     {
-	String attr = arjPropertyManager.propertyManager.getProperty(objName+"."+attrName, null);
+	String attr = arjPropertyManager.getPropertyManager().getProperty(objName+"."+attrName, null);
 
 	if (attr == null)
 	    throw new IOException("No such attribute.");
@@ -92,7 +92,7 @@
 
 public String firstAttributeName (String objName) throws IOException
     {
-	Enumeration e = arjPropertyManager.propertyManager.propertyNames();
+	Enumeration e = arjPropertyManager.getPropertyManager().propertyNames();
 
 	if (e.hasMoreElements())
 	    return (String) e.nextElement();
@@ -102,7 +102,7 @@
 
 public String nextAttributeName (String objName, String attrName) throws IOException
     {
-	Enumeration e = arjPropertyManager.propertyManager.propertyNames();
+	Enumeration e = arjPropertyManager.getPropertyManager().propertyNames();
 
 	while (e.hasMoreElements())
 	{
@@ -120,7 +120,7 @@
 
 public long getLongAttribute (String objName, String attrName) throws IOException
     {
-	String attr = arjPropertyManager.propertyManager.getProperty(objName+"."+attrName, null);
+	String attr = arjPropertyManager.getPropertyManager().getProperty(objName+"."+attrName, null);
 
 	if (attr != null)
 	{
@@ -148,7 +148,7 @@
 
 public String getStringAttribute (String objName, String attrName) throws IOException
     {
-	String attr = arjPropertyManager.propertyManager.getProperty(objName+"."+attrName, null);
+	String attr = arjPropertyManager.getPropertyManager().getProperty(objName+"."+attrName, null);
 
 	if (attr != null)
 	{
@@ -172,7 +172,7 @@
 
 public ObjectName getObjectNameAttribute (String objName, String attrName) throws IOException
     {
-	String attr = arjPropertyManager.propertyManager.getProperty(objName+"."+attrName, null);
+	String attr = arjPropertyManager.getPropertyManager().getProperty(objName+"."+attrName, null);
 
 	if (attr != null)
 	{
@@ -196,7 +196,7 @@
 
 public ClassName getClassNameAttribute (String objName, String attrName) throws IOException
     {
-	String attr = arjPropertyManager.propertyManager.getProperty(objName+"."+attrName, null);
+	String attr = arjPropertyManager.getPropertyManager().getProperty(objName+"."+attrName, null);
 
 	if (attr != null)
 	{
@@ -220,7 +220,7 @@
 
 public Uid getUidAttribute (String objName, String attrName) throws IOException
     {
-	String attr = arjPropertyManager.propertyManager.getProperty(objName+"."+attrName, null);
+	String attr = arjPropertyManager.getPropertyManager().getProperty(objName+"."+attrName, null);
 
 	if (attr != null)
 	{
@@ -244,42 +244,42 @@
 
 public String setLongAttribute (String objName, String attrName, long value) throws IOException
     {
-	arjPropertyManager.propertyManager.setProperty(objName+"."+attrName, new String(SIGNED_NUMBER+""+value));
+	arjPropertyManager.getPropertyManager().setProperty(objName+"."+attrName, new String(SIGNED_NUMBER+""+value));
 
 	return null;
     }
 
 public String setStringAttribute (String objName, String attrName, String value) throws IOException
     {
-	arjPropertyManager.propertyManager.setProperty(objName+"."+attrName, new String(STRING+""+value));
+	arjPropertyManager.getPropertyManager().setProperty(objName+"."+attrName, new String(STRING+""+value));
 
 	return null;
     }
 
 public String setObjectNameAttribute (String objName, String attrName, ObjectName value) throws IOException
     {
-	arjPropertyManager.propertyManager.setProperty(objName+"."+attrName, new String(OBJECTNAME+""+value.stringForm()));
+	arjPropertyManager.getPropertyManager().setProperty(objName+"."+attrName, new String(OBJECTNAME+""+value.stringForm()));
 
 	return null;
     }
 
 public String setClassNameAttribute (String objName, String attrName, ClassName value) throws IOException
     {
-	arjPropertyManager.propertyManager.setProperty(objName+"."+attrName, new String(CLASSNAME+""+value.stringForm()));
+	arjPropertyManager.getPropertyManager().setProperty(objName+"."+attrName, new String(CLASSNAME+""+value.stringForm()));
 
 	return null;
     }
 
 public String setUidAttribute (String objName, String attrName, Uid value) throws IOException
     {
-	arjPropertyManager.propertyManager.setProperty(objName+"."+attrName, new String(CLASSNAME+""+value.stringForm()));
+	arjPropertyManager.getPropertyManager().setProperty(objName+"."+attrName, new String(CLASSNAME+""+value.stringForm()));
 
 	return null;
     }
 
 public String removeAttribute (String objName, String attrName) throws IOException
     {
-	return arjPropertyManager.propertyManager.removeProperty(objName+"."+attrName);
+	return arjPropertyManager.getPropertyManager().removeProperty(objName+"."+attrName);
     }
 
 public String uniqueAttributeName (String objName) throws IOException

Modified: labs/jbosstm/trunk/ArjunaCore/arjuna/classes/com/arjuna/ats/internal/arjuna/objectstore/ActionStore.java
===================================================================
--- labs/jbosstm/trunk/ArjunaCore/arjuna/classes/com/arjuna/ats/internal/arjuna/objectstore/ActionStore.java	2009-07-02 11:09:43 UTC (rev 27432)
+++ labs/jbosstm/trunk/ArjunaCore/arjuna/classes/com/arjuna/ats/internal/arjuna/objectstore/ActionStore.java	2009-07-02 11:29:12 UTC (rev 27433)
@@ -325,7 +325,7 @@
     {
 	if (!checkSync)
 	{
-	    String syncOpt = arjPropertyManager.propertyManager.getProperty(Environment.TRANSACTION_SYNC);
+	    String syncOpt = arjPropertyManager.getPropertyManager().getProperty(Environment.TRANSACTION_SYNC);
 
 	    if (syncOpt != null)
 	    {

Modified: labs/jbosstm/trunk/ArjunaCore/arjuna/classes/com/arjuna/ats/internal/arjuna/objectstore/CacheStore.java
===================================================================
--- labs/jbosstm/trunk/ArjunaCore/arjuna/classes/com/arjuna/ats/internal/arjuna/objectstore/CacheStore.java	2009-07-02 11:09:43 UTC (rev 27432)
+++ labs/jbosstm/trunk/ArjunaCore/arjuna/classes/com/arjuna/ats/internal/arjuna/objectstore/CacheStore.java	2009-07-02 11:29:12 UTC (rev 27433)
@@ -283,7 +283,7 @@
 
     static
     {
-	String cacheSync = arjPropertyManager.propertyManager.getProperty(com.arjuna.ats.arjuna.common.Environment.CACHE_STORE_SYNC);
+	String cacheSync = arjPropertyManager.getPropertyManager().getProperty(com.arjuna.ats.arjuna.common.Environment.CACHE_STORE_SYNC);
 
 	if (cacheSync != null)
 	{
@@ -911,7 +911,7 @@
     
     static
     {
-	String hashSize = arjPropertyManager.propertyManager.getProperty(com.arjuna.ats.arjuna.common.Environment.CACHE_STORE_HASH);
+	String hashSize = arjPropertyManager.getPropertyManager().getProperty(com.arjuna.ats.arjuna.common.Environment.CACHE_STORE_HASH);
 
 	if (hashSize != null)
 	{
@@ -928,7 +928,7 @@
 	if (HASH_SIZE <= 0)
 	    HASH_SIZE = 128;
 	
-	String cacheSize = arjPropertyManager.propertyManager.getProperty(com.arjuna.ats.arjuna.common.Environment.CACHE_STORE_SIZE);
+	String cacheSize = arjPropertyManager.getPropertyManager().getProperty(com.arjuna.ats.arjuna.common.Environment.CACHE_STORE_SIZE);
 
 	if (cacheSize != null)
 	{
@@ -945,7 +945,7 @@
 	if (_defaultCacheSize < 0)
 	    _defaultCacheSize = 0;
 
-	String removedItems = arjPropertyManager.propertyManager.getProperty(com.arjuna.ats.arjuna.common.Environment.CACHE_STORE_REMOVED_ITEMS);
+	String removedItems = arjPropertyManager.getPropertyManager().getProperty(com.arjuna.ats.arjuna.common.Environment.CACHE_STORE_REMOVED_ITEMS);
 
 	if (removedItems != null)
 	{
@@ -962,7 +962,7 @@
 	if (_defaultRemovedItems < 0)
 	    _defaultRemovedItems = 0;
 
-	String workItems = arjPropertyManager.propertyManager.getProperty(com.arjuna.ats.arjuna.common.Environment.CACHE_STORE_WORK_ITEMS);
+	String workItems = arjPropertyManager.getPropertyManager().getProperty(com.arjuna.ats.arjuna.common.Environment.CACHE_STORE_WORK_ITEMS);
 
 	if (workItems != null)
 	{
@@ -979,7 +979,7 @@
 	if (_defaultWorkItems < 0)
 	    _defaultWorkItems = 0;
 
-	String scanPeriod = arjPropertyManager.propertyManager.getProperty(com.arjuna.ats.arjuna.common.Environment.CACHE_STORE_SCAN_PERIOD);
+	String scanPeriod = arjPropertyManager.getPropertyManager().getProperty(com.arjuna.ats.arjuna.common.Environment.CACHE_STORE_SCAN_PERIOD);
 
 	if (scanPeriod != null)
 	{

Modified: labs/jbosstm/trunk/ArjunaCore/arjuna/classes/com/arjuna/ats/internal/arjuna/objectstore/FileSystemStore.java
===================================================================
--- labs/jbosstm/trunk/ArjunaCore/arjuna/classes/com/arjuna/ats/internal/arjuna/objectstore/FileSystemStore.java	2009-07-02 11:09:43 UTC (rev 27432)
+++ labs/jbosstm/trunk/ArjunaCore/arjuna/classes/com/arjuna/ats/internal/arjuna/objectstore/FileSystemStore.java	2009-07-02 11:29:12 UTC (rev 27433)
@@ -977,7 +977,7 @@
 
     static
     {
-	String syncOpt = arjPropertyManager.propertyManager.getProperty(com.arjuna.ats.arjuna.common.Environment.OBJECTSTORE_SYNC);
+	String syncOpt = arjPropertyManager.getPropertyManager().getProperty(com.arjuna.ats.arjuna.common.Environment.OBJECTSTORE_SYNC);
 
 	if (syncOpt != null)
 	{
@@ -990,7 +990,7 @@
 	if (File.separatorChar != FileSystemStore.unixSeparator)
 	    rewriteSeparator = true;
 
-	String retry = arjPropertyManager.propertyManager.getProperty(com.arjuna.ats.arjuna.common.Environment.OBJECTSTORE_HIERARCHY_RETRY);
+	String retry = arjPropertyManager.getPropertyManager().getProperty(com.arjuna.ats.arjuna.common.Environment.OBJECTSTORE_HIERARCHY_RETRY);
 
 	if (retry != null)
 	{
@@ -1013,7 +1013,7 @@
 	    }
 	}
 
-	String timeout = arjPropertyManager.propertyManager.getProperty(com.arjuna.ats.arjuna.common.Environment.OBJECTSTORE_HIERARCHY_TIMEOUT);
+	String timeout = arjPropertyManager.getPropertyManager().getProperty(com.arjuna.ats.arjuna.common.Environment.OBJECTSTORE_HIERARCHY_TIMEOUT);
 
 	if (timeout != null)
 	{

Modified: labs/jbosstm/trunk/ArjunaCore/arjuna/classes/com/arjuna/ats/internal/arjuna/objectstore/HashedActionStore.java
===================================================================
--- labs/jbosstm/trunk/ArjunaCore/arjuna/classes/com/arjuna/ats/internal/arjuna/objectstore/HashedActionStore.java	2009-07-02 11:09:43 UTC (rev 27432)
+++ labs/jbosstm/trunk/ArjunaCore/arjuna/classes/com/arjuna/ats/internal/arjuna/objectstore/HashedActionStore.java	2009-07-02 11:29:12 UTC (rev 27433)
@@ -216,7 +216,7 @@
     {
 	if (!checkSync)
 	{
-	    String syncOpt = arjPropertyManager.propertyManager.getProperty(Environment.TRANSACTION_SYNC);
+	    String syncOpt = arjPropertyManager.getPropertyManager().getProperty(Environment.TRANSACTION_SYNC);
 
 	    if (syncOpt != null)
 	    {

Modified: labs/jbosstm/trunk/ArjunaCore/arjuna/classes/com/arjuna/ats/internal/arjuna/objectstore/HashedStore.java
===================================================================
--- labs/jbosstm/trunk/ArjunaCore/arjuna/classes/com/arjuna/ats/internal/arjuna/objectstore/HashedStore.java	2009-07-02 11:09:43 UTC (rev 27432)
+++ labs/jbosstm/trunk/ArjunaCore/arjuna/classes/com/arjuna/ats/internal/arjuna/objectstore/HashedStore.java	2009-07-02 11:29:12 UTC (rev 27433)
@@ -439,7 +439,7 @@
 
     static
     {
-	String numberOfDirs = arjPropertyManager.propertyManager.getProperty(com.arjuna.ats.arjuna.common.Environment.HASHED_DIRECTORIES);
+	String numberOfDirs = arjPropertyManager.getPropertyManager().getProperty(com.arjuna.ats.arjuna.common.Environment.HASHED_DIRECTORIES);
 
 	if (numberOfDirs != null)
 	{

Modified: labs/jbosstm/trunk/ArjunaCore/arjuna/classes/com/arjuna/ats/internal/arjuna/objectstore/JDBCActionStore.java
===================================================================
--- labs/jbosstm/trunk/ArjunaCore/arjuna/classes/com/arjuna/ats/internal/arjuna/objectstore/JDBCActionStore.java	2009-07-02 11:09:43 UTC (rev 27432)
+++ labs/jbosstm/trunk/ArjunaCore/arjuna/classes/com/arjuna/ats/internal/arjuna/objectstore/JDBCActionStore.java	2009-07-02 11:29:12 UTC (rev 27433)
@@ -237,7 +237,7 @@
     protected String getAccessClassName()
     {
     	if (_txClassName == null)
-	    _txClassName = arjPropertyManager.propertyManager.getProperty(Environment.JDBC_TX_DB_ACCESS);
+	    _txClassName = arjPropertyManager.getPropertyManager().getProperty(Environment.JDBC_TX_DB_ACCESS);
 	return _txClassName;
     }
 

Modified: labs/jbosstm/trunk/ArjunaCore/arjuna/classes/com/arjuna/ats/internal/arjuna/objectstore/JDBCImple.java
===================================================================
--- labs/jbosstm/trunk/ArjunaCore/arjuna/classes/com/arjuna/ats/internal/arjuna/objectstore/JDBCImple.java	2009-07-02 11:09:43 UTC (rev 27432)
+++ labs/jbosstm/trunk/ArjunaCore/arjuna/classes/com/arjuna/ats/internal/arjuna/objectstore/JDBCImple.java	2009-07-02 11:29:12 UTC (rev 27433)
@@ -1023,9 +1023,9 @@
 	public boolean initialise(Connection conn, JDBCAccess jdbcAccess,
 			String tableName) throws SQLException
 	{
-		String poolSizeInitStr = arjPropertyManager.propertyManager
+		String poolSizeInitStr = arjPropertyManager.getPropertyManager()
 				.getProperty(Environment.JDBC_POOL_SIZE_INIT);
-		String poolSizeMaxStr = arjPropertyManager.propertyManager
+		String poolSizeMaxStr = arjPropertyManager.getPropertyManager()
 				.getProperty(Environment.JDBC_POOL_SIZE_MAX);
 
 		if (poolSizeInitStr != null)
@@ -1091,7 +1091,7 @@
 			}
 		}
 		_poolPutConn = "yes"
-				.equalsIgnoreCase(arjPropertyManager.propertyManager
+				.equalsIgnoreCase(arjPropertyManager.getPropertyManager()
 						.getProperty(Environment.JDBC_POOL_PUT));
 		_jdbcAccess = jdbcAccess;
 		_theConnection = new Connection[_poolSizeMax];

Modified: labs/jbosstm/trunk/ArjunaCore/arjuna/classes/com/arjuna/ats/internal/arjuna/objectstore/JDBCStore.java
===================================================================
--- labs/jbosstm/trunk/ArjunaCore/arjuna/classes/com/arjuna/ats/internal/arjuna/objectstore/JDBCStore.java	2009-07-02 11:09:43 UTC (rev 27432)
+++ labs/jbosstm/trunk/ArjunaCore/arjuna/classes/com/arjuna/ats/internal/arjuna/objectstore/JDBCStore.java	2009-07-02 11:29:12 UTC (rev 27433)
@@ -451,7 +451,7 @@
 	protected String getAccessClassName()
 	{
 		if (_jdbcAccessClassName == null)
-			_jdbcAccessClassName = arjPropertyManager.propertyManager
+			_jdbcAccessClassName = arjPropertyManager.getPropertyManager()
 					.getProperty(Environment.JDBC_USER_DB_ACCESS);
 		return _jdbcAccessClassName;
 	}

Modified: labs/jbosstm/trunk/ArjunaCore/arjuna/classes/com/arjuna/ats/internal/arjuna/objectstore/LogStore.java
===================================================================
--- labs/jbosstm/trunk/ArjunaCore/arjuna/classes/com/arjuna/ats/internal/arjuna/objectstore/LogStore.java	2009-07-02 11:09:43 UTC (rev 27432)
+++ labs/jbosstm/trunk/ArjunaCore/arjuna/classes/com/arjuna/ats/internal/arjuna/objectstore/LogStore.java	2009-07-02 11:29:12 UTC (rev 27433)
@@ -802,7 +802,7 @@
 	{
 		if (!checkSync)
 		{
-			String syncOpt = arjPropertyManager.propertyManager
+			String syncOpt = arjPropertyManager.getPropertyManager()
 					.getProperty(Environment.TRANSACTION_SYNC);
 
 			if (syncOpt != null)
@@ -1683,14 +1683,14 @@
 	{
 		try
 		{
-			String removeMarkers = arjPropertyManager.propertyManager
+			String removeMarkers = arjPropertyManager.getPropertyManager()
 					.getProperty(Environment.TRANSACTION_LOG_SYNC_REMOVAL,
 							"TRUE");
 
 			if (removeMarkers.equalsIgnoreCase("true"))
 				_synchronousRemoval = true;
 
-			String purgeTime = arjPropertyManager.propertyManager.getProperty(Environment.TRANSACTION_LOG_PURGE_TIME);
+			String purgeTime = arjPropertyManager.getPropertyManager().getProperty(Environment.TRANSACTION_LOG_PURGE_TIME);
 
 			if (purgeTime != null)
 			{
@@ -1704,7 +1704,7 @@
 				}
 			}
 
-			String logSize = arjPropertyManager.propertyManager.getProperty(Environment.TRANSACTION_LOG_SIZE);
+			String logSize = arjPropertyManager.getPropertyManager().getProperty(Environment.TRANSACTION_LOG_SIZE);
 
 			if (logSize != null)
 			{

Modified: labs/jbosstm/trunk/ArjunaCore/arjuna/classes/com/arjuna/ats/internal/arjuna/recovery/ExpiredEntryMonitor.java
===================================================================
--- labs/jbosstm/trunk/ArjunaCore/arjuna/classes/com/arjuna/ats/internal/arjuna/recovery/ExpiredEntryMonitor.java	2009-07-02 11:09:43 UTC (rev 27432)
+++ labs/jbosstm/trunk/ArjunaCore/arjuna/classes/com/arjuna/ats/internal/arjuna/recovery/ExpiredEntryMonitor.java	2009-07-02 11:29:12 UTC (rev 27433)
@@ -249,7 +249,7 @@
          */
 
         String scanIntervalString =
-        arjPropertyManager.propertyManager.getProperty( RecoveryEnvironment.EXPIRY_SCAN_INTERVAL );
+        arjPropertyManager.getPropertyManager().getProperty( RecoveryEnvironment.EXPIRY_SCAN_INTERVAL );
 
         if ( scanIntervalString != null )
         {
@@ -299,7 +299,7 @@
       _expiryScanners = new Vector();
 
     // search our properties
-    Properties properties = arjPropertyManager.propertyManager.getProperties();
+    Properties properties = arjPropertyManager.getPropertyManager().getProperties();
     
     if (properties != null)
     {

Modified: labs/jbosstm/trunk/ArjunaCore/arjuna/classes/com/arjuna/ats/internal/arjuna/recovery/ExpiredTransactionStatusManagerScanner.java
===================================================================
--- labs/jbosstm/trunk/ArjunaCore/arjuna/classes/com/arjuna/ats/internal/arjuna/recovery/ExpiredTransactionStatusManagerScanner.java	2009-07-02 11:09:43 UTC (rev 27432)
+++ labs/jbosstm/trunk/ArjunaCore/arjuna/classes/com/arjuna/ats/internal/arjuna/recovery/ExpiredTransactionStatusManagerScanner.java	2009-07-02 11:29:12 UTC (rev 27433)
@@ -199,7 +199,7 @@
     static
     {
 	
-	String expiryTimeString = arjPropertyManager.propertyManager.getProperty(RecoveryEnvironment.TRANSACTION_STATUS_MANAGER_EXPIRY_TIME);
+	String expiryTimeString = arjPropertyManager.getPropertyManager().getProperty(RecoveryEnvironment.TRANSACTION_STATUS_MANAGER_EXPIRY_TIME);
 	
 	if ( expiryTimeString != null )
 	 {

Modified: labs/jbosstm/trunk/ArjunaCore/arjuna/classes/com/arjuna/ats/internal/arjuna/recovery/Listener.java
===================================================================
--- labs/jbosstm/trunk/ArjunaCore/arjuna/classes/com/arjuna/ats/internal/arjuna/recovery/Listener.java	2009-07-02 11:09:43 UTC (rev 27432)
+++ labs/jbosstm/trunk/ArjunaCore/arjuna/classes/com/arjuna/ats/internal/arjuna/recovery/Listener.java	2009-07-02 11:29:12 UTC (rev 27433)
@@ -249,7 +249,7 @@
     
     static
     {
-	String timeoutSocket = arjPropertyManager.propertyManager.getProperty("com.arjuna.ats.internal.arjuna.recovery.listener.timeoutsocket", "NO");
+	String timeoutSocket = arjPropertyManager.getPropertyManager().getProperty("com.arjuna.ats.internal.arjuna.recovery.listener.timeoutsocket", "NO");
 
 	if (timeoutSocket.equals("YES"))
 	{

Modified: labs/jbosstm/trunk/ArjunaCore/arjuna/classes/com/arjuna/ats/internal/arjuna/recovery/PeriodicRecovery.java
===================================================================
--- labs/jbosstm/trunk/ArjunaCore/arjuna/classes/com/arjuna/ats/internal/arjuna/recovery/PeriodicRecovery.java	2009-07-02 11:09:43 UTC (rev 27432)
+++ labs/jbosstm/trunk/ArjunaCore/arjuna/classes/com/arjuna/ats/internal/arjuna/recovery/PeriodicRecovery.java	2009-07-02 11:29:12 UTC (rev 27433)
@@ -874,7 +874,7 @@
    private static void loadModules ()
    {
       // scan the relevant properties so as to get them into sort order
-       Properties properties = arjPropertyManager.propertyManager.getProperties();
+       Properties properties = arjPropertyManager.getPropertyManager().getProperties();
 
       if (properties != null)
       {
@@ -1074,7 +1074,7 @@
       _recoveryPeriod = _defaultRecoveryPeriod;
 
       String recoveryPeriodString =
-         arjPropertyManager.propertyManager.getProperty(com.arjuna.ats.arjuna.common.Environment.PERIODIC_RECOVERY_PERIOD );
+         arjPropertyManager.getPropertyManager().getProperty(com.arjuna.ats.arjuna.common.Environment.PERIODIC_RECOVERY_PERIOD );
 
       if ( recoveryPeriodString != null )
       {
@@ -1106,7 +1106,7 @@
       _backoffPeriod = _defaultBackoffPeriod;
 
       String backoffPeriodString=
-         arjPropertyManager.propertyManager.getProperty(com.arjuna.ats.arjuna.common.Environment.RECOVERY_BACKOFF_PERIOD);
+         arjPropertyManager.getPropertyManager().getProperty(com.arjuna.ats.arjuna.common.Environment.RECOVERY_BACKOFF_PERIOD);
 
 
       if (backoffPeriodString != null)

Modified: labs/jbosstm/trunk/ArjunaCore/arjuna/classes/com/arjuna/ats/internal/arjuna/recovery/RecActivatorLoader.java
===================================================================
--- labs/jbosstm/trunk/ArjunaCore/arjuna/classes/com/arjuna/ats/internal/arjuna/recovery/RecActivatorLoader.java	2009-07-02 11:09:43 UTC (rev 27432)
+++ labs/jbosstm/trunk/ArjunaCore/arjuna/classes/com/arjuna/ats/internal/arjuna/recovery/RecActivatorLoader.java	2009-07-02 11:29:12 UTC (rev 27433)
@@ -93,7 +93,7 @@
   private static void loadRecoveryActivators ()
   {
       // scan the relevant properties so as to get them into sort order
-      Properties properties = arjPropertyManager.propertyManager.getProperties();
+      Properties properties = arjPropertyManager.getPropertyManager().getProperties();
 
       if (properties != null)
 	  {

Modified: labs/jbosstm/trunk/ArjunaCore/arjuna/classes/com/arjuna/ats/internal/arjuna/recovery/RecoveryManagerImple.java
===================================================================
--- labs/jbosstm/trunk/ArjunaCore/arjuna/classes/com/arjuna/ats/internal/arjuna/recovery/RecoveryManagerImple.java	2009-07-02 11:09:43 UTC (rev 27432)
+++ labs/jbosstm/trunk/ArjunaCore/arjuna/classes/com/arjuna/ats/internal/arjuna/recovery/RecoveryManagerImple.java	2009-07-02 11:29:12 UTC (rev 27433)
@@ -85,26 +85,6 @@
 
         public RecoveryManagerImple (boolean threaded)
         {
-                String rmPropertyFile = RecoveryConfiguration
-                                .recoveryManagerPropertiesFile();
-
-                try
-                {
-                        arjPropertyManager.propertyManager = PropertyManagerFactory
-                                        .getPropertyManager("com.arjuna.ats.propertymanager",
-                                                        "recoverymanager");
-                }
-                catch (Exception ex)
-                {
-                        if (tsLogger.arjLoggerI18N.isWarnEnabled())
-                        {
-                                tsLogger.arjLoggerI18N
-                                                .warn(
-                                                                "com.arjuna.ats.internal.arjuna.recovery.RecoveryManagerImple_1",
-                                                                new Object[] { ex });
-                        }
-                }
-
                 // force normal recovery trace on
                 tsLogger.arjLogger.mergeFacilityCode(FacilityCode.FAC_RECOVERY_NORMAL);
                 tsLogger.arjLoggerI18N
@@ -120,7 +100,7 @@
 
         // by default we use a socket based listener, but it can be turned off if not required.
         boolean useListener = true;
-        if("NO".equalsIgnoreCase(arjPropertyManager.propertyManager.getProperty(Environment.RECOVERY_MANAGER_LISTENER))) {
+        if("NO".equalsIgnoreCase(arjPropertyManager.getPropertyManager().getProperty(Environment.RECOVERY_MANAGER_LISTENER))) {
             useListener = false;
         }
         

Modified: labs/jbosstm/trunk/ArjunaCore/arjuna/classes/com/arjuna/ats/internal/arjuna/utils/FileProcessId.java
===================================================================
--- labs/jbosstm/trunk/ArjunaCore/arjuna/classes/com/arjuna/ats/internal/arjuna/utils/FileProcessId.java	2009-07-02 11:09:43 UTC (rev 27432)
+++ labs/jbosstm/trunk/ArjunaCore/arjuna/classes/com/arjuna/ats/internal/arjuna/utils/FileProcessId.java	2009-07-02 11:29:12 UTC (rev 27433)
@@ -91,7 +91,7 @@
 		     * Use the "var" directory location from the property file.
 		     * If it is not set, create "./var/tmp".
 		     */
-		    String dir = arjPropertyManager.propertyManager.getProperty(Environment.VAR_DIR);
+		    String dir = arjPropertyManager.getPropertyManager().getProperty(Environment.VAR_DIR);
 		    
 		    if (dir == null || dir.length() == 0)
 			dir = System.getProperty("user.dir") + File.separator + "var" + File.separator + "tmp";

Modified: labs/jbosstm/trunk/ArjunaCore/arjuna/classes/com/arjuna/ats/internal/arjuna/utils/SocketProcessId.java
===================================================================
--- labs/jbosstm/trunk/ArjunaCore/arjuna/classes/com/arjuna/ats/internal/arjuna/utils/SocketProcessId.java	2009-07-02 11:09:43 UTC (rev 27432)
+++ labs/jbosstm/trunk/ArjunaCore/arjuna/classes/com/arjuna/ats/internal/arjuna/utils/SocketProcessId.java	2009-07-02 11:29:12 UTC (rev 27433)
@@ -71,10 +71,10 @@
 	    {
 		if (_theSocket == null)
 		{
-            Integer port = Utility.lookupBoundedIntegerProperty(arjPropertyManager.propertyManager, Environment.SOCKET_PROCESS_ID_PORT, _defaultPort,
+            Integer port = Utility.lookupBoundedIntegerProperty(arjPropertyManager.getPropertyManager(), Environment.SOCKET_PROCESS_ID_PORT, _defaultPort,
                         "com.arjuna.ats.internal.arjuna.utils.SocketProcessId_1",
                         0, Utility.MAX_PORT);
-            Integer maxPorts = Utility.lookupBoundedIntegerProperty(arjPropertyManager.propertyManager, Environment.SOCKET_PROCESS_ID_MAX_PORTS, 1,
+            Integer maxPorts = Utility.lookupBoundedIntegerProperty(arjPropertyManager.getPropertyManager(), Environment.SOCKET_PROCESS_ID_MAX_PORTS, 1,
                         "com.arjuna.ats.internal.arjuna.utils.SocketProcessId_3",
                         0, Utility.MAX_PORT);
             int maxPort;

Deleted: labs/jbosstm/trunk/ArjunaCore/arjuna/etc/RecoveryManager.properties_default
===================================================================
--- labs/jbosstm/trunk/ArjunaCore/arjuna/etc/RecoveryManager.properties_default	2009-07-02 11:09:43 UTC (rev 27432)
+++ labs/jbosstm/trunk/ArjunaCore/arjuna/etc/RecoveryManager.properties_default	2009-07-02 11:29:12 UTC (rev 27433)
@@ -1,106 +0,0 @@
-#
-# JBoss, Home of Professional Open Source
-# Copyright 2006, Red Hat Middleware LLC, and individual contributors 
-# as indicated by the @author tags. 
-# See the copyright.txt in the distribution for a
-# full listing of individual contributors. 
-# This copyrighted material is made available to anyone wishing to use,
-# modify, copy, or redistribute it subject to the terms and conditions
-# of the GNU Lesser General Public License, v. 2.1.
-# This program is distributed in the hope that it will be useful, but WITHOUT A 
-# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A 
-# PARTICULAR PURPOSE.  See the GNU Lesser General Public License for more details.
-# You should have received a copy of the GNU Lesser General Public License,
-# v.2.1 along with this distribution; if not, write to the Free Software
-# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, 
-# MA  02110-1301, USA.
-# 
-# (C) 2005-2006,
-# @author JBoss Inc.
-#
-# 
-# Copyright (C) 2002-2004 by Arjuna Technologies Ltd. All rights Reserved.
-#
-# Arjuna Technologies Ltd,
-# Newcastle upon Tyne,
-# Tyne and Wear,
-# UK.
-#
-# $Id: RecoveryManager.properties_default 2342 2006-03-30 13:06:17Z  $
-#
-
-#  This is the special properties file for the RecoveryManager
-#  it's settings add to and override those in the regular
-#  arjuna properties file
-
-# -----------------------------------------------------------------------------
-#  overrides of debug tracing properties normally set in the
-#  arjuna properties file 
-#  RcvMgr uses debug tracing with facility code FAC_RECOVERY_NORMAL for its
-#  normal messages
-#  Consequently some of the debug properties need to be changed from their
-#  defaults
-
-#  Set debugEnabled=YES to show normal output.
-#  RcvMgr will produce no messages apart from errors if 
-#  debugEnabled=NO
-com.hp.mw.ts.arjuna.logging.debug.debugEnabled=NO
-
-# (default is 0x0, RecoveryManager needs to set non-zero to make the normal
-# messages visible)
-com.hp.mw.ts.arjuna.logging.debug.debugLevel=0x0
-
-# visLevel default of 0x04 is usable
-com.hp.mw.ts.arjuna.logging.debug.visLevel=0x0004
-
-# (RcvMgr forces FAC_RECOVERY_NORMAL (0x40000) on ) 0x800 is FAC_CRASH_RECOVERY 
-#  Default would produce a LOT of messages
-com.hp.mw.ts.arjuna.logging.debug.facLevel=0x00
-
-#------------------------------------------------------------------------------
-#	properties used only by the RecoveryManager
-
-# ------------ Periodic recovery settings -------------------------------------
-#  Time values in this section are in seconds
-
-#  Interval in seconds between initiating the periodic recovery modules.
-#    (Default is 120 seconds)
-com.hp.mw.ts.arjuna.recovery.periodicRecoveryPeriod=120
-
-
-#  Interval in seconds between first and second pass of periodic recovery.
-#   (Default is 10 seconds)
-com.hp.mw.ts.arjuna.recovery.recoveryBackoffPeriod=10
-
-
-# Periodic recovery modules to use.
-#     will be invoked in sort-order of names
-com.hp.mw.ts.arjuna.recovery.recoveryExtension1=com.hp.mwlabs.ts.arjuna.recovery.AtomicActionRecoveryModule
-com.hp.mw.ts.arjuna.recovery.recoveryExtension2=com.hp.mwlabs.ts.txoj.recovery.TORecoveryModule
-
-# ------------- Expired entry removal ------------------------------
-
-# Expiry scanners to use (order of invocation is random) 
-#  Names must begin with "com.hp.mw.ts.arjuna.recovery.expiryScanner"
-
-com.hp.mw.ts.arjuna.recovery.expiryScannerTransactionStatusManager=com.hp.mwlabs.ts.arjuna.recovery.ExpiredTransactionStatusManagerScanner
-
-# Interval, in hours, between running the expiry scanners.
-# This can be quite long. The absolute value determines the interval - if the
-# value is negative, the scan will NOT be run until after one interval has
-# elapsed. If positive the first scan will be immediately after startup. Zero
-# will prevent any scanning.
-# Default  = 12 = run immediately, then every 12 hours
-com.hp.mw.ts.arjuna.recovery.expiryScanInterval=12
-
-
-# Age, in hours, for removal of transaction status manager item. This should be longer
-# than any ts-using process will remain running
-#  Zero = Never removed. Default 12
-com.hp.mw.ts.arjuna.recovery.transactionStatusManagerExpiryTime=12
-
-#
-# Use this to fix the port on which the TransactionStatusManager listens,
-# the default behaviour is to use any free port. 
-#
-com.hp.mw.ts.arjuna.recovery.transactionStatusManagerPort=0

Deleted: labs/jbosstm/trunk/ArjunaCore/arjuna/etc/arjuna.properties_default
===================================================================
--- labs/jbosstm/trunk/ArjunaCore/arjuna/etc/arjuna.properties_default	2009-07-02 11:09:43 UTC (rev 27432)
+++ labs/jbosstm/trunk/ArjunaCore/arjuna/etc/arjuna.properties_default	2009-07-02 11:29:12 UTC (rev 27433)
@@ -1,173 +0,0 @@
-#
-# JBoss, Home of Professional Open Source
-# Copyright 2006, Red Hat Middleware LLC, and individual contributors 
-# as indicated by the @author tags. 
-# See the copyright.txt in the distribution for a
-# full listing of individual contributors. 
-# This copyrighted material is made available to anyone wishing to use,
-# modify, copy, or redistribute it subject to the terms and conditions
-# of the GNU Lesser General Public License, v. 2.1.
-# This program is distributed in the hope that it will be useful, but WITHOUT A 
-# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A 
-# PARTICULAR PURPOSE.  See the GNU Lesser General Public License for more details.
-# You should have received a copy of the GNU Lesser General Public License,
-# v.2.1 along with this distribution; if not, write to the Free Software
-# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, 
-# MA  02110-1301, USA.
-# 
-# (C) 2005-2006,
-# @author JBoss Inc.
-#
-# 
-# Copyright (C) 2002-2004 by Arjuna Technologies Ltd. All rights Reserved.
-#
-# Arjuna Technologies Ltd,
-# Newcastle upon Tyne,
-# Tyne and Wear,
-# UK.
-#
-# $Id: arjuna.properties_default 2342 2006-03-30 13:06:17Z  $
-#
-
-#
-# These options are described in the ArjunaJTS manual.
-# Defaults are provided here for convenience only.
-#
-# Please read through this file prior to using the system, and consider
-# updating the specified entries.
-#
-
-# Licence properties.
-ArjunaCore_LicenceManager=com.arjuna.ats.internal.arjuna.common.ArjunaLicenceControl
-ArjunaCore_LicenceKey=01234567-89abcdef-01234567-89abcdef-aabbccdd
-
-ArjunaJTA_LicenceManager=com.arjuna.ats.internal.arjuna.common.ArjunaLicenceControl
-ArjunaJTA_LicenceKey=01234567-89abcdef-01234567-89abcdef-aabbccdd
-
-ArjunaJTS_LicenceManager=com.arjuna.ats.internal.arjuna.common.ArjunaLicenceControl
-ArjunaJTS_LicenceKey=01234567-89abcdef-01234567-89abcdef-aabbccdd
-
-# (default is java.home)
-com.arjuna.ats.arjuna.common.propertiesFile=""
-
-# (default is NO)
-com.arjuna.ats.arjuna.logging.debug.debugEnabled=NO
-
-# (default is 0x0)
-com.arjuna.ats.arjuna.logging.debug.debugLevel=0x00000001 
-
-# (default is 0x0004)
-com.arjuna.ats.arjuna.logging.debug.visLevel=0xffff
-
-# (default is 0xffff)
-com.arjuna.ats.arjuna.logging.debug.facLevel=0xffff
-
-# (default is NO)
-com.arjuna.ats.arjuna.coordinator.asyncCommit=NO
-
-# (default is NO)
-com.arjuna.ats.arjuna.coordinator.asyncPrepare=NO
-
-# (default is YES)
-com.arjuna.ats.arjuna.coordinator.commitOnePhase=YES
-
-# (default is defaultStore)
-com.arjuna.ats.arjuna.objectstore.localOSRoot=defaultStore
-
-# (default is ObjectStore of installation - must be writeable!)
-com.arjuna.ats.arjuna.objectstore.objectStoreDir=""
-
-# (default is ON)
-com.arjuna.ats.arjuna.objectstore.objectStoreSync=ON
-
-# (default is ShadowStore)
-com.arjuna.ats.arjuna.objectstore.objectStoreType=ShadowNoFileLock
-
-# (default is )
-com.arjuna.ats.arjuna.objectstore.hashedDirectories=255
-
-# (default is ON)
-com.arjuna.ats.arjuna.objectstore.transactionSync=ON
-
-# The location for creating temporary files, e.g., Uids.
-# IMPORTANT: make sure the directory is lockable, e.g., /tmp on Unix
-# may not be!
-#
-com.arjuna.ats.arjuna.common.varDir=""
-
-#
-# This class handles context propagation issues, and should
-# never be commented out.
-#
-
-#ORBPreInit1=com.arjuna.CosTransactions.OTS_ContextPropagationManager
-
-#
-# This class enables crash recovery and need never be commented out
-#
-
-#ORBPreInitRecovery=com.arjuna.CosRecovery.RecoveryEnablement
-
-# this is the distinguishing part of the name of the recovery manager service
-# A different string must be used for each ObjectStore
-#      Default is the hostname and does not need changing if only one 
-#      ObjectStore is used on this machine
-# RecoveryManagerTag=<uniquestring> 
-
-
-#===========================================================================
-# The Common Logging service used by ArjunaCore uses a set of properties
-# for which values may be defined by an application either via the option -D
-# provided with the java command or defined in a properties file which must
-# be named "CommonLogging.properties".
-# By default the CommonLogging.properties is considered located in the current
-# directory "." where the application is launched. This location can be changed
-# using the LogDir property. 
-# For ArjunaCore the CommonLogging.properties is located under common/etc
-
-
-#========================================================================
-# Two commonLogger are considered for ArjunaCore:
-# - arjLogger   : responsible to log messages without national text
-# - arLoggerI18N: responsible to log messages with national text
-# To determine if Finer debugging should be provided by these commonLogger
-# FinerDebug is used prefixed by the complete name of the commonLogger.
-# By default finer debugging is set to NO, otherwise it should be set to YES
-
-com.arjuna.ats.arjuna.logging.arjLogger.FinerDebug=NO
-com.arjuna.ats.arjuna.logging.arjLoggerI18N.FinerDebug=NO
-
-#========================================================================
-# If the FinerDebug is set to "YES", the following finer debugging 
-# classes should be provided, where
-# - dClass is the name (with complete path) of the class implementing
-#   the DebugLevel interface
-# - fClass is the name (with complete path) of the class implementing
-#   the FacilityCode interface
-# - vClass is the name (with complete path) of the class implementing
-#   the VisibilityLevel interface
-
-com.arjuna.ats.arjuna.logging.arjLogger.fClass=com.arjuna.ats.arjuna.logging.FacilityCode
-com.arjuna.ats.arjuna.logging.arjLoggerI18N.fClass=com.arjuna.ats.arjuna.logging.FacilityCode
-
-
-
-#=========================================================================
-# If Finer debugging classes are provided, the following properties define
-# default Finer debugging values a commonLogger should have. These values shall
-# be defined in finer debugging classes provided as described above.
-# Default values assigned for the Logger are:
-# - For debuggingLevel
-#   NO_DEBUGGING - The value (long) is : 0
-# - For FacilityCode
-#   FAC_ALL	- The value (long) is : 0xffffffff
-# - For VisibilityLevel
-#   VIS_ALL 	- The value (long) is : 0xffffffff
-    
-com.arjuna.ats.arjuna.logging.arjLogger.DEBUG_VAL=0
-com.arjuna.ats.arjuna.logging.arjLogger.FACIL_VAL=0
-com.arjuna.ats.arjuna.logging.arjLogger.VISIB_VAL=0
-
-com.arjuna.ats.arjuna.logging.arjLoggerI18N.DEBUG_VAL=0
-com.arjuna.ats.arjuna.logging.arjLoggerI18N.FACIL_VAL=0
-com.arjuna.ats.arjuna.logging.arjLoggerI18N.VISIB_VAL=0

Deleted: labs/jbosstm/trunk/ArjunaCore/arjuna/etc/default-CommonLogging-properties.xml
===================================================================
--- labs/jbosstm/trunk/ArjunaCore/arjuna/etc/default-CommonLogging-properties.xml	2009-07-02 11:09:43 UTC (rev 27432)
+++ labs/jbosstm/trunk/ArjunaCore/arjuna/etc/default-CommonLogging-properties.xml	2009-07-02 11:29:12 UTC (rev 27433)
@@ -1,35 +0,0 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
-<!--
-  JBoss, Home of Professional Open Source
-  Copyright 2006, Red Hat Middleware LLC, and individual contributors
-  as indicated by the @author tags.
-  See the copyright.txt in the distribution for a
-  full listing of individual contributors.
-  This copyrighted material is made available to anyone wishing to use,
-  modify, copy, or redistribute it subject to the terms and conditions
-  of the GNU Lesser General Public License, v. 2.1.
-  This program is distributed in the hope that it will be useful, but WITHOUT A
-  WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
-  PARTICULAR PURPOSE.  See the GNU Lesser General Public License for more details.
-  You should have received a copy of the GNU Lesser General Public License,
-  v.2.1 along with this distribution; if not, write to the Free Software
-  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
-  MA  02110-1301, USA.
-
-  (C) 2005-2006,
-  @author JBoss Inc.
--->
-<!-- $Id: default-CommonLogging-properties.xml 2342 2006-03-30 13:06:17Z  $ -->
-<!--
-  These options are described in the JBossTS manual.
-  Defaults are provided here for convenience only.
-
-  Please read through this file prior to using the system, and consider
-  updating the specified entries.
--->
-<transaction-service
-  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-  xsi:noNamespaceSchemaLocation="transaction-service-2_0.xsd">
-    <properties name="common">
-    </properties>
-</transaction-service>

Deleted: labs/jbosstm/trunk/ArjunaCore/arjuna/etc/default-RecoveryManager-properties.xml
===================================================================
--- labs/jbosstm/trunk/ArjunaCore/arjuna/etc/default-RecoveryManager-properties.xml	2009-07-02 11:09:43 UTC (rev 27432)
+++ labs/jbosstm/trunk/ArjunaCore/arjuna/etc/default-RecoveryManager-properties.xml	2009-07-02 11:29:12 UTC (rev 27433)
@@ -1,94 +0,0 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
-<!--
-  JBoss, Home of Professional Open Source
-  Copyright 2006, Red Hat Middleware LLC, and individual contributors
-  as indicated by the @author tags.
-  See the copyright.txt in the distribution for a
-  full listing of individual contributors.
-  This copyrighted material is made available to anyone wishing to use,
-  modify, copy, or redistribute it subject to the terms and conditions
-  of the GNU Lesser General Public License, v. 2.1.
-  This program is distributed in the hope that it will be useful, but WITHOUT A
-  WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
-  PARTICULAR PURPOSE.  See the GNU Lesser General Public License for more details.
-  You should have received a copy of the GNU Lesser General Public License,
-  v.2.1 along with this distribution; if not, write to the Free Software
-  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
-  MA  02110-1301, USA.
-
-  (C) 2005-2006,
-  @author JBoss Inc.
--->
-<!-- $Id: default-RecoveryManager-properties.xml 2342 2006-03-30 13:06:17Z  $ -->
-<!--
-  This is the special properties file for the RecoveryManager - its settings
-  add to and override those in the regular arjuna properties file
--->
-<transaction-service
-  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-  xsi:noNamespaceSchemaLocation="transaction-service-2_0.xsd">
-    <properties name="recoverymanager" depends="arjuna">
-      <!--
-        Periodic recovery modules to use.  Invoked in sort-order of names.
-       	Check http://www.jboss.org/community/docs/DOC-10788 for more information
-       	on recovery modules and their configuration when running in various
-       	deployments.
-      -->
-      <property
-        name="com.arjuna.ats.arjuna.recovery.recoveryExtension1"
-        value="com.arjuna.ats.internal.arjuna.recovery.AtomicActionRecoveryModule"/>
-      <property
-        name="com.arjuna.ats.arjuna.recovery.recoveryExtension2"
-        value="com.arjuna.ats.internal.txoj.recovery.TORecoveryModule"/>
-      <!--
-        Expiry scanners to use (order of invocation is random).
-        Names must begin with "com.arjuna.ats.arjuna.recovery.expiryScanner"
-      -->
-      <property
-        name="com.arjuna.ats.arjuna.recovery.expiryScannerTransactionStatusManager"
-        value="com.arjuna.ats.internal.arjuna.recovery.ExpiredTransactionStatusManagerScanner"/>
-        <!-- Enable the following to move logs that cannot be completed by failure recovery. But
-        be sure you know what you are doing and why! -->
-        <!-- property
-            name="com.arjuna.ats.arjuna.recovery.expiryScannerAtomicActionLog" value="com.arjuna.ats.internal.arjuna.recovery.AtomicActionExpiryScanner"/ -->
-
-      <!--
-        The address and port number on which the recovery manager listens
-        If running within an AS then the address the AS is bound to (jboss.bind.address) takes precedence
-      -->
-      <property
-        name="com.arjuna.ats.arjuna.recovery.recoveryPort"
-        value="4712"/>
-      <property
-        name="com.arjuna.ats.arjuna.recovery.recoveryAddress"
-        value=""/>
-
-      <!--
-        Use this to fix the port on which the TransactionStatusManager listens,
-        The default behaviour is to use any free port.
-      -->
-      <property
-        name="com.arjuna.ats.arjuna.recovery.transactionStatusManagerPort"
-        value="0"/>
-
-      <!--
-        Use this to fix the address on which the TransactionStatusManager binds,
-        The default behaviour is to use the loopback address (ie localhost).
-        If running within an AS then the address the AS is bound to (jboss.bind.address) takes precedence
-      -->
-      <property
-        name="com.arjuna.ats.arjuna.recovery.transactionStatusManagerAddress"
-        value=""/>
-
-        <!--
-          For cases where the recovery manager is in process with the transaction manager and nothing else uses
-          the ObjectStore, it is possible to disable the socket based recovery listener by setting this to NO.
-          Caution: use of this property can allow multiple recovery processes to run on the same ObjectStore
-          if you are not careful. That in turn can lead to incorrect transaction processing. Use with care.
-        -->
-      <property
-          name="com.arjuna.ats.arjuna.recovery.recoveryListener"
-          value="YES"/>
-
-    </properties>
-</transaction-service>

Deleted: labs/jbosstm/trunk/ArjunaCore/arjuna/etc/default-arjuna-properties.xml
===================================================================
--- labs/jbosstm/trunk/ArjunaCore/arjuna/etc/default-arjuna-properties.xml	2009-07-02 11:09:43 UTC (rev 27432)
+++ labs/jbosstm/trunk/ArjunaCore/arjuna/etc/default-arjuna-properties.xml	2009-07-02 11:29:12 UTC (rev 27433)
@@ -1,117 +0,0 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
-<!--
-  JBoss, Home of Professional Open Source
-  Copyright 2006, Red Hat Middleware LLC, and individual contributors
-  as indicated by the @author tags.
-  See the copyright.txt in the distribution for a
-  full listing of individual contributors.
-  This copyrighted material is made available to anyone wishing to use,
-  modify, copy, or redistribute it subject to the terms and conditions
-  of the GNU Lesser General Public License, v. 2.1.
-  This program is distributed in the hope that it will be useful, but WITHOUT A
-  WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
-  PARTICULAR PURPOSE.  See the GNU Lesser General Public License for more details.
-  You should have received a copy of the GNU Lesser General Public License,
-  v.2.1 along with this distribution; if not, write to the Free Software
-  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
-  MA  02110-1301, USA.
-
-  (C) 2005-2006,
-  @author JBoss Inc.
--->
-<!-- $Id: default-arjuna-properties.xml 2342 2006-03-30 13:06:17Z  $ -->
-<!--
-  These options are described in the ArjunaJTS manual.
-  Defaults are provided here for convenience only.
-
-  Please read through this file prior to using the system, and consider
-  updating the specified entries.
--->
-<transaction-service
-  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-  xsi:noNamespaceSchemaLocation="transaction-service-2_0.xsd">
-    <properties name="documentation">
-        <!--
-        This is the JBossTS configuration file. Note that starting with JBossTS 4.6
-        the names jbossjta-properties.xml and jbossjts-properties.xml are obsolete.
-
-        Both the JTA and JTS versions of JBossTS now read their configuration from
-        jbossts-properties.xml, although the contents of the file differs between
-        the JTA and JTS. Care should be taken to use the correct version of the file.
-
-        ***************************
-
-        Property values may be literals or be tokens of the form ${p1[,p2][:v]}
-        in which case the token values are substituted for the values of the corresponding system
-        properties as follows:
-
-        - Any occurance of ${p} with the System.getProperty(p) value.
-        If there is no such property p defined, then the ${p} reference will remain unchanged.
-
-        - If the property reference is of the form ${p:v} and there is no such property p,
-        then the default value v will be returned.
-
-        - If the property reference is of the form ${p1,p2} or ${p1,p2:v} then
-        the primary and the secondary properties will be tried in turn, before
-        returning either the unchanged input, or the default value.
-
-        The property ${/} is replaced with System.getProperty("file.separator")
-        value and the property ${:} is replaced with System.getProperty("path.separator").
-
-        Note this substitution applies to property values only at the point they are read from
-        the config file. Tokens in system properties won't be substituted.
-        -->
-    </properties>
-
-    <properties name="arjuna" depends="common">
-
-      <!--
-        (default is YES)
-      -->
-      <property
-        name="com.arjuna.ats.arjuna.coordinator.commitOnePhase"
-        value="YES"/>
-      <!--
-        (default is defaultStore)
-      -->
-      <property
-        name="com.arjuna.ats.arjuna.objectstore.localOSRoot"
-        value="defaultStore"/>
-      <!--
-        default is under user.home - must be writeable!)
-      -->
-        <property
-          name="com.arjuna.ats.arjuna.objectstore.objectStoreDir"
-          value="PutObjectStoreDirHere"/>
-
-
-
-
-      <!--
-        (default is ON)
-      -->
-      <property
-        name="com.arjuna.ats.arjuna.objectstore.transactionSync"
-        value="ON"/>
-      <!--
-        (Must be unique across all Arjuna instances.)
-      -->
-      <property
-        name="com.arjuna.ats.arjuna.xa.nodeIdentifier"
-        value="1"/>
-
-      <!--
-        Base port number for determining a unique number to associate with an instance of the transaction service
-        (which is needed in order to support multiple instances on the same machine).
-        Use the value 0 to allow the system to select the first available port number.
-        If the port number is non-zero and the port is in use then the value will be incremented until either a successful binding
-        to the loopback address is created or until the the maximum number of ports (specified by the
-        com.arjuna.ats.internal.arjuna.utils.SocketProcessIdMaxPorts property) have been tried or until the port number
-        reaches the maximum possible port number.
-      -->
-      <property
-        name="com.arjuna.ats.internal.arjuna.utils.SocketProcessIdPort"
-        value="0"/>
-
-    </properties>
-</transaction-service>

Modified: labs/jbosstm/trunk/ArjunaCore/arjuna/tests/classes/com/hp/mwtests/ts/arjuna/objectstore/JDBCInventory.java
===================================================================
--- labs/jbosstm/trunk/ArjunaCore/arjuna/tests/classes/com/hp/mwtests/ts/arjuna/objectstore/JDBCInventory.java	2009-07-02 11:09:43 UTC (rev 27432)
+++ labs/jbosstm/trunk/ArjunaCore/arjuna/tests/classes/com/hp/mwtests/ts/arjuna/objectstore/JDBCInventory.java	2009-07-02 11:29:12 UTC (rev 27433)
@@ -43,8 +43,8 @@
 
 public void run(String[] args)
     {
-	arjPropertyManager.propertyManager.setProperty(Environment.STATIC_INVENTORY_IMPLE+"1", "com.arjuna.ats.internal.arjuna.objectstore.JDBCStoreSetup");
-	arjPropertyManager.propertyManager.setProperty(Environment.JDBC_USER_DB_ACCESS, "com.hp.mwtests.ts.arjuna.objectstore.MyAccess");
+	arjPropertyManager.getPropertyManager().setProperty(Environment.STATIC_INVENTORY_IMPLE+"1", "com.arjuna.ats.internal.arjuna.objectstore.JDBCStoreSetup");
+	arjPropertyManager.getPropertyManager().setProperty(Environment.JDBC_USER_DB_ACCESS, "com.hp.mwtests.ts.arjuna.objectstore.MyAccess");
 
 	ObjectStoreImple os = (ObjectStoreImple) Inventory.inventory().createVoid(ArjunaNames.Implementation_ObjectStore_JDBCStore());
 

Modified: labs/jbosstm/trunk/ArjunaCore/build.xml
===================================================================
--- labs/jbosstm/trunk/ArjunaCore/build.xml	2009-07-02 11:09:43 UTC (rev 27432)
+++ labs/jbosstm/trunk/ArjunaCore/build.xml	2009-07-02 11:29:12 UTC (rev 27433)
@@ -123,23 +123,8 @@
         <delete dir="${etc.dest.dir}"/>
         <mkdir dir="${etc.dest.dir}"/>
 
-        <taskdef name="merge-property-files"
-            classname="com.hp.mw.buildsystem.ant.MergePropertyFiles"
-            classpath="../antbuildsystem/build/lib/buildsystem.jar"/>
-
-        <merge-property-files master="${etc.dest.dir}/jbossts-properties.xml"
-            merge="${basedir}/arjuna/etc/default-arjuna-properties.xml"/>
-
-        <merge-property-files master="${etc.dest.dir}/jbossts-properties.xml"
-            merge="${basedir}/arjuna/etc/default-RecoveryManager-properties.xml"/>
-
-        <merge-property-files master="${etc.dest.dir}/jbossts-properties.xml"
-            merge="${basedir}/arjuna/etc/default-CommonLogging-properties.xml"/>
-
-        <merge-property-files master="${etc.dest.dir}/jbossts-properties.xml"
-            merge="${basedir}/txoj/etc/default-txoj-properties.xml"/>
-
         <copy file="arjuna/etc/log4j.properties" todir="${etc.dest.dir}"/>
+        <copy file="jbossts-properties-arjunacore.xml" tofile="${etc.dest.dir}/jbossts-properties.xml"/>
 
     </target>
 

Modified: labs/jbosstm/trunk/ArjunaCore/docs/user_guide/AdministrationGuide.odt
===================================================================
(Binary files differ)

Modified: labs/jbosstm/trunk/ArjunaCore/docs/user_guide/AdministrationGuide.pdf
===================================================================
(Binary files differ)

Added: labs/jbosstm/trunk/ArjunaCore/jbossts-properties-arjunacore.xml
===================================================================
--- labs/jbosstm/trunk/ArjunaCore/jbossts-properties-arjunacore.xml	                        (rev 0)
+++ labs/jbosstm/trunk/ArjunaCore/jbossts-properties-arjunacore.xml	2009-07-02 11:29:12 UTC (rev 27433)
@@ -0,0 +1,133 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE properties SYSTEM "http://java.sun.com/dtd/properties.dtd">
+<!--
+  JBoss, Home of Professional Open Source
+  Copyright 2009, Red Hat Middleware LLC, and individual contributors
+  as indicated by the @author tags.
+  See the copyright.txt in the distribution for a
+  full listing of individual contributors.
+  This copyrighted material is made available to anyone wishing to use,
+  modify, copy, or redistribute it subject to the terms and conditions
+  of the GNU Lesser General Public License, v. 2.1.
+  This program is distributed in the hope that it will be useful, but WITHOUT A
+  WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
+  PARTICULAR PURPOSE.  See the GNU Lesser General Public License for more details.
+  You should have received a copy of the GNU Lesser General Public License,
+  v.2.1 along with this distribution; if not, write to the Free Software
+  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+  MA  02110-1301, USA.
+
+  (C) 2009,
+  @author JBoss, a division of Red Hat.
+-->
+<properties>
+    <!--
+    This is the JBossTS configuration file for running ArjunaCore.
+    It should be called jbossts-properties.xml.
+    You need a different version for JTA or JTS usage.
+
+    ***************************
+
+    Property values may be literals or be tokens of the form ${p1[,p2][:v]}
+    in which case the token values are substituted for the values of the corresponding system
+    properties as follows:
+
+    - Any occurance of ${p} with the System.getProperty(p) value.
+    If there is no such property p defined, then the ${p} reference will remain unchanged.
+
+    - If the property reference is of the form ${p:v} and there is no such property p,
+    then the default value v will be returned.
+
+    - If the property reference is of the form ${p1,p2} or ${p1,p2:v} then
+    the primary and the secondary properties will be tried in turn, before
+    returning either the unchanged input, or the default value.
+
+    The property ${/} is replaced with System.getProperty("file.separator")
+    value and the property ${:} is replaced with System.getProperty("path.separator").
+
+    Note this substitution applies to property values only at the point they are read from
+    the config file. Tokens in system properties won't be substituted.
+    -->
+
+
+    
+    <!-- (default is YES) -->
+    <entry key="com.arjuna.ats.arjuna.coordinator.commitOnePhase">YES</entry>
+
+    <!-- (default is defaultStore) -->
+    <entry key="com.arjuna.ats.arjuna.objectstore.localOSRoot">defaultStore</entry>
+
+    <!-- default is under user.home - must be writeable!) -->
+    <entry key="com.arjuna.ats.arjuna.objectstore.objectStoreDir">PutObjectStoreDirHere</entry>
+
+    <!-- (default is ON) -->
+    <entry key="com.arjuna.ats.arjuna.objectstore.transactionSync">ON</entry>
+
+    <!-- (Must be unique across all Arjuna instances.) -->
+    <entry key="com.arjuna.ats.arjuna.xa.nodeIdentifier">1</entry>
+
+    <!--
+      Base port number for determining a unique number to associate with an instance of the transaction service
+      (which is needed in order to support multiple instances on the same machine).
+      Use the value 0 to allow the system to select the first available port number.
+      If the port number is non-zero and the port is in use then the value will be incremented until either a successful binding
+      to the loopback address is created or until the the maximum number of ports (specified by the
+      com.arjuna.ats.internal.arjuna.utils.SocketProcessIdMaxPorts property) have been tried or until the port number
+      reaches the maximum possible port number.
+    -->
+    <entry key="com.arjuna.ats.internal.arjuna.utils.SocketProcessIdPort">0</entry>
+
+
+
+
+
+    <!--
+      Periodic recovery modules to use.  Invoked in sort-order of names.
+         Check http://www.jboss.org/community/docs/DOC-10788 for more information
+         on recovery modules and their configuration when running in various
+         deployments.
+    -->
+    <entry key="com.arjuna.ats.arjuna.recovery.recoveryExtension1">com.arjuna.ats.internal.arjuna.recovery.AtomicActionRecoveryModule</entry>
+
+    <entry key="com.arjuna.ats.arjuna.recovery.recoveryExtension2">com.arjuna.ats.internal.txoj.recovery.TORecoveryModule</entry>
+
+    <!--
+      Expiry scanners to use (order of invocation is random).
+      Names must begin with "com.arjuna.ats.arjuna.recovery.expiryScanner"
+    -->
+    <entry key="com.arjuna.ats.arjuna.recovery.expiryScannerTransactionStatusManager">com.arjuna.ats.internal.arjuna.recovery.ExpiredTransactionStatusManagerScanner</entry>
+
+    <!-- Enable the following to move logs that cannot be completed by failure recovery. But
+be sure you know what you are doing and why! -->
+    <!-- entry key="com.arjuna.ats.arjuna.recovery.expiryScannerAtomicActionLog">com.arjuna.ats.internal.arjuna.recovery.AtomicActionExpiryScanner</entry> -->
+
+    <!--
+      The address and port number on which the recovery manager listens
+      If running within an AS then the address the AS is bound to (jboss.bind.address) takes precedence
+    -->
+    <entry key="com.arjuna.ats.arjuna.recovery.recoveryPort">4712</entry>
+
+    <entry key="com.arjuna.ats.arjuna.recovery.recoveryAddress"></entry>
+
+    <!--
+      Use this to fix the port on which the TransactionStatusManager listens,
+      The default behaviour is to use any free port.
+    -->
+    <entry key="com.arjuna.ats.arjuna.recovery.transactionStatusManagerPort">0</entry>
+
+    <!--
+      Use this to fix the address on which the TransactionStatusManager binds,
+      The default behaviour is to use the loopback address (ie localhost).
+      If running within an AS then the address the AS is bound to (jboss.bind.address) takes precedence
+    -->
+    <entry key="com.arjuna.ats.arjuna.recovery.transactionStatusManagerAddress"></entry>
+
+    <!--
+      For cases where the recovery manager is in process with the transaction manager and nothing else uses
+      the ObjectStore, it is possible to disable the socket based recovery listener by setting this to NO.
+      Caution: use of this property can allow multiple recovery processes to run on the same ObjectStore
+      if you are not careful. That in turn can lead to incorrect transaction processing. Use with care.
+    -->
+    <entry key="com.arjuna.ats.arjuna.recovery.recoveryListener">YES</entry>
+
+</properties>

Deleted: labs/jbosstm/trunk/ArjunaCore/product.properties
===================================================================
--- labs/jbosstm/trunk/ArjunaCore/product.properties	2009-07-02 11:09:43 UTC (rev 27432)
+++ labs/jbosstm/trunk/ArjunaCore/product.properties	2009-07-02 11:29:12 UTC (rev 27433)
@@ -1,25 +0,0 @@
-#
-# JBoss, Home of Professional Open Source
-# Copyright 2006, Red Hat Middleware LLC, and individual contributors 
-# as indicated by the @author tags. 
-# See the copyright.txt in the distribution for a
-# full listing of individual contributors. 
-# This copyrighted material is made available to anyone wishing to use,
-# modify, copy, or redistribute it subject to the terms and conditions
-# of the GNU Lesser General Public License, v. 2.1.
-# This program is distributed in the hope that it will be useful, but WITHOUT A 
-# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A 
-# PARTICULAR PURPOSE.  See the GNU Lesser General Public License for more details.
-# You should have received a copy of the GNU Lesser General Public License,
-# v.2.1 along with this distribution; if not, write to the Free Software
-# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, 
-# MA  02110-1301, USA.
-# 
-# (C) 2005-2006,
-# @author JBoss Inc.
-#
-# ArjunaCore ant properties file
-# $Id: product.properties 2342 2006-03-30 13:06:17Z  $
-#
-com.hp.mw.ts.product.name=ArjunaCore
-com.hp.mw.alltests.build=yes

Modified: labs/jbosstm/trunk/ArjunaCore/tsmx/bin/com/arjuna/ats/tools/perfgraph/PerformanceGraph.java
===================================================================
--- labs/jbosstm/trunk/ArjunaCore/tsmx/bin/com/arjuna/ats/tools/perfgraph/PerformanceGraph.java	2009-07-02 11:09:43 UTC (rev 27432)
+++ labs/jbosstm/trunk/ArjunaCore/tsmx/bin/com/arjuna/ats/tools/perfgraph/PerformanceGraph.java	2009-07-02 11:29:12 UTC (rev 27433)
@@ -61,7 +61,7 @@
 	{
 		createMenu(getMenuBar());
 
-		com.arjuna.ats.arjuna.common.arjPropertyManager.propertyManager.setProperty( Environment.ENABLE_STATISTICS, "YES" );
+		com.arjuna.ats.arjuna.common.arjPropertyManager.getPropertyManager().setProperty( Environment.ENABLE_STATISTICS, "YES" );
 		TransactionServiceMX.getTransactionServiceMX();
 	}
 

Modified: labs/jbosstm/trunk/ArjunaCore/tsmx/classes/com/arjuna/ats/internal/tsmx/mbeans/PropertyServiceJMXPlugin.java
===================================================================
--- labs/jbosstm/trunk/ArjunaCore/tsmx/classes/com/arjuna/ats/internal/tsmx/mbeans/PropertyServiceJMXPlugin.java	2009-07-02 11:09:43 UTC (rev 27432)
+++ labs/jbosstm/trunk/ArjunaCore/tsmx/classes/com/arjuna/ats/internal/tsmx/mbeans/PropertyServiceJMXPlugin.java	2009-07-02 11:29:12 UTC (rev 27433)
@@ -62,8 +62,7 @@
 	}
 
 	/**
-	 * Register the given property manager dynamic mbean wrapper.  Then also register
-	 * each of it's children.
+	 * Register the given property manager dynamic mbean wrapper.
 	 * @param pm
 	 * @throws Exception
 	 */
@@ -94,13 +93,6 @@
                     System.err.println("Mappings not found: "+e.toString());
                 }
             }
-
-			/** For each of this property managers children call this method again to register their mbeans */
-			PropertyManagerPluginInterface[] children = pm.getChildren();
-			for (int count=0;count<children.length;count++)
-			{
-				registerPropertyManagers(children[count]);
-			}
 		}
 	}
 }

Modified: labs/jbosstm/trunk/ArjunaCore/tsmx/classes/com/arjuna/ats/tsmx/logging/tsmxLogger.java
===================================================================
--- labs/jbosstm/trunk/ArjunaCore/tsmx/classes/com/arjuna/ats/tsmx/logging/tsmxLogger.java	2009-07-02 11:09:43 UTC (rev 27432)
+++ labs/jbosstm/trunk/ArjunaCore/tsmx/classes/com/arjuna/ats/tsmx/logging/tsmxLogger.java	2009-07-02 11:29:12 UTC (rev 27433)
@@ -57,8 +57,8 @@
 
 		logger = LogFactory.getLogNoi18n("com.arjuna.ats.tsmx.logging.tsmxLogger");
 
-		language = commonPropertyManager.propertyManager.getProperty("language", "en");
-		country = commonPropertyManager.propertyManager.getProperty("country", "US");
+		language = commonPropertyManager.getPropertyManager().getProperty("language", "en");
+		country = commonPropertyManager.getPropertyManager().getProperty("country", "US");
 
 		currentLocale = new Locale(language, country);
 		

Modified: labs/jbosstm/trunk/ArjunaCore/txoj/classes/com/arjuna/ats/internal/txoj/lockstore/BasicPersistentLockStore.java
===================================================================
--- labs/jbosstm/trunk/ArjunaCore/txoj/classes/com/arjuna/ats/internal/txoj/lockstore/BasicPersistentLockStore.java	2009-07-02 11:09:43 UTC (rev 27432)
+++ labs/jbosstm/trunk/ArjunaCore/txoj/classes/com/arjuna/ats/internal/txoj/lockstore/BasicPersistentLockStore.java	2009-07-02 11:29:12 UTC (rev 27433)
@@ -78,7 +78,7 @@
 	}
 
 	if (lockStoreLocation == null) {
-	    lockStoreLocation = txojPropertyManager.propertyManager.getProperty(Environment.LOCKSTORE_DIR);
+	    lockStoreLocation = txojPropertyManager.getPropertyManager().getProperty(Environment.LOCKSTORE_DIR);
 	    if (lockStoreLocation == null || lockStoreLocation.length() == 0)
 		lockStoreLocation = com.arjuna.ats.txoj.common.Configuration.lockStoreRoot();
 	    com.arjuna.ats.txoj.common.Configuration.setLockStoreRoot(lockStoreLocation);

Modified: labs/jbosstm/trunk/ArjunaCore/txoj/classes/com/arjuna/ats/txoj/LockManager.java
===================================================================
--- labs/jbosstm/trunk/ArjunaCore/txoj/classes/com/arjuna/ats/txoj/LockManager.java	2009-07-02 11:09:43 UTC (rev 27432)
+++ labs/jbosstm/trunk/ArjunaCore/txoj/classes/com/arjuna/ats/txoj/LockManager.java	2009-07-02 11:29:12 UTC (rev 27433)
@@ -1379,7 +1379,7 @@
 
     static
     {
-	String nl = txojPropertyManager.propertyManager.getProperty(Environment.ALLOW_NESTED_LOCKING);
+	String nl = txojPropertyManager.getPropertyManager().getProperty(Environment.ALLOW_NESTED_LOCKING);
 
 	if (nl != null)
 	{

Modified: labs/jbosstm/trunk/ArjunaCore/txoj/classes/com/arjuna/ats/txoj/common/txojPropertyManager.java
===================================================================
--- labs/jbosstm/trunk/ArjunaCore/txoj/classes/com/arjuna/ats/txoj/common/txojPropertyManager.java	2009-07-02 11:09:43 UTC (rev 27432)
+++ labs/jbosstm/trunk/ArjunaCore/txoj/classes/com/arjuna/ats/txoj/common/txojPropertyManager.java	2009-07-02 11:29:12 UTC (rev 27433)
@@ -33,43 +33,16 @@
 
 import com.arjuna.common.util.propertyservice.PropertyManager;
 import com.arjuna.common.util.propertyservice.PropertyManagerFactory;
-import com.arjuna.common.internal.util.propertyservice.plugins.io.XMLFilePlugin;
 
 /**
- * Property manager wrapper for the Arjuna module.
+ * Property manager wrapper for the TXOJ module.
  *
  * @author Richard Begg (richard_begg at hp.com)
  */
 public class txojPropertyManager
 {
-    public static PropertyManager  propertyManager;
-
     public static PropertyManager getPropertyManager()
     {
-        return propertyManager;
+        return PropertyManagerFactory.getPropertyManagerForModule("txoj", Environment.PROPERTIES_FILE);
     }
-
-    static
-    {
-        /**
-         * Retrieve the property manager from the factory and add the TXOJ
-	 * properties file to it.
-         */
-
-        propertyManager = PropertyManagerFactory.getPropertyManager("com.arjuna.ats.propertymanager", "txoj");
-
-        String propertiesFilename = System.getProperty(Environment.PROPERTIES_FILE);
-
-        if (propertiesFilename == null)
-            propertiesFilename = Configuration.propertiesFile();
-
-        try
-        {
-            propertyManager.load(XMLFilePlugin.class.getName(), propertiesFilename);
-        }
-        catch (Exception e)
-        {
-            throw new ExceptionInInitializerError(e);
-        }
-    }
 }

Modified: labs/jbosstm/trunk/ArjunaCore/txoj/classes/com/arjuna/ats/txoj/lockstore/LockStore.java
===================================================================
--- labs/jbosstm/trunk/ArjunaCore/txoj/classes/com/arjuna/ats/txoj/lockstore/LockStore.java	2009-07-02 11:09:43 UTC (rev 27432)
+++ labs/jbosstm/trunk/ArjunaCore/txoj/classes/com/arjuna/ats/txoj/lockstore/LockStore.java	2009-07-02 11:29:12 UTC (rev 27433)
@@ -67,7 +67,7 @@
 
 	if (!singleCheck)
 	{
-	    singleLockStoreType = new ClassName(txojPropertyManager.propertyManager.getProperty(Environment.SINGLE_LOCKSTORE,
+	    singleLockStoreType = new ClassName(txojPropertyManager.getPropertyManager().getProperty(Environment.SINGLE_LOCKSTORE,
 									    TxOJNames.Implementation_LockStore_defaultStore().stringForm()));
 	    singleCheck = true;
 	}
@@ -86,7 +86,7 @@
 	{
 	    if (!singleCheck)
 	    {
-		singleLockStoreType = new ClassName(txojPropertyManager.propertyManager.getProperty(Environment.SINGLE_LOCKSTORE,
+		singleLockStoreType = new ClassName(txojPropertyManager.getPropertyManager().getProperty(Environment.SINGLE_LOCKSTORE,
 										TxOJNames.Implementation_LockStore_defaultStore().stringForm()));
 		singleCheck = true;
 	    }
@@ -126,7 +126,7 @@
 	    {
 		if (!singleCheck)
 		{
-		    type = txojPropertyManager.propertyManager.getProperty(Environment.SINGLE_LOCKSTORE);
+		    type = txojPropertyManager.getPropertyManager().getProperty(Environment.SINGLE_LOCKSTORE);
 		    singleCheck = true;
 
 		    if (type != null)
@@ -140,7 +140,7 @@
 	    {
 		if (!multipleCheck)
 		{
-		    type = txojPropertyManager.propertyManager.getProperty(Environment.MULTIPLE_LOCKSTORE, null);
+		    type = txojPropertyManager.getPropertyManager().getProperty(Environment.MULTIPLE_LOCKSTORE, null);
 		    multipleCheck = true;
 
 		    if (type != null)

Modified: labs/jbosstm/trunk/ArjunaCore/txoj/classes/com/arjuna/ats/txoj/logging/txojLogger.java
===================================================================
--- labs/jbosstm/trunk/ArjunaCore/txoj/classes/com/arjuna/ats/txoj/logging/txojLogger.java	2009-07-02 11:09:43 UTC (rev 27432)
+++ labs/jbosstm/trunk/ArjunaCore/txoj/classes/com/arjuna/ats/txoj/logging/txojLogger.java	2009-07-02 11:29:12 UTC (rev 27433)
@@ -46,9 +46,9 @@
 
 		aitLogger = LogFactory.getLogNoi18n("com.arjuna.ats.txoj.logging.txojLogger");
 
-		language = commonPropertyManager.propertyManager.getProperty("language", "en");
+		language = commonPropertyManager.getPropertyManager().getProperty("language", "en");
 
-		country = commonPropertyManager.propertyManager.getProperty("country", "US");
+		country = commonPropertyManager.getPropertyManager().getProperty("country", "US");
 
 		currentLocale = new Locale(language, country);
 		

Deleted: labs/jbosstm/trunk/ArjunaCore/txoj/etc/default-txoj-properties.xml
===================================================================
--- labs/jbosstm/trunk/ArjunaCore/txoj/etc/default-txoj-properties.xml	2009-07-02 11:09:43 UTC (rev 27432)
+++ labs/jbosstm/trunk/ArjunaCore/txoj/etc/default-txoj-properties.xml	2009-07-02 11:29:12 UTC (rev 27433)
@@ -1,67 +0,0 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
-<!--
-  JBoss, Home of Professional Open Source
-  Copyright 2006, Red Hat Middleware LLC, and individual contributors 
-  as indicated by the @author tags. 
-  See the copyright.txt in the distribution for a
-  full listing of individual contributors. 
-  This copyrighted material is made available to anyone wishing to use,
-  modify, copy, or redistribute it subject to the terms and conditions
-  of the GNU Lesser General Public License, v. 2.1.
-  This program is distributed in the hope that it will be useful, but WITHOUT A 
-  WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A 
-  PARTICULAR PURPOSE.  See the GNU Lesser General Public License for more details.
-  You should have received a copy of the GNU Lesser General Public License,
-  v.2.1 along with this distribution; if not, write to the Free Software
-  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, 
-  MA  02110-1301, USA.
-  
-  (C) 2005-2006,
-  @author JBoss Inc.
--->
-<!-- $Id: default-txoj-properties.xml 2342 2006-03-30 13:06:17Z  $ -->
-<!--
-  These options are described in the ArjunaJTS manual.
-  Defaults are provided here for convenience only.
- 
-  Please read through this file prior to using the system, and consider
-  updating the specified entries.
--->
-<transaction-service
-  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-  xsi:noNamespaceSchemaLocation="transaction-service-2_0.xsd">
-    <properties name="txoj" depends="arjuna">
-      <!--
-        (default is LockStore of installation - must be writeable!)
-      -->
-      <!--
-        <property
-          name="com.arjuna.ats.txoj.lockstore.lockStoreDir"
-          value="LockStore"/>
-      -->
-      <!--
-        (default is BasicLockStore)
-      -->
-      <property
-        name="com.arjuna.ats.txoj.lockstore.lockStoreType"
-        value="BasicLockStore"/>
-      <!--
-        (default is NO)
-      -->
-      <property
-        name="com.arjuna.ats.txoj.lockstore.multipleLockStore"
-        value="NO"/>
-      <!--
-        (default is YES)
-      -->
-      <property
-        name="com.arjuna.ats.txoj.lockstore.singleLockStore"
-        value="YES"/>
-      <!--
-        (default is YES)
-      -->
-      <property
-        name="com.arjuna.ats.txoj.lockstore.allowNestedLocking"
-        value="YES"/>
-    </properties>
-</transaction-service>

Deleted: labs/jbosstm/trunk/ArjunaCore/txoj/etc/txoj.properties_default
===================================================================
--- labs/jbosstm/trunk/ArjunaCore/txoj/etc/txoj.properties_default	2009-07-02 11:09:43 UTC (rev 27432)
+++ labs/jbosstm/trunk/ArjunaCore/txoj/etc/txoj.properties_default	2009-07-02 11:29:12 UTC (rev 27433)
@@ -1,45 +0,0 @@
-#
-# JBoss, Home of Professional Open Source
-# Copyright 2006, Red Hat Middleware LLC, and individual contributors 
-# as indicated by the @author tags. 
-# See the copyright.txt in the distribution for a
-# full listing of individual contributors. 
-# This copyrighted material is made available to anyone wishing to use,
-# modify, copy, or redistribute it subject to the terms and conditions
-# of the GNU Lesser General Public License, v. 2.1.
-# This program is distributed in the hope that it will be useful, but WITHOUT A 
-# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A 
-# PARTICULAR PURPOSE.  See the GNU Lesser General Public License for more details.
-# You should have received a copy of the GNU Lesser General Public License,
-# v.2.1 along with this distribution; if not, write to the Free Software
-# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, 
-# MA  02110-1301, USA.
-# 
-# (C) 2005-2006,
-# @author JBoss Inc.
-#
-# 
-# Copyright (C) 1999-2001 by HP Bluestone Software, Inc. All rights Reserved.
-#
-# HP Arjuna Labs,
-# Newcastle upon Tyne,
-# Tyne and Wear,
-# UK.
-#
-# $Id: txoj.properties_default 2342 2006-03-30 13:06:17Z  $
-#
-
-# (default is LockStore of installation - must be writeable!)
-com.arjuna.ats.txoj.lockstore.lockStoreDir=""
-
-# (default is BasicLockStore)
-com.arjuna.ats.txoj.lockstore.lockStoreType=BasicLockStore
-
-# (default is NO)
-com.arjuna.ats.txoj.lockstore.multipleLockStore=NO
-
-# (default is YES)
-com.arjuna.ats.txoj.lockstore.singleLockStore=YES
-
-# (default is YES)
-com.arjuna.ats.txoj.lockstore.allowNestedLocking=YES

Modified: labs/jbosstm/trunk/ArjunaJTA/build.xml
===================================================================
--- labs/jbosstm/trunk/ArjunaJTA/build.xml	2009-07-02 11:09:43 UTC (rev 27432)
+++ labs/jbosstm/trunk/ArjunaJTA/build.xml	2009-07-02 11:29:12 UTC (rev 27433)
@@ -78,37 +78,13 @@
     <target name="install.etc">
 
         <property name="etc.dest.dir" value="${basedir}/${build.dir}/install/etc"/>
-        <property name="jta_depends" value="arjuna"/>
-        <property name="module1" value="arjunacore"/>
-        <property name="module2" value="jts"/>
 
         <ant dir="../ArjunaCore" target="install.etc" inheritall="false">
             <property name="etc.dest.dir" value="${etc.dest.dir}"/>
         </ant>
 
-        <taskdef name="merge-property-files"
-            classname="com.hp.mw.buildsystem.ant.MergePropertyFiles"
-            classpath="../antbuildsystem/build/lib/buildsystem.jar"/>
+        <copy file="jbossts-properties-arjunajta.xml" tofile="${etc.dest.dir}/jbossts-properties.xml" overwrite="true"/>
 
-        <copy tofile="${basedir}/${build.dir}/processed-jta-properties.xml"
-              file="${basedir}/jta/etc/default-jta-properties.xmltmpl"
-              filtering="true" overwrite="true">
-            <filterset>
-                <filter token="JTA_DEPENDS" value="${jta_depends}"/>
-				<filter token="MODULE1" value="${module1}"/>
-				<filter token="MODULE2" value="${module2}"/>
-            </filterset>
-        </copy>
-
-        <merge-property-files master="${etc.dest.dir}/jbossts-properties.xml"
-            merge="${basedir}/${build.dir}/processed-jta-properties.xml"/>
-
-        <merge-property-files master="${etc.dest.dir}/jbossts-properties.xml"
-            merge="${basedir}/jta/etc/default-RecoveryManager-properties.xml" override="true"/>
-
-        <merge-property-files master="${etc.dest.dir}/jbossts-properties.xml"
-            merge="${basedir}/jdbc/etc/default-jdbc-properties.xml"/>
-
     </target>
 
     <target name="install.tools">

Modified: labs/jbosstm/trunk/ArjunaJTA/docs/install_guide/InstallGuide.odt
===================================================================
(Binary files differ)

Modified: labs/jbosstm/trunk/ArjunaJTA/docs/install_guide/InstallGuide.pdf
===================================================================
--- labs/jbosstm/trunk/ArjunaJTA/docs/install_guide/InstallGuide.pdf	2009-07-02 11:09:43 UTC (rev 27432)
+++ labs/jbosstm/trunk/ArjunaJTA/docs/install_guide/InstallGuide.pdf	2009-07-02 11:29:12 UTC (rev 27433)
@@ -3,14 +3,14 @@
 2 0 obj
 <</Length 3 0 R/Filter/FlateDecode>>
 stream
-xœ•RMkÃ0½çWè\ˆkù;M›Âv+v;më`Ѝö²¿?Ii’­Mà dY–žžžV_Å4”šÜ€†l¬Øž^áaòÈçôV4]&(®rÊC÷Ë-‚qÐík¹4µ6km3y®7ôbC.m­cµN¨Æ´þ¾b·Ñk¹XÉ>§”‘‹»áòm.Én§Ò¨Å"e 9»lm~ê+vc8m”ç#
-*cÀ4ŽAō¶Ü¥'ì„Þ—þ!r IÀN­8ÔèÈ#x{«}
-*€³¨ÒÐþܽå±*Èòd"ŒL(ºQÒcäÅ\–äßÝûü‡JUsˆ5¢e/kZ–xèÑO­wp‹žÈC“À&þMäv	§\²Ï‡bywp°ù„¾Ð?µgã
+xœ•RMkÃ0½çWè\ˆkù;MÚÂv+v;më`Ѝö²¿?IiÖ&‡a²,KïIO+„ŸâJMn at C6Vl/ïð´‚/yäsù(š®@”W9å¡{ƒõÁ8èŽÏµÆ\šZ›Œµ¶™<×z±!—¶Ö1‡Z'	TcZß°ÛèV.V²¯)eä"än¹ü.—d÷SiÔb‘2Ð\]¶6¿tÅ®+74œ6Ê€ó‘ˆ
+
+˜FTÜhËmQxÂNèýpé"’áäІCŽLÁ3Ø¥ö)¨
 endstream
 endobj
 
 3 0 obj
-386
+385
 endobj
 
 4 0 obj
@@ -173,94 +173,109 @@
 12 0 obj
 <</Length 13 0 R/Filter/FlateDecode>>
 stream
-xœ•ÉŠ,¹ñÞ_‘çUVhO(º–6øöLƒfnöØ·Ásñï;"’B¹TõА•Zb_¥ls†éoÿÌt2øÁâ3ÍôüíïÓ_~Lÿy3çÌœ§õïoÿxKæ<Oɤy²ôëñÉ„iý‹ `ál'Èñì'0î&g'pÖús’E‰6öEtñÒÏç<BòbT‹‰Ï\iú5$/
-M¿†4é— ²9W0W"òZSkdúC5]?ßl$í’EæéóoÓ>ìäâôùë_/
-c
-Z TŠŽq Ê™yB¸§lÌÌÄ/²^Âi|<"×Óø¬ÅK¼w°DXD*@å-T¹è«L‘õv&«Ká#5ÈJ
-×<ÍŸ©éµÒcìSQ!î€óëÅ?R•þIhR½Ï;Dñ_Iq˔焲p~#׆Lì0OÌ	ùo~R90KXÌëfÜÚÞ;¿—\f]Érµ•ÎC›ÎÎ¥{íÒŸ¯[p끻^Տo _$G‹Yæ;ýøéEhµ‚SÀ)H³‡µ
-;¨4e>ž
-‡õ¶GÐ)ËHS`¡%À}Tš2?¿†Ã~ÛŽ#×)ËHS`¡%À}ä6¨4eÓ­Lïm«‰Ø6ª2ÒTMê4MêeëˆF(’¿ðÝ—¾h¨›q`›[É@QÀâFØvEQ¬îXFÕ)H²´UWUÀÕ£d$vàq$¨4°8…ŒÄ4²}	*
-,v•‘I}³~4Ðti›NA+¸#iú
-‹_2ê7¾oÂ=Tܬ޵zôÖØÜ~õ®U£·6@ñÛáM«¥o« Íï†W¥ræ (•§Gƒçèí
-¸e;äJ«tTPÛ!Ä5*
-¬2BhÑiU¤j4ÐtiÅY†ÓH¬T—ûÙu9¶&s¿1SÏyÜÁGªp‘»
-<Ë²‡`WgPž†+vX‘Ñ´eëˆ~è[tzëHfÚœº¬…AvÓÇa¿îö-IØöûu±}l÷zÝm+/ÐD¿w379é²»ÅL9™;%–4Ót痵ݺö¯=0_É,îwíÁj/^;#{ÑÊ=ta"ò…A·óÖ?5‹…^Ï·ÁmÒÖ£ÁÉ‚òÏ£xWf½ÚÒ
-òe^Ú2À&ŽAˆÕ½Ù£I<:•6Þ_¢Bv‹Iqͽ›Nç’#º:Ä÷Ó‡ØÛ‰™’ÐN•[Q/Û'—«Á†â¦’VZ›•S×½dªQ¸¸ŽNXÀcdßQ2ŒnOËÅlc¦—†õf¤+§î¬ÍÝ„v5ÑåZryS€6LñÇ~°‘bdƒ:›Kõ°ŒÃ±÷¹ñ^ƒ:–.b*ÙՍe%¨´Á¹?[©DrXIÐG}SÙzY‘ßܤ9o/JyÁ‘ˆ†¢Z!Vçz©K°íþÖL3»kèøÿÔAÀÔkõùf(º+'Žë Ú‡Î÷n¿=j5.U˜Lj§{ý¡Y`SŠ1j~oûÆ4ß³Ë+•Í±hš‹Ûð­ñ—úÑ×\ù“Ná¸Î–Û·¸´×ï
+xœ¥I‹3»ñ>¿¢ÏØQio0
+ãe¹}a ‡[òòxdy—üýT•JR©{ Ú­¥öU²Í¦ÿ¾ýg2ÓÉàk‹Ï4Óó÷Lù1ýûÍœs0sžÖß¿ÿó-™ó<%Cßídì—„3aZ#XÀãÙO`Ü9LÎNà¬õç$‹mì‹éâ9
+¤ŸÏy„äÅ©Ÿ¹ÒôkH^š~
+iÒ!.@es®`6®D䵧ÖÈôA5]?ßltb“yúüûô‡;¹8}þò×Àr‚$“ÍÕøåä/fæÃÏlÒâ.Æ-''束W“ÌÍÜ—¿}þéíñùösE0Á¼En˜L Ô®’ÉË)!žÅ^L G$¸D”n4áqùÀ½ÍÃ7F†‚™çÝRøv‚°àf,eÖ1
+¨Ãy
+@úa^Ñ0À¼XPN»Ì,>ØgH<b‰KdÑËÇÂ<1yBÞr͏2–µÀÊ¿„‹K4¦¬<›6¬uè7»²´QAÔšÄ
+®³x²²™‰•ÙD2dÔddë‡ü2Ïk¬½ŒÀ1xY/p™(V!ê„ôl.ûÙÈìÅ9¶» «r6#ó~%hA‹÷n—A–®ˆ8ï,"²QÜ	w{=ð—;d=`8ÇÖ/÷ùÛAôøèRcô §N"¡A‰‡(>þŽl>õr,&C/gáIh¶#™œö:‰¶cÛkÚÔ{ÑÝGubnþbí»æóòú¡
+2Ü$A4NÄ="8qL™(OÆ?pƒÿ)<×0JÔy,"ÀýøCbÄs¦œ»
+´ÅÇFC/¿ï¢žD€”Ý÷lx
+Z TŠŽq Ê™yB¸·lÌÌÄ/²^Âi|<"Ôø¬ÅK¼w°DXD*@å-T¹è«L‘õv&«Ká#¥R%…kžŒ©4“Xé€ÉgåþxK1B£\©Æp¡9,ûԍm‰â'¾’â–)¿p ¬Rª9}á‰9!ÿÍOJf	‹Ybݍ[Û›ç÷’ˬ+Y®öÒyèÓÙ¹t³]ôun=pÛ«ò
+ä‹äh1Ë|§!?½È
+8©tX°ýžb·HÈî±]¨íàس>v*“—¤ÚRVÍ‹¥(oòâ˜r~N¤“\ÏÑtR
+ØBÖs4?þ£¼ðIؐ¯ê¿ä\XFÿšêÈð¨î,£_ß®?†í_otló
+¸ŽÌ*–“0³¿†CwÝ9ð¨î,#E¹tà:
+;¨4e>¦
+‡ö¶GÐ)ËHS`¡%À}Tš2?¿†CÛŽ#×)ËHS`¡%À}ä6¨4eÓ­Lïm«‰Ø6ª2ÒTMê4MêeëˆF(’¿ð×¾p¨›3]ÖT·’¢(€Å°
+ì‹¢XݱŒªSdi5ª®ª€«GÉHì*ÀãHPi`q
+‰idû8TXì*#“úfý.h4 éÒ6‚VpGÒô$¿dÔo|ß„{"6¨¸Y½kõè­
+°¹ýê]«Fom€â·Ã›VKßVAšß
+¯J%äÌA%2P*)N7ŽÏÑÛpËvÈ•Vé$¨ ¶CˆkTXe„ТӪHÕh4 éÒŠ³¦‘0X©.‡·´ërl9Læ~s¦žó¸ƒTá"w`¨¾Ê„ᾫó)·m‡W‘/rwˆ¼/Vp:Æ×…ž7nJ’ÜòÅAú-(ѝÓš+-ì/ˆaK˜œ í—“ÏYïè¬B—Û©ö<ÀbÔ;ÍÖ==HyEž@¯,ä'Š$hlZ¼4è©®&éý’ 4lž-ÊjûZ¶µ‘¥3aÇv_ i¼1‘*W÷·4°žÀeÙC°«3(OÃ;¬ÈhÚ²uD?ô-º
+½u$3mN]Ö »éã°_wû–$lûýºØ>¶‹½î¶•h¢ß»™›œtÛÝb¦œÌKšiºôËÚn]û×
+	‹¯d÷»ö`µ¯‘½h•{1b"ò…A·óÖ?5‹…^Ï·ÁmÒÖ£ÁÉ‚òÏ£xWf½ÚÒ
+òe^Ú2À&ŽAˆÕ½Ù£I<:•6Þ_¢Bv‹Iqͽ›Nç’#º:Ä÷Ó‡ØÛ‰™’ÐN•[Q/Û'—›Á†â¦’VZ›•S×½dªQ¸¸ŽNXÀcdßQ2ŒnOËÅlc¦—†õf¤+§î¬ÍÝ„v5ÑåZryS€6LñÇþb#ÅÈu6—êa‡cïråÿ¼u,]ÄT²«ËJPiƒs3¶R‰ä°’ 2ú¦²õ²"¾¹IsÞ^”
+ò‚#—
+
+EµB¬ÎõR—`Ûý­™fv
+0ÖÐñÿ©ƒ€©÷ê=òÍPtWN×Aµ
+ïÝ~{Ôj\ª&*0™ÔNûC³À¦cÔüÞöi¾g—W*›cÿ¥i.n÷jÄ´_}Í•£)×Ùrû—öúÀ§^<‡ÊL7ôäs_5
 endstream
 endobj
 
 13 0 obj
-2369
+2354
 endobj
 
 15 0 obj
 <</Length 16 0 R/Filter/FlateDecode>>
 stream
-xœÝZIã¸¾×¯Ð¹;ÜI†
-x³êIâ{¥K–y±g‹ŸÙ{‹,ˆ›X½*ÜÛkáŽ_Öȹ&¹+‘½eÙìçxÛÞˆ%±ìÚnǪ¤Šå,\Ý{c‡x%<W®É
-…¦„ë¸óî“:
-ÔBð›	ñh‚I&›ÿfs6Î@0Ws3w»L°–vÜ¡uß­·$›6÷`À
-pxwàÅQþž÷×~÷åèz
-ÐÌAMq E
-ÇEÖCQÕpí¼­ÃQiÔKlÁy÷É!Ÿõ’XâSJ°xn“¢¶ž{®m~P°°‡ô¬†jÊó~
-rìMøìs×sÿW¡hQneæ	ûÈvrm"ó©D[Ãyêó×6)é\>Ý´b‡“u´x
-yö§~Ëá)õt‹ŸŽ#cÜêÇ
-TÝ0§ŠOE=¾pR¶i ÍVÃC	Ïbˆu¾‰“µ¬©]°Ç`¶
-E$‡%R<h÷jEžD¡&1m¥)Qô
-k¬³/ò(x|±ºç&Œ"‡5]F8
-*jLy;óûŽaÞÅ«›$Ä“#ç
-.k#ãu4A*¦šÁ@ ÇŒäøåÇ#¤RÝUXgkPQÎj/Å–Ô¾¼0ŠÙ0DGÛ‹ѹLpJ
-F*Eȁß)q§dÉs\aéŽØg¶Y©¼ê6Å‹]{GÊGís„H•Hu‹3õz<8Ί¸²)Ð2ýnŽèE…‚«nŒ ò”"Z’¨àɵÍè^8R1ÜÁÆôÈAv•SªècîæÖÎÒÜ£°B8S)æ	#Í$!°ðLå€DA‹¢Ãª«£Ò›\Æ®]էϋ°ºÃqŸÔebq L$߶œyç#݇S‡3ÐM~(M¨™Ô e˜Y:°EÿŒ¿Åìq	gÄ)8v¦ ‹Ü,¶²¸;?••ß³|^9 ÿ-:y+Ìu¶¤Ò1ŸÜ.³|µ÷nOw$ ¹îK¨'ö/åºÚÿ›ÉueÓs]£Ðr<è0¯nKXS¾)ÙÙÿ$9¬	Á 1€­4G•¡#OÏøÛÁ³ÞT
-Xn™GXö²H›´-;ƒ¤ ™qSÄè›(èªËöëÊ6,N{Fü?‹àò1ïhÿI¹ˆ¦ž;¾V.Öý¿r±ÚôÕr¡PXG#aàÐù.ôÁIG÷]¦XƒèW”
-ƒÿëáIçœtù ¦ÀÕ#Í !3©NÓW¥Ðeeså׊ŒÏOE’5†Zg`æieد£Í¦:S1â„—8{“!>ú#°×cl=·–zn=«“kKäöŠ¦,þÕË:}¸Ü&¤õô‘)°
-ü×GÇoUœçWçÚšÓ¦¬ýãGÏd}eÇR:´ hó—У{†N{JڝöV>ÝiOAðÕsöã¼k‚èCç^ÀƒËhVn²,Ï¿1ˆ]òÆ¡žÈ7¶x©gŠ»¢pÕ«þ„è=úàß|¯öZߍ_ûù½àzñ^ŠÃ1ŧ3{§4†Ç‘–¬è=MõuR{‹¶þXÔ¶[þŸ'`ñG<7ðÿ²¢ÞŠf!•íohÖï|ŸþcÛ2£
+xœÝZI‹,¹¾÷¯Èóƒ*k—’„Z
+¾=ÓàƒñÍ›azÀsñßw,ZB™©êÏÉCÓU©%¶/…²[õôŸ·Oj:)xÚÀgœñó—Lù6ýü¦ÎÉEå§í÷/ÿ|ÓFŸÍU8ÛI+{ö“vç„”?|{3Ɲc^´:ÂF±È”Á:Ä”ÑÀ„¤äE¦‹Lé#¨‘)ƒ	’’™R,~ŸÐNæs CA!¯¾
+šÀÏŸÿ˜È>dA¢ž>ŠA4úi*#Ü~šÊNýëíú­Ûþñæ9»J\F¼½gEÄheÊà}tPÖíÊÔÌ;y$%gbï4ÊÊÄeÄÛ{VB2ƒÿѹ¢lÖf›y§ÝÚ\ˆYV!.#+lîˆCvÞGçʲ}—*Úe$$bÆ·çQÞÞ³’‹«ò(†VÆí(»Qg´yTlæíý¨°Ä°Þ.Þޏ
+«j³ÏqóQF5H6ÏÛÐô]tyáãþ¹SWn-„ÍEýs§*:ß‹dÐBÕœýH",·âU¦‹1ÉJːôÓ>0zVDÌ%cXq T\ߎ@Õ¹½ÿ}úÃ
+ŒšÞøëbô}[OqQi
+‹1ô8ìrëÉ.:­'·¨;¬Á,L˜YÅÕ,*¬§ÔÍ3%Mü¸";»þíýOo÷·ï•´14³ß*ô¬
+XÕtñ¤ñ½Ñ#˼Ø³Å{öV#â–­n
+÷öj˜±ëI«¼%?“ÜF¤¯ˆ´nöóFœÖwbI컺۰*¡`9ç
+¦ì½³C¬Se€
+©lÌN8FKYí…¥…'øGÈ[«j>SÁÔLjd°\U
+Qì2"5Ìã&î·uAfÁ='–7A!ÐÌáð*î¬ù¤Ž¹õŸüfBÜ+§‚Š*Áï¬.Ê(¨ê¦îê¡`—rZÓŽÝmµÉI‡Í4X Sg^tåiñxíw›Î¦§
+Í€&áVfðÙv®Ud\ºF´8»sþV;%™ËÀ§ëVô°³öo!{/|ê·èv©'øyå8â6Æ4?n êš9Q|*(bùÊIY»Ú[
+/%x=óΗþÆOZ³¦zÅ3³Àœ±_pďx«>Aµc·ØûèÜñø
+耄(æ4PÙ^Qe8Ú„Ëzò¨?ê{CÕo4áWnÁ lXýb.¹2Íeþ‰lhT	†Ï‘åQO.ÅÚ-L:0Šw<Tä®GŽF:HM‰K»RÖÒ¡CÅ$G«¡”³yóТ#õ-
+‡q!ªÂÐT~C;èg±»±ð ÛrC¸(†Tà{Àß@˜pg´u'/¥ŽšçÂI4pÑMuZ!ÅÓË,Rí‰a9úº@w£DáÈ1	]7Ò·R‘(ÔDpd+ç|üt/¼î«@o²BP5vèc´_䐳rèÈEAë3ºmØYB9;󻈘±ÈÙˆ;NoÝÈ{B¨xX‚>McP¼$È°ÑÒ)ˆa¿@7Ž_v\+\p at 5<:+a{P+ŽÚ6»n՝E5‘36ßVÃÝ‹®9MpA
+¿Nâ³›ª&Çqq¥	ì®/l!Ÿa©ð*Û¯;ç)R>ËG¸Ô¨f5ª<{Æ™b¯Ù3pZŽºÙ£
+¦¸ÑƒÈ%x´$P­ËÏ:¢3x`HE÷
+—úणy)ZýŠR¡ðv:ÿÆ^A–Ä¸²¥$d$Õ©›àªäº¬Œã–`î±üZ‘±qW$Yc¨u
+zžZ†mkm6Õ™Š'Ô¸ÀíתñÑß~õÜn°åʚʕõ".­5‘ëÛ™´ÚWïèöabíÚí#R`+nøŸ/n¸Æ—kø­Áɘ:æ´Iíâq|ýhLŒ­C¸‘*úêšgþïÌ‘	ƒkž#¯yüš¢¿ã}Ñèîžw²ºðÿê
+ÎÎöЀ¬
+]w
+¾#ãۏP%k¼[U-Ê/Ê|c…Í5¬p0V¼p0±Î!î³´„5núV^ßó¹c¼xÅaüîªÞ)NwqŠ-JUeDǐKRÛEü2vÿüoR´d5曥ïÓ,¡ T
 endstream
 endobj
 
 16 0 obj
-2366
+2352
 endobj
 
 18 0 obj
 <</Length 19 0 R/Filter/FlateDecode>>
 stream
-xœµ[K¯ë¶Þß_áu
-†%¼SÄÊ“ð‰Ÿª¨m²ù²$õ#©ÌO%³4”Ì¥½)JQ at OĆˆ›²ó%³wp…'/ÑZä?Õ
-=Æ €mh9ƒ-¸’
-lÙ5ÐIæ–ÐuTØyÎfÓÕIImv(¨¾²;œTªîdgâN1I‚!RïNJ#X±AUL
-å'MËÃÏó~§}qáÚR²z”®˜êº•îéñÍaÛ”›Ýæêø”Þè37ÿÒ¾	¤	¯¹ƒ“ŒÈxž´—HÆÖ¹­m%ËŽÛ¯£Æu-§8H³¡˜#ý6°µÑ—w„«æØo^µf±§4u0ð2n²®òXÉÎPª^«+Ý·Ö…aDw®t½–§¶V…ÆZfõ#yר´“Ýö’ÆX×$mË”¶ýfõàsÓˆ®º®ZZHË)Õì6±þ.
-ã&†ñðô`ð8REUÈ$H‘2ÐÅ}»s÷›¾>Šy’µQw’¡ibu'nËzêÊr“LŽ¥Keé$ÂË\´E!d»QW¹’lüu”i¬Ås 3„zÛÅZ'_á2Ú?[K>ᗜ֜RWë Ko˜Íְ‹/™­t{Ò!Ø›Þ[Ssé'4Á3v%æÌÒ“‹Ü]RÈ…ÈYQŽOɶ8©rëé(¬¤}T©F­c™ËÝ|ÅG;½
-›¶cºæ±™øçX²t±C£¾VuÉE@ÏL.[~8_|%ºaF×>Lìr’HœÉœ¶›ŽÌã­A…¸Ë¨:l¿ö fsÓñ¯ÞYÁ±<;5Á|j³‚â>·€uE¶š¯tª~½ö¬8éè@kè~KÁñ6BÖðè»èH‚0÷%ÿ}†<[ÀâèØ
-ÿ@|p¬UZGÁ0"gQ$ˍEŠ†¯A‰•3œÑ2'ð=Tî>ôÑAzc›»=½µM_/ ‚ÒÅÛ`,–ÄØsÆ*åO¾ÛS÷¿ÍZrÎO]…ölk»´Otc½©%=å]G;ÈÖM´5
-R(õu¾Þs›SJM,C×ƼÝÜä=q¼&ïaÕ—ï¾I“¥›µÌ( /Î4”Ó>Uˆ°#óukoM="JÁŸ½šµ«‡&Ú›‹ë½½µ;û$Ë0?U
-åzz óÝþªÂÖÔ®»»ýøÏœ
-!”KrúË
-IÕ*JÂį¸o‚v:I°GvôÎò`vû—÷¾ñÕ©ª‹øET7›ÛLí`·m¾¨£žrôqï .
-ÆNKMÓ¶lv¡Î®s“¡—Š:ô‚Ð|¡W«äBàGøM‚£G੹³}ôëå&E†
+xœµ[I+·¾Ï¯ÐÙ€&,®Ý€ @K됛rrK ‡
+ô¦(E=k"nÊΗÌ2\Áž¼Dk‘w|W4^«=”¾@ñÀ¡ääð{¦Fľþu`œð³W¹ÜœA¼ybz³uÊ‘æEÏxß`*
+/œ[§ò×Eû€00‚÷CÐæYY«MžË€9d²eËË«ƒIÄ èΆÇÿé.9r‚
+¾GñÓ)€Ç]ðü)Ï¿§ÑüôüT¶ëYÒ¸$ÒTBõøKä(~à€åžŸ8Å@Oe(zt†8Ӝĺá9É2IŽ6œ“	ËÐ+.y9åd-_8ÊÌƦÒãL/óT¢ç¹²adá®SdÍ—Ûe…V?×|ð-XÕ|°WÊ^´A{‰7ÞlˆK„àÑü8š	ó¬"Xõ”u`Ñ<†:ÈZÈèB¿>¯¡ °êϼ§gVp l¬l5#J
+x™¹2‘—Æ^–Gx‘¶mIÛE±í#U»b“Zµm½´å8ÞÑK¶«¹¾„¯²a"6¼ ùW¨YCE¬4›	Õ²U­>°ŽÉ”Ò©*sÇȳþbÆ~©¢4´œâk³ÆV–)m2b
+‹ŒÄT
+%‘ ia€†iW;j®D¤a¼‘
+Î\÷Yí@Ø‹Z3qŸ¥³ÚÝE:ƒCSQ¼pŒÍzšÏ·82SÉT£Dö&#@Ðt`²fÜQçõÇôiWêÏ®27•ô!#¥½d',«³€ìS0'ü—rûÃXˆðLw°À<Lük6i=j¬5°`æzÐSüÏbóý¸…2Žƒ”B÷1àFZŽ`®¤Â[v
+t’¹¥4C6žƒ³ÙtuR’p`›
+ªì•ª;Ø™¸SL’`ˆÔ;‚S €ÒVlP
+nó[eC§Ã4Si'qÊg‰-&Ñ?ÇŒª­’;³m<ZLղĦjk¡Õ@bcS›U¢IT´fS\WY{¡0gÏĺèW¨uÁ—cÇE7G4CdsT,Åá†ÖòÂ#µ²†>|œzBëF„
+(©ß–r=¬¥ÎHsK5áyÏÞ„g³.´öró¡Þ÷‹~J zµÐTl-´ØA¡ƒÿØq³$Q³d½çc	ªNkŒH¨KL„6q“ä1án“U‘gà©uŽÌð)E‡	£ŠGí{Ccg¹Ý8‘~Ðf(F¸Âj#‚£¹{+¡ÀÜÖQbº²Ò؉º,W±MSÛrU|´¿²iëUêie×Õ™Ù´Ïá¢N,õ|¤cA®„¦2%¦þàc!6Æ,‚¯Ñm§êÎeÒÀÖ<PãoÙˆÿ¨Ê£Ú)ZX·xHD ×mdÕ éBð’`Ã…C­¡»ÂA¢ö:©y¶;x]Xê±¥}ª$à›Js›¶	]Ì:Ôißé„DI϶.=Jsãf%Y¾ãv	7Å|i‡r”žÔõ­½’IZ¡Üâ¤iyø~Üï´³/.\[J–ËPºbªëVºC`¤Ç7‡uSnv«ªãSz£÷ÜüKÛ&&üÊœÜ`Ä@Æó¤½DÊ0¶Îmm+Y¶ß~5ž¨k9ŁDš
+Å鷁­¾¼#\5Ç~óB¨5‹8¥É¨¨ƒ‡Yp“u¥ÇJv†ºPõZ]é¾µ.¬{#ºs¥ëµ<µµ*4^áaVß³‘wJ;Ùu/ùǵÕyNÒ¶LiÝoVž«FtÕuÕÒBZN©®`·‰õwiw04Œ‡§ƒÇ‘*ªê@&é@Š”ÁLòíÊÝoúz+æIÖFÝIz„"¤‰Õ¸-ë©+ËL29–.•¥“/sÑ…íF]åJ²ñ×Q¦±sÌŽÎêmk|…Ëhÿ\誩ak©À'ü’ÓšSêjdé
+³ÙVxÑaã%³•n:[Ó{kªq.ý„&xƮĜYzÒb‘›K
+¹9Š!Êñ)Ù'Un=í…•´*Õ¨u,s¹›¯øh§WaÓvL_yl&þ9–,]ìШ¿ªºä" g&—-?œ/¾]‡0£k&69I$ÎdÛM{æñÖ BÜdT¶[P³¹éøWï¬À‰àXžš‰à>µÙ;Aq›[À‡º"[MÈW:U¿^{Vœtt 5t¿¥àx!kxô]t$A˜û’ÿ¾
+ŽCž-`qtì† >Ø×*­£`‘ƒ³(’åÆ"ECÈ× ÄÊÎh™x‰*÷Fz‰è ½±ÍÍžÞÚ¦¯PAéâm0K
+blˆ9c•ò'ßí©ûßf-9秮B»·µ]Ú'º±ÞÔ’žò…®£dë&Ú·)”ú:_ï¹Í©N¥&–¡ÆkeÞnnò8^“w·êËwß$ŠÉÒÍZfgÊiï*DØ‘Œùºµ·¦¥àg¯fíꡉöæâzkEoíÎÁ6É2ÌwU†B¹žÞÈ|·ÿRakj×Ý]H‚~üg
+N€mÉÚÙIßõU…Ê%9ýˆå
+r{†óÖÔ`*Gìõáce#àßÕJâýšCIÞ×êàÀô$óëâˆns^QÊXX¶­‰J^ܨd¸½¢~ÍOŸžt¹w$Q×…imÖëz4[É|=©+r·f¡0o­­ø„uýP³óöŠ‹°UgďƒÜÆŽÞZž‰Ûäú(%‰€K;=ŽnЋ«ÓÒ…4^Mv×)&àYœð”1õ­f]^˜Z69£y;W1¾.É5ÌÙÚ^¡ê­¡’Í ¬ïϘ,W³¢¯Î/«Ñ*±çhR;Ñu¡
+IÕ*JÂÝ„¯¸¯‚v:H°{vôÎò`vÛ—÷¾ñÕ©ª‹øET7›ÛLí`·n¾¨£žrôqo'.
+ÆNKMÓºlv¡Î®s“¡—Š:ô‚Ð|¢W«äBàGøM‚½G੹³~ôëéße†
 endstream
 endobj
 
 19 0 obj
-2981
+2978
 endobj
 
 21 0 obj
@@ -530,137 +545,461 @@
 35 0 obj
 <</Length 36 0 R/Filter/FlateDecode>>
 stream
-xœ­WMã6½çWø¼€SR¢d	0Œ“Ì¡·ôPôÖn
-t/ýû}Ô§íIRZd¡±DŠz$ŸH-yøûô×@ÃHøôl0NQÇï¿
-?}þLBý}ÿý´ÞOâø†IÂÙ
-÷_‡ÞY†0Ü¿ý</q&³Œf&»Œn&YìLny&¿H&²VÀ˜&oi\컨Ê5ͳb¶q[F¯z¿Ü<Ýdl䇉	ø270'dÆ/£Õ“GÕè¢Î`,0)hÈ1ÞxÍ¢¢±êÙ¬xY·RØʧzՐSÈyý0}ÕeI:IœÕèr8F/ÍèQº3“Ѻ%Ÿ´?ƒe#ÞÃeNÞa‹„½otÃ/ƒFlÛ`‘”ÝRƒ·;8§™ß®©ZKšÏK¾ä0|äÓôÒƒÓb‡#ݾA5«z”|àwè²Mi+ªÉÝ·] =ò–_ÓÄÇp6…À¶òæƒÉÁÞ¤ËÏ
-úp¶[ƒw”“Ÿ‘^–Æœk!uº
-£-ŸXe£{ÜgÂÅ\¹jÔ×BͼÔ\ò²ùʈé“WbÆÙx«¡,6Uö‘Ãœ“]X6ÛU²³R¨„ýæº4Ê*­€´™0³ø§™±töƒŸùÉ©¦!"3³¥”WƒQð7ÂÝû/,xA=ÜYЫÁj#Ât!Þ¯îñß“Lg‘¦ãªêâçÉ"Á’t0KZ]Y çdM™aÝXg ø£³ õGŒ«+.NBÉÄVØLö_l‰=Oÿ-bÖ¶þðDÌâid Íñ"Ù¯®ëXÄn#„Í©Ä=ü½Æoì‘3£IãŒÆBà¾Ø>Bó:Þ©¹èëiîX‹v•[¸Þ¶µ–Ø$¶ÔÄAï«ôù¾nÛXŸ(125k¯°ëÂmÂQ¾ÕÐ'¢¸9·7ÑÞ“|k@º!y|ÉßeI7¡ø-ꓸ?_»„é`KÅ{Tî¼ö³^ÙØnQ»é’
-­¤Ú…żˆTÏaí^ûCž1gÃCŠ¨±—¤
-íwRíِÛͳâ)Œ¢·±‚‹€zð'k]ªdZÀ®‡‚nD“ 
-ÒúÔãƱ»V^´æÓ¨TòNù9c{'õÖN½”„Ü)ó†ÞZÐœžDg&¼„}	ÍÀ>¿4o©Y^íTð:¦©ä…41ôúa〈•³yʾôHWÀÕ÷‚™ûU‰µÙVG¡‹o›nÝÞ®nKmßÙzhObÃzG“K
-o6{El“;¦^®uöÛÁèXŸü¡LÀ¾,­»×åËÌ8\9ÄÐ^ƶ­mbãñt›D0¢Z#©„íøïÏ·/§‰4'âÁ>ñ¾»èëðÏüÒ½
+xœ­WM‹#7½ûWè¼ÐN•¾MôÛsÈmÁCÈ-Ù@ÝËþý¼Òg·×v˜<È–TUzUõT¥¡3«ï§¯ŠÔDøéYcIÆo¨_>©¿ó¦|¾ýyZo'ëøU°ñìÔíwõÓ;[Õí˯3ñ’fÒˤg2Ëäf²‹™É-Ïä[‡ C‘Š!‘òä-ë½‹ˆly^‹ë2y‘ûíöóéz;}¾CÆÚž“
+LÀ—‘9Åœ‘i¿LFNž\T“K2ƒ±È$ ±ñÊkÙª«œÍ‚—E•ú†É <pŠ—I9\ÖßÓ7Y¶Y&oq-ºŽÉÛnô~÷`¦ uJ9éxÛÝö.sö*6}£+>4bëÜ‹ÍÙ9,ux‡Ã3Ìü&pu“2X’|ŽXò¥„)âG90O/#8=v9Òí;T½ŠGÙ~‡,›œ¶*šÝ};ÒS$oø5M|Šg]	lOÀ`¾c09زüÜ g³7ØyG%ùéeéÌÙ*©óm˜Lý‰UÖ¢ã>.ævÌ&Q_+5ËÒ`pÍO,æ#Â!v®¤‚³ó85CX¬Ûޏæ’ìʲ٬èXœµ•JÐ×ÛÒ)+´ÒnBÏÖ?ÍŒ¡³W>X䧤šTBffCdÙRB ¶åö×]oQ	ºri,ƒ›¶VÓ…4{Þœã+£r̳Dá~UdññdX›e0ËR6à¹gkÂàdØã4pè0Ђ×/ñ:rÿG_­9‡ÿÍW­‰¯$>a·x
+‡uÍm‹ùÎê€J‚áÛ<’+±xí…1½3U/þ=v¥$ošî¾"ê§åÆùµº¼m¨oG¹5v̏ÕÓ¤¶ñ‹nC·öãErcs_p”ïGõ6°Ç‰’º;w´²Ñ|o¢=¾”ßuI”PýõˆI:ž/µZ°µî<*:^ºÊ¨/löΈƒÃt͆Ô3é…V¿ˆÔÈaë!ÇCž”gâCŠÌÏé˜IåR¿ƒTG6”¢ÿ¬„YFÚY©ñ'°ò亢Yî ô4Ñâ;IO `-¾×§Î˜”Ž0î{\ãEoJ5ïTfôPoÔËI(ýª(Œñ$:˜<·÷+öå½wÍ-ë²H¿€×)OmYÈM¯ŸÎèV»§ìk§r\ëÚzW%µ–×…pªn¼ízfïÜ®©Å¥5Ñb=ö‡)
+[»£Ù¥…·˜ÝÛls¬I‹æø¨G»Þ_¯wF§öðŽu"
 endstream
 endobj
 
 36 0 obj
-1011
+989
 endobj
 
 53 0 obj
-<</Length 54 0 R/Filter/FlateDecode/Length1 23512>>
+<</Length 54 0 R/Filter/FlateDecode/Length1 22608>>
 stream
-xœÝ¼{|TÕµ8¾×ÞçÌÌÉäÌœLf&™$“™Éä=“Ì!CB9 at 2LŒB€’`HyòJH¨	ŠÈC%ZŠ"(´E+õÁ XjÉm­V«…ÛZûõÒ–\¯µ×V
-×kýÖJ’ïÞg&¼´~î÷ûùýõ›dÎُµ×^{í½×c?f o];ŠECˆ eùêÖÞ‡Ö´nG½˜–¯pþaæó.EK½«³ýçÿŠ¹Œ–ï\µ±ã…»¼ËŠù;B³ßíjomó~üA.BsiyTÔE¶ß£EhGãé]«î›ÿôϦñß­êYÞzþÇïD¨†å÷®n½£·X$4>@ãÎ5­«Û·ßýV!ïAHwkoOÿÀ^´g¡úQ–ßÛ×Þ[´ôç3j Qüú
-g»{AöP8»²ôF:‘U&•­mášùõ•É.WCž·*lpW¨Yh¶Š2¬™Öª(ÝŒt´ËyÌ;²óSZÖâ‰ms·µÞ^&­´ìNR¹sçýá8O8Ç]ÎÙôa"my{Ø뮨{ÖêW멾V%„ùÉíÜù7D›ã¾øɍ)­ÑM†ô7Ä‚AÊޝ;ƒngpgËÎÖSCËÜNɽóXlìÎÞJÊaTSOKšøá®äpð†°ÔÒ¥ÑÆT‡ãç/©㌠³«•¦Ðÿr·«8Ù×0	Sóϲeeå©Ëž딂–ÑHxh~}$îDË’_DŠÏÓÆ-,gd2ÇRÇr†&s®oqÓÞ¬^X¿3ÌeTµ¹+)wµ†‡–Ññ´‚u…[
->Ov¹wšâœ%¾ÖI©ªjëv†ùLÊZêút¤°";%5bø<òº˜L+ÈŒ39KÜ
-ÃSé®l‰þ¯ïJ¤œyÞpÈéúÚú°RAJk´*É>Z¢µ…vQw…Ú}aŸ»7lvϺڟŒ¬Êî…õj‘h±°yvµ,–
-û*+XÍÎʝ-.÷üúWbôØTgòK~45T0`ël:®2+wÖ·u„-Émt¦u8ë“]a¥vpƒ»¾½
-4Ê¡œQZK­1Œg×ÖW/tWÏo¬/ŽÉ`踌ʛиë“#hèë2tÎzœL( DœApÏšNŸam†Ž~%Êp5•
-ÕYӝõŒ&¡)áge{EŽÅo@ʳá4;4‰MâÏìP²«Áùäy1ÍvF+¦%tŒ©¡É,’A%MÍšÄx™ÈƼ³ÞÝînpw9ÃJM=kcÊå(3TžGûªö†ØuÌ¢lB.š=aÌ=É×37<G_†nÊ®šÌvîÔ¹«îdÈÝQ„ˆR^Fl+ÅqÉêìgóÙl¥“˜Îhu>ï<¦(l.w±i»Ó]Õ¶Ó½°~º
-M%È]É›X]&T
-Õµ³ò¼T˜Í:æ†íó)°}acý+5¥¶×Ö¿ˆÏn™Õp,æÕ¿âDHQS1Ke‰,âd†ièTøäW„†Ô\NMPãËORÓt“i€–ŸÂ‘4i2
-Ó4.’¦¨iìC{)±‹ò˜ÊïJgëŸ;ºv¶4°1Ž¬”#ôÂàžA¹ãžq°&6ãnŸÖ»g±ôr–^I×°t-`…<劣R¥ûo‰yLIbôÕ²Ô&"H‹²”Œ4’Æ©!‰8	!<áhfù;¾wÀ×ôýŸ"Ç»â\ñq®¸w¸ö/÷ßJÞá·üc/ü2ûX5¨}ƒàNç&%H˜%C¤õÒz‘„TƒÂˆ×¢£< þæ	â%^ákÔÈ™×9ùaú"ü©‰‘—Š!õ'«ï¢‚L¨¼<OÓÚ¾&ßRú\Ú´´éâÙç{õ#M¥‰Úóä¯Ü\”V¿‚Ò&F•t­>”TjD” ¬!”5’u.k4‹ÉceA­FqÆ'„l±Á(‰²8*^yhÓÔ8¤x£H­Éò‚òò‹Àj¿X@	YÛ—$ý®im¥Â㊛šÝil‰s³`–?•Xü3ˆ¿ •&‘’„©uåJgUöqÀ~@-uL’f,Xl¼§6¿0oÅÌ伺»æ=H¦UÏ–µ¼·¤Ì컵Ðî½ýá¶1_„ß%Ÿ\5š†^Uêò·æãË e·…¬´BFä&ƒe*ðØ‚±>59§W¹Ý(DÛ%ÇãáøCñáx_2¤¯ŠQl©¡˜ohž½ÙŽv°·”Œ”à¡(a|ÈÍÊ
-•—€Tñ^>§Æ‰Òa8ýr:NOwJ†¾Eß«ÇCzÐëy+*÷ûšÖJ£/SI	45QÆÐØE¿Ïs1ÊžåPSjöhj³²ŠòhZ*øfàBƯ|R8µÈ_`MÐæwšÆbNÅ	©<9QÖû½î¥öÝf:˜0<TÚÌÊ_°.8s¨Sùõ[/ý:廂\Q—¿iÀsÛª™žÆºêbxnÝ0ßcWºou,ž/eÍ”§”ç:âãr+;nÛ³ÿî]æÜ·ñ–joI–]ÒÛܾYõÞ:&.ã\Þ‹¬h³²8Û
-
-ºÝl€K¼“ŽmNË%‚QS[1‚1¾†Pv],§ÉO‡:‚ýþ‹	¾¦)2ò4§©imÓÚ¸Ó
-ãÜ…þi~‹ßâŽ3[ýEÓpnN]ñÿºkká?ÿ¹¿<iŠ]§ÿ†u履Þ;V7·\§‰ÌñÅŸpýtì ™è;JÁÆÀŽ
-q¦ßÅò‹ …«#¡ €
-:<M:ø´Ì©3p9FgŽ6‹M«%ÚhãnÉ¢ƒ$
-1é·;—
-:v;°Ã7äôµø†|IJä(:ƒ°U¥ÈÕ|9
-ÒÒø¤æœx©™—õŠëGõ˜J^îªä½WB9B¹ÒDù’$½ÝDãIÒň\aliºö‰Ÿj*Jg
-)"c¯±gZ¡«Ðg i陸³áhž¿çµá6÷‰¤ª®õC¯Þ˜uÏ¿.|`í"ûø\ç|òG+_ÿüX~ã)ˆ9Ýž¿hómES릻jöœüõ¾º”¼i)ã‡Æ“äų2Wÿ”™Œ‡÷Qýõ®”êæJå^I®\W©‹ØAŧ߭Çgô°[P?¡'ú¬!^H¿”ŽQº”.SõÃéÒêÞ&á¬ËYx"z£z[dz›*ik¼%'•4“§ê4Š(¡¾¤‹~•!ms!ÈLǸ©âq³¦Ó±¥ß¤§¹Ò±“š÷_yþfM=ÜŽÿ5:È%:OÈÏ´I]Z{n,XQ€K 
-pQL0œÛÈíà8Öª]¯Ý¦åâƒJ.Úmºd¦Â!ç‡4½…Ã…ØQ…0R8ZˆmÒûjtʈL‡öÏDÇZ&g'el¤ãéGÕ&8ŽÎk‚j>L½¾Í0ɇèT!…Omzç_à¡Í‡0€Úþç0!xìßRf´TÎY]•™yËÊà¬ÅñBW#˜!5.‹ñørøÞ—ñY¡é!&C.L‚ÞÞCr~çÓwô\æÉïøÞUÝ”HåC
-íý•J~£{…7¦®HÅu¤`]• $ÏQv¦æHÖPšãˆƒ89Òãj7ÇS‘ Óñ¨&#ƒwÖX%¾Æ‘L×ÐAƃ‚LÖßj3‹¦%°.ÆqTá°	`‡¬|Pu˜ÝU}5ë´=èØ·êò—·n
-·m?Ùãû¡qøþ¼åµ¥üïºÝ%KCyyKª|
-IýzkYýþ_mJÜùìö[—©cÛIû¼K]s¼S1îÀp›c M3 ÁšSÔeˆ!ƒÓ€‡ÆQÃeg0¸FE‰­‰m‰%=±›0d¤:×™
-PBaqž
-fa–º[਑pP8*°t®W€fÕNpå G8H3.	ZjNL»$ÀÒ$çÒ#@
-6Qc— ԍÈ:rÁEdé ¤‘ƒuZ˜£…xLÀŒ,šM!uÐ5ð‘æs
-NâsùRž<|ÌÁc
-/Š\ÊE¥ˆ>F_Pº$­S+3®VkµRHˆ†ÀGäsªÅŽrg8ÌÕXÃV,[[¬ÃÖëe+ï³àfs|üzD¶`b
-ÔßTâSÝf¿û)S☵Á¦’€ÏÏj¸„þ³YyãÇE\Ä
-~òI–h‰‹Ûý±»¿û:.½ Ù­FÀ†»ñ86ñ6æ»s8{Áì<žÏ¯X=>…ί%pÏýT*¹3¢ƒ¢—ªb„N„³€}@Ífæd‚Ù9ñ´£–ÀgpîÐ!µº¨®±Q[-££Šü€6YwZqƒ¶[‹É
-²‰Z܆q­»Í=à&µimii¤0µ2ßW
-µø¬Rö-ß°O‚½”žðƒè	„7ÙwÚ·“n;<‘
-©’(…‰‡mñÐOmíŽxüˆ	ˆ‰uV:Í’P¢ŽþÅ¥:¤}Øæ€`s€Æ:‡)NŒÓ¸@ãÊt¹‚®×z×6×Ó®®×]¹>wžÁžØÅ:sâýC¯¹€eâ­7ÑüÓò—•f]‹hˈ$ëýÌ£.ø‰ëW.|܇\pëpA‹f¹¸ðT8]€]&þÐõ™« ‡]Ç]X…ls
-¸°
-˜îšêÂß·ˆáÐÊpB§
-ú#
-MI
-³æïqáW¯W¸j]Øé’]˜s™]xÔuÙ…_s½ëÂß76>
-Q ˆ‚@ÑWò1r15.®Æ5äv¸8Ÿ‹ºD’kiO#gjœ1¶†OVçVœŸþßk›¯“üQ‰~Uª«™}×}®ùŽQ€›³Õ¨‡|Å~_¼ØO…^À—è£ÕN‘=âQ¯ˆ³åb–ffV![Û**ðǧ’„dZ¼ßž9oÙsÓJñrܼíþ¸ñ…#Æ8‰˜$ØScÞýñ²'zÊ8íý„¬ßâá
-Ç~ÜØô3k¤âtÎP¹Æo¤r-=¯ÌcËSxxŸˆ7gìÊÀ+2áÎôÒñŠtX‘ÂI#\û
-;Þ–
-S­	;MÀ™Ì&üÆè5
-ÆgÎY6=©z~Zõ‹^È©.uWî|çþ{Î=|[w«mÆ´lBm’ª¬+?û?’××~§C–;¿Ó»îà²Üü¶'#ó-êí?S½­Çï)¡=¶axP÷„oÔÁ=šG4x½TÇp#‚i1bpJlâ ž’wÀvx¨5y¿öQ-Ñèb@Ëq‚ ñL—ñ/¤—rô%zÌéÍ´ýGúÏõä5=ìÕ?­?¡'[õ Ñgêƒúý6=K{B:=íÙ—!=›;—½@@ %ÇñÔĐ2páãÐzÚDX$B…E"¤‹`á#ñsÿJ„^a«¸G<,’üÆç"|(Â{"¼&Â	‹ ƒâ"q›¸W|Z|]|OüHöÒ
-”‡NBj°íш¹¡º†>_q1­¹ ºÝÔ|Ãʘ
-_­è®
-k²¥èÑ0_äl˜ºï̬¢ˆ´h¾êX\“7®2Ý”úÕõ§«ÙÍ7dß ®Ø›ÑU*– ®8—°Yñ
-‡Ó¨5ð5Ž8Afß­ÓJnŸé~éÚ6xbqu«²yw
-Iœ^Ó¦,Øpkú‹“Pßt€mÙÊkÇØ"pžÚ»Ž=HçØi*\î¦r |ÅIö"4Œpä° jX£CÔ`còÁ~„|ÙêyäXL¡ßrú§çÏSBÚmÔŸÊç+U½°.6ã]WaˆÝ‹ƒ±°)ug*®JmHíN%ë÷9ðÇbG§ƒ<”KòVæmÎ#[$h“$\'Õ2q!Qè4@%Á:¨µ!R„àl2@µa‰a¥$Ê>C®¡Ô@|lø‚òNÌE¢‰jƒhMJÍM-M%B*|œúå³#ÃQè |äø܁©Ú$È…R ÀÇðPÝ•
-Ñ ø}NÅ)Êڜ֭VlÕfei­Ä˜”—›WšGˆ.þ3ïïy8ï|>œÍ‡Óùp4öçÃî|Øœ=ù°$æåž—¿;ÿh>ÉWl)!g¾œù äóüQú›„OH¯KïI„H:c±ñãvãcÆSFM¬QQ&l™!ãùQù·2)’ƒò"™$ÈY2ÖÈ0Mî”7Èß—OÊoÈ’ÿ·¬Ë”A+'ÈøÍ7(ôŸdr‡ü˜üŒ|JæºeÈ–‹åz™Øü§ïËðŒüsï“a§õr—Œ«JÐɉ2þ“?—áû‘X¶’·Ëü¾7"pÛU¬|Ã	‚l“ñÿ’ÿSÆ¿áqùòe²KyäÎÁP‰¹2ÐcdøB†?«•¾%Ã)vÈûä#Œ@ ¤•Ê·È2É‘!I†XºÆdøD†ßËð¶ÊÄ«2<+Ã(Þ;eX)Ãí2TË0])2èe¸"Ã_dø”ŠM£e”aµÍ2Ü&ƒO.—±]£´†Kj
-ge øÊð„»ì]2^¢B—ɐ'C²¢Å_ÊpQ†ó2¼#Ãiž—a¿ýf}µ¼DÆ%*96•œ/Tr~¯’!ÿ	•ü»Tò›Tò2°p³<(”ÏÈä	Yƒ(Ó+´µZ¬MÍ#F’¥­›­»èÀs
-†&jVù=MqþòsÍ×DÓWå×Wì¦kªùëÁ¿*Ù<W¡–Þ ì®«¢PkŽxEÔh»Ž$?Û ÖXÀçó5Q£;—_
-DWg™Ñ繉h—›äCVf–Fk
-£Çãü;Ž[ŠšBi3SÄt1sJJLäxcãŒsó8~æÌžÙùÜST]MŒ±[†ÔGÍ%Ç”ô?&@iÎ-9xSÎÎœÇsH¡T)áuÒ}Ò·%RdÚq‘ìÌk´RUR’R•‚KR …-/«‹Ñl³T¨-Ï<$æÕ]Vü4¦.XƒÄB†*fj&.D‰=Eȝí†z7Xµn7S9¹R.ãu•¯ T•Ss!3¾È…×s?ÊŇsao.lÌ…¢Ü`nG.±åÂg¹p‚emÍÝ“‹;r×çⵈ94¹ Ë•Œê¢µ`l0²Õq.Æøº÷#ïç^rØ{½@õk‡j½Pä
-z±ÍŸyá#/¼æ…^Øç…m^PAJ¼`ö¦{±Æo}ÁŠžð2D\w´¨àµy1-ùŠy;¼Û¼„–ð°B@‹|è…÷&±~×{TÄ}^hcÐ0Õ[áÅi“°û>÷ÂO¼¿òâã^xÚ[½°žQØæų(X½™^Ìyáï§^ü®^÷mË#*d‡w½O¶&ÁÇÚ¤ü&ÚªU`Fß^/©ðÖzqÑd½ÝŸ3œðîdãÈ€w+ËÒætbõâÏX>òâ=ÞÃ^LÛЭ6 ‚åyñÕf>M1àj¡…ѐN«"Ň½¯yßõ~æå†T¶V{AŽ²õKµØ!•5›#ió’d/\V™÷ƪ­Þ=Þã^®ÜKe¯äÅ:-3j²
-q¡YZ˜ª…4-hSrˆÑèÎŽåÑ1¥¾­
-xÝ19õºÂìQ—Ø2³ËâŠ~Ÿáò®<B
-®ü’<Êo90>ýñqËV÷êNŸ òK
-êé`Ö;õ5ú^=§U“EÉҐÎÚæ†E\0ºêã‰(ϵ!èñy<ª:P¯_4¯Ü'ñ;í.Ëüí±o‘â±øô’¹kÇ•Û…&ûìaÚgê~…ªá‘bbcŽÑPª
-étzà¯íÌÈzàš/¡z`ÂQ8@§%!5À£f-áÕsl‘ö7u¨Ïá±¾tÓ'tÓ•¿ž!sûìɱŸÑ.¥ú£šœÂÍѽ¤¥4ÎIuÇf…=l{E-hc÷Æ<:Ä•;Ö¡„GŃÉG“qLÂ!ñˆÆL¨]÷aS‘”„‹¿£<»x±ÀC£¶å…‘õb°ø-®ëÂðhL¼Ý¼)oJýا1æTóƼ‚rê‘©‹"kG?½bükšø„û;¿•£”5{g@Åxº¶ÁÖ)ðh6qÞ•ìò¸ö»¸û;Þ»´°ƒzC`k)´A·ÖÇAnc;WŽ‡ø™CB£N‘â)÷§6"‡äPD눗⭡;â·Ç?OÊâa*Si>š´aêýSJJ§BüTÞ×Ü“
-¹P­j¾ÜtÎÐÜ"À*øxÊ‘&¶ôΞììV‰º©¡îê\]wžàŠÛºA˜©{ÎôÈIÜÉûM|aôðñõ§ïRyîï•Ãç÷Ž1þoÙ¯J—?ÒQ÷PGIyß“-eV·³ç¿Öwï‡nKø‘¡pÑæ…Ëî›ï._õPÍÌ-ë;oõÀ}
-{WN½1­qfº}zó¬ÊEÅ™VÑá)¿2ضûöÜœk\þš¢÷ôù¾òùEé&#ͬíSÇôÉñ¹ÐÄlI8«XȳÔåÔÓQοÇÄΓŸ¨W†^úàê5<%æÿ¼‰Çÿ¦&¿÷~$ÙL­Êãük<þ.êÕ–áÈ5>ÅüÆ[!ÄÃeÞå?ä±z9FÍðœþqHV¯ÿŽ7óé<¡0¯ñŠ°â‡®¦Vï>ólH­ñÐ÷"5E+ú0z¹FÿðžPX½T©ÛxßvZ0$EaŒ›î
-
-ñE½&Ò¦¾u¡j# ':ºCRZX²4T÷DI6R[öüy³‹8’S1'¤^ò™¡FíŁÐYZø^õV#ç`wÁà?:y¯QI¡þ7¯ÄYB
-!ŸcÅ}<ѲŸñð©<OäÐÑÒ&v²ˆj¯>OÄ’õ¨ÞÍõx<Q_ˆ%Ñl¶ Íà=“Ö.“ñqþ¸“OÏÕÞý÷{"ûέŸð¿¥ó/e¡UÊ-K2 )„Xà‹´.¨MK2,I
-ÊDž7Ñ'Þ (›ü&*<c%u5Ý×VÓýüuaÜÏäã”úŸŒ¿<¹ÊþSîrᤀ|¸ðš¨¤órp¼?Iç¥ÍRòîá~êÍP!.‘šo<{HIÒi°Fÿ)³œÔ”’y¤žºlºøvSqzZ¡‰]ú‰îöM^üÌm| õ…¥;ê=žúK_h} 1›wÿùwÝÝ¿ÿËø®]ãŸÐÐïþ<ö€JK,¥Å£ÒRÄí"l`±SZNMüçKŒú>®RÄä¬äÐì¦T¡OwëA/!vBQ4v=E0yòir%{¾†$é1FÒï>a$ýå÷Œ¤ñ]WÏP¨÷(­SÁð­Ø/=+á’Dr	ác-±±„j	£mHaÞ.˜µìЁ¢#:M³Ãì3Ï37›ͼÑ|Ö<a&Z³B½,³Yß,íj™]+ib÷-®]­‰Þ?pÇE.›E®ql<±q|Ù<ÿ®Þ9cäðáñûàÞ§ö“÷o?¸®bì<¿%ÐóDë¶]cï>¢¶C]ÿ¤¶»ÏW¤¤í^Ú°a+\
-7Ê]æhø‡9¶Êñ8t€ªðò‹“ë ×®ä©«¡?ý)Yyöì•oŸ=‹&÷¹/ssQ*BO)ê|í>ÜèYáÁ%Î*'.‚À¦žUç4¼•_Ïoã9ÁTÜúÁ„	8¡x(oŽ‘@q+Åøl1 bgñpq¸˜«¹P#Å0¯†Šcc±¯Ÿ+¾ÌB ³&ÇIúìd/¸z%”ÝQºyóúºËJQ£žgW•Lª‚ôOZlQºhZÑ4·ÀM2>üåÈÏÞœÝ9?`S7¥ŸÇ¼z4'•/è)§zå¬Êe{r 5ÈN
-˜ÁJÿ’ %ÑôÙEY$nxÛ—Ep2©Ø–b÷WOIÀ3ÖjÉñwgͪC]þŒÖ#êø’ÊÍ:Ölh»hHèNÀ
-¤›`Õb®” 2,Šbª12Ù4lºl"»MMGMĤžÖQ’G’Ï%&sÉL°¤Ó‰¢kœÇ7ó=<ÙÍäñÙÈ•a…j>^CÄf¤JT?³4Øb·§iíä¶ÉÁÇ«WÕü7\d3`|~àÜ·Ÿ)éصpÁ#kÊÜtè·æ÷¾¹“l¹²{å·—z¼-û{HÛ•‡<»}VĞ坴]ñèµWP•ŒY±žz5
-9i(• *Dô’ÝÒ;M)!¶#Žsô
-‘[Ál÷((š×(¢ÏD]™Jž^%ï*ý”¼Í*yÿsâKn"ÞL+ÉuDתd~&RYÇöõe‘zV1Zà8aòäƈþ²«Ÿ””:ª‡a=ªŽ£zBCoœ<¡‘Ã~Ώ’Ë;ÈQr†œ%écKli›pÚàt<!Ñ›.	Ô²gÖËZ¶‘¯®%6E·ñÕM|uï«7®h¨3uò¼ø7«÷•o8ý\0€«o¯ù5Nû5l‡»~=žŠõ¸kì1ü;üÔØoqÎز1»*›è7ömß·‡”fãô¿!GäwÇ~ÖøíÐäocMü’š€Ûxöût:ö[(²Ÿ´3Æç¢ÙW_ЍŸi„ÞÁ%èU®mç*¡a
-/†7ÐNúÝAËhÒ” N¾ÅY>…uò‹Ð3Ü |úæðКÞÅ`Ù¥)þ
-ÔEã[é÷!Žý¨Þ¡Ån{4}'PøSôk×Ðtú>­}	ðÆÄ/ù7&ÆTüM¡u<CËUÓx6£“”–V§ßAúep¬,ÃIëy’ÕEÓè\G¹h
-›¿¼gµï›ò6ö¶·µ÷ww®¡íÏïX½ª®¿µg ‹¶ñºwPN;û{:6´öµ³ö÷¯[¶¢}ù€s ‡Â¶;WÑv¬¡E[;ûÚÛW³–®S)ÞÐÕ½¼Ë¹±g³uùòöÞÊþÏ0籫®R)E¨uÒï
-ÚÂ>•‚6µÜdÛúiÍÿÓÑ´P¥n½Zçmjú€:ŠX^—ë¥=é£Ô¿|
-s#æåQ¼ùjh5…ü-7€6Òx»šß¯Žì5ÑþÏWq®¦ýY§ŽðÉþa¼ˆôã×÷qGtL;ÕuÐЕßíWû¿Ÿòpåd»Ê?†±'Š—Á¬ŠöÇšh­­”&VšõÛdŸ®»ŽÇTz–Ó§“¶¥‡æ±2ËU½*gÛ®ÃþKsþÿ3gW}MM×x±1ÐøÃh/úšÏ1Aù1hÙ¯]©ÏƒÀ)ÁÈ41ó¾ç—ð·šlǧÁlÇs—ƒGó¥ÁKØxiÞ¥æK»/½Äëÿøaªã?>:Œ€òAÐêø÷Ñ ãìè…ÑK£DõGƒ‰Žß.Ôý!@ê.
+xœí{\Sg–øwïwonx$! Èë¥H@¡jQ§&@PB¤ÚÖ)‰B’&AjmWÑê¬uZéc¬Ò·µÇ:N‹Övm‡ië¨3³­ÎNw¶Û—ÛjÝY§3ƒrùŸï»7­UûØß	I¾ÇùÎûœïÜ#|íNV"ŒÌMmv¯ûöō¡Ã1†¦¥qêØ–×`ü>¼¥fŽŽBBæèÙE­Ëšý
+Bod:„wpˆ™Š`¡wxflhà(fŒL±ZÅ!®ŠÛÃÕr½Ü	îšÂù¹#\çgŠðc|=ÿ¼‹ñ¯X:ˆÒQ/óò£}øS\„÷se\,zÁ;ÐÇ@ì
+46¢'ÐràÅÈxP'»œ­…•7ø#èaxy`ÿ³•y¸ÛÇ܍Ž¡1ÇÎB[™c ×!ôºÛØNðË"¶øpó#?‡øcŒ€$v¬÷@«‘~¦â‰ü1ú:…:²
+=¡êUÕY@…hì)æ—L¿ê>ÔƒÞÆ·âÛñ™Õ\·›…6ÊÀ
+h#à~˜œQ53Ë@vòZN°³\³}Ê5¨÷¯ˆD at s[5£ýðîPé@¦iÌj¼8%»©èˆz6—çƒzHOB‹a´íD»ÑD܍6&*¯j
+ÿœÜÂ}
+õQÞÌ×ð
+üF~O}4ëà¯
+n9àñ}į‡¬–ŠŠÍ"â“™Í8y³Æð¨~gÂæØMš
+i,JÑ_ǍMÒêÒÀÏ?ÛG"à4ñAéèIÙúŒIz—%"½ercò˜àd2÷KéÖÐ.ý©GzLjgÖ3ßÿ1£öxÏ®—NJŸ1ñŒaÉöc̦§;ëæ11mŒ›yhVù¿ÝÖ ýFúWé-é7ÙT7ÛÁ‰_¨P“y,¯g1‹õà%|Z…yÌ€²TjÝÙÃ}z"§ûC¦†÷‚LðÏDâŸjêŸj¤ú§a>˨ð8¾˜ŸÅ/»Ð.•ÌÚf²˜ŒíøÀà‡o3Ò`¬~`ñPÂ*awSÝO4Ñ8†eØqávD‹œßGÓÄ9L€'°šƒßÁûG›Œ².7ôŸ‚6ç@¡Ç¦€k#âÚ%ºGõ÷Çô7qpû"À2BÊV¥;'؈D·ÌÙe´ÝÇ ÏÈyè
+4EE¸;ä`À\8«çëÕwrwòK“»’Ôp/'qã A§ÐRUû8r å.´&é®qw%ß•²mOÖƒ:²Áù&MFSn`HzÉT©'ÝÀr$Ǩ¯ž­ô3?*²Ï}zÍmoßqçÑùŸ0Fë-IÒé;vt0›¦¶=PÑÑ]RzøÚÂO^»õIoªôgDb½kè#n#È®EcP–9^Õc@=Ñ›ÆF¥Ä¥á”„ä±àp§ûewӝ,`2Y½ÎPThÐëØœBâ^Y™ä“]¿å‘Gà÷‘GÎ0QÒßÎœ‘þÆDñ5Òé0¼€Ú‹˜ë˜¢É/­‘º$`•YÆÜÉüˆð°
+xèÆ¢«Ð|s–:=‰Yƒ’z„'¹´.1½G·)qC¶:%%#>
+ef¦Ä$gOÀN«?I=©;	J/0'ö%½6î@ò”©¯¥õ¥«wö>5à…ÌÂ)“Ò@_†øXžt*’c#ójFNØ™ªcâ•[æ¼ùvÜÔÝ­ïKg݇fôÒóÒÇ•[˜ÖnÛ¶Þé½W]ÍÄ0†ú[™¸?ÿ‰I¤m“nIcØ÷Ø£/½ôècûˆL¯‚c-Sé½8²ö+Üóh?Ë3•ktg§÷‚‡ÀV`Ö’œ\Õ
+œ)‡1d>“	j2(¯¯Ú~óºu÷Ïè{òo¸ù—­Í¯ÛïÚà|Öüìƒïÿ¦y7cçøñ6›¹"#öš‡Ömy!+ë•I“Ü8§&;îªÍwm}.Mö½åà{A¿ÊFû!;§kÇDÅ¢gƨöÆêÅ5éûRöf:ÇD£1x,±q:Ö­Wƒí/,”/¢¾ã§Ï‚6_'I¢X_Lò„» µ ­ ½@,È(Èœ‘cN5§™ÓÍ¢9ÃœY“Z“V“^#ÖdÔdÖäxsV§v¥u¥w‰]«3ïÍéÉ9•“<<<ÐÖÞ 6dxÓ¼é^Ñ›±2meúJqeÆØ…Þþ=f
+„ICWEeD¦óDö•÷ž[åyhooïŒýkŸ;4x†aŸ~ á›ó•›ÿç[Ô¼¼ÑÿΞÜÊÁU;ší¯>öòCçú¼¼99gI„sNæ‹è–Ñ r¨GäÄ£SJ/ŠWɉ’ŒÊø~%~ðlг˜*­鵸+¶7j¿ZPA)Yn þIsÖéþ¾£‡I²ÝS¿-žDŽìá°ƒg§W˜¶<½wïÔ}«ãóRðƒþÐ+ƒ»!hš›xžØuèR=åU‹âP™9E˪Qì+Ñê.þe´?úyFÇ«ªcM4*×Ñly¼˜Ü©º~šaHÄ©7ëkô
+z¯^NœÆ`Ý/'ÐÇQ~­«’fÑ
+¿?°Åþjü§Ô§v‚OÍç WÑ4sJ8[l˜ýÆÞhð#£¶
+²FyIlŲÜÇC)Óp€¤Œx=ÐL”	MÊì$)㧽½¥Ï·¿ú&ó[fûÔ }Û¶Wž`—Ÿéy®¹éÞ¬ùràÎK‚|5.æÑ؝Âf=ó(ÚÉm³I¿aœ:)uãHÂêÕz'¿8Y°'.9=™h=²¾›’š$ò9Í'îBÒ)FÇ »N4/þ쟤ŸJw2k˜º5ŸñÇnû¾ô†ôééïßöö¬YÌ6*hfÛÌp»Ä£ë†çÑFÏ£ýA¥ìnï˜È,ªÿ’,ª2n%il²Oªçž
+CbfK1Î_3³Ï>±ƒóÏê5pl‡\³#¶dãì‰[£n‹›þW”®¡ý®¾ã»:ƒ½¯¡n©ž_¯"½FM¸!†ºMJl‘h™¥rGP3{ëP7¿ä>à—!ûr°·¢ƒª"äçÇ íìnxªƒºáÝïUl1zg¡)ÜÇèvv=ìÐ>nòp'Ðrº7íc‹‡þë;ùnÀû¼`úÑípt‡2ÑÍh7ú/ž21_°ÓÙFö}œ‰7à=ø/\¼VòüëüqUŠêfÕÕ'ê«Ôõj©©h<djÙ»tè!"1—À&Â7鯍ƒâ+(çƒ!™È—*càWÆÖŸVÆŒw+cE£—•±
+ì|P“ÎÇÛÊXœWÆ1†G˜`G6]¿Uë6þ-e¬G\ü»@‘ᢀ¡‚ø”1ƒôʘEš„eŒa=_s0¶*cM¸E«1Á¯Œ5(3¡KkÑÔ„g”qLöÔ„”q,j™–ªŒu(qÚje¬Gši?)õx—ù\‹Zâø¦\±°  Hl\&–¸þ€Ïio3‰î¦<ÑÒÚ*Ö(¿Xëô;}KŽ<ᜣ“ÉQ›}iÛb{‘Xbo9ÏÁ2çb{}»ØÔbw/rúE»Ï)ºÜ¢·½±ÕÕ$:<mv—;SgwûK<ž%Óˆa½ÓçwyÜba^ády9 Ù㪢%ðNÍÏwÀúÒö<¿§Ý×älöø9óÜÎ@9#<)B‚‹ãýN§Øèlõtäæ‰Áqž8³u™·Å/ºÚ¼_Àé›}ž6Ñâs.UX	Ò j—5IFÂÔA2»(³R³0ñ‚?¹¹h[Š#(»ü‚]øìg›Ý·Dô4Ä"5N_›ËOÕïò‹-NŸh-òÙÝ º	d±àhôlÑî^&zÁ`pÀÓ
+>Y•€¶ÝðD“Øæ$RÔAü-¦&B3ßãýN°@»€UEü¤	s€ÖKdÕQB-àXç fhn÷¹ “txD¿Ç$úÛ;›d…È×ìig#5yÜ‘Ã?Ul€ÎÞèYê¤È^D9Û
+³·ŽŽ@9ä#Œ
+Øs·.]n.q|Nò¯€–üD‘Ä.Áðp‚Ï9}ôP‡Ççð‹™¡8Ì$´ƒB&	ÛLª2°L¥/Nˆ$‚µl at t²Ôã
+1æ¼#
++¬UT•VÎ+«¨š)–À¹ªj›XY1·ÂHmÕô¨‚ªÂZGÍµÖ–΂©¥¤¢²Â¶À$”Wت
+[­Öj™K`‰vfVUϵ
+åÕóªÊ,¶Šê*±Ä
+¢XJ*­2o Ji¥¥b®I,³ÌµÌ$â‰0Yœ°:r`¦µÊZk©4‰u5ÖÒ
+2
+ at 2íí°êsÝ©\Ã>嚢ˆa	•prù÷9ý^¸¥\K­Ëò
+­¸.»tºØZöÊÔA‚\‰—R	á:H¼Ä:H8·R’|ÅäÞ£¨á‚E¸œZIÖJÂw£Vd;|mµ’ ìeÕJ¬•„p­$^b­$«.¡VÎW+‰_+	µRdø+—à>‡$q¥Ê%A)—ÄË*—„aìÒçÆ+]2	nxÙ%“pEK&A)™ÄK/™„‘%“x)%“0jÉ$~•’I°Yêçή&l[f]Ru$„%¿œêHVGâåTGBdu$^Ru$ŒZ‰—Sg(¡ÂG8oá#~…ÂG¸pá#^Dá#ÐÂgxíðåM o¦Eƒ_yì\åw¸–¸ò]AîÈó¶xó•46¢s†J‘yÑ2äC.´µ 
+/Õ†pùéÌ	ßN8³>
+wvÀè¡™!lƒÈ\ÖÀ¹™À
+ð%üÃ`ƒ±ÖXdˆ<'R™í”sææá¾&kC¾Kì°§‡Þr¢bû6úÎc‹
+UÒYß5
+ß5@›@̾lT„’M4Q;yÊèyBu…’9«V¬LÆa,yŠ.e>ˆþëC”ë¨ü•ð©ü6X±QÛX
+ÿ«Ó•ì+…ãmx_é|·ïù»Kòó¹\I|׺KÞ]½»ñÍt—„hWŒÐàw»Ë$P;·šùæ»LÂw¸Ë$Œè2…Ÿu¿É.“ð¥]&ñë2	_¡Ë$~m]&ê °Î¦ÜÊÚ¶Àþ7×;Fµù·Õ;Îé‰ßZïH8oï(Üúú{GÂWè]ï×Û;
+fÖóß(çv|„KèøDvi®dÇG¸¬ŽÏ¹Ïl—Öñ":>ê;\‰Màüfî4”™å]Æß\åS½,w>åÍA«¦<Z¿zamx5vá¿9£ÿgYþ?ß?D7£Q~zÙ•æ¡30âdã¿â¿uã/bñ_%|ZÂÿ“ÿ‹ÿ»ŸÊÆŸßcá?—ðÉnüY7îÀÀÿ%áO§âOJð		ÿ©|¼Žÿ¸Àãuø£óùð‡ùø	¿/á÷
+ññ»Ýø?$üGþ÷ø—ð$ü{
+|ìèLþØ
+|t&~û­dþm	¿•ŒÿU¿“ðo%ü	éƇ¥ñ‡%|(
+ÿº”ðë«õüë)øW‰¸O¿”ðk~UÂ$ü/~EÂ/Kx¿„_’ð>=Þ»&›ß+áÞ_â{%üâù_Â/®ä^øE6ÿÂBó~ÁÌý"ï‘ðÏ»ñn	?/á]þ™„w:ðOcñsÏfóÏ9ð³;ü³Ùx‡?L?3€·Køi	?%á'
+ø		?þX,ÿx!~,?êÀ=
+ü^nKà—gã;%¼LÂwÄâŽh¼TÀí`ÿ
+›
+ñ„k²ù	|M®¿&çðøœl~¼çd㫳µüÕq8[‹¯’p–„3ãpÈ™aÀ¢§à4!́Scp
+h0EÂÉx\	N‚I’„Ç:ðÐÔ	'¡Ä$œ a£„ã%l
 endstream
 endobj
 
 54 0 obj
-15836
+9268
 endobj
 
 55 0 obj
+<</Type/FontDescriptor/FontName/DAAAAA+DejaVuSans
+/Flags 4
+/FontBBox[-1020 -356 1679 1166]/ItalicAngle 0
+/Ascent 928
+/Descent -235
+/CapHeight 1166
+/StemV 80
+/FontFile2 53 0 R>>
+endobj
+
+56 0 obj
+<</Length 348/Filter/FlateDecode>>
+stream
+xœ]’Ínƒ0€ï<EŽÝ¡‚PZ	!u´Hö£u{
+}ó>Œ“.Í'Ø[ø½cntXEÏ7ά¨
+endstream
+endobj
+
+57 0 obj
+<</Type/Font/Subtype/TrueType/BaseFont/DAAAAA+DejaVuSans
+/FirstChar 0
+/LastChar 28
+/Widths[600 294 686 610 684 360 294 774 636 336 636 636 636 277 392 611
+317 633 520 612 277 411 277 633 698 633 634 615 636 ]
+/FontDescriptor 55 0 R
+/ToUnicode 56 0 R
+>>
+endobj
+
+58 0 obj
+<</Length 59 0 R/Filter/FlateDecode/Length1 21948>>
+stream
+xœí|	`TÕ¹ð9óÝ;™9É$3Ù ,ÉMbXtHbX”MfH†Èf2l*Ê$3!ƒ™¥3""ϧ-¶Ôú´qÅZõ¯ˆý-*>7¨¥‚­Ûkmõ=ÛFêï£>ß—ÿ;çÞÉLB ¸üKnrïY¾óíßw¾s\b‘nÉ kG{ÀvŒ½¸Š²šÝ¾<¦˜'íø/lÿƒ»#¼4p,D‘& Ì–¥]+:K¢ØÇùôŒNŸÇ{ÓÔ}cÉêÅùI8p¡L#ÄzöÏëÄ®¹!½©û³±ßØj÷¼=¼q8ö7bÿü€çšð-P&c/ö• 'à+øxÖeØÿ€é™áP4vY{œ†#|>ñ…/¿·-Ž¨r	I{Ç(>ü'›FÞ7€$ÓLf–žaÉ̲ڲsÈÿS?´ƒŽ§d7ù3¶§“ûIŠˆŸåß-ÔMzq¾
+!×J7R7~ÒÄ€ó«¥ýˆÂ@Ç“6òl•IÐÝd'ùW¯¥ëåÙòeZâ¸>“_ ŸÈ“
+“ÉB) M—¶Kk¥íÑ-uHkÉ6|O6î’VJ¯K+ÉBέ眲‰Î¡¥d“a­¡´Æ°Ÿ<'øŸA7Ñ©òkòkä9D›ré10úý”VÐ…t;®úŒ|F‹°7Ñ0‘¦ÿo$`¡ÌÈ&rÍÆÞn²ùþ|J¢b%·È‡ȇÈä}ò['d5à{$Œ“áó	y˜,CͼO
+ò!cnZ±ÔaøœôÒ>§¥Ô€O6-Bm^	û¥%ÒKÒ:œEí Ë‡"˜‰ï+8„|ˆnB.Þ7vÐÇŸ•H§×ð‚aÊø,yåBê†++
+›È{t+݉r#Ý*-Ik“†“MÆMÒBr˜ë†0ìG}4}|Ÿ|ßx!ùL2’O ž.‘æ#eòsÅisŒÙd“vJBà"²’`”W(‘ŸÓ„2G’
+Òh¸y7V%ôFWý†ÉÐFîÏmt¹ì é¹F=•f”%0PbW¬ÛeuÞmŽK*//*gÐU¬iÊ6ҼͲBÙqüxóBi¸¼h›<b”™¶Ie¥ïŸlòýqö¹Í•tŒ«FGëZRƒƒ­±É{8Œã®1Ç©n“Ëð·nÉ6¥½S¹Ùzsé”›­¾)㸧«¤ùÌpi¤h7‘è(Tƒ‘Žz’šäu‰Tì=Ø{!±ì=Ø[™c+¶•ÛŠ;$r4
+Ï~¨nHËüüÓˆq¬¦ãëÕÃtôštâtä¤HÚùy²>C6i¾‘@†õèÜmYî¹Û¬îË>+/ÚÛ›=y2âÿàh¯mòäJú¤Õâ°4[`qN±ÍJŠKmã«&MÜMתÔýÓ®Y)ŠïVÿ¬öÒÒ›þ	1
+Î{~ýïʇv¿¸Cä……Çÿ$FŸO'CÈ8GŽqs6ÙœñjöÆ¡æ™Yõ03oêPäõ(7ÁGz­‡+Ÿ¼(gFAm k%ƼÜüñ‚/PW—xžëYµª§ûºëºi1u©»Ôß«ÿ¦>Mkaå#›7?Âÿ(Q_V{ñy™^Lsñ¹X؏,;þ'©
+yMÞu8,†ÌôI…E…b‡%6©¨¨°Œ¥Iyd=(åîË;8ô^›toÙ«¶c
+YzÑð4Ò:¼%37­¹¤a²®ó×­fad_ýûaëßg™\‰¾šfÍüõ¯•l7¥SºØq¥ÙlfæôôŒt‹9K.–1Ì2,sh–ÝTn.gåéåå–±ÊdÓTóT65}JÆË\ó6'}NÆlKOFe§i§y'Û™¾3c§¥,Ó˜™–iÊ4g2KúE–c¯k^LS[9-Ê+¢R>³¸dÔh[!ÕTYAËéÄ	“ÆWåKC¢o^ÕÑ>×3ƒæ<«~®ÆC¯ºúý˜Y]`Æßö9Úþ¶4]ý¤²rüÄÊÓÍ¥÷=òø¥¥Ô:a”ɕSáý?Û¾¥ë•¡.CM#ã™Fò^¢C>¹X6YÎÝÆ0$2EHÈ<$„µ+ŽôVUÒí3å‘ &/QmêjÕ*Rßû¢QÚ.l¶ƒ mf#9òm™fc=é·g¾j~<-ÄdÍæa—ãFô¦ã{xÄU!úŽ|pt¯{~%Õ´ÁIä]‚JȽ‹+nþ±º‰v¸_•}þ¨ÈÏûÅÏŽ•–ìú@ÖýVzé2RFîvœo6’‚¢tò›!¯ïÍüµMÙWôÚˆ{KÑ12Héj1[Ò§%wê(î(\•M¸2rãßvx²ÄJG}ÅèéÊô⣔†âÅÊââ ,¾^¹¾8<úÊŠïVî.~Ty´øå™â¼ªÂÊ¢êBGQkasQ{á’¢×ÝVø£¢ûï+Ú^¸­Èº8%N¦Ó2[ñÄL”vÔÄ	çGc£ài6Z‘÷‡¿sù¥¾›©_ýÉì'Ön}‹fÑ’7núaô_çE?Šáæi¡Ÿ×Ï©i¸50ö»ÇÖ>رøµû_Ü1b^Sy9µù·„-älÔÉ2Ñ1Ô‚){'û×y¯ZϤ©µY,YVÎUG¸…§¡
+xÒ›\ùÄ’‚5äÙ³M5z Aälu£Åš7»<¼†ÛäÒ'ƒÏ¿bøù±ù!zç­Áa¥£½ãØ[Ò’ÚÖâ˜Ûf"òQ€>1LÄjæ>ËA¶Ù&m‚&–6ÓBr§³Ý[•H,ꙕO\5|õpÁI"DPoÙPgZ‚Á ˜Xw[Ó†‡Úàþ‰ÃýèÌË?§óiÅÂG0Þ­ª|ìºP}§¨ó_>i<aÈ÷pË”MY°ÙF7m&Ì”n6˜%b±fgºsS¶ˆ¹Ûlü•-"#“GÆ´½G§íÝ«%ë½½G¦õV‰=Ã1t™‘ÃK,ȲfÙš
+ÍÐœ·Ä°´`çÁ“›?h!
 wî(6Ãxúõ–K®Ø¡î?ø‹íÛå{Ô珵¬ñ¢ãäé;¸ó_"r3ÚӐmÌ{ãXŒÜ÷ÈãÒO
+2EÓZMÖ£ÓD$ខ[F³y‰9l^c–’ñº…vpk©›¤%_ÜgÌUß81G‹\Àˆêp‘F9m¤Ñ(³‘&&e3oFJ@ñÏ4$`#ÍL’ ŒId«IZo40³)M–°À0!Ýzp{î{‡Lu·S-·š>N³Ê§i¿¼•YTBk†²
+6Ÿu°Õd5]mZmŽ±›Ù½ì—ø¼ŽÏï™5Û4Â\”Qf:߬dÔI³äZÓlóBX$Í—;ÁEÃRã’ŒYI¯•ºå•¦˜yt“|“iùiƒücÓ&󓦧ͯ‘鋆×Òž7í7¿EÞ¤oÞJ;dzÛ\ÁMSÅT< Í:öàUê*ÃXúša¬ºêØÃôŽ}Ôª~‚Ûý†2C‹VC'öz†^t¡#?ckZúV²ÞœcI£&ë8)Ý”O WÛÚmÚ®ƒië–í$r»ð
+[š¢˜Ú´\_ºÛ°šŽ¤ª¯«RÕÕtí¡ðµ×†åCÇþò×cÇâÒ³êU¯·Kø/Òµ
+ûSä9ERÒ õì^^ÆȹYeL1/_VsI¸W ㏁XHµC¡Å°b
+§3|ª^FtÐ-‡©·[&m<vl=Ú‚Ó'ÔJ砐‰Éô”Ãöyët’ƒrhlsfÐNu#½A]…°ëðìzy5—cˆ\`
+×83%¦ä!O×udê±rÀ13OŠ†øñõƲ[^ç¿ðDó
+zB7að)Ù"w…òv²Ez–,„7Èpódž]˜üÙmˆãš[ÉÀÈü®ÃÓ&ÿE–=Ôˆç»íô†xîúL€Âi¾t»´Cú\Δkä›tnrÉ´¸EVâàÜËŠñ+áØ0Ìw	ž7öñOÑõ¶á~ª·1<¤·1’§ô¶L2ÈKzÛH²Èz›WæÔÛéd$ùO½mɾ
+§µ3É„œGõ¶•¤ç¼¯·mDÊéEŠT2#C•9ŸèmJòó½m ¦¼Izˆ’w‰Þ–°}¥Þ–Éмëõ¶‘æmÐÛ&R’÷„ÞN'SòÞÔÛ–²)ùV½I:§ÎÑÛV’?u»Þ¶ÓÔ—«CáÿÒΘ2¦}¬R…Å Ò¶B™éEcŸ'`Wê‚í劳«KiáPQ¥ÅõE–û¼åì„¥“øR·gy`Y(¸T™éé<ÉÂß2Ïün<Éy‚K}QÅñ)þ înëò·+ÞPÀã&`Z=ÁèÌP—7¥«ÖŸï‹Dý¡ RU^5I›ãSãR@;BAd"†2uÆbá)^_Þ]
+uGÚ}¡ÈR_yЛ%À8K\¨>=(c¢>ŸÒæë
+õŒ-WNC€r¥¶kE¸3ªøáP$æó*‘P at qF|ËuV4„º5…¥’a,IÅó(k}ZgãNùÃN´Ïi›V@Ùe%ñx}Oäj%Ô1c;HÀ6ðG•N_ć´–F<AÝŽ²£X¸5†z¶+±â	®PÂh5\j‹¡Æü¨ÒŽL3„ŒuúzjoÂÎbˆµìFQ{%B%%c™WñD£¡v¿é1o¨½;àÆ<1ÎO‡¿4†c”ÖPG¬Õ_2Vpñ…#!ow»O ñúQ0[wÌÇy`ýØÑÌí]Ý^ÎI?ÖêŽ!3¿NˆSˆhªD´ÝQ„çâØ•€KÍ„ƒD;í)4ìœfE(¢D}h„ö#«ºøHsæm˜+:Æ4Õ	B=èX',àfè莑 O,ô†”hÈ®D»Û–ùÚc|„Ë×êBg㵇‚^?—#:…17¢ó´…–û„š	úœ Š¡¢Ú(·J8éÚœíôtu±6Ÿ®5d£ÄÓOÎPý"¢Bß b+±a_‡	•kLõŸ
+xV`´àr¯¿ÃÏÍÓC×Ã"õx½BrMu<@=ä«»Ëaœ×õ/
+6–j±Š‹¸‡zÚI”¯HðH‰£dH@(ÌÓ58}M‚$6d/صBñ§¸9ãâD|üR\ÀòF”+’Û%>ô9_D,ê	E¼Q¥¤/K8íÄ+áa["T†–©×ã¥Í‡‘ıv£
+¸N–‡ü}Œù®‰aÄ(žpÃËÓÖåãšìˆ™7XÒ(ž˜Òé‰"F_°ŸN¸×%½Û«t½:ÃIV™`N“ðTVbòƨfãFò(]<{`¬$
+B´8Ý‹”¦YŠ³q‘2·®±Æ®¸6·¸Z[YS‹R×Ð\_籺Æêúy5uµÊL\×ØäVêëê܈ÔÝ$–ê¨ê\­Yƒ«¥z6v3ëêëÜ‹ìlV»q"s-ŠSiv¶¸ëªçÕ;[”æy-ÍM­.ÄQƒhëgµ Wƒ…@DÕMÍ‹Zêjg»í¸ÈƒvænqÖ¸œ-sí
+"kB‘[RŽ\"Å5Ÿ/ní¬¯WfÖ¹[Ý-.g‡åÚ©mljp±YMókœîº¦Fe¦Eqάwi¼¡(Õõκ»RãlpÖrqD8˜&NRŒ/¨u5ºZœõv¥µÙU]ǨǺWµ[@¢îQõ‚Ýê¦ÆV×¥óp
+&
+ŸþµÃ?.hb	x‡(X9~ÊOysUÑã¿Ú_áÇrMy¸3\¡§±i¤š„H˜¬ â'KI'‰…Œ!íd,~«H%>ã±Õ†
+™‰01Å¿ñ	;ŽÖ‘ —cËIºðQHK®¨èùðëÃ5ËñíEHvT'õQu#¥åHk®	"4çÃk¾Ål-ÃuóI7B´#¬G`ó‰!‘‚X‚ø#Lâõ#œ‚ëCHÝ#æâiX¢ÈQá½'™UN{~¾à:Š´B‚“*ä½
+u‘º.±jÜI°vˆµš&bº¸fb(×RW‡_ŽðåÂoeõ‰µ¡•rÄáÃ5³R°%´”°Ô‰þÀç¸æ}Âz>ä.Dz–ÛêÜX€cªÅ™Ó)Vúq.,øŽ	ks
+DÄ
+îëòZ(GÒúûyØɤaø&»f=¶Rµv¢¯3´Ý™?ì´âçÜGíàöNÊìÇ&Z11½, t}5Ž…Ðÿˆ.Y³ÀØ’qà<uŠ9Ÿ.×RA%¨[Ý®Û]³–FMó1͟킯°~P¬뱦Q!Ö˜îc~Ý<‡¦i¦ãŒ	.úS»€ã~¨aO`àÐïš/ûDäj¾W’â%%Âr|­W|£‚¯v\ãÑåc"
+ÚÑCKLÌ$ôӁ­.=’Æôñ˜¤Às
+ç?†þ«y?§˜Ô		‹¨ñ"…v±:ÁWH¾Ö†³11«Ñ`§ `×£¹9ëX4ôèY'¦k& ÆR%JÈéç•·ÝB‡öëðv@ØS³5KÉ Q\m?‰ö>9+DQf-4Ü~]«ý­j©šÓ¸
+÷ytLð•ôº¤D=BÓ¢ˆ†‘µƒº„¾Š^ñæ4ìâË5±!Ú>
+&a¿±‡h™-a¡vAÛ+8öëœNÑéÖ¹ó ƐÈI¤æ¢¤NÌA„éÑ훈•¤ÆRs@ê:EÈìœ3‘›ûûš¦
+m/ñœÂž!±Ë)ºíâ›Ì§c‹˜Ø‰øÎéÑ%*里S­å:Y¡ï-u®óÁ£W÷¤.᧑¾S®SoŠÍS½.±ƒzÄŽè9£KôXŸD^Á)·W0EKûí«¥DõïÑ|7Ac ~¢ÿP¦—L— éaa£Óç ?úŒ7»nï.±Î’lÎú¬yÖ#òJob$Ú瑉x¸{øô<çR$(õ©¼b}É ûaIŸÜW0œKì¶%)^¦ÅLý€ý¥MÄ{(…×n=~²gýƒhÌG®zê‘ÆGÛ½<"£úúV¤Ú]ã91”N‘áñê<ú„'ÌO¹n°Üí;APØ=U_ƒi•¥h.Õ†g«Q½òVtIÑ–ˆ$^9tõÕ}EŒaáÑWã{©n1m?ä^Åú²êW™©N.U›#1}?ìèÓÔlâtšH#ö8&ì¹É¬#[Ä\Ž)XǵàÌ|ìÕàh°‹SÌðù°Í16‘y—†£ß÷"á¸Ñç½¹߈¸øZY(h¸[+rÖ„mŽ»GëñëÒáøŠj™‡}Þ®%¼
+Õè5â*·ˆ¾Žó¢qêÆñ$Õþ\Õ	Š	ΰׂøgë³NÄ]'ðqþí¢>âíFOMs-;×ÇÌqV#Gõ¢ÇGçá·áZ…>BfÛF!Ã,œ×dq	4KhUã·isˆZäË-´À)¹uH»°#—§F¬çTç
+(³&ÝʼÄR®ëRãƒë~åV!=>Šß#na'âOàMøN­ÀÀùfBó„|N¡‡&Aa¦€ãZäú¬ïó¸–«T}q»qÎk%§ÐHë ’$°¥Zg0ï`}j…|.¡©zÝŠzt!|]߈æuBÖj]×NÍï5Ÿ¨OÑnµ‘[öR¤êÒ}Ê)t×_
+n§‚ÿ¤šœú»:EgIë7êÖMðã”݃heˆE—€r
+[·öÅÈ,¿
+:çóú<,™æéþÙÔÇYý&â(w:¹CÕ Ýß‚5Ÿêu[û´¡A°SàÕr—÷µvqΉõåíþ;wjÕ˜¬FSëN{J®M­´,\+`à’£ÚiIÛ³’gÔÚm°vât¬Õò‰ª7Y}h¹[;¥V½^QŸk5`´¯*	‰:0ÔW™ôˆÙäžÖïNBýÎyœ²Gìýö>Z‰½(‰K«+=¢ZàÔ¢ƒhóä;;ádû½F¥G´czeÂåëÖaùøµNÉûŸm jƒ„,ƒU©ú{‡õ³”_h˜×“å:ÞIœË’:áÐîÕ¬žô>Žm
+x«Àu°4…s¯Ð5#Ú§ÉD¾JÜq}ó·NçúÖöÛtÄúÝ
+¬¼¾ºû 6è}ò5ß±Óºê_É·§ð”¼ëH@žÞ
+ê`7,ì»WRN¸Wbÿÿ^)å^)yÃðæ½ë·Ã~s÷JlÓÚ·á^‰
+z¯””èë¹Wb§¸/øzî•ù²÷JÉêt.ï•’ñÖÿ^éd»ïÉo—´ó¹VI|Ûn—é»4øíÆ×s»ÄN¡]%Eƒßî[&&|ìÄjæë¿ebßâ[&6à–)yÖý:o™Ø?¼eR¾¶[&ö%n™”¯ì–‰	ÌG¬s·š¶8ÿõݱAmþMݱoìôî(yôÕß±/qwt*¼_íÝQ"³ž|G9ñƇÁOê-͹¼ñaguãsâ™íÌn|XʍϩîÎÅ
+Mìü’¼i`‚ï•ŸÅ¿sU!ôr5þUÞ¼¢j*õkÇúWc§þ7ÒˆþßI“ãדËÈ ?Î6¬¡£ˆJ€–¾Ï£ÅȳLÏ#qì•’||—èc%Ž·*b¾ˆìÂw!R:RÌŽ øN
+ñ=LŒˆ÷Pñ"ÞùâGsI&bÍ=Þš#ÚÙâE3É*œÏ=Þj¡ä8fc²‡H4ƒ¦cΐÅPþÿ·“h:edŽñÀ·ÇøP³Xiï4’!Þ|…qûOÊeg5
+¹dñ–‰b„Š7q_Ç/U…£_Øå£*|a‡¸
+ÿýy­üß«àóZø¯8|¦ÂßU8¢Âî‚OUø_*|¢Âß
+á°
+÷2ùczô:¤¿þ…É­‚¿0øs>º5_þH…ÿˆÃ¿ÇáCì|¨Â*üI…?ªð¾
+Pá÷*ü[Þ{w¨üžÞ
+ïÜW(¿ã…·ß*“ߎÃ[eð»eòïâðÛ7såßæÛ‡¬ò›¹pÈ
+ßH—*ðF:ü!~‡ˆÿ@üúöù×¥ðú¯rå×GÁ¯ögË¿Ê…ýÙ°§÷„×ráÕWvɯªðÊË‹åWvÁ+k¤—Ç_*“_^/;¤—Êà_UxÑ{d•÷ªðÂx^…çTØóË)òž8üòÑáò/§À³Ï“Ÿ­‚gvÛäg†Áî]YònìÚ™!ïÊ‚ð4{Z…*<•OfÃÿTá	WaûøElˇÇÏcqØŠŸ­qxá[ð³e<¢ÂÏGÁÿPáaRáA~Æà~z¦üSîÏ„ûÒfTÔæ8܇Kî+„{ñsoîAáïw«pם»ä»T¸sÓbùÎ]pçiÓ-eò¦Å°É!Ý¡ÂFôŽ*ü¤6àÂ
+…Žãðc\úcnÏ€Ûp趹ð/øùnE=Üš?²Â-eðCÖ«ð¾¯ÂÍ*¬Sá{ß-“¿§ÂwËà&nT៫à†
+ðO*¬UaM¬fp½
+«T¸N…•q¸6+TèYþ Ü£Âò¡;6\îŽCl8DãYßQ!²Ë!;ãˆCW®Va™
+~:Û3äÎ*XªBGø¼Lö©àeàuHímLnÏ€6ž%y²g,¡6yI\ÅàJ«pö¯Páòˆ˗«pö.‹TX‡*ÌǾãø|æ©à.„Ö\h¹´@n‰Ã¥8qi47ÈÍqhj´ÉMÐhƒ†B¨Ÿ›+×çÁÜ96yn.Ì©Ë”çØ .fÇ¡vV®\›³rÁ‡šêL¹&ª3a¦³Lž'ât–cF–ìPaÆ%™òŒ,¸$¦O³ÈÓóaš¦zaŠ
+“sáb.ʁI‡É“Ê`â„\yâ0˜¸GšÀ,ò„\˜°F_•!Ï…ñ©*.¬|P¾P…JÄ_ù Td at yŒ³O‘ÇÅÁžW&Û§À^8ßcU“£‡ØäÑ…0J²B8¯pÁy…Pjƒb‘KâPœÅIÉ…"……0rD<²FdåÈ#
+`ÄÌ·JÃ-0¬`®<l Ñ‚¹0T…!6ÈGjùqÈñ¼2ÈõBŽ
+²U°aߦ‚ÕY™V9+²öH™VÈ\#YpƇŒ*HGÑÒó!}Ä,À’Y“
+i*e&UÈIŠxÁ€«*f/‹Lm@, at wPïëéÿwüoš¯ðg$ùß&y'
+endstream
+endobj
+
+59 0 obj
+8589
+endobj
+
+60 0 obj
+<</Type/FontDescriptor/FontName/LAAAAA+DejaVuSans-Bold
+/Flags 4
+/FontBBox[-1069 -388 1974 1174]/ItalicAngle 0
+/Ascent 928
+/Descent -235
+/CapHeight 1174
+/StemV 80
+/FontFile2 58 0 R>>
+endobj
+
+61 0 obj
+<</Length 311/Filter/FlateDecode>>
+stream
+xœ]‘Ënƒ0E÷þ
+/ÓE„
+y4BJ“ ±èC%ý
+"WªyYœý×Ó;¶\ZóÙ„(ÕQªÔj_DN™SäŒxS"¯ˆ·òš8UÈâõ
+yËò>²W#ï˜OÈ{fšóÄzòø|‡|äÈ{âùô­’ÏQ£q†^Íû§8_óþÙ™÷Ï…pÿ[Œïë'fin!ĈéR)[Lµsð{ï~ðè¢çDÉ—
+endstream
+endobj
+
+62 0 obj
+<</Type/Font/Subtype/TrueType/BaseFont/LAAAAA+DejaVuSans-Bold
+/FirstChar 0
+/LastChar 19
+/Widths[600 372 762 687 595 348 682 493 674 711 592 478 342 773 732 372
+695 379 695 695 ]
+/FontDescriptor 60 0 R
+/ToUnicode 61 0 R
+>>
+endobj
+
+63 0 obj
+<</Length 64 0 R/Filter/FlateDecode/Length1 21368>>
+stream
+xœí|	tÇ™puW÷̨f4‡Ð8¤ÖÉ(#,.K>˜A	!ÉÒ
+õBÿ3šàŸàÿòppå¸]ßú„ׄÛ@.`1.Ç+ᾁB ýè}]zm
+ü«ü!þ-ôpTù
+üV~?z{–{‘+€•›¹guû…ô•½Í¤ídÒÞŽnt踍ëžD¯
+¸`…þj]ÚÃ]­ß‰ÁÛÑVôz’Câ+êÝ\´8äùm)m ·¸1¾=ˆûуè>î:„"Tô}(`žCÉ:ÎWµÆ]×ôH¯÷V,tL™JV½4Ž:ÇóǤC§Nuö³ÅÞqqÎ8®2ŒU•ïŸéåû«;{¤ñßzš4¬ž¾&Xëî!Á2¬{š"Ä£ ²GŠ cèÑ,—Iø
+Òý†3ˆ×ðª=rtâRd=:qtbÑ[…­ªÂVÐÉž}òß•=zóŸÿ×Õ@Œ.
+¸Ú¹Ê{Ê×Åc“
+È—ƒEKÑ}®vƒ”&bÖy€Gù¢Ùb&F>Ï$ZÌ3
+øB<­¢Åbn0aÎfA\Þ#…»,[ò9TbÍ7é0¯³Y¸ª’JKµ9ðrbÂV_Ro£]Á&ôªO³&~h+©×î«ôWR/šMÆ3®â–.©®´ëô0®Ð_Å-®+.*Ô‰57+ûn0å·¸£”+û~Í
+Vø_?ðdÿÔ'ëøUõ%®æïîûä¡ï€ïúÇï“ÚY£ÂS[AÞKÐW}¾‰7…ò2C¯'BYyY1–•\á=E{gØÐ=Ü^a j—­o~)7ÎÖsh¶Ã¬ÿŠ}¾õèêqâ]=>Ã{Ýêñ<ïu=/ û©Ã—õ‚	¶ÔÃXôø‰“'&¬ÊÇ”h2›™¨ìÞkç\e¡¼!2d**’†*ô}3ú
+ûŠúŠ£5£…£Eúàä@ö¢Ââr®Œ+**ìÕ—Ì(%,­ÔrNPμŠºbaëÒÐ/6%\×»ßyVù™òaâÛ–ùÞKÞw܇p³9}âß„+•ßÕ-Y¾¸l^¡ÉyÏŽWߝ7+­oX¶dÞü"Óü¿õÒ›åLG=P›
+ćÁ'îw]e$yà:“(–
+bi!?$––6ŠÆ"*á¶C(¿¤xVéÌ¢Bs¾Éh€È㐙·ÙfY¨Š2RE1mÒ›-£7Õ›õpI}ÕY푉WLÔå:‰^uUikŠ˜_Àe…_c{õÒ%˖Ϩœ±xÿþ•\d±rï_¹ê…ÅÊ/J§Û0~éÁ«Ä‡•:…”jk1qÎ?…¾¹}Ž«‚{ÒÊU4>+Á/À3(û¿.ÙÜ9³g‰å¥¢ÉXÂÏ„„Oà©7ðº<Ñh2Z-¼Íù¢ÉdlÈÓ¡R{‰Ù¤3¢=%»u¶Ê{ìw—Tƒó˜Jg‚RH2˜KæàšJlÇæšB‡õ葉#¶zð°ÌY>úÓGõà?ê?SâÄš.Yw–Ëí,®ËW,²7V¸ìݝvEŸ}wÅÝöÚŸ¯·›—Ú*æ­®\=ïºÊëæmªÜ4ïÊæ=]ùô¼|êhÌÉÀ­VpU¸b¹¼®šºÖâåéø›‘Š=þñ[n»¦%²»ÔÀíܦì/ë9’xä%n5wÙ/ÁîÛ¶Fá[ûý×þëyÜŸ»¯¹²ù汚[?ÙñDà«ß¹ãŸ?˜c6‰+NÎ6gîÓÏÙ¯Ajâ¡:iyM¤yMdymËkÎÏ䵉)y­<×ÂÜ ò¶²OWø_`ÏN=êqÍ׉zA/Š‚ OáÇ
+ºÇÐa¯ã9,ê‘ !œo°ž8râøaf‰*­L^J‘Ì’£y”.®`¿Rnð]eDã`½r¿Ð÷—Gu…
+t|ÀGÒ,Žc¨üꀫwÁWx©F,°]ÂUχT`Œà9·ŒŸS.ج0É7ó&‹h+°5 jl‘¬åÕxæ=¥{çI!Ó.ë–¢‡«C¸Æj)/@‚­´²Â¦Ëw
+xîYw0ôò{kVõß9úØò2.ôÃå&åÙÁW®_ºö©Þƒ?ªðÞôÜõ×î¿þåþ
+½áƒÀØ×7øŸ8	a©üVªàJ–-ÝûÖ}ô|pÓ‡ßƒ¾NAo!Þ
+5N‘ø°ËM
+DÔ‰y:ÁO_ Ó‰0±ä
+¼\ŽÎˆ€FB·Ž§ùJÀqòŒ:l´ý©­D­?G'rBJo5d,›^ûZ
+4˜Ê̤œ, µdÙE~—A4HyÞ‚¼r‹AGC†YŸ^ôÉ3»•èiqå^¥€»çZΪüY¾œ_¡Öx ÇØн®ezѐgDƒt(DFx1/ÏÐ`3ó°Nð­æ]y[ôF¢×!1Ï–WmÈ/€8Ðä|Ùƒ7[¨ìr
+¢H6*J¥„$N2KàK.äâ\f—ÅeuÙúP×gî³ôYûl¶+4YE¶D˜[uí’ÛþA
+²êzI˱oÌXTk‹ŠÇŸøä¤ÐwxèA >®L*Í,֌Ȃ¾åj0‹“…fEÔ¬ãE#2BÀŒ¼ÞüÒ@iÙbÚd5sù&½UÇç›DƒÎ_VZVMjµ€Ê€he8zÜétZYQµ±
+a ¾ýaV!2¾œPîùr[ÔÆSû˜¹Ür굩(ý•ó/Ç.\!oœo´`}þ÷üþºoêD,‡¶žú@L}PûÞv­ÉiyR͐‰NÔN)/Ó*e5D}ùÜK¦!â ‚žh.ÏKËáuZ=4Ñ[>½™éÍJo–ty,ÐJ&h¢Dí-ŽÓfª€¿îôf*£†¬n*]5¡Ú8›Ój&ÕÈŒŠLš_vûNnà“©Ù}´l˜xG¹¿bÛ±}O¸çùg>y¡¾³dEó3ûøKþòè_ßã»+Û™?÷C¬žd±Ú皃NÄ4>tü­¨‚2+Òsà
+áUTˆ‰zÄ ªä_F+èO|Õðo ¤»ôÔVüGº¦LìVq„êÙQ:­ã~ÁßßK'ñn¼[à…ˆpTÇßä@<£Å#+ˆ
+_þÂ,¾¸¤Ñ5ÚNãe¯&)½aÆi»Lèoµ1F3ÑsÚX€ñkÚX˜ÓÆ:TŒ~¯
+„66¢¹ð9¡Žóâjµ±-™ñSmlEÆÂ6d*4ENȃ¥E…%Ú˜CÅE-Ú˜G3‹6jcŒhcÆßÑÆ"ÀÓÆ:ä(úP½¸TQCñåÚ8¿ª¡8…ÇŒ/Nñ)lh棱±xh`0)Í÷×Hu‹-–úǤ•¡d"—}a‡Ôñ;%÷ð°ÔE¡R—œã£rÀINÛºŒnõúFÃCÑÈ€´Ò7x†Mòo݈äôEä„ä‹ËR("ÅFú‡C~)
+ûB‘L·/’XHðò†9kY:—õur<ŠF¤:gÝ2†‚,¤ ¹;ƒÑ𘑓ÉXCmm
+qU•€v$ðT‡–©Ô„9HbБEÃAiÖFãRB;
+KµÓÒÞ±ÆCš;Ö¶7¹½­íÒJˆâ^ÙæQyQÛÜ­kR“{»…Š“"BÁTq2ê tC‹§ÝÓånsHݝžÆV:
+¡4ˆ’HBó‘ÕÀ³-‚k1ŒúBB+&‰ð‹#ùP9`µE
+´†`O )>Øóé(6Áhö­C#
+Ï8hJf{ãL§NÀ!Þæ,l)§ì|º7ÑwÔn2³½<FÑf€¥–¾8ö£˜ZàÍÀ²!xc|'™¯P
+ÄÙê]ëè­L•#ãŸ#9þy&i\ÓÉ®ÚÒ£l­),yþ9§è»ø1?½½32‡à
+a£$[¡^fºÞkQ°À_ã…JÖÉð…¶LT„Oƒì¬É5À¨D4«;4»«ÖR©©>¦ú³ƒñe֏°ý1-òT
+QÀšÔ|,¤yáP5M4œIÆÅTò38ê‡*ö
+­ò®ú²ÌâXõ={–—Ø™åèÞ
+üà¡a†%ÉÞ¤ô„Ñ°IóÓ<f(ÐLDùO‚ÿªÞO)ftBWb,j@ÁÏv§¸	0	’Ì×úám’½Ui³PphÑìÎFU'›™²¬“Ô4fkÙ¥dˆçx¥ÊíÓ¡#Ë:tföTmM²2Hv;Î ‡#-g-Ë ìƃŠ;¤i5×úg—:¥9•ÛXÚ£“Œ¯Œ×e$ÚÌô>'
+©h²¬Ñ$”³(؝Òp°'ÕÄ@ø>&e¿ «(jfKYÈÏhÇ!Ó^;`Œ²Ì±Av.ÊhàôLø¤
+‰ØT¬d4–²÷ILf㜰ܜëkª6ÔZâ;‹=£¬ÊIšíÃì™Éçb‹$«D´rú4‰œ9š:Û^ª“1­¶¨Ô©ÎƒŒÇ€æIÃÌOãé•SªÓ@–ͳ½.UA}¬"†XÎf3’–(À8¥öŠdic §®ª”R9ÔǼGõݍ©úIüU™R\M‚Œ‡ù˜Îƒ\:Sõ1oÍÞÃl_èÙœ¤­gyÖÇòJoj%‘öÈT¼L­²–çd&EŠÒf&U€í·OSíi¹§î ð.UmíY^¦ÆLÛ”úÒÏâ=šÅëˆ)?…·¡i4&£™ž#Z$ÇàR«—eT9½#Ûî*Ï©2m¤²/±gBãQfžt&?Iåºérw€U‚³{¶¾¦Ó*ÉÒ\¶
+Ï7VénÞ§e,5ÚR‘D;‡átï×väbŒ1Þ÷Íbj=¤^EÒYõ³ÌTg–ª_‹‘¤VƒiM­BF§µÃŒÒ這­‡>²‹½k…5	ú¸.x³fM°ÚÄìâfoè{;‹Æõ0¦;ÐZ†KÅÑwŠ»I·Äæt¶àÛÝëA=Œ†°ug0¦¸×Àj<=ÝÑ+kaNÇ-ˆv¡*½vØåe±C÷Q^TN½°ž¡šËU+£˜âl
+̺
+j§õŒÿŒªÜÚ½1Kgë·kÖMñãe”½Óhe=‹Eƒr3[w§c¤™ÅïóµiË䀵šv¤9ËÕo*ŽRpç’;T\)Ú¹lbþÔ¦q؝ֆ
+A΂WÍ]¨k~ö“LçíÜʝÝ5fºÑì¾Ó‘•k³;5·0Øð¸Ìªúµ¤Ö¬Ì·Nvï6ÝvêëXíåS]o¦ûPs·úM”ÝõX®ö€‰tWe}`4Ý™lfo35=¦Ds¾ó(e«ýŽ4­T-ÊàRûJë(µÄ4Ú<s…"§}ÆX½W©lfã¤Ö™PùF4Xº¾eÊ×pêüçtHÓÚ %ËtC¶þãÌÞ1í[*Ä4LûI§†7ŽRßeP
+¨çjá)VÏxÅÖ€¦ž*Pdq`º&H=££4	ËW©3®/þÔébŸù~™ÎƒHÎyÐÔÎë³;"ÓžIŸóy9§ó ÜNÞŸÅSæ¬#yn'¨Ó°/ì\I:í\‰üÿs¥¬s¥Ì	ÃÏs%’Sa¿¸s%2Í×Ú—á\‰L{®”‘èó9W"g9/ø|Εú´çJ™ët1Ï•2ñ–{®t¦ê{æÓ%õû\í$¾l§Kåž.Mºñùœ.‘³hWÊÒà—û”‰0;½›ùüO™È—ø”‰L9eÊ|ë~ž§L䯞2IŸÛ)ù§LÒgvÊD˜ÖÖ«·ª¶Ýðþó;;"ÓÚü‹:;"§I_ØÙ9ãÙQæè³?;"Ÿâìèlx?Û³£Tf=sE9ýćœÇ‰Oö)ÍÅ<ñ!tâsú7Ûùø¬Ÿ³;\Œšäiø](sÒ@:s^ÀsUËô²	~µŒ·
+þ¥‚ÿ‚ßVð/üóŸ™ÅŸ+øgfü“7·‰?Qð›Ûð¯ß!¾¡à7¯¿Ö+¾~~}»ðڏ«Å×zñk.áÇÕø+øÈ$~UÁÿ4‰_1áW¶‡ü£Iüò6üëðüâñE¿àÀ‡üßoÿqþ~þ‡Iü¼‚ÿ^Áü½—𸂟+ÃÏ*ø»Ïñ»
+~†àg\ÂÓOñé:üÁ7‰Ÿì-ŸTðÿšÄOLâïÀä;
+> à¿Uðã“ø±GgŠð£3ñ#ƒeâ#ü°ëÔCUâÓø¡*ü 
+Þ¢à±|c)Þ\ŒGÏè$ÇÈ$N|r6NÀ#±
+Ç|C5Ž)8ªàˆ‚ûN
++xӐYܤà!3r	!PMhÂŽÁ2<
+îVp—‚¯QpgG•Ø¹wTáv+^£à6¯VðÕ“¸u¯Êë\B³ç	±YÁž'pSãl±i7Îƍ.ae
+endstream
+endobj
+
+64 0 obj
+7958
+endobj
+
+65 0 obj
+<</Type/FontDescriptor/FontName/OAAAAA+DejaVuSans-BoldOblique
+/Flags 68
+/FontBBox[-1066 -388 2003 1120]/ItalicAngle -30
+/Ascent 928
+/Descent -235
+/CapHeight 1120
+/StemV 80
+/FontFile2 63 0 R>>
+endobj
+
+66 0 obj
+<</Length 289/Filter/FlateDecode>>
+stream
+xœ]‘Ënƒ0E÷þ
+/ÓEÄ#	!¥$‘Xô¡’~
+endstream
+endobj
+
+67 0 obj
+<</Type/Font/Subtype/TrueType/BaseFont/OAAAAA+DejaVuSans-BoldOblique
+/FirstChar 0
+/LastChar 14
+/Widths[600 372 711 595 478 674 342 342 715 348 773 493 342 711 682 ]
+/FontDescriptor 65 0 R
+/ToUnicode 66 0 R
+>>
+endobj
+
+68 0 obj
+<</Length 69 0 R/Filter/FlateDecode/Length1 23304>>
+stream
+xœÝ|{|TÕ¹èúÖÚ{fv&{fg23É$™Ì“ÉL2›Lò`È’aÒ„G 	†$'¯„$€€š ˆT¢¥(%mÑJ}0(V-ikµZ-´µöxh9k­ŽÇzk%É]kÏ„—Öß¹÷wÿº“ÌÞëñ­o}ë[k}õ˜¾ž­(
+ ‚”Uëš»Xß¼!ôB`Zµ©Ïùo³žqÑð(BXjën_7Õþ¯‘Ëiùöµ[Ú~5zâB1Gh×ÑÚÜâýèýl„æ]¡8
+;hÂÎñ»´Íϧñ´Žu}·7ÿé4^Kã¿_ÛµªyÏów|¡,¿{]ómÝEš ¡ñ#4î\ß¼®uםoÐø«énéîêíۏö#T+±üîžÖîÂ?ŸIã2¥ï·4
+èûÄÒ †Å1áxV'ÄècEƒQŠ3Å›-Ö„D[RrŠ=ÕátMq§¥gdNÍÊöxsr}ò´<~A!úÿçÿſ…îà·#Ú¢>oøp%ÈŒ6#4ñ1‹]{Ž/ûK….ò:^AÇÐð
+Y»Ðôùô
+igÐOÑSjè ºÿkоˆ~
+íCнÿn5º›â9Bë¿öi¢©[Ð#´æÓèût L?­uM4÷<zã«QÁ¿Ãè!ô$…|¢Ïƒtämß ‡ð"´ÿŽlGw¡Ý´‡¡í¥ðMè,G+hjä³µ¢®›¢!ô8ÚJgáÕ¿}â¿‘xåû”òÝÏ~Ô‰6\WâIøœ½ˆƒÒþ,zAMÛ>™©
+‘Õø$Æcߤ‘Q;ý6Ã{”ÎûÉ,¥¢®¶fÉâE«ÌŸwKÕ7*CsƒåsfÏRÊff”–M/,˜&ûrs¼S33ÒÓÜS\ŽDsœd4ˆúA§ÕðÁ€¼î`“3œÑæ2Ü¡P‹»›iBóu	Ma'M
+Þv6©`Î!
+Ùv¤T®B‚䜁fäxngøír·ó4Ô/¬¥áûËÝuÎðE5<O
+sjD¤—‹–pV$v”;ÃÐä¬7uV4•S|Çõ1sÜsZcr¼èxŒžõ4žêî>Sg‚ÀS+JŽc¤Yµa’^ÑÜ®^X[QžìrÕåx+Ãw¹š…æ¨(Ú9a­ŠÒÙÉHG{œÇ½#ƒ÷–ÐÊ&Ol‹»¥ùÖÚ0i¦eIÅàà½á8O8Ë]ÎÚúA"mykØë.¯{ÖªEW멺V%„ùtÉíü¢Íq_üøÆ”æhŠ&]úbÁ eïà`Ðí6
+6ŸžXévJîÁã±±ƒÝ”躖–:=ñÃ=Éáà}ua©©J¢
+.ª
+Ç/\^ÆéAgG3M¡ÿenWQ²+®n¦úŸe#ÊÊÊS—‹5|Ïi­¤‘ðÀÂÚH܉V&?‡Ÿ§.Œ›XÎÈdŽ¥†åLæ\-Þ䦽Yµ¸v0Ì¥W¶¸+(÷4‡VÒñ´šu…[
+>Kv¹MqÎb_
+ë¤TU¶t:Ã|e-u}:RX‘AI>‹¼.&Ó
+2âLÎb7EÃðT¸+š¢ÿ›:)gŽ7òDº~ImX)§¥9ÚGÇe-ÑÜD»¨³\í¾°ÏÝ6»g_íOFVEçâZµH´XØ<'ŒšVEK…}å¬fgÅ`Sy„†Ë½°öEäŸ=žïL~ޏòQ]9¶Î¡ã*£b°¶¥-ìhJn¡3­ÍY›ì
++u´ƒëܵ­ul QeÒê\ja<gImÕbwÕÂúÚ¢(!‘†ŽK¯¸	»69‚†¹°.]ç¬ÅɤŽJ4Á¤÷ìôÖ¦ëèW¢WSÙP=ÃYÉhš’ÎrV´–GáXü¤<NsB“Ø4,JñÌ	%»ê\‘OŽÓlg´bZBǘšÌ"éTÐ4LѨIŒ—‰lÌ;kÝ­î:w‡3¬Tײ¶1ö¨\Ž2Cåy´¯–Ü»ŽY”MÈE³'#Œ™á 'ùzæ†çªñ«ÑÐMÙ•“ÙÎA»jñ CîŽ"D”òÊ0bCX)ŠKVg?›Ïî`3ÄtF«óy𸢰¹ÜÁ¦í »²eн¸v†
+M%ÈÉ[Y]&TUKfçx©0›}Ü
+»W`×âúÚ©-åܵ¤ö9xNÓìºãi4¯öE'BŠšŠY*Kd'‹0L‹hD§Â'¿¨ 4 ærj‚_uš¦›L´ê4Ž¤I“i˜¦q‘4EMcÚK‰”ÇT~W8[XÿÜ^×1ØTÇÆ8²RŽÐƒ{&åŽ{æqÀšØpŒ»uvXïžÍÒËXzY$]ÃÒµtd€r¼[¥
+÷ßs˜’Äèmªeó¨MDe*	i$SC4<"qBxÂÑ̲·}oƒ¯ámú?MŽwŹâã\qos­_¼…¼ÍoÿG?_ðE÷‘jPûÁí*έJÔ0K4 !':‡Hê¦õ"	)¨…¯EÇx@ü0æ	â%^á«ÕÈ™×9ù!ú"ü鉑ç‹!õ#«ï“¢‚L¨¬<OÆžß
+ú\Ñ°¢áâ4Ùç{å#M¥‰Úóä¯Ü|”ŽÖ½ˆ¦LŒ*iZ}(=¨T#8Œ&(A™(s$ó\æh&7’	ÆLÈ„LZâŒOÙbƒ#" QeqT¼,ò:Ѧ©vHñF‘Z“eyeeó€Õ~1²¡'Iú}Æ$J…Ç—Ÿ‹ÝSØçfÁL*±øg^*M"Å	ù5eJ{åÔ€1ü€Zê˜$Í\´:X×’Lüì‚Õ³’sjîX8v?Y<¥jŽ¬å½Å¥fß-vï­¶Œù"ü.žø˜œäªÐtôŠRÓ—»#wYú-{-dÒ!;,ùÀcÆúÔäTœVév£m—‡â‡ãÃñ$¾x at _£ØRC11ÞÐ{£;í`o*)ÆÅPÌø™*+©â½|Vµ¥ÁPÚå4œ–æ”Õ|“¾[ô ×óVTæ÷5l.F_¦âbhh Œ¡±‹~Ÿçb”=y>Ê¡†Ô
+1i·:—õ;ö:°Ã7àô5ù|IJü:ƒ°U¥ÈÕxy
+L™Â'5fÅK¼¬WôxH?ªÇTòrW%ïŸbÊÊ•Ê—$é­O’.Fä
+cKõO|¾©0)¤ˆŒ½Æžé®Wœ¦¥eàöºã yæ®W‡ZÜ'“*;v×¼r{`ö]?î_|߆¥öñå¸Æ×ÿØËkžÿìx~ýqˆy©5wé¶y…ù53\ÕûÎõ÷ÿæ@MJÎô”ñáñ$yÙìŒu?efãá=Tý…+¡ºy‹R±Ÿ@’+ÛUâ"6CPñé÷êñ=ìÕÖOè‰>s
+Bò\Åa‡!jŽd¤£¹Ž8ˆ“#=®vs<	:ªÓÓygµUâ«
+‰Àt
+ôàa<È»Áä`ý­6³pzëbG›
+uÂa·À•R=+Øü™
+EtÒ>Y
+°_€b
+‹s
+XÀ(@ûYá‚€Ã,ÌR÷
+5Ç–ÎuÐ(€¢Ú	¡Œt	‡iÆ%AK͉é—P„!áœ@º¨À§Úç8&À
+€Íññ›DÙ€‰)PC±OuS˜ýî§L‰cÖ˜Š>?¨ábúÏfåq7øÈ%™¢%.nïwÆîüîk¸ì=\8ö¬d·ìÆ؇Æ[˜ïÎá©‹æäð|nù¢©ãÓèüZçðÜM¥’K1#:(º©*Fè¥Ãp°¨ÙÌœLð1;'žvÔrøÎ
+«²¸“ÎÍXÚ?T®älÕêq§øõ
+ªŽ)Ö‹cõÌ‚w"5¡Ä#Û'jøÄÉaµµ—)Ö:ÐÄ`‹;?	O§#‚‹]ýÜÀÜ—«whÓ“ïq—¾;þÛñ_ÿøÄQ¨€bÈý恈­ƒ&>ÆŪ­îW’¶PÓC"•‰YtKK؉¨ñ‹NO\>Á ã™à+z»¡Hõ,à8øØx§™ý‡“áãÇ—‘+Ôvrà³Jé7	|Ã	ö#¸_zTÂ÷£GÞj´ÛN:íðh*¤J¢z(vÆCO<µMÛâñC& &Z¡’F³$”¨£q©é€v: ÎAØ q€ÎaŠSã4.и2\…® «ÍµÉµÓõ„ë¤ë5ׇ®Ï\±¯³'v±é9ñÞG¡W]À2ñŽ‹hþiyËJ³‚®¥4‹eD’õê‚QüÄõk>á‚aÜåzÈ…û\Ðä‚Ù®E.œï§°Ëä¸>uaôˆë„«-®>VÓ\ù.üõpKNP­'´« ï2@…ÝÏ€¯ž„Už Ð”Ô0kþ>nru»p¹k‰;]²s.³º.»ð«®w\øëá¦ÓÆGÁ 
+Qˆ"úR>F.† ÚÅU»\C®çsQBra-íiäL3ÆVóÉLÉRŸ’þw¯“”Q	xU
+ª™=×}®ùZQ€›³Õ¨‡|E~_¼ÈO…DÀ—è£ÕN“=™ëQ•ˆsâb–YFf[*,ðǧ’„™dz¼ßš±`åmó§”8ã帻üqã‹G>ˆq81I°§Æ¼ó£•v•rÚ{	Ù´ÝÃŒý ¹¾>$ègU/JÅ«éœé >Ûê³e¢g”l9oïñ¶ô=éxuÜžv_^«S˜à­'m_mÇ; ;auæuVÓøåÕIMIøXÒ™$ìLc$M‘T[+†$)Ë™Üàv£F‡Œ’ËFÅØm0ŽÏ5FcL£…NouaD}B§?sÙ6\ŒŠÏIf¨o¸Þ5Kˆºeçc¾I¼íÅ;”Ší/m\tﺥ®CÝŸÙôÔøÄ3K—täß!wîæò¶ÝÜ?"Ù#K<ó×Ìš¿`WK1óÆ«N[ø™y˃ÙToì`¾{Ô_yH:§m™†·¸ÁÁìÖDmLhgêþT\™\—Œ+¹:ï„ý€e–ÑLê»;ÁY0ÍÇ‘I2ɦË&Ng
+@Y|É…I¯¶K&ká}Õ8â¨"—
+)uÙãb^Þ¤o\t|¸™çžITF£Õhý3é€1‘/yúã=۾秎g™s‚ê
+àTßæ•«ŽLåZÕ‘ÁSÆÞ¬[•T$OáÏŒP&wq¼.uºÅfí¨ÿxü}Տi{ⶾÇVEý@°õeÊ+[_ÖÑAÀÖ—õA…j–ñT³¸{Ä}Î=êæFÜ`tÃ
+|šÅ$>³é¨õÐ6¨+Û
+\îëE{ëoÇ7üUoŽÓhâÍÝgg¸’1ÅZV^f±”Í.³âŸDlmê“ò­Ô–‹E6Ô¢&¶Dx:’<	¥	Û¸£$ÓÑVJÇ·ÍlÁ@ýN5h“”d0_s:㩯ižô5U/³Î0u‚][G4c¨þ#g5i¯ù’|ëêÓ_<8ö_ðëïAük]#‹öýrõ¦Kº^œÏ†Çÿû…~û£ãWNìýÅ]/Ž‡x‡Í­e“7¹ùTmTn‘`K¬J‡UœA‡Cf>ašëˆ‡xwu’ÃÙïÜë¼àäœÎ$É©ëÖ
+èÎéFu<ÒIº&5:B´:[ýpdAä^ñ³•¶6ç¿Ã·!‘&FÛtÃúG.Õ"3¹è
+ ºþñÉJ缦íÆ“ÂŒö}ÍýÏuå¥Íªmï)Yþ@»"¾hèéœ×®$ã)
+‡6ÌìX;çöÅK~û¶uß¿£ÆŸ·lS¹¡~µ¿ýšÜ{ûh[h¦2U²Èl±¸blÁ<²Z>Š.#^‡lSã­![¬IÒÕµï2ÿÛž¨ÔcŽ[ö¾aÍš`‰Pk‰{ ²,G…;ï)©.¶NÕ›äԙ˦'‘™SæÎ.IH(Ylž¹¼Ô®%ó|ѪÝÇÞbãhÇø2ÎÎÍCÔcÚ§HE[Špgö–l¼3mNcÚ,žj³JGWjë´x'ÙO½¦ëµ\&dΘ–b"I’dé²Äé¤ð(›Ý3†f`Ç˜˜#3FgàoõÉj4&ë
+«ùÿ–ó\Ý£zŽ¶úË[ˆ_^ОÚp »ïÙ\ž©7u±îYÊÂÙ”E­eݦ¾’Xºò3V/ÈeÊ®jUi"ž²íÜþšÚì”Kíãu¼&3Tš-4IR~¥ÏRýàÛÛ[­-šÒtô^¶pW²þ°º–IýŽK\š†*Ð{Jhë´Ái˜­WâÖ™PÛ‹ëKV—àRHp†	²\ $ض$ìNà4v«}“}§|A%oŠl€~Ã6ÌÐÕ‘…Ô§çùs©A“䜫ÌÅgçšëœ;47<—«¾0F悹00wx.6ÎõÍÅçæ^f!Ðe§L¯vHÆYÕ«P] 
+h5oó.F×EaE„Ýê
+…j›ÆÈ̼2?…‘­eÏÕ1W·róØ‹m¬h`îÿ¤¬‹*Z;ø-Ðyâ‘G¬¥mIq9¦©~»þ7äÔ•Jrêî­¥­Uf7á­Y32›ïŽè~›êþRü“QöÄèó:}ÈÉ<ASJƒ‰¹Á÷|ŸûðIdùê|»}Dãƒ'|'}ïú>ôq»}°Éu>Ðø¬¾ h}¶Øàk‘)U™:ñ‹
+]bíø£ZûX©„6áSVà©Àù
+Ñ ø}FÅ)ÊÜ–	}ÖVlÕffj­Ä˜”“S’Cˆ.þ3çï98ç|.œÍ…—ráX.Ì…½¹°-ºray.,ȼ woî±\’«ØRBÎ\9sAÈå%ø£ô7	Ÿ”^“Þ•‘tÆ"ãmÆ]ÆGŒ§šX£¢LØ2BÆÍòÃòïdR(å¥2I3e¬‘aºÜ.o–¿/Ÿ’_—ÿ$ÿ/Y—!ƒVNñ¯Sè?Éä6ùùIù´ÌuÊ0U.’kebc ðŸ2¼'ÓòÏe|@†AjåW2” “eü'~.Ã÷#±©rHÞ%ó^ÀíR±ò•'²MÆÿ"ÿ§Œ!÷åÈ?”Éä‘ÛûCÅ2dË@kŒ‘ásþ¬Vú¦§eØ-2’V"C®—I–I2ÄÊÐ1&ÃÇ2üA†·dP&^‘á)É@ñÞ.Ãn•¡J†2xdH‘A/Ãþ"Ãïe T¼<	î—¡_†u24Ê0OŸ\&c»Fh
+—ÔÎÊ@ñ“áQö2Ø;d¼\….•!G†dDŠ¾á¢çex[†—dxF†ƒ2PôÛTôUòr«äØTr>WÉùƒJN„üGUòïPÉoPÉÈÀ
+8dÀr¿|X>#_'d
+¢L/×.Ñbmj1’LÅhÝfÝCžS0„¬`0Q³Êïiˆó—%ø˜˜k¼&š¾,¿¾d7]V_
+þeÉæ¹
+µâaw
+\}ì@WcÄ+¢FÛu$ùÙ–
+¤
+	o”%‘B{ÐŽí`g^£•ª’â”Ê\œ)lyY]Œf›¥Š@myæ!1¯î²â§1uÁ$2T0S3q!ªHì)Z@î©n¨uƒUëv3U•-e3^WúòB•ÙŸ
+Ùðy6¼–ýa6>’
+û³aK6f³Û²‰->͆“,kGö¾lÜ–½)«EÌÙ É]¶dT­c‘­Žs1Æ×¼z?ó’#^Øïª_Û¼°Ä…Þ Û¼ð©>ô«^8é…^Øé…>¤Øfošk¼ðæç¬èI/CÄuF‹
+^›Ó’/za©·Í»ÓKh	+´È^xwëw½°OEÜã…
+ùÞr/ž2	{à3/üÄûk/>á…'¼°Ã›…-^<›‚Õ›áÅœÞ÷~âÅïxá5/ж<¤B¶y7yñdkÒ,p¬MÊo£­zNfôí÷’rï/.œ¬·ó3†Þ™léóî`ÙAÚ’Æ@¬^ü)k‡^¼Ï{Ä‹i:Õ”³ÜB/¾ÚÌ'(¼[m"41ÒhU¤èˆ÷Uï;ÞO½Ü€ÊÖ*/ÈQ¶~¡VY³-‘/IöÂe•y¿`¬ÚáÝç=áåʼÔQöJ^¬Ó2£fª!.4[ùZ˜¢mJ1ÝScãB9tL©o+€ÕMÔ ¥2ÞÓàa/:Á`òtÉÍxòÌÉMý+öVoø7é†ëV|9}ÃuKò7‚{ŠüQ¿¡GÝ	öG7f©|PÿØ?ûÛðÏ%9¨’üº·ÿWÏèât1‚£‹×=wnüWϝÒ´ZNÐIšWüŠV¢aNkÔž	ã&Wgx}9ÞŒEŽ±op%c®„9ÎôÌŒ4‡bÁ³%ͶOqÓØœ$|ùÓì\Ú8µYõhÞZ¢%(†Íát­>#òB}ä’	Ñ"§ºÆ~x^à»îX™zè^]aö¨Ël™ÙeqE¿Or9W"yW~Iæ·ŸñíqË!V÷4êNŸ¤òK
+\–iø[cß$Ec«ñK»IÆžÝWþušì³iŸ	¨óEª†GNŠ‰!Œ5:FC‰66¤Ó避¶3#ëk¼`„2è‚~8Çà,\
+!ŸcÅ}<ѲŸ½ð©<OäÐÑŠv²ˆj¯OÄ’õ¨ÞÍõx<Q_ˆ%Ñl¶ Íà=“Ö.“ñqþ¸SOŒÏ×Þù÷»"ûÎÍó¿£ó/e¢µÊ7–§CR:é°Èh]°$,É°<l	б€–+F3˜³œYY8uù±˜31ØÆGŽ±59w#›)‘[,
+_µù¬Î¬án8ñ݆¾n׉ÿ]ã‰ñ+?;þgko}ø£OüÖŸÎêy۝?ê/›Õÿʶg¶•â×ÿd¤ãÚ‘Ÿ¶—Ç?û^ÿ¹}Õ“÷4–xç&¹¸æE$MŒ>OÅ º÷)Ò€õaq¢ð0Ú¯Q»–¦h¨š2êz¬Ódz´Dš_–‰“‚2‘çMGõ‰7Ê¿‡‰Ê<ÏØEI]M÷ÀµÕt?]7ÆÄ3ù8­ö'ã/L®²ÿ”»\0) ,¸&*é¼ì¯ÅÑyiE³•œ{E¸W€Z3ÔbˆK¤æÏ’F’4¬Ñ¬'õ¥d©§..¾ÕP”§žVh`—d¢»}“%ú³ëïk~vÅîZ§v÷Šg›ï«ÏÆæ=ãþ}gçþ2¾gÏøÇ4ôû?Ý§ÒKiñ¨´„q—»Xf†e”–Óÿù<#‡¾O¨19+94{)U蓽zÐKˆÐc]OLž|š\‰Äž¯ IºoŒ‘ôûIù#i|ÏÕ3ê¹~J@•ÅG1|3JOI8†$‘lBøXKlz,¡ZÂhP˜·fm=;t èˆNÓè0ûÌ̍æ~3o4Ÿ5O˜‰Ö¬P/ËlÖÆ7
+D{£Zf×0Øý„kWQ¢çõÝq‘ËY‘£ú…ÜŸ[Nn_y/¼ã‡·Ï9rdü¸ûñƒä½[o,;Ïot=Ú¼sÏØ;©íP×?©-Æî¿*iD»Ÿ6lˆÃ
+W͍r—9æ0ÇV at 9þ‡Q^vqrôÚ6u5ô§?%kΞ½ò­³gÑä>÷en>š‚
+ÑãÊæ_«×{V{p±³Ò‰… €°©g»9
+oå7ñ;yN°·¾?áBN(È™k$CœEJ>[¨ÈY4T.âª/ÁH,(‚¢á"l,òásE—YtÖä8I?µZ#Ùó®^¡dwznÞ¼¾îrOÔ¨çÙÕ“ª ý“V[”.œ^8Ým p“Ì€~9ò³7æ´/ØÔMég0¯ÃIe‹ÚAʪZ3»beÀžh²Sf°Ò¿$HIô}¶@a&‰ÚùE!œJ*²¥ØýUÓðÌMÃMYþÎï¬_;ÜáOo>ªŽÿǨÜÌ¢c͆v)º„Î\G:	V-æ
+	*bÀR¯(¦jÓ°‰È¦!ÓeÙk:l:f"&õ´Ž’<’|.y4™Kf‚%N]ý¾‘ïâÉ^þ0ÏF®Ø*Tðñ"6"U¢ú™¥Á»=
+&/|M>^½Úå¿áâ—ãó}ç½õLq۞ŋZ_ö£†áß™gÞýÆ Ù~eïšo­ðx›v‘–+Þv×ìˆ=Ë;i»âÑ«/¢*3c=!õ*rÒP*F•ˆè%»+¤wšRBlGgéè,ž&ªç%hÆ·Õí€ø[;·O"£5Ó%YR¤niD:Ge•bÅ2b9gµpê­\‰2"F{ktJju &Ú=¡8ˆ^¡=ÒEÖÙ7rƒF½~ÛH-w•ªÊ£R—¹©.°&¤ªãÅrf.0¦PGÌÀ6.~ðoøÌ=Í…§ÉYËÝWjùí_„Vf¯Ê!‡Ø%{õîïaþÞ¬LÜÊA%¥dè¡
+-G˜±—ã%gàBŒb#Y„,Œa}ïMŒ57èàxt¥:,èl:¼Hs4 at 24…¬Õ$hpìyuƒý)†Ô½øȾ¶¬nš#>áœ
+0,Â>ºÕC‘]oIÝRkT„wD«ô"ô‰P­î»SÑÌ°,wˆ'ÄDžóÅqŸøªø©¨9t-ÌëEH«ÄmâSây‘ß#¾$þE$œh¦ðå"·šØ!îSQ4¯RDŸŠºR•<½JÞUú)yÛTòþçÄßD¼™VØ'’ëˆ^¢’ù©HeÛ×—EêYÅhã„É“#úËz¬z|RRj蘆ôЯ:Žê	
+½qò„Fûù<J.ì ÇÈr–p¤‡-y°¥mÂic€Óñ„Do†$PËžY/ØF¾º–ØÝÆW7ñÕm¼//Xܸ¢¡ÎÔÉóâ_¬Þï½áD@ôsýÁ
+Û¡¤¢¤»’þ%ù»)Ø
+öõööñÔ•©CŽ|Ç°3Ãu—ÊÝé(Hµ|Äz‘Õ#DãGhËM¥Wû ìj
+±žæ·¢š2uÑw·úlV1tÑÜ\v-ýsÒt†½ƒæõª±Vúfe7©5å¢[hþJ5åZy'ZLcë)ä"šÓŽ6RLÍ"¨æö©ïšÞJ!ó(™¾Kè÷ëq9oÂ)“‡rÐ4õigÑÿ!–¥*dïU¸i*=ÿ„šI,97aùê:;ÕúX/ô©9ŒëëTø54­µE©a=¢òªyi¨’–]¥öAZÃÒ§âŽ@vª¸k(ÄbªZ­³Uå¬S¥A-ùŠÐÛhùU*ç'!W©¸Ùh‰`î¢áŽèøXM[Ø£RТ–›l[/­ù:š«ÔmR뜧¦÷©£ˆåu¨±nÚ“>ú·YýË¥07b^Å›«†ÖQÈÿÛr}h·ªù½êÈ^íÿ\ç:ÚŸ5êŸìÆ‹H?~u·EÇ´SmQ
+mVùÝzµÿ{)WRN¶ªüc»¢xÌÚh¬ÖÚLib¥Y¿MöéÆëx¼Y¥g}:i[ºh+³JÅÑ­r¶å:ìÿ§4çþ_svíWÔt§?ˆö£¯ø”–ý:”ú<œò
+ãpx$|.L|ÇÊŽáágÂÏà‘gÎ=ƒ}O—=?#?8÷¼àèÞ£Øw´ë虣G¹CÓÕ¡k?œÙûƒvÇ·ö%8ú÷íÝ7±È*⁡{ïÀ^<´FöžÛ‹Ü×x_×}dgpÂqøØq÷4G_o™£—¶ kýÇú`#	klþÄ­ŸÔhh››h^#ýÞœæX^rÔÓw|ž©†§<áòHM#)#øÒ‰…XYXPT¦O
+žU–TCeÐéQœsé÷X./ñ@¬y–š80ÖHyÆ¨8Æ2c£±ßȍ>ãc—q¯ñ‚q¨-£i—Œ¤Á€x8
+CÇ—,öxªNk'U…µÕËð+œ¾˜=•…õaÍ®0ª©_^{àº{î¿ͶW…ó׆›ìuUáPX`€$ûq+š]××Û·ÑÃ>	 >§·—…ØïÚ!O$O
+§—fS°Þ¾^éÛˆz=½}ÐÛKÕ]Mï…4ÜÛË’{– ß^O=Å@¯ è£/‚º·—Â÷Òò½‰+è¸þßmU|Ÿ
+endstream
+endobj
+
+69 0 obj
+15673
+endobj
+
+70 0 obj
 <</Type/FontDescriptor/FontName/CAAAAA+LiberationSans-Regular
 /Flags 4
 /FontBBox[-203 -303 1049 910]/ItalicAngle 0
@@ -668,21 +1007,19 @@
 /Descent -211
 /CapHeight 910
 /StemV 80
-/FontFile2 53 0 R>>
+/FontFile2 68 0 R>>
 endobj
 
-56 0 obj
-<</Length 466/Filter/FlateDecode>>
+71 0 obj
+<</Length 465/Filter/FlateDecode>>
 stream
 xœ]“IŽÛ0E÷:—ECbQƒ0¸=
-üΚxËx­¿#ëüžñð,m¦\ ÞFøXúËLW‚é/ð±ô¯àiéŸãŒ6úkýè¿Ó¿Ò:Ñ_÷¥©¹ô¯4—þÎké_â¼–þj
-ý}ú—¨/±ÿðú¾…п@‰ýGO„þ•ÎÓ?Gß„þ•ÆÐ?×úð—Ìê¾ô/à/Ñ_ç韣W²g¼úÐ_àï¢?zèè_༎þûºxð]\ô‡›£Žs9ú+½¨ñFâÊâMýy
-¦}Ìsxúðôþãæ÷ƒÿû6§qB–þ~›óéÊ
+üΚxËx­¿#ëüžñð,m¦\ ÞFøXúËL‡½,ý>–þ<-ýsœÑF­ýW`úW%8úë¾ô/5—þ•æÒ¿Ây-ýKu …šBAß„þ%êKì?ü…þ‚o!ô/PGbÿÑ¡¥óôÏÑ7¡¥1ôϵ>ü%³º/ýøKô×yúçè•ì¯>ôø»è:ú8¯£¿Ã¾.Þ|ýáæèŸã\ŽþÅJ/j¼‘¸²xSž‚ióž><½ÿ¸ùýàÿ¾Íiœ¥¿ßâéË
 endstream
 endobj
 
-57 0 obj
+72 0 obj
 <</Type/Font/Subtype/TrueType/BaseFont/CAAAAA+LiberationSans-Regular
 /FirstChar 0
 /LastChar 54
@@ -690,13 +1027,13 @@
 610 666 333 556 277 500 722 556 556 500 722 500 333 556 556 500
 277 277 833 277 943 222 722 666 500 610 333 666 259 777 333 333
 333 666 277 556 722 722 666 ]
-/FontDescriptor 55 0 R
-/ToUnicode 56 0 R
+/FontDescriptor 70 0 R
+/ToUnicode 71 0 R
 >>
 endobj
 
-58 0 obj
-<</Length 59 0 R/Filter/FlateDecode/Length1 7488>>
+73 0 obj
+<</Length 74 0 R/Filter/FlateDecode/Length1 7488>>
 stream
 xœå8pç•ïÛÕJ–I2¶1³kƒlɶ0ÆÄØ‹m-2Æà_ÉÄFB–mÛ–\ŠiÒƒˆâ„nH¦“LC›kH.¦“÷®wMçrƒ§½ô®“¶¸i;mgpÉ…ÌMRð½oµ6?ŽdÚNÿ»•¿oßï÷¾÷Þ·»ŸcÃ#AH…Q`A
 ú#K8]
 endstream
 endobj
 
-59 0 obj
+74 0 obj
 4603
 endobj
 
-60 0 obj
+75 0 obj
 <</Type/FontDescriptor/FontName/JAAAAA+LiberationSans-Italic
 /Flags 68
 /FontBBox[-271 -303 1061 1014]/ItalicAngle -30
@@ -763,10 +1100,10 @@
 /Descent -211
 /CapHeight 1014
 /StemV 80
-/FontFile2 58 0 R>>
+/FontFile2 73 0 R>>
 endobj
 
-61 0 obj
+76 0 obj
 <</Length 249/Filter/FlateDecode>>
 stream
 xœ]ËJÄ0†÷yŠ³CÚN­% º«&§5`“¦‹¾½¹Œ
@@ -775,18 +1112,18 @@
 endstream
 endobj
 
-62 0 obj
+77 0 obj
 <</Type/Font/Subtype/TrueType/BaseFont/JAAAAA+LiberationSans-Italic
 /FirstChar 0
 /LastChar 6
 /Widths[750 277 277 556 222 222 500 ]
-/FontDescriptor 60 0 R
-/ToUnicode 61 0 R
+/FontDescriptor 75 0 R
+/ToUnicode 76 0 R
 >>
 endobj
 
-63 0 obj
-<</Length 64 0 R/Filter/FlateDecode/Length1 17732>>
+78 0 obj
+<</Length 79 0 R/Filter/FlateDecode/Length1 17732>>
 stream
 xœÝ{}\T×µè^ûœ3Ùfæ0s`d8À
 QùÑĘTLLŒ¯æˤM›xÓ4ÍWëhLÔ&71mšÞ61š&mnonÛÚ¤½©Õ×—´½5oí3ƒÑ$í»ïýÞ_o`ÎY{íµ×^{í½×Z{3፛H"™ Ñú6ôŽæ‰SBÈë„€Ô·9ìÙÜþ§
@@ -873,11 +1210,11 @@
 endstream
 endobj
 
-64 0 obj
+79 0 obj
 12015
 endobj
 
-65 0 obj
+80 0 obj
 <</Type/FontDescriptor/FontName/BAAAAA+LiberationSans-Bold
 /Flags 4
 /FontBBox[-184 -303 1061 1033]/ItalicAngle 0
@@ -885,10 +1222,10 @@
 /Descent -211
 /CapHeight 1033
 /StemV 80
-/FontFile2 63 0 R>>
+/FontFile2 78 0 R>>
 endobj
 
-66 0 obj
+81 0 obj
 <</Length 431/Filter/FlateDecode>>
 stream
 xœ]“M›0†ïü
@@ -899,21 +1236,194 @@
 endstream
 endobj
 
-67 0 obj
+82 0 obj
 <</Type/Font/Subtype/TrueType/BaseFont/BAAAAA+LiberationSans-Bold
 /FirstChar 0
 /LastChar 46
 /Widths[750 556 722 610 556 277 610 389 556 610 556 333 277 722 666 277
 556 277 556 556 610 277 556 777 333 722 943 610 777 610 610 610
 610 500 722 889 556 610 279 722 722 610 556 277 666 556 610 ]
-/FontDescriptor 65 0 R
-/ToUnicode 66 0 R
+/FontDescriptor 80 0 R
+/ToUnicode 81 0 R
 >>
 endobj
 
-68 0 obj
-<</Length 69 0 R/Filter/FlateDecode/Length1 30072>>
+83 0 obj
+<</Length 84 0 R/Filter/FlateDecode/Length1 20336>>
 stream
+xœÕ¼y\[×µ/¾‡s4G„˜#æIÇÉÂØAÆ`6Âà0ƒ§$6q<Ä8’¦ÝØMœ4IZÎÐØI»Mî½M›4¹mï}ïÞq§¼¾6N|Óá¶M¿µ¶Ó¤Ÿß{Ÿß??‰sÎÞûìq­µ×ú®½·˜ŸŠ 
+šF‰ý[ûÆ‚W7 „ÞBû·O:ŸY÷¯™¾‚©Û¸5×÷“âlÉù[v
+¾U{¶!µ¡²_EúžømWB‹9¨£|™}FñZˆgmÜ™fÛ)‡x/ÄïÞ2Úß×üƒg¿ñX|kßαGè¯(B
+;!îéÛÉ{Mþ
+¥J­Ñêô‚Áh2[’¬¶ä{jZºÃéÊpgfeçäæå{
+
+‹¼Å‹J|¥eå•UÕ5µuõ~qqÃ’Fôÿçÿÿº ê•î7}¸jdF;šcô¿á[óÿm/ñÇè[èt}B¯îB{ÐèòMÙ/¡7Ñ×ÑÝèUô:úª½õÜ&…îC=_œ
+?…FÑNtÚ½ê{­Ç3˜¢^4‰î@ í0wž{=¶ý?‡^ÇJt+öû¡÷A…÷¢§Ðf¸¿÷GXùÝKêÑy‚Ðaa/YɯCÛ· 3x-Z3lz 4tS]Ùt:„n…Ðԍoø}ćÔs„FÇ¡'ÃhZ‹Z¯Ÿ#0KÐQê€Ñ|½(¥™/+{šŽ‘W‰bö!t|WÀw
+¢ßŠÎŽö¶U­+Ã-·¬XÞ¼¬)´4h\Ò°Xô××ÕÖTWUV”—-*öäædgeº3\›Ù èuZµJ©ËxŽŒ
+î`¯3šÝå²Ý¡P!‹»û ¡ï†„Þ¨’‚7ç‰:{¥lΛsŠsð39ÅxNq!'œµ¨¶°Àp;£o7ºp×Êmtw:£W¥ð
+)ÌeK-D\.(á؆QÜëDƒÛ‡f½Pßyµj‰{IDUX€Î«ÔTC(šë;së± ¹êó)´¬Ù(Í
+ô
+DÃ+;v—«³° )ªs7J¯Ð©Ê¨lIT.Uéf]GGœç.ÏÜ}A@z=š÷@ߺŽ(탲3403s(jðDó܍Ѽݿ¶ÁÈ#Ñwc êaµ6·.´Ó|½Iå³·sæO†ã¾úÁÍ)}‰Y–ð'Ä‚A ïÌLÐíÎôÎô]˜›Þàv
+î™óÍÌX
+œ…ѐ'Îú¶Ž¨Ø±/Á£Àùb/”èë
+7Jì‹zÝcQ³»aŸ¬[áUR‘D±¨yIõö'JE½FÖ²30ÓÛï«Ë½²ã"òÍ]9_ê´?ïC¥¨³‘eNZr•˜éŒ:zí0ӝvWTìwº;"LЀByW 9—Ôb”,iëh^ån^ÙÕQ™èHü«ŽË
+|¦w‡=^
+ˆ\T‘¥pv;í„Œ$8ƒp7ÔÂ=*ÏRÀ%
+¼v&†
+FÔÐü+šš
+ô¼)Š˜‹•»4ûÙ|vû`ÃŒ–æóÌyQdsyˆMÛwÓÀŒ{UG­”4Èíöݬ-#jÆÍm
+… Ìλñ]+Ï‹ø®U]€\wµu<G0YÒÛÐy>Þu\t"$J©„¥²Dq²«©"
+)¿ý¢ˆÐ´ô–“¤xÿŒ¤4Å|FýH<M˜O#ÆÅÓD)}€K¶! 1èï€s€ñç¶Î¡™ÞN&ã(	(8ŠÝõ@wýyLdš¨ÊiˆªÝ
+,ÝÏÒýñtK—ƒdà$\X°{F¸ÿd+”L;Ú‹½ƒ|YŽRD•Ë•2Ä3xé}Ûû6ö¾m¬ò¾½¨Øgp¨ËàÚKÉ1(F>œ5’­13 hÛÜÜv¾å¡3baU¦­NL£ƒ©¸œb§£ØAzcrځ§˜–r:UjuT…Uæ.‹¥&¤Ry¶£ƒPïÚb‹h	[(²b	¦¬N!Y=)Ng
+'¨œªbU¯jLÅ«¦U类¨8•ªIèß#˜ÿj·ÏÛ½Íïó
+W»1„®vC×=hðy=ìÕø¢bÔ
+lN'¾’zRaÕQwF&e¥Æzì+I'Vy¤è®Îm»s?ÒRm9•Ú:ùÈàÑ·-÷o&òàèŠä§ô¥M}µ{[³ÉÓw~ÿîPñ-ƒå‹ƒ†ÅÈL}ãsk+ºw5,.êhÌo<ô/q:ï5q· =r£N±n 3VgTL]J6Ûp“­ÓF6q“±ÓHÐÒsF‚ ô
+T²R–" –%¬a>	Æê¿
+C¼
+„q&†šŽÀH™`ô•iiañ$Ì5-ÙóâøÖó·7Îþö~˳b“¸x¤¥ÐÛ2\µx4\Hҏýèî@ãÝ?:Ž­89ö»Øû{ÎlÈÉë?sëž'6äælx’cfî}.P·ùÐf±¹1£-c ƒ6—¬-Ù\B«ñ& ¦
+ór‹|J~@Ω¸n77Ãq¦`>
+ñ	ãi#1ËœK‘ËR,Fä
+«BVQ•ï*ûó/ŒÌç»>¶,vgƒà*I²úJ³K³Ë>ŒËê.¢eó-K˜®_ôخfïÚõø"‚ñ˜|f›ýEZ]ï’À榬¬Ð¦€Øëw~c¸f…”¯ÞÀç—*ñ㟘rBµ%—YR‚·ŒZT<üÔÎɯôæ
+>.ñò
+¼‹¦ ã½y8/¯Þ—n"ã4FQ8=S°é
+öÊ°Š„nÒh¥á~ž¬ç¸Ó©Åà6
+®,ì1zöN‰½lv²e¹\¥á˝êð}䔤@ô¹>€t(­ë­X2êMúNý°ž¢®½úãz¢“SCHõz»YÞ…‚â´"ªà²³¨4„Ìf¹©GIåF˜LÕy®ë:O÷Õîn&,’Œ¸`"¸¤yžíÁi†÷Ôìúæ­±ÿu	¿uûË·Õ_>sæϱÖ]-Ùô|Û#;C³1>P½éËëo¿cöªgÙ £ïAèï:‰¯>1E¡`\]à¨J
+ÜD7ps—ÏHr%ÁÄ÷ð¿¹è±8ÿ˜Í¯…¾"¶$áïJ?œNRp£¥ÍBš
+k
+dJq at AÔKUªÔ¥~{‹ý¸ý”ýœÇþž}ÎN{íØnÏ1-eµÙ1²ö^û˜}Ú~Ù.³3ð”jOÙí¶°+Iæê½êãjª!¦À¦G²ì¹mÞ®vo»qցÉ0%LÌ.|]e–Ï[}«¾Ð³ááÑ ö²0½}õX°¥Sí[Ž^S6Ž?:pøÒŽr’þøÿœ.+Y³½Q·v¸bø‘S#Õ›¶j–ܶ¾jõoCïÀ>æªAž[Ómzc(bœ20Ò¦´Î4BZC¨ÖQâ!5„ ¦i
+@$
+"²IØ-ÌT‚zH°
+ÛvÙÃD
+…!Ý!8€/©!ЬFÃ…¹k¢Ê ªõ!Ã>¶]˜»"jµBÈ&é½&ÌÛ~òÁð
+^Ø×a„<Fˆñ^R<@6Prbz2¶F>õ—#’¾ý2~—¥¡]âêíiÓHiÞž|0™”&ÇMyï26‘^-à€€ƒÚÕZÒ$&Ú	 lm%O£Ã¶6¬Âs6zôœ½‡7Í;Û$ôl»Ù\K›0l~ݏBT Vg>7ÜiçÞËÓbã¾K·ý7V¼ùèƒ'O>úÐã÷‘§Ÿýí|çúç1ÿµg19»:öDì¬ÃòØ_cÃ÷l^?”H–th˜=–1A8—Ù5éÚïⲂå$k‚H;­%ÚdYØ!˜ôZ˜Iþ’†’ìF¼Ã.Ã<ü{¨h1ÐWM¸¸fãŠÉWxJ¨mqû¦†UÓk
+ÉKáu¶ÂöÛWÎ¥«2š—Ëù‚ª³wyYZÁº‘Yo\.—C_§anÉÑ2q‘\‡9¢ãp—žøÉqrŠ\"ïYé!{!úyÈ)”ÌhR,¼‰ÙLCÿ³Û„ï3¶»™±z-àJ¹§?YÃ=}ò$k¯Ú
+ò–M‹í¾î;WÎ~užye•æœ¥åŽÞoSIJœ'ñ|O=5{”ÑêÌ•:àM2Z/6F,S–ÑOé0`2m=a}×zÅzÍÊû­ø2„É^ëq+±ZíÚ®ãªSªs*úŽ
+3w¨ljjLÌŸD„„QMÌŒ<îŸJÖàãêªw¼¸{òÕ—’ë†Ã«FÓ^ÿ;ü[+˦^9D·~úlßLGnn牍4(Ííièï]ÀÛ´=!úg2ñîô™t2\·«îpÍ*/+'&'X@™5ÉJÒ”…Ê:%å-…Q@~ÅA»¦¥²§’TVZ–d/͹0÷±ðrÎÉñƒŸ‰-U+ív_>Û‘M¼Ùdzç²iv¶+\ øÂF´R.ד$àx5Žº·æNˆTJÀ½œóow\x$ƒEÒà’ÅQ$(?žwÊå9’
+nTÒj<ÍY!³×@N—5¬a:×3
+Ž|FWy˜7°•¹¸?”FBÏÍ/WX-ñ¥¸4ª¯ñ…Øß°¬pàÔxZ8¼Ôbµ„L
+Dþ==ûi8%É‘ãkó©LÁÝCe<5—¯oV%0øEf?¤þûÅœ1Ý´ŽpZ³vR»_Ë‚F£‹'éA®+8å‹
+ÜUŠù¥¥¨…e‡øÄJ›eòϪ/IÇ]|QF©MlWíëò¾¸`Kø·b»K"E×íč–$Žÿ€ÿ¦$ü—)šÐ5µÚjà¯êd`Ÿ
+üßü•µu
+ËO°0FŠ¨¡÷3ò0˜ñBÞ¸{ÃÖW\ ˜øÚï±'öoLMAÿ¡É€1bî”选H6›Ê’²,-
+™B±¤;T)«ìȶé…Ä–pƒ¤+˜¿a˜_Éàç=ü²„‡?ïÓÆ¥ÛO®Îk]¾Ø–TjÉ­ìåņIów¿›ºõž|¹F¯¼›×¨ä©u=Kè?In2ðô¤°`ô®`oÆñr«ëˆ‹¨\)®|­JÅɺ Zƒƒ(s:“d2”d¶hþ”ÀHë›_¾Ai/¬/ºKi¼ÕZÖî76å¼x'¤Ô·n
+víkËX×Êlã/™øôÙÏ"…{È¿JkeÐç ©•¢>±a7™!¤Ñ×æðÑf÷Z÷f7­æqY*æǔ〃CK{]Øå*÷ÈÌAdš6Sv8%]0!­¥8,£ÿx¥34–ãž—ƒ$ÇL’ñç­7|ÿ[“ÏB)þãL“pÅOO½þÆËéþž††MM¹¹MËý½¢‹dÄ~{õ†”Š"§ôÔ†r¸«±Î´ª¤ëpOì÷±_Œ}uã¢ÂO߶ãÑž¶zŠQŒ}0«EÅ]¥uxk!nN[›F6¸Wƒ'ë÷דÉ:,Ö…ëÈÁZÜXÛVK¶W¬ “9ûs
+L‘„0÷™ŒY§­ÄlÍ´X©´c×{ô›õ´TKU¸†b ¡ö4
+?(‰7ƒáš¤¿ú4þŠvÜw_ÝwÐ3®3A¿°63E#X—¸ÞT*¸G :Iwú絧¯$®?i\‡þ^Ò¢T×¥M€ìwI>ž_L;‚ðn„«Ð0Œ
+”ò.'ƒd;¨ðâ%Ä–ö(^ÉT‚ÿ	äg
+IB³^gÖëuZÜšš”º\®5˵·¦¹Ó–˱YŽÓä·æ¹óšó‘9¹åIToΟÌߟOóóôùƒr\’&OMMÊ˨^ïNšJ:D’´é¤%7ƒ¼W¶þÝÓÝ
+R'	5!u"wÈö™…æâ$þ$g'îòx¤ÕZ„œÏ#u
++~]Â41Û#H¬xVÄÞÀµŸ¾‰kcoð“ŸüáäINßç>ëàÒ¹f´ÐI±~wñL1ô〦]ÑÐæêµÕ›«i™óiIÚ8•5źÛ:cå¼Á’Œ°ŸÐÖ.e©,È¿<w
+ñ0ërõ–Ï×.¦`”òn
+IÉÕW„3Ââ°ÞbQ†‘SVæJÆ–ËJâv]ú“V­ØânܲߴŸÜã›LØ'ù¢î7KÙs|iœU™é3‰lì:Ü_§½`ض®jíb71Õ¬	
+žXçñô<8²ík…”m¼|A§»Š["eK6ˆééþ¾†²Áð¢XGöÒ
+µÉÍ+3šw®þNîòjwÃÁïºó­£Ë†û’ë+r)€¨¦œOÿùW¿¡ïl{´¿ °ÿ+Û¦N®Ïñô>æàü.ÝCÆ€Wi¢ZAH`šùeoܪ1{&lfÊð-¤¿{ú4“èÜô?¥ó±Í/E„)á€@ÕlY7æ É¤@]ƒÂ:Í‚-ï…©ÇL-Í%!nýa¦HË
+Ë9ŽrÔcêi5À-ÏS¹
+&–‚×ÓøŽ‡Ï
+šN:ì&ÑÏz³˜Æ#‚„¬±KqY‘¸KâË®»]JìV2
+ôLìRì[ßÁ§bÿ‚pþ›±	|¿k$D[‹Ÿ˜ýãìÁå0î# vä@×."nîšø˜³Ó¨'álLzšS™i©ά¹Læl|’#]Îɬ¦³fþ¬ÌzÖ–â¥~¶šBmÅ2Q–QÁæ´‘+¶k6b–Ùl23U¹Fy–ɘ‚ӜӦam*Î’-†n1ô>ßKtd„öjkOii‹¶<ZƒÖÀ[MTÅ#¯ÏZ‘­?nóto3ø|ÂÕ’’Ä#¾¼§—åØ&-O‚ùc_–z㵨˜mSMê6±Ë]æƒË@]>Hw™ècK0ûMÇÈêØ—ÛFÚÞüÅ’ÿÂòΑ¼¹c¤ãG³b
+¿‚Œ*.¾V \ãˆÉ„z3Ç2§3ifæ;lE‰™K£Q;a“ãÌ	d‹ûc>¶2ÒŸ%	/æj‰÷&¢ùÊêù›÷Ø$Âpr—åDÁ‰ÇŸ8Ж³´¯¦¼;X ¿ GÛ4üµ©úՇΜœv’Mõ¹gÿ–Õ®©²§×vÖ–ŒTwÏt®ÿê‰}Ówõß—lýbé¤j¿ŠU«Uƒ*: Ÿ”ï—Ó£oF·"Ò„:©Ra³
+c';2‚ÕãÊ}J¢d¡ZR(ð1Ôü©	X1y|ù„pD®Š[L9VÜ€Nªºã»d€˜¨åÀVJUUˆm“I번Ý]X.aÉrý>–ü8€–Ú_Ä$@ö<ó
+”û
+~ÉÔ{û±†eÇoëMy÷ÝCgs—–:î˨k+ùdù=ÒúÁQàx“‰*ÑâŽÝŠÙ-Ÿ‘“ÎÎCN:”²3宨h¯ Eí‹È²Â®BÒœ³6‡˜$ &4âÏ:žu*ë\w9ëÝ,’••V­Q©¼#WÒ®¥‘wÒ0JÒHZé„É&š’B6›."C®›àº"
+,qØÚ#m«,¨/É&ýýø
+«	7®%üC9pÿ·v¬Ü7J:›ºcí²í‹°¥©{seï#[jü;ύ~ð_od5m.
+布C’«ÊÈ¥ó±_êvÇZìkÛ÷¿q‡w™ÏÞ¸ûéÈÐÓ;b/D›îì¯)\5l˜XS’±$2.Q—~“Q‡V¢oŠ{¦rä’횃²“ÜEÈNÅ]
+²#íPÙ•q8ƒì4Þe$›‚x“ˆ#aYÆpE¤g
+ŽÒ‹c$ß_H=Fõ—ëß­§õõ«B#WT×T„YŸ	™‚°d¢ªj…¤
+½)ò]üaž¬ˆÏ‡n¿dÀ¯VI3ºû¦IÁþþhQâ,…dÀã'ÞnÔûŸÝ¼úìR
+¬šzñöÛ^ÜQåm‰”×tû]UcOnxz´ÜåﮫZáù¹½~ )ØïOMª¯¬0¸S'V·ŒœÎàøJvLïn»gK]Ýæ{V-h+Urºú¶²ÆÛ{«ª{÷4–´Õi8UYÛ6âó¶ÖºÝµ­Þ¬Ö@aQ uö•ÂÎ¥¡.oMdY~^óÆø¼û q–XÎ‰ƒr¦ôè€rR¹_IoÅG0ixÓ&æ/0¥zQI­JçðrA©ôU
+Ê6¶‘…N©Ï©/©i\Ÿ
+’F
+"pØaGVHz&Ù¥§(8$)Zбz¼ÄøA©ªªù“ž¸š­“")[ÆOwÂ7 at 7ëØ{c÷îáü“Åšðð6ÄFù·>í#Ú˜wö6±…® ß”ö"ä(G4Óû	8?÷{el›@Æ#$#H‚Ò9¢«‰Ím7õ±‹Þ},÷JÌr4ï
+]AöÎÞAöÆi—	´{
+t–Ý/•Êem2ºNŽkäÍr¨<Yž'§«x\Ê7ò„"^à<Õðr…t‹÷Yd_p‹“Nb©”2*¢0êEÔÏ2x]ñcY>iµÞç[X­úçî’øù¬’EÅ=ë»{$iK’ü'òÆ«±Ô·ñv<ù6	Í^ !2;ûÒµ~ÆÀÎ!)ÑR±™B¡Æ|b¿ëñã½ w©‚ò¥X´äÇÊ£9åDw_÷”ã«}’ƒì†;¾ƒœ™]w‰ÞÊ=3>:û+ð“%ºÁ¥ª{âm¿¿G_û'äˆÿ^ýŸº¾¼tþ7ÕsŸÄÖpÿ
+Üb?f'‰DÌ~k=ûÐõ_m'þûÀ
+qîm´mCûÐ¸Ï£Ñ×Ðqôà…ƒÖ
+{Ý6ì(´û¶€d
+y#Î-0Ž(Ú·q<ÙÊF:%õxÇÐpÿs×蔳¯¿?26	aÙ¿¨æ¢ÔÙ-…¤ž¢F4Œ6Â5	×nAÈ	WÄû ô4\%¨¾Zú«òŒ@Žh2'Z‚Fá9&Ýû¤:Fám‘”w|Îê‚wR,OVv»ÔVèÌa´AJ¹^Þ‰VHÏQÐ/(=5õAŽ ”:)=Ç!="õ®zçDÕpý㺜Ÿ©-^¦¢EÒ=>ÎÊÿÃZVK9'ò-’úSú¹µÌ×Qø™:>¿Åa‰bŒ“ÒFó­Rþ͐6
+'ÞƱT²
+/açKá—¦_Š¾ÄM¿}‘èŸ÷?ÿÑóÒ†¦ç™c:z"J¢ÑËÑw£Ô{ÎŽœ~6ú,¹üì»ÏïYÿYrêëøò3ï>C뱕`ˆ8‚»
+endstream
+endobj
+
+84 0 obj
+14341
+endobj
+
+85 0 obj
+<</Type/FontDescriptor/FontName/KAAAAA+LiberationMono-Regular
+/Flags 5
+/FontBBox[-24 -300 607 832]/ItalicAngle 0
+/Ascent 832
+/Descent -300
+/CapHeight 832
+/StemV 80
+/FontFile2 83 0 R>>
+endobj
+
+86 0 obj
+<</Length 520/Filter/FlateDecode>>
+stream
+xœ]ÔÍŽ›0à=OÁrºï50#E‘2ÉDÊ¢?j¦@ÀI‘@„,òöåÜã¶R‰p¯ýÙÂdÛÃîÐwsömšc˜Ós×·S¸
+÷©	é)\º>q’¶]3Ç+ûo®õ˜dKïñq›ÃõП‡Õ*ɾ/ÏnóôHŸ6íp
+Ÿ’ìëÔ†©ë/éӏíq¹>ÞÇñW¸†~Nód½NÛp^Æù\_êkȬëùÐ.»ùñ¼´ü+øxŒ!»v¤4CncÝ„©î/!Yåù:]í÷ë$ôíÏʶœÎÍÏzZJÝRšç^×KËåY™=²g.ËUŽ\2rÅlã¼°þù•÷mœåÂzßX³EÞ2[ïŽõÖûnY¬~Ïü²d—ÓüŽLU"Ó_aLG¿ÇZ\ô[=ý<Žþr‡L5ºèwÈô{«¡¿´¹¢ß<ôÌŽ~±¹è/7ÈôW_è/±oBµý6_rg÷éW„~ŘBõ
+ý‚õ
+ý~¡¿°¹è¯*dú=Ì÷ßîG¿ÍE¿·¹è÷GéWÌ«ô+Ö«ôØåþð(ý{¥ô{ìƒÒ¯oÈñý±úkWú{¢ô«Ý§_ÍC¿·qèW¼3J¿b”~Åz}ôc.O‰^O¿`LýVý¥¨xrp´pöÿÙ´¹OÓr\íaç'´ëÃßoÈ8Œè²ßoÑ
+¶
+endstream
+endobj
+
+87 0 obj
+<</Type/Font/Subtype/TrueType/BaseFont/KAAAAA+LiberationMono-Regular
+/FirstChar 0
+/LastChar 68
+/Widths[600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600
+600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600
+600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600
+600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600
+600 600 600 600 600 ]
+/FontDescriptor 85 0 R
+/ToUnicode 86 0 R
+>>
+endobj
+
+88 0 obj
+<</Length 89 0 R/Filter/FlateDecode/Length1 30072>>
+stream
 xœÔ¼k`TÕ¹0¼žµöžÙsßsÛ“™É$3Ìž\f’Ì$“+!“MÈe „CÈE%\DÑAä+*‚JêáX/ô8(µR{*=EO}ÕJ[ôµR‹½¼˱Է¯˜á[kÏ„‹m¿ïÏ÷çÂìuÛk¯õ¬çþ<{Ö­¹m	2¢QDrã-‹FN?ÿøÏBo!¶ׯó6%YLËgÂâÒ‘›n)‹ðBä<BZþ¦›7,ýö‡+|éÿŠÐ`ϲ%‹†oþÝ/Ã-›Iç¨_FÈnÐÒú6Z——ݲîŽÏ$®ŒÖŸ¦sVܼêÆEzþàÝ-?Mû÷߲莑ßk~Â!´âfZ÷ߺè–%ŸÜSËÓúý	óGV­]7ŒNdZs–õ¬Y2ò—þG„ÖÒ{ð:ÚôûiQÃê˜p¼F+èô£Él­6»Ã)¹
 Üo¡¯¨Ø˜”C%¥eåáHEeU4V]¯­«ohlšÜ<¥%ѪLm›ÖÞÑÙ•œ>ýßùáw#'Jò-È‚FÔïk>är³ë¥?^ûyéËÿ?W!ä.ûÑSèڍÞGƒùŽN”BËÑm´åêϏÐÏh+û¤P?zíüÓA/Óþܸ4ÚƒýãRèô"ú÷kž’B· »èZ¾‹Þ‡jôE•UèsÐôõsÚvÝß›
 ›é×Rµ¸ôªÖÐA¼ÍÀ/e=8ŠEt=éÌëè>w_Þñ”¿™tÚH¿ç¡eh=-«¾å«ÿBºK¦»Úˆf »ÑTtóUwü
@@ -1074,11 +1584,11 @@
 endstream
 endobj
 
-69 0 obj
+89 0 obj
 21070
 endobj
 
-70 0 obj
+90 0 obj
 <</Type/FontDescriptor/FontName/FAAAAA+LiberationSerif-Regular
 /Flags 4
 /FontBBox[-176 -303 1005 981]/ItalicAngle 0
@@ -1086,10 +1596,10 @@
 /Descent -216
 /CapHeight 981
 /StemV 80
-/FontFile2 68 0 R>>
+/FontFile2 88 0 R>>
 endobj
 
-71 0 obj
+91 0 obj
 <</Length 541/Filter/FlateDecode>>
 stream
 xœ]ÔÍn›@à=OÁ2]D0÷&‘,KÄŽ%/ú£:}
@@ -1099,7 +1609,7 @@
 endstream
 endobj
 
-72 0 obj
+92 0 obj
 <</Type/Font/Subtype/TrueType/BaseFont/FAAAAA+LiberationSerif-Regular
 /FirstChar 0
 /LastChar 74
@@ -1108,13 +1618,13 @@
 979 500 610 722 556 889 333 759 943 722 666 722 500 500 722 277
 722 333 556 666 500 500 920 722 666 722 277 556 500 500 500 500
 500 500 333 333 722 759 277 722 500 500 443 ]
-/FontDescriptor 70 0 R
-/ToUnicode 71 0 R
+/FontDescriptor 90 0 R
+/ToUnicode 91 0 R
 >>
 endobj
 
-73 0 obj
-<</Length 74 0 R/Filter/FlateDecode/Length1 10384>>
+93 0 obj
+<</Length 94 0 R/Filter/FlateDecode/Length1 10384>>
 stream
 xœåykx[Õ•èÞgëiÉzXË–åsdY¶YKq'¶uâØ–'±ü
 ²ƒb+¶ü±åXrBÁ)¤„8¥¥@¸@ètZ‰|Œ¥
@@ -1173,11 +1683,11 @@
 endstream
 endobj
 
-74 0 obj
+94 0 obj
 6823
 endobj
 
-75 0 obj
+95 0 obj
 <</Type/FontDescriptor/FontName/NAAAAA+LiberationSerif-Italic
 /Flags 68
 /FontBBox[-176 -303 1086 980]/ItalicAngle -30
@@ -1185,10 +1695,10 @@
 /Descent -216
 /CapHeight 980
 /StemV 80
-/FontFile2 73 0 R>>
+/FontFile2 93 0 R>>
 endobj
 
-76 0 obj
+96 0 obj
 <</Length 315/Filter/FlateDecode>>
 stream
 xœ]’Mnƒ0…÷>…—é"Â&„4BJIXôG%=
 endstream
 endobj
 
-77 0 obj
+97 0 obj
 <</Type/Font/Subtype/TrueType/BaseFont/NAAAAA+LiberationSerif-Italic
 /FirstChar 0
 /LastChar 20
 /Widths[777 610 389 277 500 500 500 556 389 443 277 277 500 277 250 722
 500 443 277 443 443 ]
-/FontDescriptor 75 0 R
-/ToUnicode 76 0 R
+/FontDescriptor 95 0 R
+/ToUnicode 96 0 R
 >>
 endobj
 
-78 0 obj
-<</Length 79 0 R/Filter/FlateDecode/Length1 13308>>
+98 0 obj
+<</Length 99 0 R/Filter/FlateDecode/Length1 13308>>
 stream
 xœåzkxÕ‘è©Ó󞑦5ÖhFÒôhÔz¤‘5zÚ–Õ–õYÖÃzØ’lYK£‡m=,
 ‚EÖ`[lÂÂz‡%/Nƒìpœ`¸_Bœ’,!‡Ë—].(]’K0–nž‘-’ÍîwÿÝuwUª:çÔ©ªS§5‘é=ab"³„#òàxhª««5Hù!!`܏®œÉ@ø2!”OŒçÞü
@@ -1289,11 +1799,11 @@
 endstream
 endobj
 
-79 0 obj
+99 0 obj
 9004
 endobj
 
-80 0 obj
+100 0 obj
 <</Type/FontDescriptor/FontName/EAAAAA+LiberationSerif-Bold
 /Flags 4
 /FontBBox[-182 -303 1083 1007]/ItalicAngle 0
@@ -1301,10 +1811,10 @@
 /Descent -216
 /CapHeight 1007
 /StemV 80
-/FontFile2 78 0 R>>
+/FontFile2 98 0 R>>
 endobj
 
-81 0 obj
+101 0 obj
 <</Length 330/Filter/FlateDecode>>
 stream
 xœ]’Moƒ0†ïüŠ»C¡|´Bêh‘8ìCcû41ÒQ þýb»Û¤@¿Ö;aÕœ3,á«›T‹è£ÌÓÍ)¸&±ÐƒZîýÕØÙ ôÚvÓOE„oþl^Ü*6G=]à!_œ7˜«Ø|T­Û›µ_0‚YD”¥ÐÐû>O}îFIµm´?–uë%ï«S,ÙŠš4̶Sà:s… ˆ¢Ru]`ô¿³8aÉ¥WŸó¥Ò—FQR•žcâ,EÞ1çÈ	³DN™©>#Ž#äœûœ‘÷\S#ˆóùÈùò#ó¹ââ÷!>sžú×̨•sŒÌþ³=2ûOQ+ïþ3döŸã]$ûO)Ïþ3ô,ÙJ=ïþà}R8JÜõÏŠ„º9ç×C‚ö‚ü¾;YTÑ÷
@@ -1312,1183 +1822,20 @@
 endstream
 endobj
 
-82 0 obj
+102 0 obj
 <</Type/Font/Subtype/TrueType/BaseFont/EAAAAA+LiberationSerif-Bold
 /FirstChar 0
 /LastChar 24
 /Widths[777 666 443 500 500 277 250 722 500 333 277 443 389 722 556 500
 443 556 556 333 722 722 556 722 556 ]
-/FontDescriptor 80 0 R
-/ToUnicode 81 0 R
->>
-endobj
-
-83 0 obj
-<</Length 84 0 R/Filter/FlateDecode/Length1 22684>>
-stream
-xœí{|Sõ½øïœß9IzÒG’¦…Ò×ik-•ÐÖVÀ“ô‘B¡´µ
-/mÚ¤4Ð61I)ÈX/‡L©/„ŠøBǐ˴ zQÙ”!Û®Âîw×9qÌ­"w—¹­À¯ÿïïwNš´†€ûùߦi~ç÷ûþ¾ïW¾bÀ×æB‘hÂÈÚÐâð¶Þ½°!ô.Bœ©aq@ž8²éMXÿޤѻ ¥½=߉†gô‚楍y[5³6 dXÒär8Û'ßœ…Pœ
-{…¡G8)E¿pT¨ü\Þ.ρw!þoB‡Q*êá>@~´‚ð¡TˆFà£x'ú¨P_9‚6¢hðbæ<¨ƒ_Æ×ÀÎÛâQô¼<p~”ÛʽÜíçîEÇÑ#Xৡ­ÜqëúÝ‹í|øeßü¿
-¸ŽÂýǐ_@âqNB„{À=Ъg“ñXñ8{F@ÙŽvhz4fmP¡{†{‹ëÕ<ˆºÑûø|7þ
-·ZÈž¦¡ŠpÚ¸£w4ÜR¾–Qì|»PÇíDŸuÚzÀý#*ÐÜË×€Dè
-t DºzE«ÌsÈ"vó™åÎÝÖ[çÊïÌKkò(´ònT½;j©ÜÓß_=WHçí“vãLÝn!3ãË~8Ö2£z®¼û¼­TÅj«+…½Ú¹°¤O°
-û¶RvF‰î3á·¼n·ÜÐ$ßg¸/câ}×ı 6ÔHº„Fqd#-eÎ"ÍYN'vðÊ=t¬÷Fd8Ö{¬7/Ö˜fÌL3¦5
-èœ'žû˜ti£ÿþŸ&qý]¤‘{P<Žô¨Ø«ç‘v³¸­ŒušB.		‘†s3vìs÷z­7Ïë=QXhOœë5æqÖ¨¼(kTuT]ÔƨmQšù±Fƒf7® ü¸Ã?9úÑÌ)kZÅã}’¿œÙÙ™8=ù¯èéɨĚ‘€6K›M+¹ÍÒ÷Sz›*¢è¤x1!)'%™„4ùÞüs ‰qD!%ŸÛÛ{¦×pª0oOL:ÇÍçŒi@î¦ë3™iùñqf6…‹3i܃\éSO<ñ9ÀyhÓ¦‡ˆžNö­øöæ§Éé³çÿÈ>ÿÛÎõVóäïnï3_Z·Ý,yä_ƒ~ú€ßO€_-šnÖð›ÑJ³â$du†c'Ν
-F&è
-)àˆçNœ;D#àõAr썃LcÚ¸4£FȐ‘Ñ€Òò…q9\ða¼ðy™7µ‘?t“í¤[ÏÝù=Nëñž[ON‘O¹Xδè¹ãܦgÎwÔÎâåZ¸VîÑieÿqWù)ùwòùi&¢~±±ÿ#¡øÔ£ëÐ\ëu±µ&uÇkº“âŸ6tG®Kß”´!32=")!%6	§¥&f·Àä	Æ-xªá}Á	¬f¨qÜQþ(>*h´;Rö¤ðó!”Ò5qæøE•!Ç·pù(ÎŒ‚òÄó;ÖnÛ¶Þ\DÅãï¼3iÏ¢9‘œþ=9ONqÕ\bÅãxÒþíO¾úê“Û÷óK{®»žü…|6g>ùìÏ âîç–rõÜÓ)¬à"Ô_Ìïavk5£QÏñ£0ÂÅü6ˆ4q8÷K9gz|ÞóÒ©Wñºçÿ¾S<þׇ«·.	Y­qŸ[à»Å•ZÔ¡KÕ$a”ÊA4ÌØC=„crès’ü34Mz@»7Çüü	iFq\f¼ŽpÓÉ£œë'Üôs;v
-þi=ÓúŽïdô bÓÁ&Iè1k4Ixd„%¢aYlxÒøPT·y“
-y8³æÏf‹³µ÷÷ˆ‹;´ÐS$£ ¸$ÐbMÛ(b iZ“°jÔªÄUIϡ獁™ ¸ñhÂ-Méí8jQæG
-‚Fæs~îþÇÌg×Üõþ’{ŽÍý#g¶Ýž@Îìܹ³Û4±åáòö®â’woÌÿã›w<íM&fþØ	þ¸‘ùã”aÕt›Pwä&Ó†‘I1)8).q$¸ß™^%T§ò¸tÞh0䛌>+ŸºRF:ý˯ßòÄðûÄg¹ò·³gÉ߸±š%ïÂû(˜¹€»‰+è&~²†t?sŸ{¸û)+‡Nàa$‹‰mj·%tKOÝh]|j·aSü†LmRRZl
-JOOŠb!ì¹úùk0"â%¼9ê`âÁ¤ƒÉo¦JÕî40}bÂÆ¥€¾L±Ñ
-hÜM¨@‰ƒôë9¥Ø°ù°bËˆ„‰{šGÎr†ßs˜3’—ÈÇ[¸[ÔhI…8à¢8Óì;¸˜?ÿ‹gm#·§ðc…Êô8ÖR™Õô1Pq^^Bx‘Ó	¨Lg87¹7<êožUOëIuDÔ‘ciÍX—ñFüug»5æO¨N
-:ƒ)ºÌˆÁo¾R^ÏL>Ô›OÛžÄ)Ê•9~—‘~ý8cƸ#×Î-#«gø_{íøöÎNq+ysãùîu•m{¯ÛÈÝ‚˜Ü
-öiƒúÈtð‘}&´/²‡úˆ)æVlŠ³
-ñkÆ”„eh™¦CÛ¡ëˆè:ôË";¢:¢;b:Æe¦î„Ó	ÆÁYj+ùzñ…;ø⃧99uú¿Égœpòðá“|çíO¶wH/ù”¼
-i,ô¤7³¥Nà1·&à„£9Mg´±'ò€Äñ:T¡ÓSýРdeôÌ¡^£iDaÞÞº¸ŸÅñT;FÅ
-˜hpÅΞo{ó‹ûöÿkÛ?æwœ¿ƒßºmëë;Îw
-u»\ÎÏ€®§ÿ#ü6ÐÍB'­“£"ùh}mj
-XD+Õ¦¦¦Kú”T!­áÖ	æ5qëFî3
-û2{ŒF§HúÔD-ªIÔEkuætÛhùC½N€*½­Kà×=E¹dI$šfm´’Gö ,ZÞ[’¤$}RdN„E²è-‘“"&I“ô“"õ2’¹ëøÑÒhý
-±¹æܸâG§ŒNÍ–³Ó®ËZ#­Ñ¯‰\e¢šãy¤ÑãH…£q6à<
-'â$!9"+7{Jö]ÙÙ+²ÈîÎ>=òÐÝJA¡¦Kåhg¦gÊbÁE
-™Ëå@‚ÊÃë+Ÿ»mݺú‡¦zúo¿¼í­æÆ;Vmp½`}á‘ßý´q¯0e×èÑv»µ<-ú†G×my9#ãõqãæÝ:£:3æºÍ«¶¾˜¢øÞ2ð½± _	e¢Sõ#"¢Ñó#4û¢òšÔýIû2@#"Ñ<’Ú8ë̶ëÁÎïëͧÎÆ>tâÌ9Ðæi’(4Ò<Ñš—œ—’—š'ç¥å¥Oɲ&[S¬©VÙšfM¯N®N©N­–«ÓªÓ«³¼Y«“;S:S;åδÕédugÎJ	^
-^
-^¨K©K­“ëÒ¼)ÞT¯ìM[‘²"u…¼"mdxMþ7B¦¡ë©¢ÒÂÓy<ÿú/®ô<º¯§gʁµ/9–ãŸ}¸îe»ëõÛþç4_и¬Þÿ«½ÙçWîlt¼±ýµƒ¦Žõ99;³²ÎÑåœôWÐÃ<§CeÐK)ý“5Ê ¶O^ñ´¨Q
-$ù½jüàé g#‚¶B£×"£wF÷DÐJhƒËLÔ?YÎ:Ó{èØ»4Ùî­ŽÝK#Gñ‡PØŒÀÓSË-[žÝ·oâþÕ±9Ix¯Éxäõó{ hD‘Úµÿ7d6ãUbP©5IÏkQôë‘ÚNñ5t ò%ƒÎ jª¢8]$*3°ly¢ÖTC/Ë04Hhâ4ZÕÆ:£×¨$Nsð;‹’@Ÿúaٍî
-–E7üâàÇ£šÑŸ0ŸÚ>5W¨ƒ\aF“¬I¡l±Aâ˜{"ÁÌúJÈeq4±*rŸÈHž¸ƒ4eāf¼B0hRnMßïé)y©íw¸ŸqûùgÎ;¶m{}¿ìl÷‹
-§ñsÁ~5j^ä«QQOFï’6¹'Ñ.aóˆMÆ
-£´	Q(ÏlEVï@ŸzêóSy{cS©ÖÃ{Ó	qÑñbVãÉUýˆœæZu²qá§ÿB¾OîáÖpµk>ëßu'y›ü’üŠ¼}ç]ïO›Æmã ûç¶M
-åQ°K,ºip}xø<ÚTÊž:¥Æ„gQã?É¢óù­4‚Mö“ÙÂð?ta·XGíCÑæ}¢®'z÷>l4駎€*Ç—%SÚùJµ9A³¸áTœˆº”)Ý)¿K¸ù™ž
-á©M‚åLÅùÁ+_Zö.êïwÙKüÍÏ~ï{ÏÒ÷sçwi¤N9@þ¯îÏGNž<ïP
-ì
-È£²åü¼¼¹~©\ìø>—£Å"—·6äÈEÍÍr
-…òË5.¿Ë·ØåÌ‘.¸:ž^µ;·,ô´.‹M¹XêZè˜Ý&749Z¸ü²Ãç’Ý­²·­¾ÙÝ ;=-wk¦ÖÑê/öx…=†-g»|~·§UÎÏɯl‡4zZj
-¼ss°¿¸-Çïió5¸=¾®œVW ŒQ¨‚Ë£ý.—\ïjö´gçÈ—ÁqŽ<µy©·É/»[¼_Àå”}ž¹ÈçZ¬²¤Á4Ô¦h(œŒ$…¨ƒdYam@ÍÒØKþHä²m)¡ìöK9às8]-ß"ÙÓ8‹$U»|-n?S¿Û/7¹|. µÀçhÑ- ;ˆ×@c g‹ðÈŽÖ¥²<õИTà€i	 M® ž<-^
-SƒO[K!ZàºÓÝ覎æh€ëÁ:œN&¹¢: ðÕÖìðI”Óåw/hel,Pb.Qu4
-¦ˆR‡D/LµUÚjŠ*,rmµ­¤œ.@å5¶;ƒ݃&*»%U•µ¶[gÁÀIX¤9ÓlŒP¿%Œ3&~%ˆKñØ«jì¬Ì)¯µY䢚òZj‘²š*`—Ú³ªŒyÀ,Ð'5^¥Ê/µÝ»Ð;
-ßAíÔsHת]’ÔvI¾ªvIÄ.ûÞx­[&©Õ#_uË$]Ó–IR[&ùÊ[&ihË$_IË$
-Û2É_¤e’ìE³gN¯¢lM»¢îH
-I~5Ý‘ìŽä«éŽ¤ðîH¾¢îH¶;’¯¦;¢Î:(P颍üéҍ|ÄŸÁ½Ã?ohAx+k¤øȹää*·Ý½Èë†²$ÇÛäÍUÓؐÉ*AäEK‘¹ÑÔ„HF£QʆÏ|”¯XÕ„ŒŠ&€üðö!r dÝrÔ
-ð9°*BÍð’QÍ
-ДÜùbKaµîÍFm
-×Ú…Þ,¡±Wñ’.+B®}\oïÌn8‘Ø*Àv¨—µ0]/‚=XàŸñB%«føZ¶÷»OMì̥ʵ€QiU­nQí®XK¡¦ø˜âÏÆ—‡Y¿•Ý÷ª¦Pð
-4¯Pþà¿Š÷SŠ!Ð/‹'Ph`·ƒÜ8™ækõp`§
-
-é,j47
-Ë ~¸m¹ˆ–9sY‘f%ÜnU«ƒ­i©ƒšS¸õxt€ñòºDíL-—E!
-,k·ªºÂ(:Ù_JÃÂ>©&DçÀíGý¸YÍlA50ÚNƱ[åt"‹N»Ê0zXfÙ <…4pa&hø€
-þA°ÁX	i,<„ß“™ÌƹÄró`_S´¡ÔÇ%ìéaUNVmßÂ>Cùãrl`•ˆVN‡*QÎ M]ê.ÕÉRµ¶(ԩΏNÕ“š™ŸúvN©Na6÷º`u°Šèf9£™=I9§Ô^­aÚX0¨®*”‚9ÔÁ¼GñÝ ¡úñÿS™‚\Jª!s0]>ƒéÕÇp¼YT{7³{î‹dsiÀ:>–g,¯„ðwüŒ—¡ÕÃ¥æ9“"H©Iåd÷Ó‡©‡ér½!ÁY°Ú¦‡y™3CêK=‹wO¯mjýd1œº‡Ñ˜-aznU#Ù/¥z9XFu
-Ü·»ÂspG6RšX†—Ù§_åÑÅ<éb~ÌuÃån'«­ÌîáúN«R˜æÂmx¥±êgY3X«CÑŒ$Ú94ô>õÆ`Œ^æÑ‹àïÕbJ=¤^%
-dÕ/3S]\ªz5Fj=lÐÔ4dctªP%<Q:UðdGs ¬agå°'CW'³á©vK™]ŠØ	=OgÑ8ÖcšÅp)8jà/Å=v(n™=Ó§
-§vØQÌU9£äl&<Õ
-öDwgÁg5ÀÕ2}1™n+™ep®Èbc(–P8*Ïj M!¦_v¦JÉ®BZ˜©<¥ì>¥:ƒA)œU©V¦ë–U—
-Tÿ³(×2ù+à%3ùí°cg¶)üA¼Aß™Ê0P¾%¦YL¾"¦‡*F¡˜ÁQ-R}Vx\M˜UJ˜¾¨Ý(祌RÓHí°’±…[g8ï(LeòÙ˜¦*t-èÑðå;Š?–3YKT]+8¿W|¢"L»%LFjÙ[ªMõ©"¦»ÁRP;Íaü‡¤P,P¤þ-	ÓYÈú•ªuƒüØeû0Z™ÃbÑÆ Š˜­kb¤ŒÅïL•óYʳTÿ¬àl°~ƒq„»œÜ¡à
-ÒlÁRæO*‡µÚP ¤KàUr—
-êZûžÈÛƒ+wx×êFÃûNKX®
-ï”,<•Á¶í*ß–”šú®Þ»
-÷
-;øíXéåƒ]o¨ûPr·ò(¼ëu²þ\éý]‰‡õžÎ¤†jºWx}Ï£”¬ö[hkQ—ÒW:X·@©ù‡ÑæÅ+”tÁ7C/«÷
-•v¶¨	•¯M…¥û÷ù6œÿ\hyXe®s׿ÙÛ«~—r3
-Ó~2GÅëCÁïe!P
-(sµ–!VyÅ6
-*P,ãÜÉt-!eFGiJ,_g\_ÿÔéZÏe¿Ió iÐ<hhçõå̓¤açAòW<’.k4¸“oã)4ëB^Þu¸	‹ôµÍ•äæJÒÿÍ•ÂæJ¡	Ãÿι’4¨Â~}s%i˜okß„¹’4ì\)$ÑW3W’.1/øjæJú¢s¥Ðuº–s¥P¼
-ž+]¬ú^|º¤|?W:‰oÚtIBƒ§KÃO7¾šé’t	íÊaüfO™$æcv3_ý”IúO™¤!S¦ÐwݯrÊ$ýÓ)“ü•M™¤/0e’¿´)“Ät0°NgÜ*Ú.‚ó¯nv$
-kó¯kv$]0;’¿¶Ù‘tÑÙQhôåÏŽ¤/0;ºÞ/wv̬¯(N|¤+˜ø„Oi®åÄGºª‰Ï…ßÙ®lâ#…M|.5w¸šÀø­(4iú”sÿæ*—ée¼soNÖ5å°þÕ{ƒ»±Kÿ›3öÿ,+ÿÏ÷wÐmh˜Ÿ~…µÿ,Á}füLü÷|ü·.üy4þ+ÁgþŸLü—hüß]øt&þì¾"ñ3‚OuáO»poþsþÁŸLÄ,Æ'	þC>þøD­øq>€'jñG¿Ï?êÿÏÅü;‚?ÈÇÿeÆ¿íÂÿIðoLø×Ëñ¯^Å¿$ø
-endstream
-endobj
-
-84 0 obj
-9322
-endobj
-
-85 0 obj
-<</Type/FontDescriptor/FontName/DAAAAA+DejaVuSans
-/Flags 4
-/FontBBox[-1020 -356 1679 1166]/ItalicAngle 0
-/Ascent 928
-/Descent -235
-/CapHeight 1166
-/StemV 80
-/FontFile2 83 0 R>>
-endobj
-
-86 0 obj
-<</Length 350/Filter/FlateDecode>>
-stream
-xœ]’Ínƒ0€ï<EŽÝ¡‚P­„:Z$ûÑØ€&¦CzàíÛÝ&í
-endstream
-endobj
-
-87 0 obj
-<</Type/Font/Subtype/TrueType/BaseFont/DAAAAA+DejaVuSans
-/FirstChar 0
-/LastChar 28
-/Widths[600 294 686 610 684 360 294 774 636 336 636 636 636 636 277 392
-611 317 633 520 612 277 411 277 633 698 633 634 615 ]
-/FontDescriptor 85 0 R
-/ToUnicode 86 0 R
->>
-endobj
-
-88 0 obj
-<</Length 89 0 R/Filter/FlateDecode/Length1 21948>>
-stream
-xœí|	`TÕ¹ð9óÝ;™9É$3Ù ,ÉMbXtHbX”MfH†Èf2l*Ê$3!ƒ™¥3""ϧ-¶Ôú´qÅZõ¯ˆý-*>7¨¥‚­Ûkmõ=ÛFêï£>ß—ÿ;çÞÉLB ¸üKnrïY¾óíßw¾s\b‘nÉ kG{ÀvŒ½¸Š²šÝ¾<¦˜'íø/lÿƒ»#¼4p,D‘& Ì–¥]+:K¢ØÇùôŒNŸÇ{ÓÔ}cÉêÅùI8p¡L#ÄzöÏëÄ®¹!½©û³±ßØj÷¼=¼q8ö7bÿü€çšð-P&c/ö• 'à+øxÖeØÿ€é™áP4vY{œ†#|>ñ…/¿·-Ž¨r	I{Ç(>ü'›FÞ7€$ÓLf–žaÉ̲ڲsÈÿS?´ƒŽ§d7ù3¶§“ûIŠˆŸåß-ÔMzq¾
-!×J7R7~ÒÄ€ó«¥ýˆÂ@Ç“6òl•IÐÝd'ùW¯¥ëåÙòeZâ¸>“_ ŸÈ“
-“ÉB) M—¶Kk¥íÑ-uHkÉ6|O6î’VJ¯K+ÉBέ眲‰Î¡¥d“a­¡´Æ°Ÿ<'øŸA7Ñ©òkòkä9D›ré10úý”VÐ…t;®úŒ|F‹°7Ñ0‘¦ÿo$`¡ÌÈ&rÍÆÞn²ùþ|J¢b%·È‡ȇÈä}ò['d5à{$Œ“áó	y˜,CͼO
-ò!cnZ±ÔaøœôÒ>§¥Ô€O6-Bm^	û¥%ÒKÒ:œEí Ë‡"˜‰ï+8„|ˆnB.Þ7vÐÇŸ•H§×ð‚aÊø,yåBê†++
-›È{t+݉r#Ý*-Ik“†“MÆMÒBr˜ë†0ìG}4}|Ÿ|ßx!ùL2’O ž.‘æ#eòsÅisŒÙd“vJBà"²’`”W(‘ŸÓ„2G’
-Òh¸y7V%ôFWý†ÉÐFîÏmt¹ì é¹F=•f”%0PbW¬ÛeuÞmŽK*//*gÐU¬iÊ6ҼͲBÙqüxóBi¸¼h›<b”™¶Ie¥ïŸlòýqö¹Í•tŒ«FGëZRƒƒ­±É{8Œã®1Ç©n“Ëð·nÉ6¥½S¹Ùzsé”›­¾)㸧«¤ùÌpi¤h7‘è(Tƒ‘Žz’šäu‰Tì=Ø{!±ì=Ø[™c+¶•ÛŠ;$r4
-Ï~¨nHËüüÓˆq¬¦ãëÕÃtôštâtä¤HÚùy²>C6i¾‘@†õèÜmYî¹Û¬îË>+/ÚÛ›=y2âÿàh¯mòäJú¤Õâ°4[`qN±ÍJŠKmã«&MÜMתÔýÓ®Y)ŠïVÿ¬öÒÒ›þ	1
-Î{~ýïʇv¿¸Cä……Çÿ$FŸO'CÈ8GŽqs6ÙœñjöÆ¡æ™Yõ03oêPäõ(7ÁGz­‡+Ÿ¼(gFAm k%ƼÜüñ‚/PW—xžëYµª§ûºëºi1u©»Ôß«ÿ¦>Mkaå#›7?Âÿ(Q_V{ñy™^Lsñ¹X؏,;þ'©
-yMÞu8,†ÌôI…E…b‡%6©¨¨°Œ¥Iyd=(åîË;8ô^›toÙ«¶c
-YzÑð4Ò:¼%37­¹¤a²®ó×­fad_ýûaëßg™\‰¾šfÍüõ¯•l7¥SºØq¥ÙlfæôôŒt‹9K.–1Ì2,sh–ÝTn.gåéåå–±ÊdÓTóT65}JÆË\ó6'}NÆlKOFe§i§y'Û™¾3c§¥,Ó˜™–iÊ4g2KúE–c¯k^LS[9-Ê+¢R>³¸dÔh[!ÕTYAËéÄ	“ÆWåKC¢o^ÕÑ>×3ƒæ<«~®ÆC¯ºúý˜Y]`Æßö9Úþ¶4]ý¤²rüÄÊÓÍ¥÷=òø¥¥Ô:a”ɕSáý?Û¾¥ë•¡.CM#ã™Fò^¢C>¹X6YÎÝÆ0$2EHÈ<$„µ+ŽôVUÒí3å‘ &/QmêjÕ*Rßû¢QÚ.l¶ƒ mf#9òm™fc=é·g¾j~<-ÄdÍæa—ãFô¦ã{xÄU!úŽ|pt¯{~%Õ´ÁIä]‚JȽ‹+nþ±º‰v¸_•}þ¨ÈÏûÅÏŽ•–ìú@ÖýVzé2RFîvœo6’‚¢tò›!¯ïÍüµMÙWôÚˆ{KÑ12Héj1[Ò§%wê(î(\•M¸2rãßvx²ÄJG}ÅèéÊô⣔†âÅÊââ ,¾^¹¾8<úÊŠïVî.~Ty´øå™â¼ªÂÊ¢êBGQkasQ{á’¢×ÝVø£¢ûï+Ú^¸­Èº8%N¦Ó2[ñÄL”vÔÄ	çGc£ài6Z‘÷‡¿sù¥¾›©_ýÉì'Ön}‹fÑ’7núaô_çE?Šáæi¡Ÿ×Ï©i¸50ö»ÇÖ>رøµû_Ü1b^Sy9µù·„-älÔÉ2Ñ1Ô‚){'û×y¯ZϤ©µY,YVÎUG¸…§¡
-xÒ›\ùÄ’‚5äÙ³M5z Aälu£Åš7»<¼†ÛäÒ'ƒÏ¿bøù±ù!zç­Áa¥£½ãØ[Ò’ÚÖâ˜Ûf"òQ€>1LÄjæ>ËA¶Ù&m‚&–6ÓBr§³Ý[•H,ꙕO\5|õpÁI"DPoÙPgZ‚Á ˜Xw[Ó†‡Úàþ‰ÃýèÌË?§óiÅÂG0Þ­ª|ìºP}§¨ó_>i<aÈ÷pË”MY°ÙF7m&Ì”n6˜%b±fgºsS¶ˆ¹Ûlü•-"#“GÆ´½G§íÝ«%ë½½G¦õV‰=Ã1t™‘ÃK,ȲfÙš
-ÍÐœ·Ä°´`çÁ“›?h!
 wî(6Ãxúõ–K®Ø¡î?ø‹íÛå{Ô珵¬ñ¢ãäé;¸ó_"r3ÚӐmÌ{ãXŒÜ÷ÈãÒO
-2EÓZMÖ£ÓD$ខ[F³y‰9l^c–’ñº…vpk©›¤%_ÜgÌUß81G‹\Àˆêp‘F9m¤Ñ(³‘&&e3oFJ@ñÏ4$`#ÍL’ ŒId«IZo40³)M–°À0!Ýzp{î{‡Lu·S-·š>N³Ê§i¿¼•YTBk†²
-6Ÿu°Õd5]mZmŽ±›Ù½ì—ø¼ŽÏï™5Û4Â\”Qf:߬dÔI³äZÓlóBX$Í—;ÁEÃRã’ŒYI¯•ºå•¦˜yt“|“iùiƒücÓ&󓦧ͯ‘鋆×Òž7í7¿EÞ¤oÞJ;dzÛ\ÁMSÅT< Í:öàUê*ÃXúša¬ºêØÃôŽ}Ôª~‚Ûý†2C‹VC'öz†^t¡#?ckZúV²ÞœcI£&ë8)Ý”O WÛÚmÚ®ƒië–í$r»ð
-[š¢˜Ú´\_ºÛ°šŽ¤ª¯«RÕÕtí¡ðµ×†åCÇþò×cÇâÒ³êU¯·Kø/Òµ
-ûSä9ERÒ õì^^ÆȹYeL1/_VsI¸W ㏁XHµC¡Å°b
-§3|ª^FtÐ-‡©·[&m<vl=Ú‚Ó'ÔJ砐‰Éô”Ãöyët’ƒrhlsfÐNu#½A]…°ëðìzy5—cˆ\`
-×83%¦ä!O×udê±rÀ13OŠ†øñõƲ[^ç¿ðDó
-zB7að)Ù"w…òv²Ez–,„7Èpódž]˜üÙmˆãš[ÉÀÈü®ÃÓ&ÿE–=Ôˆç»íô†xîúL€Âi¾t»´Cú\Δkä›tnrÉ´¸EVâàÜËŠñ+áØ0Ìw	ž7öñOÑõ¶á~ª·1<¤·1’§ô¶L2ÈKzÛH²Èz›WæÔÛéd$ùO½mɾ
-§µ3É„œGõ¶•¤ç¼¯·mDÊéEŠT2#C•9ŸèmJòó½m ¦¼Izˆ’w‰Þ–°}¥Þ–Éмëõ¶‘æmÐÛ&R’÷„ÞN'SòÞÔÛ–²)ùV½I:§ÎÑÛV’?u»Þ¶ÓÔ—«CáÿÒΘ2¦}¬R…Å Ò¶B™éEcŸ'`Wê‚í劳«KiáPQ¥ÅõE–û¼åì„¥“øR·gy`Y(¸T™éé<ÉÂß2Ïün<Éy‚K}QÅñ)þ înëò·+ÞPÀã&`Z=ÁèÌP—7¥«ÖŸï‹Dý¡ RU^5I›ãSãR@;BAd"†2uÆbá)^_Þ]
-uGÚ}¡ÈR_yЛ%À8K\¨>=(c¢>ŸÒæë
-õŒ-WNC€r¥¶kE¸3ªøáP$æó*‘P at qF|ËuV4„º5…¥’a,IÅó(k}ZgãNùÃN´Ïi›V@Ùe%ñx}Oäj%Ô1c;HÀ6ðG•N_ć´–F<AÝŽ²£X¸5†z¶+±â	®PÂh5\j‹¡Æü¨ÒŽL3„ŒuúzjoÂÎbˆµìFQ{%B%%c™WñD£¡v¿é1o¨½;àÆ<1ÎO‡¿4†c”ÖPG¬Õ_2Vpñ…#!ow»O ñúQ0[wÌÇy`ýØÑÌí]Ý^ÎI?ÖêŽ!3¿NˆSˆhªD´ÝQ„çâØ•€KÍ„ƒD;í)4ìœfE(¢D}h„ö#«ºøHsæm˜+:Æ4Õ	B=èX',àfè莑 O,ô†”hÈ®D»Û–ùÚc|„Ë×êBg㵇‚^?—#:…17¢ó´…–û„š	úœ Š¡¢Ú(·J8éÚœíôtu±6Ÿ®5d£ÄÓOÎPý"¢Bß b+±a_‡	•kLõŸ
-xV`´àr¯¿ÃÏÍÓC×Ã"õx½BrMu<@=ä«»Ëaœ×õ/
-6–j±Š‹¸‡zÚI”¯HðH‰£dH@(ÌÓ58}M‚$6d/صBñ§¸9ãâD|üR\ÀòF”+’Û%>ô9_D,ê	E¼Q¥¤/K8íÄ+áa["T†–©×ã¥Í‡‘ıv£
-¸N–‡ü}Œù®‰aÄ(žpÃËÓÖåãšìˆ™7XÒ(ž˜Òé‰"F_°ŸN¸×%½Û«t½:ÃIV™`N“ðTVbòƨfãFò(]<{`¬$
-B´8Ý‹”¦YŠ³q‘2·®±Æ®¸6·¸Z[YS‹R×Ð\_籺Æêúy5uµÊL\×ØäVêëê܈ÔÝ$–ê¨ê\­Yƒ«¥z6v3ëêëÜ‹ìlV»q"s-ŠSiv¶¸ëªçÕ;[”æy-ÍM­.ÄQƒhëgµ Wƒ…@DÕMÍ‹Zêjg»í¸ÈƒvænqÖ¸œ-sí
-"kB‘[RŽ\"Å5Ÿ/ní¬¯WfÖ¹[Ý-.g‡åÚ©mljp±YMókœîº¦Fe¦Eqάwi¼¡(Õõκ»RãlpÖrqD8˜&NRŒ/¨u5ºZœõv¥µÙU]ǨǺWµ[@¢îQõ‚Ýê¦ÆV×¥óp
-&
-ŸþµÃ?.hb	x‡(X9~ÊOysUÑã¿Ú_áÇrMy¸3\¡§±i¤š„H˜¬ â'KI'‰…Œ!íd,~«H%>ã±Õ†
-™‰01Å¿ñ	;ŽÖ‘ —cËIºðQHK®¨èùðëÃ5ËñíEHvT'õQu#¥åHk®	"4çÃk¾Ål-ÃuóI7B´#¬G`ó‰!‘‚X‚ø#Lâõ#œ‚ëCHÝ#æâiX¢ÈQá½'™UN{~¾à:Š´B‚“*ä½
-u‘º.±jÜI°vˆµš&bº¸fb(×RW‡_ŽðåÂoeõ‰µ¡•rÄáÃ5³R°%´”°Ô‰þÀç¸æ}Âz>ä.Dz–ÛêÜX€cªÅ™Ó)Vúq.,øŽ	ks
-DÄ
-îëòZ(GÒúûyØɤaø&»f=¶Rµv¢¯3´Ý™?ì´âçÜGíàöNÊìÇ&Z11½, t}5Ž…Ðÿˆ.Y³ÀØ’qà<uŠ9Ÿ.×RA%¨[Ý®Û]³–FMó1͟킯°~P¬뱦Q!Ö˜îc~Ý<‡¦i¦ãŒ	.úS»€ã~¨aO`àÐïš/ûDäj¾W’â%%Âr|­W|£‚¯v\ãÑåc"
-ÚÑCKLÌ$ôӁ­.=’Æôñ˜¤Às
-ç?†þ«y?§˜Ô		‹¨ñ"…v±:ÁWH¾Ö†³11«Ñ`§ `×£¹9ëX4ôèY'¦k& ÆR%JÈéç•·ÝB‡öëðv@ØS³5KÉ Q\m?‰ö>9+DQf-4Ü~]«ý­j©šÓ¸
-÷ytLð•ôº¤D=BÓ¢ˆ†‘µƒº„¾Š^ñæ4ìâË5±!Ú>
-&a¿±‡h™-a¡vAÛ+8öëœNÑéÖ¹ó ƐÈI¤æ¢¤NÌA„éÑ훈•¤ÆRs@ê:EÈìœ3‘›ûûš¦
-m/ñœÂž!±Ë)ºíâ›Ì§c‹˜Ø‰øÎéÑ%*里S­å:Y¡ï-u®óÁ£W÷¤.᧑¾S®SoŠÍS½.±ƒzÄŽè9£KôXŸD^Á)·W0EKûí«¥DõïÑ|7Ac ~¢ÿP¦—L— éaa£Óç ?úŒ7»nï.±Î’lÎú¬yÖ#òJob$Ú瑉x¸{øô<çR$(õ©¼b}É ûaIŸÜW0œKì¶%)^¦ÅLý€ý¥MÄ{(…×n=~²gýƒhÌG®zê‘ÆGÛ½<"£úúV¤Ú]ã91”N‘áñê<ú„'ÌO¹n°Üí;APØ=U_ƒi•¥h.Õ†g«Q½òVtIÑ–ˆ$^9tõÕ}EŒaáÑWã{©n1m?ä^Åú²êW™©N.U›#1}?ìèÓÔlâtšH#ö8&ì¹É¬#[Ä\Ž)XǵàÌ|ìÕàh°‹SÌðù°Í16‘y—†£ß÷"á¸Ñç½¹߈¸øZY(h¸[+rÖ„mŽ»GëñëÒáøŠj™‡}Þ®%¼
-Õè5â*·ˆ¾Žó¢qêÆñ$Õþ\Õ	Š	ΰׂøgë³NÄ]'ðqþí¢>âíFOMs-;×ÇÌqV#Gõ¢ÇGçá·áZ…>BfÛF!Ã,œ×dq	4KhUã·isˆZäË-´À)¹uH»°#—§F¬çTç
-(³&ÝʼÄR®ëRãƒë~åV!=>Šß#na'âOàMøN­ÀÀùfBó„|N¡‡&Aa¦€ãZäú¬ïó¸–«T}q»qÎk%§ÐHë ’$°¥Zg0ï`}j…|.¡©zÝŠzt!|]߈æuBÖj]×NÍï5Ÿ¨OÑnµ‘[öR¤êÒ}Ê)t×_
-n§‚ÿ¤šœú»:EgIë7êÖMðã”݃heˆE—€r
-[·öÅÈ,¿
-:çóú<,™æéþÙÔÇYý&â(w:¹CÕ Ýß‚5Ÿêu[û´¡A°SàÕr—÷µvqΉõåíþ;wjÕ˜¬FSëN{J®M­´,\+`à’£ÚiIÛ³’gÔÚm°vât¬Õò‰ª7Y}h¹[;¥V½^QŸk5`´¯*	‰:0ÔW™ôˆÙäžÖïNBýÎyœ²Gìýö>Z‰½(‰K«+=¢ZàÔ¢ƒhóä;;ádû½F¥G´czeÂåëÖaùøµNÉûŸm jƒ„,ƒU©ú{‡õ³”_h˜×“å:ÞIœË’:áÐîÕ¬žô>Žm
-x«Àu°4…s¯Ð5#Ú§ÉD¾JÜq}ó·NçúÖöÛtÄúÝ
-¬¼¾ºû 6è}ò5ß±Óºê_É·§ð”¼ëH@žÞ
-ê`7,ì»WRN¸Wbÿÿ^)å^)yÃðæ½ë·Ã~s÷JlÓÚ·á^‰
-z¯””èë¹Wb§¸/øzî•ù²÷JÉêt.ï•’ñÖÿ^éd»ïÉo—´ó¹VI|Ûn—é»4øíÆ×s»ÄN¡]%Eƒßî[&&|ìÄjæë¿ebßâ[&6à–)yÖý:o™Ø?¼eR¾¶[&ö%n™”¯ì–‰	ÌG¬s·š¶8ÿõݱAmþMݱoìôî(yôÕß±/qwt*¼_íÝQ"³ž|G9ñƇÁOê-͹¼ñaguãsâ™íÌn|XʍϩîÎÅ
-Mìü’¼i`‚ï•ŸÅ¿sU!ôr5þUÞ¼¢j*õkÇúWc§þ7ÒˆþßI“ãדËÈ ?Î6¬¡£ˆJ€–¾Ï£ÅȳLÏ#qì•’||—èc%Ž·*b¾ˆìÂw!R:RÌŽ øN
-ñ=LŒˆ÷Pñ"ÞùâGsI&bÍ=Þš#ÚÙâE3É*œÏ=Þj¡ä8fc²‡H4ƒ¦cΐÅPþÿ·“h:edŽñÀ·ÇøP³Xiï4’!Þ|…qûOÊeg5
-¹dñ–‰b„Š7q_Ç/U…£_Øå£*|a‡¸
-ÿýy­üß«àóZø¯8|¦ÂßU8¢Âî‚OUø_*|¢Âß
-á°
-÷2ùczô:¤¿þ…É­‚¿0øs>º5_þH…ÿˆÃ¿ÇáCì|¨Â*üI…?ªð¾
-Pá÷*ü[Þ{w¨üžÞ
-ïÜW(¿ã…·ß*“ߎÃ[eð»eòïâðÛ7såßæÛ‡¬ò›¹pÈ
-ßH—*ðF:ü!~‡ˆÿ@üúöù×¥ðú¯rå×GÁ¯ögË¿Ê…ýÙ°§÷„×ráÕWvɯªðÊË‹åWvÁ+k¤—Ç_*“_^/;¤—Êà_UxÑ{d•÷ªðÂx^…çTØóË)òž8üòÑáò/§À³Ï“Ÿ­‚gvÛäg†Áî]YònìÚ™!ïÊ‚ð4{Z…*<•OfÃÿTá	WaûøElˇÇÏcqØŠŸ­qxá[ð³e<¢ÂÏGÁÿPáaRáA~Æà~z¦üSîÏ„ûÒfTÔæ8܇Kî+„{ñsoîAáïw«pם»ä»T¸sÓbùÎ]pçiÓ-eò¦Å°É!Ý¡ÂFôŽ*ü¤6àÂ
-…Žãðc\úcnÏ€Ûp趹ð/øùnE=Üš?²Â-eðCÖ«ð¾¯ÂÍ*¬Sá{ß-“¿§ÂwËà&nT៫à†
-ðO*¬UaM¬fp½
-«T¸N…•q¸6+TèYþ Ü£Âò¡;6\îŽCl8DãYßQ!²Ë!;ãˆCW®Va™
-~:Û3äÎ*XªBGø¼Lö©àeàuHímLnÏ€6ž%y²g,¡6yI\ÅàJ«pö¯Páòˆ˗«pö.‹TX‡*ÌǾãø|æ©à.„Ö\h¹´@n‰Ã¥8qi47ÈÍqhj´ÉMÐhƒ†B¨Ÿ›+×çÁÜ96yn.Ì©Ë”çØ .fÇ¡vV®\›³rÁ‡šêL¹&ª3a¦³Lž'ât–cF–ìPaÆ%™òŒ,¸$¦O³ÈÓóaš¦zaŠ
-“sáb.ʁI‡É“Ê`â„\yâ0˜¸GšÀ,ò„\˜°F_•!Ï…ñ©*.¬|P¾P…JÄ_ù Td at yŒ³O‘ÇÅÁžW&Û§À^8ßcU“£‡ØäÑ…0J²B8¯pÁy…Pjƒb‘KâPœÅIÉ…"……0rD<²FdåÈ#
-`ÄÌ·JÃ-0¬`®<l Ñ‚¹0T…!6ÈGjùqÈñ¼2ÈõBŽ
-²U°aߦ‚ÕY™V9+²öH™VÈ\#YpƇŒ*HGÑÒó!}Ä,À’Y“
-i*e&UÈIŠxÁ€«*f/‹Lm@, at wPïëéÿwüoš¯ðg$ùß&y'
-endstream
-endobj
-
-89 0 obj
-8589
-endobj
-
-90 0 obj
-<</Type/FontDescriptor/FontName/LAAAAA+DejaVuSans-Bold
-/Flags 4
-/FontBBox[-1069 -388 1974 1174]/ItalicAngle 0
-/Ascent 928
-/Descent -235
-/CapHeight 1174
-/StemV 80
-/FontFile2 88 0 R>>
-endobj
-
-91 0 obj
-<</Length 311/Filter/FlateDecode>>
-stream
-xœ]‘Ënƒ0E÷þ
-/ÓE„
-y4BJ“ ±èC%ý
-"WªyYœý×Ó;¶\ZóÙ„(ÕQªÔj_DN™SäŒxS"¯ˆ·òš8UÈâõ
-yËò>²W#ï˜OÈ{fšóÄzòø|‡|äÈ{âùô­’ÏQ£q†^Íû§8_óþÙ™÷Ï…pÿ[Œïë'fin!ĈéR)[Lµsð{ï~ðè¢çDÉ—
-endstream
-endobj
-
-92 0 obj
-<</Type/Font/Subtype/TrueType/BaseFont/LAAAAA+DejaVuSans-Bold
-/FirstChar 0
-/LastChar 19
-/Widths[600 372 762 687 595 348 682 493 674 711 592 478 342 773 732 372
-695 379 695 695 ]
-/FontDescriptor 90 0 R
-/ToUnicode 91 0 R
->>
-endobj
-
-93 0 obj
-<</Length 94 0 R/Filter/FlateDecode/Length1 21368>>
-stream
-xœí|	tÇ™puW÷̨f4‡Ð8¤ÖÉ(#,.K>˜A	!ÉÒ
-õBÿ3šàŸàÿòppå¸]ßú„ׄÛ@.`1.Ç+ᾁB ýè}]zm
-ü«ü!þ-ôpTù
-üV~?z{–{‘+€•›¹guû…ô•½Í¤ídÒÞŽnt踍ëžD¯
-¸`…þj]ÚÃ]­ß‰ÁÛÑVôz’Câ+êÝ\´8äùm)m ·¸1¾=ˆûуè>î:„"Tô}(`žCÉ:ÎWµÆ]×ôH¯÷V,tL™JV½4Ž:ÇóǤC§Nuö³ÅÞqqÎ8®2ŒU•ïŸéåû«;{¤ñßzš4¬ž¾&Xëî!Á2¬{š"Ä£ ²GŠ cèÑ,—Iø
-Òý†3ˆ×ðª=rtâRd=:qtbÑ[…­ªÂVÐÉž}òß•=zóŸÿ×Õ@Œ.
-¸Ú¹Ê{Ê×Åc“
-È—ƒEKÑ}®vƒ”&bÖy€Gù¢Ùb&F>Ï$ZÌ3
-øB<­¢Åbn0aÎfA\Þ#…»,[ò9TbÍ7é0¯³Y¸ª’JKµ9ðrbÂV_Ro£]Á&ôªO³&~h+©×î«ôWR/šMÆ3®â–.©®´ëô0®Ð_Å-®+.*Ô‰57+ûn0å·¸£”+û~Í
-Vø_?ðdÿÔ'ëøUõ%®æïîûä¡ï€ïúÇï“ÚY£ÂS[AÞKÐW}¾‰7…ò2C¯'BYyY1–•\á=E{gØÐ=Ü^a j—­o~)7ÎÖsh¶Ã¬ÿŠ}¾õèêqâ]=>Ã{Ýêñ<ïu=/ û©Ã—õ‚	¶ÔÃXôø‰“'&¬ÊÇ”h2›™¨ìÞkç\e¡¼!2d**’†*ô}3ú
-ûŠúŠ£5£…£Eúàä@ö¢Ââr®Œ+**ìÕ—Ì(%,­ÔrNPμŠºbaëÒÐ/6%\×»ßyVù™òaâÛ–ùÞKÞw܇p³9}âß„+•ßÕ-Y¾¸l^¡ÉyÏŽWߝ7+­oX¶dÞü"Óü¿õÒ›åLG=P›
-ćÁ'îw]e$yà:“(–
-bi!?$––6ŠÆ"*á¶C(¿¤xVéÌ¢Bs¾Éh€È㐙·ÙfY¨Š2RE1mÒ›-£7Õ›õpI}ÕY푉WLÔå:‰^uUikŠ˜_Àe…_c{õÒ%˖Ϩœ±xÿþ•\d±rï_¹ê…ÅÊ/J§Û0~éÁ«Ä‡•:…”jk1qÎ?…¾¹}Ž«‚{ÒÊU4>+Á/À3(û¿.ÙÜ9³g‰å¥¢ÉXÂÏ„„Oà©7ðº<Ñh2Z-¼Íù¢ÉdlÈÓ¡R{‰Ù¤3¢=%»u¶Ê{ìw—Tƒó˜Jg‚RH2˜KæàšJlÇæšB‡õ葉#¶zð°ÌY>úÓGõà?ê?SâÄš.Yw–Ëí,®ËW,²7V¸ìݝvEŸ}wÅÝöÚŸ¯·›—Ú*æ­®\=ïºÊëæmªÜ4ïÊæ=]ùô¼|êhÌÉÀ­VpU¸b¹¼®šºÖâåéø›‘Š=þñ[n»¦%²»ÔÀíܦì/ë9’xä%n5wÙ/ÁîÛ¶Fá[ûý×þëyÜŸ»¯¹²ù汚[?ÙñDà«ß¹ãŸ?˜c6‰+NÎ6gîÓÏÙ¯Ajâ¡:iyM¤yMdymËkÎÏ䵉)y­<×ÂÜ ò¶²OWø_`ÏN=êqÍ׉zA/Š‚ OáÇ
-ºÇÐa¯ã9,ê‘ !œo°ž8râøaf‰*­L^J‘Ì’£y”.®`¿Rnð]eDã`½r¿Ð÷—Gu…
-t|ÀGÒ,Žc¨üꀫwÁWx©F,°]ÂUχT`Œà9·ŒŸS.ج0É7ó&‹h+°5 jl‘¬åÕxæ=¥{çI!Ó.ë–¢‡«C¸Æj)/@‚­´²Â¦Ëw
-xîYw0ôò{kVõß9úØò2.ôÃå&åÙÁW®_ºö©Þƒ?ªðÞôÜõ×î¿þåþ
-½áƒÀØ×7øŸ8	a©üVªàJ–-ÝûÖ}ô|pÓ‡ßƒ¾NAo!Þ
-5N‘ø°ËM
-DÔ‰y:ÁO_ Ó‰0±ä
-¼\ŽÎˆ€FB·Ž§ùJÀqòŒ:l´ý©­D­?G'rBJo5d,›^ûZ
-4˜Ê̤œ, µdÙE~—A4HyÞ‚¼r‹AGC†YŸ^ôÉ3»•èiqå^¥€»çZΪüY¾œ_¡Öx ÇØн®ezѐgDƒt(DFx1/ÏÐ`3ó°Nð­æ]y[ôF¢×!1Ï–WmÈ/€8Ðä|Ùƒ7[¨ìr
-¢H6*J¥„$N2KàK.äâ\f—ÅeuÙúP×gî³ôYûl¶+4YE¶D˜[uí’ÛþA
-²êzI˱oÌXTk‹ŠÇŸøä¤ÐwxèA >®L*Í,֌Ȃ¾åj0‹“…fEÔ¬ãE#2BÀŒ¼ÞüÒ@iÙbÚd5sù&½UÇç›DƒÎ_VZVMjµ€Ê€he8zÜétZYQµ±
-a ¾ýaV!2¾œPîùr[ÔÆSû˜¹Ür굩(ý•ó/Ç.\!oœo´`}þ÷üþºoêD,‡¶žú@L}PûÞv­ÉiyR͐‰NÔN)/Ó*e5D}ùÜK¦!â ‚žh.ÏKËáuZ=4Ñ[>½™éÍJo–ty,ÐJ&h¢Dí-ŽÓfª€¿îôf*£†¬n*]5¡Ú8›Ój&ÕÈŒŠLš_vûNnà“©Ù}´l˜xG¹¿bÛ±}O¸çùg>y¡¾³dEó3ûøKþòè_ßã»+Û™?÷C¬žd±Ú皃NÄ4>tü­¨‚2+Òsà
-áUTˆ‰zÄ ªä_F+èO|Õðo ¤»ôÔVüGº¦LìVq„êÙQ:­ã~ÁßßK'ñn¼[à…ˆpTÇßä@<£Å#+ˆ
-_þÂ,¾¸¤Ñ5ÚNãe¯&)½aÆi»Lèoµ1F3ÑsÚX€ñkÚX˜ÓÆ:TŒ~¯
-„66¢¹ð9¡Žóâjµ±-™ñSmlEÆÂ6d*4ENȃ¥E…%Ú˜CÅE-Ú˜G3‹6jcŒhcÆßÑÆ"ÀÓÆ:ä(úP½¸TQCñåÚ8¿ª¡8…ÇŒ/Nñ)lh棱±xh`0)Í÷×Hu‹-–úǤ•¡d"—}a‡Ôñ;%÷ð°ÔE¡R—œã£rÀINÛºŒnõúFÃCÑÈ€´Ò7x†Mòo݈äôEä„ä‹ËR("ÅFú‡C~)
-ûB‘L·/’XHðò†9kY:—õur<ŠF¤:gÝ2†‚,¤ ¹;ƒÑ𘑓ÉXCmm
-qU•€v$ðT‡–©Ô„9HbБEÃAiÖFãRB;
-KµÓÒÞ±ÆCš;Ö¶7¹½­íÒJˆâ^ÙæQyQÛÜ­kR“{»…Š“"BÁTq2ê tC‹§ÝÓånsHݝžÆV:
-¡4ˆ’HBó‘ÕÀ³-‚k1ŒúBB+&‰ð‹#ùP9`µE
-´†`O )>Øóé(6Áhö­C#
-Ï8hJf{ãL§NÀ!Þæ,l)§ì|º7ÑwÔn2³½<FÑf€¥–¾8ö£˜ZàÍÀ²!xc|'™¯P
-ÄÙê]ëè­L•#ãŸ#9þy&i\ÓÉ®ÚÒ£l­),yþ9§è»ø1?½½32‡à
-a£$[¡^fºÞkQ°À_ã…JÖÉð…¶LT„Oƒì¬É5À¨D4«;4»«ÖR©©>¦ú³ƒñe֏°ý1-òT
-QÀšÔ|,¤yáP5M4œIÆÅTò38ê‡*ö
-­ò®ú²ÌâXõ={–—Ø™åèÞ
-üà¡a†%ÉÞ¤ô„Ñ°IóÓ<f(ÐLDùO‚ÿªÞO)ftBWb,j@ÁÏv§¸	0	’Ì×úám’½Ui³PphÑìÎFU'›™²¬“Ô4fkÙ¥dˆçx¥ÊíÓ¡#Ë:tföTmM²2Hv;Î ‡#-g-Ë ìƃŠ;¤i5×úg—:¥9•ÛXÚ£“Œ¯Œ×e$ÚÌô>'
-©h²¬Ñ$”³(؝Òp°'ÕÄ@ø>&e¿ «(jfKYÈÏhÇ!Ó^;`Œ²Ì±Av.ÊhàôLø¤
-‰ØT¬d4–²÷ILf㜰ܜëkª6ÔZâ;‹=£¬ÊIšíÃì™Éçb‹$«D´rú4‰œ9š:Û^ª“1­¶¨Ô©ÎƒŒÇ€æIÃÌOãé•SªÓ@–ͳ½.UA}¬"†XÎf3’–(À8¥öŠdic §®ª”R9ÔǼGõݍ©úIüU™R\M‚Œ‡ù˜Îƒ\:Sõ1oÍÞÃl_èÙœ¤­gyÖÇòJoj%‘öÈT¼L­²–çd&EŠÒf&U€í·OSíi¹§î ð.UmíY^¦ÆLÛ”úÒÏâ=šÅëˆ)?…·¡i4&£™ž#Z$ÇàR«—eT9½#Ûî*Ï©2m¤²/±gBãQfžt&?Iåºérw€U‚³{¶¾¦Ó*ÉÒ\¶
-Ï7VénÞ§e,5ÚR‘D;‡átï×väbŒ1Þ÷Íbj=¤^EÒYõ³ÌTg–ª_‹‘¤VƒiM­BF§µÃŒÒ這­‡>²‹½k…5	ú¸.x³fM°ÚÄìâfoè{;‹Æõ0¦;ÐZ†KÅÑwŠ»I·Äæt¶àÛÝëA=Œ†°ug0¦¸×Àj<=ÝÑ+kaNÇ-ˆv¡*½vØåe±C÷Q^TN½°ž¡šËU+£˜âl
-̺
-j§õŒÿŒªÜÚ½1Kgë·kÖMñãe”½Óhe=‹Eƒr3[w§c¤™ÅïóµiË䀵šv¤9ËÕo*ŽRpç’;T\)Ú¹lbþÔ¦q؝ֆ
-A΂WÍ]¨k~ö“LçíÜʝÝ5fºÑì¾Ó‘•k³;5·0Øð¸Ìªúµ¤Ö¬Ì·Nvï6ÝvêëXíåS]o¦ûPs·úM”ÝõX®ö€‰tWe}`4Ý™lfo35=¦Ds¾ó(e«ýŽ4­T-ÊàRûJë(µÄ4Ú<s…"§}ÆX½W©lfã¤Ö™PùF4Xº¾eÊ×pêüçtHÓÚ %ËtC¶þãÌÞ1í[*Ä4LûI§†7ŽRßeP
-¨çjá)VÏxÅÖ€¦ž*Pdq`º&H=££4	ËW©3®/þÔébŸù~™ÎƒHÎyÐÔÎë³;"ÓžIŸóy9§ó ÜNÞŸÅSæ¬#yn'¨Ó°/ì\I:í\‰üÿs¥¬s¥Ì	ÃÏs%’Sa¿¸s%2Í×Ú—á\‰L{®”‘èó9W"g9/ø|Εú´çJ™ët1Ï•2ñ–{®t¦ê{æÓ%õû\í$¾l§Kåž.Mºñùœ.‘³hWÊÒà—û”‰0;½›ùüO™È—ø”‰L9eÊ|ë~ž§L䯞2IŸÛ)ù§LÒgvÊD˜ÖÖ«·ª¶Ýðþó;;"ÓÚü‹:;"§I_ØÙ9ãÙQæè³?;"Ÿâìèlx?Û³£Tf=sE9ýćœÇ‰Oö)ÍÅ<ñ!tâsú7Ûùø¬Ÿ³;\Œšäiø](sÒ@:s^ÀsUËô²	~µŒ·
-þ¥‚ÿ‚ßVð/üóŸ™ÅŸ+øgfü“7·‰?Qð›Ûð¯ß!¾¡à7¯¿Ö+¾~~}»ðڏ«Å×zñk.áÇÕø+øÈ$~UÁÿ4‰_1áW¶‡ü£Iüò6üëðüâñE¿àÀ‡üßoÿqþ~þ‡Iü¼‚ÿ^Áü½—𸂟+ÃÏ*ø»Ïñ»
-~†àg\ÂÓOñé:üÁ7‰Ÿì-ŸTðÿšÄOLâïÀä;
-> à¿Uðã“ø±GgŠð£3ñ#ƒeâ#ü°ëÔCUâÓø¡*ü 
-Þ¢à±|c)Þ\ŒGÏè$ÇÈ$N|r6NÀ#±
-Ç|C5Ž)8ªàˆ‚ûN
-+xӐYܤà!3r	!PMhÂŽÁ2<
-îVp—‚¯QpgG•Ø¹wTáv+^£à6¯VðÕ“¸u¯Êë\B³ç	±YÁž'pSãl±i7Îƍ.ae
-endstream
-endobj
-
-94 0 obj
-7958
-endobj
-
-95 0 obj
-<</Type/FontDescriptor/FontName/OAAAAA+DejaVuSans-BoldOblique
-/Flags 68
-/FontBBox[-1066 -388 2003 1120]/ItalicAngle -30
-/Ascent 928
-/Descent -235
-/CapHeight 1120
-/StemV 80
-/FontFile2 93 0 R>>
-endobj
-
-96 0 obj
-<</Length 289/Filter/FlateDecode>>
-stream
-xœ]‘Ënƒ0E÷þ
-/ÓEÄ#	!¥$‘Xô¡’~
-endstream
-endobj
-
-97 0 obj
-<</Type/Font/Subtype/TrueType/BaseFont/OAAAAA+DejaVuSans-BoldOblique
-/FirstChar 0
-/LastChar 14
-/Widths[600 372 711 595 478 674 342 342 715 348 773 493 342 711 682 ]
-/FontDescriptor 95 0 R
-/ToUnicode 96 0 R
->>
-endobj
-
-98 0 obj
-<</Length 99 0 R/Filter/FlateDecode/Length1 20104>>
-stream
-xœÕ¼y\[×µ/¾‡s4G„˜#æIÇ	aì c°að
-móKp~”ß£Ï‘z4J¾BèÌ°¬€âסïÛмm€6£@¾¥­lºF·Cjúæ;ü~âCêù?ˆ ã0’´­Cm‰ÛÏX%è(uÀl¾Ž^”Êî]xVö4'¯ÅÜÃè~ø®„ï Äw¡Sè©Øpì$zp
-ú¢N(
-ÞZ'ê쓪9o­)BÍ¡OÔã5ÅÅšXpÖ¢ÚÂgÀ팾Ýèv^ÀÝ«:!}´ÑÝåŒ^•Ò+¥4—-e´q¹à	gÀ6ÜèŒâ>g Ü1<èk„öΫUËÜË"ªÂt^¥†¤RÑ\÷øyœ[¥É
-TŸ'H¡eÝFiV 0^Õh´»\]…ÍQ»Qº…–IMFeË¢r©Iç:º×y¾àòì}´±Ï£tö¯ïŒÒ~xv–fgG
-žhž»1š·çW6˜y$ZànD=¬Õ–¶Å~Znt‰£|–àvÎþ	ÁtÜW?¸µ¤?Q"Ëþ„X2䝝
-ºÁÙ¾Ùþó3ÝNÁ={^£™
-RF÷çøåª:È6Unh†µpú;†mЀ³° òÄYßÞ!!ö'x8_ì…'úû€E#û¢^÷xÔìnXä'V`du§ôHⱨyYõ
-$žŠz¬gg`¶¯1>Ö–{UçE䛿r¾ÔiÞ‡JQW#«œ´ä*;0Û98uôÙa¥
-9;í®¨ØîrwFº˜ …ò®@w.©Ç(YÖÞÙ²Úݲª»³21ø
-Ö—øD3îN{¼¹¨"Káì$vÚ(p!án¨…sTž¥€C
-@™5œwã{Vñ=«»;/
-
-YÆÉ2¬¥6È(¤úö‹"B3Ò]N*ò0’Êe
-\ ñ2a¡Œ@/¥2ö.Ù†Æ ¿ÎAÆŸ;º†gûº˜Œ£$ üá(v×uÜõç1‘i¢*w¤!ªv7°r?+÷ÇËe¬\’“paÁžY!àþ“­P2íhBô.ò! d9JUT.WÊÏà¥÷mïÛØû¶±Êûö’bŸÁe .ƒk%wÅà1òᜑl‹™
-ÉêMq:S8AåT«úTã*¾X5£zWuEÅ©TÍB—@ø^Á„üW{|Þží~ŸW¸Úƒ!uµ†îBƒÏëa·&–£ø`s:ñ•Ô“
-«Žº3Š0)+5Öc_I:±Ê‹ DGpunûÝëý‘ÖjË©Ô¶©G‡Ž¾}x©x໳‘/Ž­L~J_ÚÜ_Ûµ¯-›<}÷÷îß6T¾4xpDŒ\Àä±'1>·®¢gwÃÒ¢ÎÆüÆÃÿ§ó~ Q3wÒ#7êë3p0cMLÅÁÔ5©d‹
-7Ûºld‹7»Œ50¡O ‚•Ò„€Z–°Vp„ù$˜«ÿ*Lñ*L晘V|j:S"e‚ÑWb¤¥E„MÇ’˜0×¼lï‹ÛÎßÙ8÷›?~øMÏÊÍâÒÑÖBoëHÕÒ±p!I?öÃû÷ýð8¶âäØocïï=³1'oàÌí{¿²17gã“l³óïsÉ€ºȇ¶ˆ-íƒ´¥d]É–Z75U˜—[äÓòƒrNÅ¥p{¸YŽ3óQ؈OO‰ÑXælB2,K±‘7¬VYaDaV¾«ìÏ¿83ŸïÆܲt؝A‚«$Éê+Í.Í.3ø0/«»ˆ–-p´,1aºaÉ㻿û¾g÷KÆ/`BðY˜mîçiu}Ë[š³²B›bŸßùõ‘^X6R¾f#Ÿ_R¨ÄO|lÊ	Õz”\fIu
-Þ:~zxIñÈS»¦¾Ô—_4ô„Ä˃ÀË ðÒ‰<è„Ìă7çuåäÑæÌ®L2v0ìL=œJvéîÑ‘=ÚY-i$ídÐœ&‡CÝüŽê=Õ¼Š"•
-CîúG+×,³ò>/2¡8‡)¥\²?<X?úàúÜ—m5ýÍ5Ã+A:›7Ö$“ŒÛß}°Ã\,!Ž¢ê´XOs—×ä+iVimJéŠ%Öðç¿çàÉ-•YýgO~©?¿jôqÉ)C¿ÿÓ2â@AѳKvŒp)æÂ%›“‰ÃáJRU‚àP©ö©Žƒ"K¢m©‚ WZÌøªfì»Ãk$&Ç猋°43µJ3M²rï¦úöCë—¼ Œ²¯Éõ:áSë;¦Ú*·æÓêÆ铝1Ž|³rjS›ÍV¿¬1­~0˜­’³q~d9“kA•è Ø¹Õ†w[XÉV+Þ\Ž'—ܽ„4-Y»„dVàü4¬¢)”ðN‹“ä6ç䠐Åâ¨V7«TÞr0?ãà^_ÎpæžÈ%¹¹‚æÕj‰“ •™ ¾UŒŸ>ïU“ä[Ä÷f®V¤Ó…%K¼´ü†‚f,µ¦S.³fü‰‘
-M¬4žÒ”µl¬ªåù:w7‰{ê~ôfëìÖfÝãò¢eíEòܶuéÒ#Û›qÙŠ=EöúM+K3Ô†¼¥Å%uùé&CîÒÁ•Ÿ2Í?0Vº4UeÛ
-B~p“íãÀËè<%Ò"Q̐ËyŽãÕË5ŒQð4y^§W­V#yX¡G\˜¯–0m0â*ïv˜#̬ÄË,—ÅU–´Ì•S泐ÿï¸žŸŒ}ÿá;ß9vìM?öƒË—ã2ôÚü5úW¾ÙQ§X¾Ù¶Ç6k£¶\¥.$“i¼2˜r‚I2IY¡Q­¡œ¢	[“(’Íc=Pž‘¾D²Ob*+O©ÌgÛnqÌI’Ö°0­Êõµgªwáh,ÜÑŸÛÑ°%ו?þ8={§ÄÞ?67ÕºB®ÒðGd‚NuärJÒ ú\/@:”ŒÖ‰õCV,õf}—~DOQ÷>ýq=Ñ‹É©!¤Çz½Ý,ïF
-AqZUp
-Y¯YTBf³ÜÔ«¤r#,¦ê<7t§çjOIF\°\Ò:Ïö`ƒ´Â{kvãöØÿº„ߺóå;ê/Ÿ9óçXÛîÖlz¾ýÑ]¡¹¨Þü…
-wÞ5wÕ³|ˆÑ÷Œw½ÄWŸ˜¢P0®.rT¥n¢›¸¹ÈË¿g$¹’`â{ø߀…\ôXœÌæW‚ÈB_Û“ð €w§I'ƒ)¸ÑÒn!-†u2­8¨ ê&•*µÉooµ·Ÿ²Ÿ³óïØß³ÏÛiŸÛí9¦&ÖÚ¸#»`ﳏÛgì—í2;O©öôÝn»’taÞ¡Þ§>®¦j
-aÙ	lÙy$›Á®ÛìjÏö›W˜SÂDÀêÂ7Tfù‚Ù¿æè½j/3;ÖLƒkšîØzÌðš²qâ±Á#—v–“ô'þçLYÉڍºu##ž­Þ¼M³ìŽ
-UkzFß
-oÜu[FµÓTlh½·ØË¿Œjgº•PkºCsýµ_«áä‡)Ýq×Î;·×Þº²^©®kiM#wI2‚×ÄÖÒÛA-(WLd×zÞÁž·¢kHÕ’Áp!‘ïjÉ’b¼
-%3šK¯Db6ÓÐÿìÁ6aåûŒínfc,äŸ^‹¸Rîé×rOŸ<Éú€þ6UèØE”?ÿîóJ}Èyaþ]±K©
-eT…Ò….yßñÎ{iŸwÜK^¯×省Þ^ï>ïq/'xÞb/õzk’5!¤´äšëµ~-yGûž–Z¬-“…“3r)#­7N[ ®ô–ôDÂ
-Ù¾]’«ULqz>›ØIÖEš»ã•djÝãt•f›ŸfÔÿ;m¦/XÔ¹ÖDŒžÊ·®½Ôú«Õ°’|½uóR»¯çîUs_^àF^Y¥9§©ÜÑ7èm.I‰ó$^逸æŽ2ZƒµR¼IFÄƈeÚrÐB#úiýALf¬'¬ïZ¯X¯Yy¿_†4Ùg=n%V«]Û}\uJuNEßQa殕MM‰uᓈ0ª‰•±è‚ÇýS	Ã|\]õÎ÷L}}²úRrÝHxõXcÚkø·G¾}{eÙô+‡é¶ëÏöÏvæævØDƒÒÚžñÞ¼-AKÑWDÿl&Þ“>›NFêvש£YåeåÄä(³&YIš²PY§¤|¡¥ 
-ȯ8h×´VöV’ÊJ˲즜ó/çàœ?ø™ØRµÊn÷è³ÙÄ›}<{>›fg»Â‚/lD«är1IŽWãØ¡g»aÁé„L¥Ü{À9/ñöÄ•GòÐ1X$M
-ì¤ÉÌL-XŸ$E‰ŠÒÙ]­Ê€V¤Û×£T!•¤‚y>·0Ä®¢Ò–J•Y,i™,§ÑB™Zm~MEF¦œ$ìâÁ¬	€ZÉ:z|W
-U
-Øl*KÊò´4d
-Å’îP¥¬¶#kئ[Â
-’®`þ†a!’Á/xøe	Á¦M;N®Ék[±Ô–TjÍ­ìåÅFHËw¾“ºí¡Þ|¹F¯¼×¨ä©u½Ëè?In2ðô¤°`Œ®`_Æñr»ë^Q¹R\ù.Z•Š“uAµ:QæL&Éd(!ÉlÑ ýM(‘Ö·¾Ii/Æ݉Pšo³–uøÅMÍ9/ÞÀ	)õm›ƒÝûÛs
-SéÒI0}M:ÉL/M'ilöËM¶Ð‰4IcW43­4ÈÒ’ÒHªnœJÅ[RoO½7•¦¥¦Ö¥Ru*¾Ý~¯Øj]HÇ"w)º|]µŽªuXËšs°æ´8K[¦ÖÔrXjã|\÷`&~WÄqxÌV»Q*Càö·	IB‹^gÖëuZÜ–š”ºB®5˵·¥¹ÓVȱYŽÓä·å¹óZò‘9¹åIToΟÊ?OóóôùCr\’&OMMÊ˨^ïNšN:˜D’´é¤È›ÁÞ+‹÷öô€ÔIBgMHݢȶ}"°ÓË\œÄŸäìÄ]í¡EÀùRpN-	hÇé,LgòÑ¿½u\aVª•ðgV=ð½—žë¡jµB
-9ùáoí—™”j•B£¡‘(þö€3+++ÓÑ䈨ø²­£o}Zaž»ÙŒŸŠ­57¹óŠÒ»{×$“^‰¿ßþbk5ê+e2¬ãärÐPºq¸Çuë•~åqå)%תìUîƒä;Ê÷”2A‰•J–SôʍTÝËtƒç7oôxØgó
-+UÂ41Û#HD¼¿K+boàÚëoâÚØ|àäÇ8y’ÓÆ÷¹Ç:¹t®-AtR¬ßS<[L†ü8 éÐD4´¥z]õ–jZæÂ|šE’6NeM±î±ÎZ9o°$#¬Ã't§uD§Ki’ù—ç¯!V]®ÞâùÚ¦h
-F)戀”\}E8Ã!,
-ë-e9eÅ`®d,\V·ëÒŸµbÁݸe¿e?¹Ç7™°OòEÝ7o–²æxhœU™é‰lê>2P§½`ؾ¾jÝR71Õ¬
-
-Xïñô~qtûW)ÛxùƒN?r·FÊ–mÓÓýý
-eCá%±Î즍µÉ-«2Zv­ùvîŠjwáï¾û­£ËGú“ë+r)€¨æœëÿüË_Ów¶?6PP8ð¥íÓ'7äxúsp~—î%ãÀ«4Q½ $0Íü²7nÕ˜=“@63eø6RŒß=}šÉGtþúŸÒû±-/E„iá @Õ,¬›kÐdR nƒAaaÁ»Daê5S at K@Iˆ[X)R Žã=	8”‡C劧ÿé‹<¸ñko¹_QåW7ç
-ÄÞÄÂgŸ˜¬î²Cì©M;>K•'ÌàñD¬,	¹PÚ)¶F
-ñæL<äÄ·“{	™RP? ¦r53âã:#1æi»­¢Ö²Ze
-Ü Œ?BãÇ~4†ö±×ða
-ò¢8qyv:Ž.! ¾VN»Ç9|›Þ°Ÿ–GåD.WÞÀ_"‰oÑÄ5¤
-ô(Û-¿*üYÇœ¤,Øn•¬<ÛzÁ&L;ø4VÆÞŒƒú‘çâ¿Ì€åÌmƒq¨ÑEq¼‰Ã;ä‡ä¤
-à÷Lw(p²¢KATD)§
-™–µ’£
-ñ*H9ò‡Û”PE‹’˜•J¶kÕZxdæa©°œã( A=®žQlÐò<•«`a)x=ïxø¬ é¤—Ý$úYoÓxFõav(.+gI|YàºÇ¥Än%ÙðGÏÄ.žùm|*6ù/¸
-¤4¢&¬éÓðìrZÕ\Óðâs
-y…MÚc”êvöŠ
-Ø,#¹Ar	ÉSbø
-ü$©ŽôB'`ø·KϼW{n
-Ó`ÉšË-î2Àã
-¿‚Œ).¾V \ã¨É„ú2Ç3g2ifæ;,¢Ḁ̈Ѩ´Éqæ$²Åý1‹ŒôÄWI‹¹Zâ½…h¾²zþÖ=6‰0œÜe9Qp≯lÏiê¯)ï	È/(űÇ7|uº~Íá3'gœä‡Óýgî?p×Áåµk«ìéµ]5†‡"ÕÅ=³]¾|bÿÌ]ÁÏ-ØúïI¶þ!±tJu at E‚ª5ª!”OÉÈéQ„· ÛiF]ˆT©°Y…±“½2‚ÕÊýJ¢d¡ZR(ð1Ôü©	X1y<|B8"WÅ-¦+nB'U=ñ]2ÀLT‚r`‘CUbÛdR\±³Ë%Ì"Y®ßÅ’Ÿ
-”û~ÉÔw籆åÇïèKy÷ßOçr›JdÔµ—|¼â~)~pxãÞd¢JôqçŬ‚ì‘ÏÊÉ&çNça'NÙ•rO
-
-TtTÀ’Ž%dyaw!iÉY—CL’PõgÏ:•u.‹»œõnÉÊJ«VªTÞÑ+i×ÒÈ;i¥	i$­tÒdMI!›M—?™!×Mò]‘E–xÙÚ#m«,ª/É&ý}ü¦hBÅͱ„¿c(çøæÎUû‡BIgSw®[¾«c	¶4÷l©ì{tk×¹±þ덬æ-Á¥Ã¡wp8P²iu¹t>öû—z\ÁñVûºŽÆoÜå]î³7îy:2üô®†ØÑæ»j
-WO&×–d,‹€ŒKï¨K¿É¨C«Ð7ĽӹsÉÍ!
-ÙEî!d—âÙ™v8ìÎ8’Avï1’ÍA¼YÄ‘0Ž,g¸"RŽ3Gé¨Å1šo¯
-¤¿£úËõïÖÓúúÕ¡Ñ+ªk*Â,‰¯„LAX6YUµRR…ÞÉùnþOVÆ×C_2àW«¤ÝsË¢`ÿjQâ]
-É€Çßx»Yïróê“¡.X5ýâw¼¸³ÊÛ)¯éñ»ªÆŸÜ6ùôX¹ËßSW7¼Òó3{ý`spÀŸšT=^3Tap§6N®i8Á‰Uì5
-¼§ýþ­uu[î_Ý4Ù^ªätõíƒewöUU÷ím,l¯Ópª²öíÄçm«u»kÛ¼YmÂ¢@ÛÜ+…]M¡noMdy~^Ë&)>†-t%ý†£—£ÑL$à<蕱ð¹ŒGHF‹¤÷k®&6}ÝÔÇzß±Ü+1ËѼ+t%Ù7wÙ_Ë™°–Ÿ‚µ¬@ŠÃ¥²FY»Œ®—ãy‹O–çÉéj—òà¨#^à<Õðr…ô‚ï/Böo)qÒJ*¥ŒŠ(Œúõ3CÞHüu%ŸÅöùc†UÿÜSo©dIq^‰‹ ¡aeJ~yãÕXêÛxžz›„æ.™›û€V¿
-s`ïç(Q“XHˆL¡Pc>±Åõúñ>ÐGÔ¾ÿ)L±hÉOŽG½rÊ/¾(ÜsÃŒGÁ$ÇÑ
-g|93·þ½{:f|lî—à?JtƒCU×èÚ÷{õµBŽøï¸ÿ©ûM¿5žÿ8¶–ûWàû‘7Ibö乇oú•3F·~0÷6¸âÛÑ~4ûyô{ôUpÌ_;zÊ ÂHˆ	
-ÁÝh
-°âµ‰´ép8‘VÃ6,þ§…"¶K'¥µh~*‘Ö!Éa#攐›!m‰4Féä‰4A:r-‘¦hˆÄiÑÁDšG6ú¹DZ†
-è3‰´ý‘þ{"
-h‘ûn"­D©Üïi5ªäu‰´­çƒ‰´ÅøÇiZ#;Ý8²idjdOdÐ9Ø?Õï|ÚYR\\á\:9ŒL8—MŒMôOŒ9—nÝêœÙ4<5霈LF&vD‹VŒlŒÄï;WŽŽµE6MoퟎNÇ&6Eœ%EÅÎjç'j9ÕàNIá’’Bè³ò3ª¬‰LL²²%EÅ¥7ª°…‰7=82éìwNMôF¶õOlqŽ
-A+ƒÎPÿT³yt F½idr*2…#£ÎŽ¢ÕEÎpÿTdtÊÙ?:èl_|°uhhd "D&¦ú¡òØÔ0cóôÄÈäàÈ
-öošˆD¶±™NK#Þ9<20ìÜ=6í숌OEXõÏj¹è
-vëâCÒHa
- MpLÁ±EÐ rÂÑù~H=
-G	*†o¤–‚þ€:£P#šÌ‰–¡1¸ŽKç~©1¸[$ÕÝ
-_'”³ö‡áÞ¤”‹À•=»Cê«tæÚ(•ÜxÞ‰VJ×1Ð/xzZê‡A©tJºN at yD]ŒÎ‰ªáøÇm9?ÑZü™Tˆ–Hçø<+ÿ[Y#Õœ\¬·DO駶²ÐFá'ÚøôG$Š1.LIwÍ·Iõ·@ÙXœøXÇBÒ“j†g$LH}°V¦¤¶ã5G¤¶; Æj©VXz2"Ñ•õ6*Õjÿ”[¡Ç!x~@¢ûBÍ©m&-ñ–Ç =œŽÍ0Ã	iƒÒss›„žÿßÊÒjit;¤>WJåS’±{ÃRnøè…ïNé[unmy Ñn‘”Ú5ÿoŸ›B»!‘îOJr=šà~‘Ôæ6àg‡$ßüa´ˆóñÓy<”h§4£!Hí”èYäÿ$Ðp#P2"яµ8–h—ÕÙšàÇh¢×~{šñm§Ó7Ñx§4ž8;a.cp=3 µ1.Qvð¦ÖÿOÇ\ôMÙ­ŸÒÓ
-šÆ1š{µ£OùˆƒJÊÍá?…s¿æ:þ+˜ï¸,sÜûá£~íCºå£{?"¯|„Ï|„í­ûhËG”û ñ¢ú]pÞñ¿~•íxÿWuŽ_ÿ*ÝñË_ê_`ñÁ$Çϯ¯\ùÞ•_¡â_yðJÐæx›Q=€ål5u´ã½ºŸvü¬î'¯,Uâ$€íp„ƒÌ_ÆIÏk’‚Î8é9LЫP(°ØòÜOê°A óá§ÎŸŠ?
-ÿtæ§ÑŸÊœ?	ÿdæ'ÑŸpúŸàw->Gïwƾ³ï;´÷õ±×÷½N/}+œí
-;_+~íòktüµ™×ˆþUÇ«ÄûªÿÕ±WϽúÞ«üÅg³ÎÅÂÆ/Ì\à¥ß”]0å…—°ó¥ðK3/E_âf^Œ¾HôÏûŸÿèyi£ÏóLÈ1=%Ñèåè»Qê=ç?GN?}–\~öÝg‰÷¬ÿ,9õ5|ù™wŸ!KõXJ°DÁY€Ã	Ç8ÒcA´àðɾ“ã'éÃf;¾Ìv?$>DØÛÔ&¥ÙxòÔ‚_°Ï;ôœ{àÒT| mIP| É'>¨ÿ¼÷óþÏïûüGŸçõ/c
-ÃÑI>w4ÛqÿêyÇ{'pñ	ì8á=AÆNì;AÐqá¸ó8eí:ÛRƒÎcÅÇHëÑÞ£cGiñ}XŸã>ï}T¼O0…KX
-ƒU£b8(0HýœÕ¼ÈbX0ïÝŸí8²¼ÖqÏá:ÇᵎCËç§bá€ó@ñZ|7Þ·‹û•šà$°adkŽlëHöÙ:ä>Ú!!
 †öÁ½^8.Î_ÁòçÙA)!:L©Á
-Ý!ÇúàÇ:¸vÃÕTbìà1íàJhǬxÑ^ëÐS|'cÛseñ\¬¹ÁX%fAƒma»ã£U󫈸ª¬2(®ÊÊ
-¾Æï­À+‚iŽ–`Ⱦ€íb7^$o†…àh‚ã\¿ü(Hf‚8©ÄÒaÀú¡DßA0È0‡ޯïÕïÓsz½WߪÓ׿§Ÿ×ËýPö‘žŽ!Øütæñ|â|ûj§å‚|¾­%ª¯‹â{¢Y«ÙY\Õ•ÝEÝë:Ïc|¬ëàÑ£¨!­%Z²º3Ú—ÖÕ„„È3ÒÎ'¡†®É©É©iûàDby<SSp•2Ò8gáƒY{&§¦&%ðä¦<ÓÒÙ39)=ˆ¥§t
-S“ñLÚz7 ôÿ
-endstream
-endobj
-
-99 0 obj
-14186
-endobj
-
-100 0 obj
-<</Type/FontDescriptor/FontName/KAAAAA+LiberationMono-Regular
-/Flags 5
-/FontBBox[-24 -300 607 832]/ItalicAngle 0
-/Ascent 832
-/Descent -300
-/CapHeight 832
-/StemV 80
-/FontFile2 98 0 R>>
-endobj
-
-101 0 obj
-<</Length 516/Filter/FlateDecode>>
-stream
-xœ]”ÍŽ›PF÷<Ëéb×¾ÀŒEÊ$)‹þ¨™>
-endstream
-endobj
-
-102 0 obj
-<</Type/Font/Subtype/TrueType/BaseFont/KAAAAA+LiberationMono-Regular
-/FirstChar 0
-/LastChar 67
-/Widths[600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600
-600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600
-600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600
-600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600
-600 600 600 600 ]
 /FontDescriptor 100 0 R
 /ToUnicode 101 0 R
 >>
 endobj
 
 103 0 obj
-<</Length 104 0 R/Filter/FlateDecode/Length1 1282 /Length2 77308 /Length3 521>>
+<</Length 104 0 R/Filter/FlateDecode/Length1 1307 /Length2 99502 /Length3 521>>
 stream
-xœœ¸steo—5ÛvNlÛ¶mçĶÍJŬضíŠm£’ŠmT’[¿·ûí¾ýõwÿ¹ãŒqö~æ\ÏÜkÍ=÷c
-e5sGS ¤£ƒ#3/@ÑÚÞÔÝUÍÄAžAhéørÂQP¨[»ÙÿG¡	tqµvtàýw˜ÐÄí/ nâö·\ÝÊ ân	
-Ž…`nmæ0ZZ;Àý·ú_hñk7k/€3ã_Ìÿ|þëÌàï7wt°óþïrE{ à
-ý_´¨¨£À—…‹ÀÀÊÍ`afeðp°üÿ§Ô™ðoþ…*›XÿgƒÌÿ-)ã`áàù9þøŸ³
-9 ø÷_Ù3¹7õUn
-Ë”ÊyÓO‘\$=§
-)„q'!WÃ÷S‰Ö–Ãfz'þÝ©ƒGԝ„HØìpdî"2’ª’¨ŒtW£ÌƒÂ_CžŽuöxHßþÌ)>€6Áüž
-M‹&ËI꛾Ï(°O#EWü­gÒ†ø2ó
-Õn”¸Â|ñ-
-×1ýY/uX!AP=ŽíW¦|½"¯qx¨"M:ú¬utˆC•i»Åjà²8ÎQ‹îÛšÊWÅBñ°ˆÚÕcƒë®ÜƸöqÿT>X[ŽcÌ÷5c=í{r
-ïW3Öìo7³X¦l蜵<àc¸Kª‘?€ÔÏŒù‰DOÎŒú#n)gg+P7±Çd¨ÒšÛÅ/•gÎQwô4ÊI›çZŠZ~]ƒÁ¸Øzu º´é×ÈÎÒ/Ç×`h³VÔõY÷"-®y¤	^ˆn²¯º°{ã?\}PúJßH „mg
-ȹhZТFH³!qMÐ=‡)ÅèÌ]Òo\rŒ_tòäË÷*"P—êÓ Ï’Á¿±±˜3A:Ði01{!‹FuÒIta}þŠ5¥‘DÏ]wyžËÿfº8r¥ˆíŒrH´e”U;ÔO¦K7TÖZØí;X–œ
-%nÏÈãG¹°cgU¦ů)5ïcïÜôÈÉÂ~+_™‰+§I{Oꐸ¦’ÃÌ*Ÿ:¹Ï¿oJæOúö
-Ÿ
-z¾㈶û沸Dê;º
-'1†´/Œ-j*ÑêãXÁJëF9Mžça>ÑlS1ÂÜ„.êfƒúÉZÙtÈÊ­Ì	ôþè}®Æ.ðKŠg­ib4—^fj9f÷êTY“gŒ!|v;îˆï"úDT’ÖÏo<á&J/T¦?&iÉ5èD)U
-«tM¨NÃ~
-#m)°xÊ‘~á°³Ûi`J0Zⷍ.ÍŸôÑ|“u>g¤š0·'_­ùK+sm~ŠAI[Ì™Jû캡žØ¥´^UO=ýc>µ5g·Îp‰nA™™Ž2¢9Fà%`Šîr*–™é6®ò±½à=¼:ÆÌÔc Ó¤.šè6¿Ö{{+MtñÍ`wâù@=~`¯ÿP~·‹ÈÃã2Ÿ«Q?™ ~ˆxZÕà’JŽög
->ºzƒu}£ÀõÎo3{	«0vùiÐ…—Æ2&1·u^OFˆ,)²‹þÊàEIbÞ~ÓW³
-U9PO+ÙžëR&’;®ð«£$ð`²dX)~ÛA)E”{ÃÚkÞwpö$¢UÒ½ó¤ï7Ñ…m$½[^Sʤq£Á‡nu¯9E’`edRô1Ô?YÖŒNÞßœUØ\mi‹±ŽÌ\‹S,iø³hçÓÑíî—Õ8H¢Ì %¼¡2ø©ãµ}½ZB	¶«´edí{¢·I;ÐHæ_Å;^ê
-ScǶiú4)&Þ%4¥·QWDë4/¨…[Ý|9§é¥-š‹U’Â'‡Š”nò?•¬÷‰ýüï"T4ÍåqÚf–iûíÙš,9-cáœaÜð0A»ã3t¾G4`bÎsûmŽn¦w×yÚ'Ì‚C0¼Aò•Ï³Õö1w”-+êÈT8ìasÑ êQjŒÚ°Vôžð„9ëviÕ:
-YX?dz—Èo¥qÝnkŒÏÃT°&l:+‹ÍÊÒD¨{)¼Ò<H¿}±’è;îAévbÒÇÿâ@û†@ÍV+©€-ƒHrY°û˜ì\Åø°Û!»ÒŠÛÞa$ÙÉF®,ˆAe¶Ò¿¹Ú¾òÚŸüÄ"W·@y«Zµ‘:¯·¦‡+âØÂàD/ƒ­2|Ä„~ðÖºT æDvq-·ú¢õ–Õ„ÖŒ@it±wÓŤ_·
-†Üý3e¥ÙËó•ñh‹Ž»7O–¾&ßVJE®KìLæÞ:’T¼¸,‹â£F91ÑB¡“Ói¥åãçÚãOë<8éÞxΪ˜Ú©hL-l–¯:Pú cwVTÆÔ<žLrd…ƉŒÒ…Ô;ï–.Qh¬GSÄ>ùʵØÀê….úºr-F'É	CrÅà/£û•Îg9ȁ>më¡Ù”<²f,JHk9…ŽK$ïɱ†v•jÊd\0ø‚qjÊÃöº¿%Uº(æhWwžG¢ƒ…wiä蛀ÜífÆ‘%lB';S)©ò÷§&Å«+‰à¢¥gž’C˜!îö„Û‰â-·FI<“̼×ȝLüÄRQ“;Ö€,Óœ‹*>/Ås{»æVmCÂ`±çÆCjÎÚ¡É-®ýd^hÙUSÕø05T•fNƒ÷ÚS”þ6<Ï•Õ%ÌÅYgˆ5
-«oÞp[]m–¡ë,”(Íl
-$­¾¼É>¯
-®¯ã×àŠÂlZÿÕ±ü{¿omýÑ=ƒ™­Ù¨¼•e”(¬Ml/û{„C3-0µŒó±ácé3ó&oçY}•·XáÚ1†)ÔŠï'åŽÂë5VÏÔ|ªþaEœÒIÜ·û?§ØMϠϣ)O½¦SH¿GM°Ö>…v`j×+ÈD–Ê7Æ`iWÑ’FÞ¸UW\{í°˜Ý.“¢åŽ4.¡}|¢‰¦Nèa¾B'µ!¿+£_'“ xА¢ ÆÒ®áÃ#é>#;ˆdÆÎ "	åDù[…u
-0o¿&•®Â=CÓHOeüü'
-Ñy«
-OL›¸{eÊcXJZ-{÷hH&]ô®qˆRcÙöJ¾½¸ŠcÅÞÑô>ºZÙr¢ËYIÑûÁz
-’˜üÚ]¢b^þ4ÏbÚ&¡€ü
-qgÚ6ð«¼)í3'­ÆÏh
-®ªq¿kôu-$r 휩ÎÜR
-51²vÅÔ} y‹K$:6ë<K
-@ ¢anŽ
-'
-©zG^Ÿ„"_—{ã†g "#öu?GÙ¼\œºUNH§ïÔ€µü‚a„}l>GCÙ>ж×kã܇‘p
-Î{¹ÊHÿýè>Ê&Ç™1Ç!Šn֐
-M}lT±:pkDT§ÿ 8¨
-^¥$žiPt[î%Å”úéH«Eáb2ÃÔÎ4eôEï’ÃѺi$Oã^ç*O;':°Æß»ã}œWLò›¨d9[MÙ-Î$)n-DD5ge¤ÐÚœè6´º`3Öröӏ¹È_H‹[ã^QFÚ’­b©Í2D*ÖÉëy|Ýu¼²ìe¶èW6™.›’CaÎWýªe,‘ ¡ž{›2øËA5‡‰¤B‹%.Él¨‡	
-3ÚIŽì…}$•RÍúÔÖªƒ4!1Ì5¸£Ñèâš?óµ´ébBýÕ>v¥̝6‹C_Ê_ŸNûÌcÀkh%æR1Ä´"âM*s‰·Ú‡ùò;ïg¥«={mkÑT&Ñþ3±N
->B»CP2êGvL"Ì	sØ:©RØn•_eÀá6‚áˆH§	£I›,g4R×ÃA瑺?„ßPz¥†ºíKóŒ'ÿ´Ž#
-6^;ö]à—ÇuÄ$\‹L#ˆ0Ö×ç/~xKmøÚ{¤¥N—5 âò7{’„l˜
-ͯgˆß)tºŽ9ü¼¢]Õ¡/‚HèñÃÜSp˜º˜»ÿÙÖ‘xíEQ+N¿B’Áåª	ÝX&‡M}A4ék_‚óý'<ôÃ6Ž[-ÑbÚñx88«#;™çÁº*û¾Àþã.
-.!:ÈÌŽìWÜו©4ìï¸sWGÑZ[K
-FâÚÐy¼HŒ¡I±Ì}Ÿ
-G
-ß°M¿33(²¹±Î 
-yˆò½²÷wDº¾£Çº‹Fú³dÓÈúYlÈ}3qÌÓÐ/ú
-;s‚Ä‹.‹0C­g„-äÓa¯¼'wÀØÐðÁ@tPð£z=y°º)£o–‘p˜WýÀ×E(Áä»t›kÚ¼ÀÝóNÅ«¹žµÇõ¥609°ß"=¸úT®X×
-[Ä‰„Ø×v?ËËuT}Êá	/;~9‘û•¶_ìF¼–mïäÑÁ˜¶¯¸6‰žŽÆ^F£Z2’y÷À°l,-Eqpw
-Aºª|i¬n|Ç'‘‘ȼ†—šÝz7ê_álj7a}ú‰.àå8]QŒV•ûÄãôǘjuëÒ,ã‰d!;ÔŠ1t;FÊü$éÃ
-{¶ü€¥~9H»	Þk8¡Ñ¢î¢ Æ¬tà¾BUiΛÎ3¤ŒÛ×,Cð‰èQe-—É…
-°b·Îp¾ö®lÆ¿”’XHXQŠ¯0( î~ÁÊ0F§1•03ßÊ£Ã¿lz$¶¢Ö¤ž¤I€ö/g½Ž§î›Éqû4íl&>åR…ƒçTq/ZÛŽ"b>ÝÈJËea§ñëj’µ‰g´ÏÍ<„”Fj®Cç|b˜âR»¹ØåóqYðOsAr£»¤h9vá¾K‡Þð©
-nˆÔG…æk©‰IÒ}‚‹Ò+£|§]h:+±†ïh–l]RÂÐÈ«C ^IÄ‚§³ë=2׸_¾Èý±¢/L‚™ºþ|íÐ8˜/g¨eåpYÒ!(?Ú—ÕF¤„M¤æHOÓqúôF"÷€™®÷Ùla‹EC#æä´º:”VêøClK#P@ÃÑ`Öàïô^óAí¦Ø»O¿
-ëÌœË}mòصô.ÜP䕆»áኖ?Æ10ƒ`HýÍnÉÐvÈnBŸ_îy#ÈÁæ֏~½ý´#°y„~“’¢«;)ì°¸c¾9N•¶Ií¼T@<ütss¿R ¸7E™áþ‡1e	Â@Œ*•ÙÑHš£ ³Åì²îϨY÷@›v¬åªœÓlžHò• XÃþÄHµ!²k¸Y3i—Ñ.û2x‰Ó}¼®þôû¶Ý}ß“CG7(‚sð4$©¬ÿ¾ïë~×÷see<J´²ÊY*z3Oñ†MëÉ:(¸VPxÑ,§î±“òD©ä;zåCÆ»‡Â¶,.T0)
-¢ç-FöljHa$dAŽ{p,'ÏC~Ó!ÿ
-GT,ö®„pšËU³tMXâHDÛïãYf;å–?ð…!´¦ÀiÂ+º’¤ç Ó_¤)8¥í‡tTn²ô*FƒRl™Éz°G¤Ö†Nü‚ú‘C1t¿‘éE3¤.;ÓÕ¢ÄÔÿì<Ñ/¶
-œºc˜’¼ÇÞ'΁›¶&àîR×Jµƒc´ô[ó±Í×ÁôoäÉtqµ
-ù§ú„I+X|éœ?ÒPÄBĸï±P™ó/qª#T4µSwEÁµçh{b+¬9Iï0+7v,ÝŒ¬1?Û	­h[•V½U0bèQ¥r6ÜGft¢T‘*ŽnˆJr‰§Bâýayy¾w%°‘nŸÕÌÙào¿«ÚôY@J”ã<àØGjXrO!G×’‰p†(¡ºo§ïübº­¤ó„ÖrÿýRcYx‡û⳪‡BçpÜäAÁ‹tæ…ñü‹†SW°ñɾèm¹…¯š,ˆ6ˆç]ÞWoÒaS¼õ·¼„±IÙâÅe=,$‹ødÙ†À¹®x!ð¹{<
-Ž¼Ù«ów®×Jdóo»ƒðž“ýÏ073Z¹›£ä:…êìˆü˜¹”—p/Ô£ڏ&l*ÒÞŽ-çæšÌ91_†Õ¬2Ó¾™µ<#©º!í¶úL%Á³9Úù
-Q°ÎO	*¥¡xE÷ߘYð0‚5ãcmÇ/Guî@¢Álµ¤ûvýV¡
-¯¿Ë­Õ‹‘~Á.{ʶF4…h"®[”¸J(~NVÁ"%m1…ÍnÜÖ®YA°[†Ü·wð¿ÖÎ,¿ä3&>üäøE…õCÄì) —ï6)iww:Ÿ½$Èûý7Y„ó°«=&—[kÆ=pGîºòá©@"Ɇ§ÛŽWûHBD«fíB{2)‰vªŸ†ív!j:6©úõ>N6˜gD•ºê[e¨|_°BË@Š›EÏ`*âLx¾N®#Xo1ë!q§±†PŽ”™T`MסÁ»ôÅ
-}—ôæÄ­^÷Ïòa–µÕöÍ©‹NCðsÔ'=,v>Ê÷å¡.Ù“˜
-ª'¬Ẕ»Wþ”Šx^ø‹šÓÞ¢üÓëJ¶2Ïñ¹¤™Ĝ˳Þ(ëeASÀaQåQ §›‚ár‡¾¾+}vTM­ ôÅ—$nê‰Î+v0P;%×e²›T),žd‹hÔïiH|íïÿè€u†ù@Ò¥ý`Ç1ðQWöÓœež|”ç‘Yi­eÿÎ<¬)Trz×O9’TÃôAòôgÔàž2\}õ˜$ê-\¤äNú:xâËkx]”È£‰¡SÅ"ZR¨b·%Yímñðz{õ“}è»òŠÚ'
-ÔËv§»ÐqH¸Ô!w4§$yæ
-ëgÂÈ&lÒk$yC¯k´P—-´M at 6i8YâAÂÌYÖý!úÐ?x•1Li·×%'g0‘
-U4G…¶CÁËæã¹Ç7jå#c1þ:À¹jy¾ˆ@ÎǝT$íš]{F¤Œ8ÚijÜãEKê«xêÆÈü’
-±@¼f=2_gRŽ´$±®A\?wÜn.L 7
-â×JØ4ÿøÞ¿‡bÜÕPíµ±òmøS¦íPªÃEBKÄÊImi:ïª]t[8Ç¿ð½áÜ/Q‹ÏùKéLkCc.#ì(Ì®“KÎ?Uƒ¹Ñ9ÈOGäòS3ãìqkFY%‹åÇÍ
-u‡¶øô‡Mîu‡8©¢S>”¶3ÜW|ÄÝç7˜ÇÝ*: 1Ú©Ù¥Žl¯¶¡âJ~Ö|a=«9«(ß-ÐÇèÌÛ¿^Wú\䣌·q<÷r±]¼û²´árì•‹I.Êÿ|
-t„'ÍëzÃÞÛJ
-oez!±¶ù”œªÒTR&~áe4½¦Ön?ÿxa‘8FX«L2’z+2!T}ÔuÿšeiG7´ââY‡¨XM&îðÃŽìUJêœÿýîa¶ì:ýwù‰bÒÃÜÅ5Í6Xî…ðéÒǺWôº]ž
->Ï”£ä«!C‚g¯.'/Bß@þ
-÷OS´eS8âžû¡mAðy3Ì{Æ;êI§³QÈ8·Ñjç¹oª~U”±ói­?ÑÑý  â5/¡Bðþ9Åær	ä·=zØÉ[ÓW£¢Í­h»2L]´ï÷º2gqƒÛxN}úœT/FEßìwUíع¼:ß_P¨úf'sFìDWÁî°ú4êã•ôß=‰’”;6:»5äòiç³4º™Ü#°a€°&¢ÚS÷Š?"µvÞwg"=‰èÍœaL ÂæÜè3Ò©
-õ2bDÂðmÂ
-t<´ÙȹíE«
-k¾ï°zF±ùH´$¹Sµ‹ÊÚL—Kˆ9†áµbdg,,65”AN£#sêñ3[•×j¬'w­cj]Ç÷Êø¡—fÕyç\ÿ°ßÝ£U.Â#ÃÜ“
-åo®Œ0"LútevùÍ÷¿w
-¶›\ïéÔ‰-™¹)ÿô8ÕÛôê†ÒAËëðä08¶ƒÔ׆Ë_ßÜ?md{ÔÇNˆ™ÍÆšÞæg'Ø%‚Ö
-›‚Ó'~)…èÜ‹²šwݍ÷]Š6ОWGâÜ2‘G>xZÒñ,Ì%cE¤jôэ‚µdFÜãÀI»Á¦:Ìÿ	k¯ÐÉ€;,Á‡l8âÉx»
-á9Ä­}án’æFGï®;†nNoÝÍž“2•@	Àʹµt«+8ŽW=ïàBz -1+†aøU¾x¤`ÙÖQG0Î+Æ7»3WœÔR*ö½¦äu6•Ó 7¨ÀmßU•’ ;WçÊU‹ÍÄN¿Êc 5Ÿ2“ø(G” åûj÷*E}>oaù¨br}9Þmkù¼
-"ǍÈÞ¾@ïÔP9ÓrZyoë’o"ŸÁ0ünH™ž4ÖãJðþ•æG8"273ÒiÉæ'sÄŒñ8N¯!xT•ãwFm1RƤ–¡˜›BX³	QáÛ×àŽ¢Ñ=2X	o¼ÇÇQ(:¯ê7
-~ÑÛÂÐ󖙝b•¯R¡hµWŠ>š;ò¶>ùF©kXμõï‘‚e?»Û˜¨… ¢ÿý/\X`¥[L©hü§P°¼¶‚„'¨ˆ{½çèçQB<[J¤'8CTÛ1g²ÏÁ#{9o¾i‚3“3q¬Hêrµ"Á‘Œð·­ ÝJ‹‰v÷ÔÚÏ“»(ÅÅxAüýòÀÅN;£ñÇË­UÐÒóÊ%û¸R 0Q¹tÇÉ’
-JðM–¤ÎYš½œ½à9$Œã:e¨½V™ágóòÌñ±Ò}éŸÅ!Í/—عóoÏ­ ëSQ3Ú Wßðú¼è,{ó«bY¹ÈWùP¼ŸßÀmˈºŽioIo//¡PU´1	)oC¼?-Áa$p]«î.÷•SVÿRãøÁÖME¢Ï¯S£š³£MØir¢˜¡»©/)]Úô”
-bʪ^P4¹1Ž•ìª‚pu‘w½CïÕçäL(g:«•©r›~%ë'jH%uÿT$"*øÉ¸šd0HZr8ý_ÂÑ2}¤=Yü?ÐxwCó«Â ‡Q6ê>¯+˜â!s¡k/j¬^óB¹µ1;Õï¡B,ç{°Ç¯˜IÐEHV<&/'®av¯
-ÞÐß&kæ …F7_`u!§}ì’·ÖiîO›®6û* –€
-„¿5°åÅ”PrÍþno·EJ8øýãE§iaWNk0Ý w⻩̍ëŠí„}õÜ®ú2š²Ð<eu$Uü}¤rx—U¼CƸ Zái³„ÈÍ0‹ÊÏZÎK6Ê¹ÁãJ„Ê)Ó²™©>ÔáÔçÁ>m©Zþ+³HÐ!î‡cúíS9äùÚÃp\Ýô´¬ú·ƒÏdG:/Åù¼¿û¢\ž²(~œ_	`Ó¥y‹z±Å(ÜfÖ¥ÚãÁ"~*)ûíÞË{.“½í‹¶ô}g}€¤›Ld酐l&AuÂ_Î
-®˜·q™{ÕöB0®Ð#Í\õ×õ
-cíùz[+”]³?gÊË~mùÕÛ°(‚Ç.°LwøÁ‚ܦG¼µ-M^"^A¤×æm.¿àu»‡í	
-Q~dJãÙ«…"Ucí–î–o£u\ËÝÅrsSy¬­Rkÿ¢Ø/ä<x•¯]…‹!¼;¿"‚]:².ÙhUÊNöÂ7	±uÇôÐV§]ýy[ö»Ñ$¡µÞÅ9‹C>èOeßHÑФ¬&¾­~‚i9ÌBù6ú)ÑEOʸUMH}j'Ä†ðq0‘L6üÀúr8;`9µ¤k÷Aat*o”
-©X?Qߥ!AÁÒÒù›G÷M[UɆËòû"XË~•˜ŸjÅÏÎâ›d¾Þꛏ®÷ºËúµÂ=®3…F‘««”c_9™g|_™lÐ¬ŒS!½ìñý[!¶Øž¬~û>^}ÙÉ~¡T‰Rå¯N´L¯«ö…Iª‰šîg;Ÿ©£â±©fï›ÅH–kÒnç²òÿ»­JÈi—xuýãdgé³X˜>*K	)UtŠ“Ìð#¥$D#AÕï
-ù£î|Ãø"*!È*àð±É±°<×o·õ´5üwm+띒~å{I·¡v°°{¹Ç«û¼[½z–ù* [mY/à5ý=e&PòmÝY&w;&[jA”>Ä}Á—Òœ˜Ì}
-0‰šl~ ”Œ"²‡>Ù\9™…æxÝ7…|ô"E O‰X3Rvh½k䢢LÎ毬>p†Z’Ò¯½6ÖX8Jô#ùc9¨Y`µ	(Iá!C“{(§f„üšzر¼z¬ìžŠ½‰_ädð!D~Êð°ÎUcìž'rŒÖPkD<‚é÷d³xF íÇnÇŒÖÌÏ£€g›$ßßrEñ«¥¸–7ÞÃMƒïAÇ{|Á|¬¥œF4¼pÃ\ò™×%¸=zªÐ˜’ǵOG{ó»JM¦S¹1Pí:‹²ÃÃŒ‚HˆBˆ´Z\»°ªä:£œŸ”ܾƒÔH瀺é¼%¾ÿG³»¹}F¬­´d(E	ÙÔFô-³ÝÙÑo~£o²™àókÊP·?Åû(f&©ÛahiÐz±NXÃì{ÔôI+‡Žsn4¤rq<
-DÖ¹÷>	~¥³õEÅê„SÃz}@.åËò¹[û#¿VjRH;‘E¼\„2°´ª"tÆý»ùvÑú[è»âå;¿ÍÉ
-»qÃlùfX¬HV­ó~ÍXZuV¡‰€·—tå¬`Ùž`cH¼Å½ [íש.¡·”Ó“Qs'ìáÕ£p¬kª+Ç«ˆ0}0WÓM|ã[9ѨÍÉ@ä1Iebúr®˜~¸qâi}]ÝgJì‚Îñ€¼‘S×Qt_0Ó8Nµø}Ôˆcl"µõèÖ¾Nœ 
-°$äÚl/¾H
-1ʺ~Þ䱡Ê;Ê0_I.e¦éWuGƒ‹{áÕD2ßÚ~¸Ü×׃>:šY;*
-"Ðè/¹¥æœ·¥4åi§âò¸ý
-}˜ƒ(À¢vZ7Dqµ°h¬-úÈŸ[½(”ë¤
-N¶NVêö`èr&ú.¦³Ôp‚»É>3¤*| ¼ŸÍÆSKÍmÑ9Ÿ€k2+®¿½fxO!^ËÆCŽpð™VùG+ÆDéÀÉMlœÂ\„ !;ß½îÌMmÏOÝÐeÜ+i 5¶3®J?i<ÊœYFóå@ÀãdJ‰Ò]ùސʃ+>9 ßÀ#ä„l59.\™„}ÊÖ¹h{ÉΪ8wT@ŽöÆv¶ÚK¯Oüõç<ʉÉÓÞè‚Ì‘mx†~ºãjô XGà7‰¨×ït‚¹fŸÐ¥‹äCã
-hßfƒ×lýzq
-õ~¼=Ù–Œ-ˆó0¡mÑC†ÈGFrTzÄ®|ø0gÍT¼‹-Ôî‚J‡ÚÒUÛ g*ØÜî%‚€g¯Ÿ4Š×ýÅýzÐK'‚XSÑ/gØCS$¤TW›AéPÏ!cE6™ña|ãÀ4²Z
-ʪ@öžˆÙ³ß)!=½`Îj@Ætl8B
-l$`©Â¯ã³g¢$ºÙ/YûcbË{§¨
-›
-`7)w´¾€ùnQ™À]ÎÏ*{cšI™Ñ‰'cDI`¶Žñç<i衳Â÷Йýó<Ï«PM`ê9]R5¶ñÞ¡µÁñd£pÆŒ˜¤:sa%ñv%ÛºŠ®ê8¥Ípj˜°ÇHØz¤k’Ò z¨øµ9zµaJ%Ú–éœ=ĵNc&ÉnÊv§קã5–D+8v"k”^+àáÊ©¨ã¥²ä­Y¨ß	û:r|{Ú2&ߢŽaù"fJ³<íqž®Qö±¯·qŒYAÑ’›[~à¨1E¿ÝR¶&óŽDGN­ÑyE{œºq×IúnRd`•$Àus–Ù-à4&¿C
-ÜRHáÓðÍ>æ‹,¶ÏCͪ<\ò«”ÓûTXy}|ˆ„Z®BûqXN[v üh˜ù;Õ]i‘ì»âmoF
-ªÝ¬á긆+ᖝ;>8¡êŒ—Nb%‹›d8&£~ä¡0¹Y‘wõ8´®^–-!šÓÅÉ'8kŦ4_9Í£Êçøâ4Hú™åÖöȈº{§-{)iJ4áˆþJËxl5I©Õ5àLÿ
-CøŒ7ýsÄÐÀaÒõ§™ÍÿäÏC.”¤?
-å@-Å:`VÅO×ÞÀ}+ð°·òyóÏ…@#¨H
-ljš$P–¯‚ÛµáŽ4TQ?ä8þAìmá9[@„EÛyÀ%\€òêMHËÇmc³)ü&‚¡Ñjigi,ýÐw	úcl#Sê³Ç›ªïÒC†–üÛ¬IÒæl»K¸|QDbÃmÊÐê¨v(Ý(–ž›¿í~ýh£m”„âÎó€XjBʵ’=æó()úè}Áùsüéz:õ¾*c@ ÍBH±Z—³Kðexé±wà©kÄw¹DÏÃ~9F>´1‚,‚f¸Ûp‘Oï>æßi¬Pôu_k÷ôböã‹j)øéš8ÒH,FÎI'ý
- -%_°|‘T¯¦ï0Ê[õ§
-¹ ü!7mÏÈC0#îbMkXÔÔCfÒZ]Vr\t¡Ÿ·ç€ª`ÑœìÕ~6#B©	ÄårÅ<èiçPõQªÉ4cÌ‹¡’Àº³ð—~}™]]
-_~wV]^O‚Ü°)¥	ïÑبö0«?äÉ)VAR®}\£$¤ÛdÈóm˳˜£²Ðw8Jˆ+\²ž‘‘UßMÄG£Lî`„5móèªú(€‡?l¼§˜úwñšŒh›%ÿUŸ•¶!Ú³Ömí`™SZMÍT¿¨â¹JÄ!ݼ—›¾TÜÌ•ÏRêî½ËÍ$ó¼ÖqsÓ}@¹r5(
-\©+÷Þ‘q:›?ê+áY€¿ÔIŠp±š'“Zy‹ìÛ0o–?á¸ówG0¯™“4 |ôm§Va³Þ!¹“«å“‡<±­MÐC„Ž¤e‘ÏÚE3xæ¼»¢¥¥Á0®qÈÚǾ(A`¶sÌ‘ˆ•Ã¢tìÕ› „nsSt}=ÆQ´Ò®]
-Òþͨ©ÿ]¥#¡n€UV½"(fѝ›y¸-Q.nEö\ûrá*¹¥uv®@èzñEµ¿ÔÅ×­8(g!Êä?I7¶˜ÃÛ	Z™sÉ@±‰iáÆê¢IЩ”h uŒE’v=šzu3*-êÌOݬ.Ë;Ë,[ÁÝýîôü^€¡¥Ñ=`ȍ¬’aÔ©I,U¤<?z­ŸÎ5
-£§_}¼V‡)âóy5Pnt£6Í38›°ÞÝê‚Ÿ
-¾®Ýûš…¯øáÊ)úQðáYI†O
-x3X8nu`jÌplæ Œ‡sdyDrÝåå>>ÌX–W‹ë
-üÿ„qÏ]{Sj9oYh£Š.j¨{·TÝ€VΏ´‰±@wû£q‰–jÒ#ÕµÝ9•oêc÷§›%¼;ÂÓÙ²»|EdŒcP_~¼BŒ¯ü;g“a™òÿ¨#¨î'sŽ_ßœ$|Ñ3ýÒÕ]× R* ”tL‚N)
-”[H>ˆ†P|v–K\"Y!³ì°NµÎM¤¹NÖ’;ÄAQ‚ôR1ÝÞ61/é[–VãL!èæ"vBƒ§æ{çd»—Q#<9àdAOÉd–ü‘Ž‰0Sás9ëì©ŒøÐìÆäJO #‘:R\È#ç*|/’‚ÒÞ€‰Ÿ«Ø©Ïi†GkQ ¯±ËnÞ=!¬n»j`<›—´²©DŒT¾MzË'=gåL™‹úÙ⣊㶦}ƽ€¼-ÈŸ.^NQ›™Îidr!pH>ôK!kØ¥8gU`b³ÆòÁ䯲.üÂXÞDkå¸O8}e
-»Mdº6Ö+†'=6ºt6ÃxõÝUÏ3öÊ"J
-µYÂTm
-ï|t	*3zõtP6<‚÷Â&¶yV[}÷Okëf›õ²ñÇxvZyêòí€â³
-â$EU‡³ã`sõ!PŒêà­–#Pðyþ5y覴÷,³OVþ%"
-ª×â'cb
-jçÅxª=
-’±•„†”4ªÎSçlÀ|;>­øŠwÛº
-"¥×TÞTR[“|¾™‹ºÐ$Ä°E¨pà:t at i 4:‚¬±ò-e:ßm-HÆ­Yš*•¨yZw/ZNPðÃì:µò=RƒYóÂhÞü“x Y¸µãáËSþ1ÊÕoø!ÿÉ (¥ì_ÿ䣘tLÑ‡¹c<Ù‹ØÕ¡4¾ÒýðmëÜݏjºtV¯„X€¡èU<Œ Æz‘FEFÆüà´ýkÊw„+Ì-*n=׬<¦l"‹ú§¾7è•Ì-»sëRu†ï§uï0я?é£6/¼ñ–}¨¹b¾ðXƒÕq@ÅU™ƒ¤6.ž»ì¹ÃIÒ«k:Ôk*6Þ/‹üx.Þu	á(jMl)
-íS‹Å|OÙ_æ2õàYìKO¬>T†"£y.EQÝø!)Í·À–˜Ã;é3³øhN«@wæzAä¬QwX¬?q¾²½Ò%l#/‰sÆÀ`²¸QÜÄ6¬ñxó*øÆR‰×¢•ú؁9¦èËÃŒ7\'FȈuå´­Gç6îNÒ¥]}á	à.2	};ögÁý".OeE!}VW‘ äšÒ^øà!ð[+ÍÄ8ý+˝ºK	ºøg¢Þ÷`}}Mxh}4·1ïñíä®ð@Kñ¯‘¿úû·ŒfôñÉIf~1VT\9iÔ€¼ïé‹cØŸu_ÇOÊóņG{~bƒua"h·M†<ÁË^åËèH?WøÃEW,]×&Mí¾Wpæ¦PWŸN2Fü7Ö>—â‘—Ûª:¦elÏÇ鐘;ßïÎC܃ó‚bö:†iöé$×ðÔ%¼KJŒ¸;DÆlÅ—ýjÎ:úÝ?>É<óT*5Ž‚א1Õ	·
-‚óL2“TžR;2¡–O$PÑ–Õb
-H~Ì­¥°" É$îD¤Ñ›—³z%0ï_x%¬Kœ¼,µe
-“ï0ŸV®¸ï5œÆ…\µNáÃW
-#,¢ê¿½·Õ®)Dz~Z¸îãè
-PU"A’ºòñß.â(Ûd§Eœ(9eVÙøçgüK|Öì[²¨»‘‹”
-ªK£ii¢š3Ÿ™#Õ µ„×YÙÀiÑL»X3ŸUál{ˆ“Ðßê),Œœbƒ¶›rM²Ðc¾¼ÁœsùL±^”ì)Ä –ìOä±GcXJóýg®±zp°iÔÝÅÙEšÁ©Àr³‹Ýæî]hÐFáMÆ^™Ô*vO´ß·<Òb¨}d¬ü!»´Í…(O÷°ˆå@¬¯n×Ý•|TWÝñ+gôHu‰ªís3s±5¼¦“ˆ6t-þËâºh!ô+
-«¶ÓòŽ×;bsêºÇ·Ã§U6-?gŠBöÜè¬Þ	ÅoÓÙÖIñÔ©nb¦HKºGÜ‹£Ü~܇cÑb<ùSûD3jn|¢[ESY—8†€÷û¶¼fŽ9Þl¯9´½W›ßàä
-L˜çÖ„”9¬½øúZ>G”ôþuÐÃ¥øÍß\eŸ²Ø_&îöÁ
-®ìÁ.üZdèÅxz,n€? —˜4á
-Œ>Ü­GñPi,xU&}5+h"Qì+•Àí+\Ãpr\Wg/5:Œ-wRoïß}€~!þXô'xéÎ0Xï[*þ²€Ó°~Ð}a³ð¶Oª'Þß¿©tÍÆÇ;£³ÉÊÑ
-W÷Hêºâ+Õ~û–àÔ8ŠÈM÷øÚמUÓþ
-žhìñšžÑºw
-œ%Sç	¼ ãks?uϝV£V^¬[¦ûúÎ\¸\À*
-ägrÖ†ÈAFvÿ(9P
-‰
-ªµIXTÁæ	g»^±mÐ&ðŸxNaKYÖ–ÉõpµpÄc‚êMyuhv»àaª!aÚ4vÌ’›渼R) Þ~þ'âÜU¾,mû7¿üA–NW“´i\¸¶óÈ_ä©p2€Å«2ìðV„’¾V%È•Up€}gŒW@¸×ØR	
-MÉŸaµ¯â†%â÷`ÿ*.–õYT®OE´	e­Íð<×Ù?ZSÄLdé!ƒ{˜ê=é8:²Ä†²×“Sšøá+ÀA·öƒ£AL(!Îå"’íìì„Hgý¯—÷LðÇ&Òï¸þ6;Åçw×Ñ0m °\Dý©¢b¬8bÉ»ùÙÂ
-Ìdx2
-O±Æ0w¯ëBœõ™'5½£Ã„¸šYÐQÕÍóëJB¼`€aŠ–Õ²?ûºoq”bóC­^ÎKþ IÊïú”(·¥âcÚM‰M-Ø	Ÿk¬âФgéîJßHÒç$‚í•—÷¤/Ii—qc"¸â×&ëÜ~¡¡v¢Ú¹”†w@ð5^â£9#Þ)ÈWÉÁ-}Ž›®¥hæVrê@‡‡b;´™c– °÷[ç+úY“>´)v‰dlæSêÙû*
-‚’|ÔÍE\²
-
-îçÀÀmZõ•Hû:(ËDjôrØU—o½_Å•#´}m“ñ“6éäf£¢ÅÆýXH¬ëQã@*A:
-·›œ4Äÿ
-Åá^/sDžtosqÄÛêyF\‘iï©
-=ÑóË8IN	’Ï#”1b_6ÆÊØÑ$GÓY6ÎCþÖ¼Ýðý20ËuÎ,¥ÀI’ªÆ	¡<áÍúeiŸ‡?ÅÓ•øéO¨kO
-wª¾
-
-çk‰¨•1@£ƒÑêLnº/‚(`<™ƒ|G¤+äÐ:oÃútK¾0´Ò‘¯YîòË},Z拇¯‹Lk.êÝÎt#Ï{8wâv¬Åã2ùï	kžë¥áJóÙN
-­DõF1Ôí~׿xA!¢Û^;å¡p1\9Q£ÈƒÓJü4uõ^ÑqEÛóÛ²ž½’oÝ#%„)¾RöF%Eºýƒn[bEà]ûÀòªÊ²5SEØþ¨¼ØžßÖ#øIª	ÚùƒëÜ3 ¿¦}ù¶JaAÄh¡-Ôà)$"Áluê"âÁ¢9¤?år 2;ŒŽö‡WçØ´ô¿Q[Üž|d=ýièȺó‰ÿ ò…õóc¥“¯X¹Ã¤80¸¬Í
-‡…?´¾‡rA%&éjÕšâP“l¸‹w:ºMѹXÿB8ËOè$J0Ù„|6Õeß÷F%åF9É,šÎ›%øå¸\㾆ÙϾ«‰‰ËîvOßB”âH¾ùöA€bà†L Ý"´BÀörZx1@=&Ï;3hq*§éj‘–ï^ú<®coï•li/aU ºyÛ$xë1gÕt«Áj1ÂÍðXþbNݱ¼µÚµ
-«Ä:¸
-¥´uÿ )Þná|oªà>¥<µÓIwlg-Ó,[
-™•¿ƒVôà
-
-߈ËkóhS±³)øP˜YK{…0»—ç碌¬þO÷e+Ñ:Ž¥­Œ#l/z‘ –”aâG€œ%I±'WP—×W}”| TznrâߤiA¹é¤óí“y*,¢åü§J
-S)úº«˜åœ/‰l-B2Sû’‹
-V#J
-„Ô–=ÃÓE¸lCd¨Îhhöí’iÉZG(Ï–õKøE‚Poðá6ïï\͔č\
-zlj¹<ÂñΡ4•2o¯'SêI®t8Ú×è…g9Moa3•®½ß,T%D+2‡¨¦Ýåå¶XV†vKn^8Y=w³ˆÁÖ5@ªÓR×R.æ”X–ØÒžCÅiAoQ‹
-ÂV$:¸S»†XW$†K˜'G
-™ÚGõeÍÏb„›ž™½fÎÛdBRŸèžj”¬ù€Ù­Î¼ûõ?(Ó­bcJ
-šY”Ž±Ž‡*ÿ‡µ·G8ƒöå8#¼‚Rõ}Â~-8rS°…µÆ·Åäëû‡°ÌEââ~¸ut‹®%á”phºP·0‘Îj]ÓÞ
-ç±´ÈŽúUe¥8[œµL¬t–fá£pÆaM¦³…ƒ	'èÃ)Í‹©(C½E¸³®0oó~z.®óýÍ:€À«•lqÿ®ŸTgNfçI´c¹9ÏÂõ 6…¥¦n\SüØkÝß²è
-X*#˜rÄOñÆÅ©Žk§54Ò±”Æ·îZyHÈ
-ù>{t{Óð§ÁXQòºÄgå·úŒ
-qœÔèðP֐®ÒŒìÄÝß“fŠñÞßñp .i’,Il´ïâ„À_•›ŠGåxL‡`·i ¨Z5Tµ4Öí–,+<ç}@ÚpÒö„Äì^&ûúTž<MýL¹ä)Nˆ’¤Ð!¡A7^›#gýš½O¸®‹.X¥¶ÈnDÓ¡‹ºášïl’|ÈsA^çQÓû8¨«ÎAW-€Tùúò‰l–ï‰òϯ²‘‡<œVÿ‹ŸíÈÓ«à*¤+šv6të–qI}5ª¼¡¥v'£ìÆQ¶¶®QSïlØËdÝwOÚ
-L"ý€Sɵ‘OÃh¥ùÀ«ç£Œ@|<f'whû•ü#›qÅBó<ô¨Ö›û§s|Ø4(Û€ûà‚±s«ä`CR¬ÇwfÌŒ•¶k~N~,[‡Ï œàË{;¿mcl
-Jûa‡ðèq–òí8q5ÂŒD,ô&&cê º»OMȲGz·¶tO‹'Qx·y[DÄÝUu1ŽPш5IW…ÂsCG]fxéY`7H¢ííòš„_óQUÿμ5š/)9W±.Û #ïâBªÛȞƋ÷àÈ$Í#uÁÙáe
-(`±Ã2ŠÛNÿôª[,`âÄìÓ ­Ó¡è`ÅxhÍ4™: üyŸ¥|4&Æé?¯©¤ŽuØÌØ«Å®´AL·}(¾Þf–¹}~‰¶ü{>
-< Ë—°”&w(U±sºžUŠñìfØJqÐ	Œ̵ÿٌݱÂluCŽ¦	Qx‚¥_ÄY‰ì¿!Ñb®ÍÅÝ%¼™*¬Ö«áúÁQhÉïB^¾9Ùé¢ñ°5ÞÂQ®è96=‡ ·ªá‰ãèz(0vPV€ú]ðÞ"÷ÒÈ–?Êo)ûÛù%@AÏeȁ¯É±îOzÙL¥&8Þ°Úû|±¸ˆ\èD‰ø®W}£U¹î~~õŒ(Íž?ÂÝo
-ÌÕóŠk=Û}¹bÉ[Z;6øÇí'­s/¾Zzë
-Ó¶Š\GŒ9&:®szÎ,\Ôª¦è'ïÛlqì¶9U´¬~ųU*5Ü2S@ Æ¥)žkÛ‹_kb¾ÉÁG]KI´TM
-m5íM¬dÒN}ÊéaBÎŽPÐJÕÄ¥†­ã…ŒŽ~ÐEë(÷Q£9$ú·ÄøÝä˺ËÙÕëPÜ­i$…nßJGUŽ<²L>ßJZn×Ãý%·Ó,x}ài¶ÅUÏd¶?°ÎUJÜçÉWÚúc
-ž·Í£‚¢‡¦&
-¹‚òÈcû滊"Ü
-Îfۧݮ•
-‚ÄyÈ؏&hܨDK®eûÛ[܉U(ÎÁþ¾QXW›‚Û>±¿åOˆMÆ*%NÓ>õ/eëhÒ)Æ”6µ¶@òË™çˆT-f˜Ó(BÆë†Ç4ö¯!¾íÎÖUaŠAÙÈ\=ÃÀ«>ñV£ãí8`Í©àSàdpÝ©“Yä—?«³a„̺$ÞXó_l÷?¶Å¡/ ¦¡®=ˆ
-gÑ@(¹¤'8¡ˆ•ÿ P• ÛÖbƉ«±ôm¸ª©±·Õ–¢dwè@Ól›À|úãö°?Âyï‡@ù"ñ ¬—)KÇxÞ ÕÁÄ›üJ—]ÞÿYLf±™€¹ ž:{ádkí«ƒò›°CÝx"n6{ÊëXëÀ
-óÛË
-æ	ÞîL&ø#ñþ^m§FüÓTs±UDâoO~èt¥F¯éê¡~y¢·Ù•æ½‚›×…0v7„ÔÓ¾,¯:ݳqÚÅ÷Ìòæ‡T‹ð!üRnŠò²TOÁb Ô‰²G;¿u
-ñâ‘q@Ì“j'äšÜvD3j<Ud-¬‹$Œ¢Åæ´J>Ëþ´#Òkñ¨êx0ÕÏg¦Š¹!®Bƒó|AcþU†7Õ,jmÈæAÈc]O¦â­]½ÑÙÞôòùkPÍ`”x¿ƒu±aŠÜP=qtŠä³HÎ’µÖQš“ø£îiõˆÖÎ͍«A	ÍG¼™\)C¹f¹!ÖÕö·ÕÄ;fÎ8§i]TYõº¥–ÜOû-r EÀU?ðñµNV©ëþw§ªL÷ò¥4¸S·L‰ìÚÒïØ>£'ê%·P[‡.mB|ºO9îãDºüb
-šÐW(;³ÜåOÁ,ý´1yÌbáz²Uä
-Òª’¶–(J[ßþ´ Eëb­Õ‘Íjw…󿸙¥DK="ƒ²I°uG–
-5ض¼ÄHlņƒ¥TÙÑÓvHj×X
-Ï$rPÁ4ÿ3°šµ4vý°ÓùÚ¦võ÷/FW†¦ü2¬ç"Ì»#iòì#@µÎ·Z=m)êfƯõÜ®RÑÙ;u­kÁK‰f‚9Þ@%ÿÊí1Ï#}±uÀgä†$Žñ¿  B_”	ÅÙHÚUêmjVv0gõH„vȶ
-_9ž²˜ßBg‹຺ïÄòÍßÅ0UKÇ!ö…µN\pÌNuîÅ6g^þí
-Ù'KÈ“3¥È-O¹ç‡óå{‘Ê‘
-ÑFäšô”_ÄVæåƒáF´i6¸Jv.-nT ʸ=EZ6Z]ÇGRĆiŽAÂ_l²cZÖŠ]	ŸŒ¾NÊG#Þö")f™¯~Ýܬ‰ ¶ãšNìaóÞX†êËÿ-¥­â:ƒ·Zˆó#'KþJë
-°Vy¿©¨“£‹VèˆnLì†[jI5PšÜ&Р—ø4†4¹i„÷ܧ‚“–ÙÓpŸÎƒ¹í¾„üVðyÚXB‡eNi
-\tB’Æ*ÌÞŸzUíXŸ³&Q•_Øöµ›'è$R§Œz{qÅ|Eç±ycžÜ?ª¦Ä–7<?àô-Ó- at p¨
-Ê-FK³ó’PVGþˆ¾ák42„–èûTÀÚ_íú »NÖÄ=·›;@»Ií×ó¶ai¾óËYD…¾/AömòÀŠ_Ø/üY›ÁǨV(`k¢~ôƒ@—”÷™î¤	¼¨‰>ìúÚ¸€†SY“#k÷Z*KþÊø‚î ȇQ@ôIXa¨	ûPGwëTui38³*ŠÂdzÁEmÐ2Á3
-¿CÝ€F4ÈS1ó\},—ÀÁͪ%ÍÍÌ%­ &B¸ŒÑ–ž»ŸÓ<}œ¥ÏAë»wºìÌD”½#ô>$gÉð‚ÅÊ_æÿ´BbÇ…ÚÑ–8_žY; ŠûI†¿2)€$ÞyYFç°‚M¶Uý1§ý¥
-ºP(ø¿KN
-	N\'€üãt\Ì¥`|0ÈüžBÕš(ºèÌÅ©Õ¢–36öíò²ý”izSQhÇŽÔze—-ô,Œ”oêè”géÒ
-™ð™Ë¿JÇþ‰,õvÚõx¬’Èá2&Í/U<à WÅzN
-mŠ'ä¥[kÉkWÄ«EUlÝi+ǝÉw›ÓÇíe2YékbÒUFm›Ioj)059býTÖüzºðRiœ˜
-)DT3)ZØdQ÷Žç@ÈõÞ¡ùm³ãÁmü$‘•X…»\$9‹V	
-šM‚ÐÇš­b&]ú/÷ArNòæ:'È.^d¡É»gÉaJAî-}+»‘+Ä–ÊޏµLà³Ý–\qì3´åDê\`–4|16GYc’r>\ñA`Ú
-OKó+8Kï—:jkؤ¬ÿbÅ»/ë–}ˆ”J‚öq|q)“»P3ïn¶Î»kr›Ä_ýìp/1‘zJÄÅi©×Œ^á¨Zo8­“IJÇ]®FB>JMW}b†ØŒ¹ûŽŒ“j"u
-ùª‡bZð \¥L¼7³S-þdy51ö0ïväÓÍ釗 Ô‰µ²Ý”H¾féÇY­|–^kZû5ðmòÀo Ñã¡1Q…×ց¼3dêâÜŽ{ËZ>Ì⃹&¾Ë¯•x̦¶¸7Þ#^cä«WE âp¤]•…á?LpÙ$rµaô¾åáIÜn†kKå9Ë
-ji¿ï….®
-½¬±ªÎV4eì䟰©?tòš¾g½˜à{U^gîa V(#®
-ž¥ÎD?²ðçUÏË7 at IŽ‚Þc_s&,¨°@ wV	§K¨\ÒÐ31«O¢þØaý‡¾ÅðŒ†f{i8Å‘%9>k¹ùê„
-¤µ´I‘žÛ<.¤6Ö†•ŠkS
-MQ
-ÇéšÆ™%¼R4>˜óþÊ ‰/rN•9çp6¢CÑÌ}¤YÇÚA ÷Ð$`xÖ•oÖÝ×Fò½ºϽÇYüŠ¼XÕAcYžz™Ö‚Uµðlåß3ƒñ[–/µ‘1GIÜ–:XÌ*FÖïP–rUE™pÝ|/σ4%˜1åæÁ,(62ùÏñóhv>RdÍ×óVNZ‰ó¾±ÏŸPLû3
-³x`àû"ŸèL‘☣:MœV4)PSÖïðêçÁˆi~¹Cw@ôy&¼i¯g<ãceî?dpZÉgÔŠ•äÎJ¢ŒЇ"ûõÆD¢ÿI7ì: +õ$VòW-žR‘b*ËnO¼q‰(KˇM“ƒ ¼’¢,1.à+RÔqj
-rì‚«øXí+¢°½3Ÿ¦ÃzQ±ØoÇ
-únΗ3çžÐm"/JH=Dh·„poõ©³~T¦Ïm…5|Ì)1qu«qÊqâxVrõÍ™*k;Þ">ÆȾ!“³
-wpÚ…,$%PÅ/™’“H†¢ÝHW=§ƒ!wò$«¿,KW+Ò'ˆ¦+{±&‰æŠ°rhh	*
-ËÝ
-/à
-q”–«ê0)Ïšç–úÏ­CòôcÍE%½”çÑá¯Þ0Z¾Á
-{-G¸ø8e	]qUÔ­CÑ`C”&Ê°"ÿ¡¥ž‰¾ü0}êL“ã¬ËN/€/5 ¦>-z¸#‡­$¯§A=ÌuE_6NªªNÃW*‰Å™oX’k‰˜FXk‘mχ4øC 4¾•ÉÙ+s#‘å|=ì¤'X
-m°u kì†lÂ\¾š§2FC”£yÒFו(EØÊŽ~5>û!Þ­*‘d8¨ÊüDðÎñHÒ<F‚ñ´ãe\3¸¿\œ™ÁöñÙŒ 
-ˆ’	öÔIJhŽØÛÝ2wxŸÚa,„"ÞQ"ÇcúØ©Ÿ“®†_ܐõ5kŽNÂlÿæs7ÆT²ÅÕè²ÿ¾.8²M)̲ҬêeM<T˜;¼ƒÙ°ö€­5ÃÄйj\]—åa¦Ñ_øOÓ„–®TËùÆ›šáŸü$X¯á-]ÎÇÅ8tk`+ðÄê÷ýŒŠ±z¬É©ÕCÜÈr£-Ó	j´ƒþfWr
-fàãí
-ŸjÓT‘£ö@kb˜y—eã–ï
-z#wŒì…U†w§|
-¡g|…OØ´®ü¤<EK}tÚ/Péµû°i<y}$ƒÃ	!Z×û ݁ÛÅ·ò0y"Ãw¯ÒmGf¥¹òU9΁ïµ²cNÍ´[q‚ñ‹7ÈÞü¯i0ÄÄ]-'Ý°X6Tø”ì¶ÔîŠ[Œ¶‰¡%1Þ'­ÜêÎ϶›‡ôö°M)öØ[Ê­8S×;߈5}Q¨3u¡˜¢&ÂÖéõF¶²'º‘=6îp©+8Fæ¯RÃVQ9A®zSèÍo>`òËCããÆå0ìåvA4ç
-í_ã&Eho¨OÔ>\ôî¼²Š–¦	£ÅGEM¼î¤i³ø
-H±…¾Ø
-ƒ#lì1᤭¿ªÛ0îës¹Î’¾:|åÆ¡˜´XfŒ‚ÛdÚ
-ź:¿%H^rMu‹]¦ýþ0f?ÿ¸dvéfM\5…‹"’LFžª¤Äd+‰ ³—sÇÆ(Šç8vG”7mV8X'?sR±GŒJR“zZH­×
-Ë­kÚ›ÐqEé1́Ã:w½ƒ¶´9Hõh™]Cç~÷èÓS@ñÎýßP{ªðžE?§Ó€C•I/4ÊQþðîij®Û-w©¹°ž„î~Î-”ç!B¸ë}>%¡cCÙM‰äÛ=ÝÀV‹óüt²bi$ØMtƒAím#qˆWŒéÓ±FGöŠÆ¨zÃÞW?®y7U\ÜÝp^p£é_é5z-®þK¬gaô[Ý©íãb°L
-ºï¨)`Ê™¯“[ë§æ/¸I²CÞÿØ’{w^W
-Tb!P>Õx•—è.-¾þŸÅ=	o]sqBã+öy‹uF#ÿÒ2¥B~3ú­ÎZL„14^#ßxtbõfÓûGAAjÈ@!‚²ìØ“†ô¯D¹Ócà„˜¹SèM¦e'äUÅ^‡Ÿ:lx¡÷½¾Ù†1Z·æþQ‡l’t`£Ö¥8æ·R:Ñt•À¬¾
-(«Ï[õÈ*+ñû’Bß
-ÚqYÃ`z
-,©c’̝PžCχg9ÂOºqDå½DšeÀo„ì+sÀI~{ä1Ö\…ìþ‚úÐハÓÈR±tÿ‘(—ét_dr-¥~¹A™ù•c$"عê=4‚AâU}ß1joDð¯4lò:Ë4«þ5θÔõI{k±§ûNù‰â&L–	%³Í:
-„"éûƒvGÓ
->’/‹Þ+D3k |5—ý?è±ÛîT¡û¶
-ðìk‚ç”PcøbǐMÙò
-¦ZçQŠð»KÚW3.Iše'‰—ÒŠ‰ésaû
-ïB‘w®D4ß›› _1Ãði[þ³4džfßhÃÞYŽ w槦½HóÛ¬ÞˆÏ"ãþ‘„îÝjKT`üŽm3©üdɪ(&ékoƒ¦z+‘
-Ž
-T
-‹U±Z:P,«:OÁ‹"uÔ™Ôit°bÔ¹œ¿蝎~'Aòa06H§€&…ÐÄäF`Ëôáκ»·¬)ˆç_µoË3<dÔÿKFQ'cÔ1æg«Ú¬›Úu?5;3œ,Ó:´E±Ó5Ö½ì[NoÆ…>
-H/^„¤M;¼‰?*þHéìÏuê¬>åú}®§ü회þQÕpÕ¶_ÇycVc È×%
-H‹ůBëÆyHpRå¯óV¢X} y¡€EÚòù^8ѝÒí+XuêwÎ3RqÎ/;Þ–aÍ(
-ýÖ1ßüú6©1CçÌñWHJ{E*ȩ׺<G)õ,¦
-…Û„55ÖR3á«´K@	g†B¼t×U¢Äž+k>7a‚ü¥ÚäB”
-F.ÛºVºb
-æ.ª[ìÿÁ :Œé•cA<‡Â‰¸‹Å‚c;…­®Î-¾õ7ÆÉ®,Š5ŠŒaY‡« `ÍC…\‚¹þøþ]÷h¼¿â+E:¹ê£¬‘yð€.«“—}€RòåîccÊÜ&B®è×ì„•PF7DbvŠôtl‘0ŒÎV‡¬£¿|k3ò§ û`×ͪH?TdP
-@}½á“îmv[ÂIš±UGZ°8¬‡Œ{Þv’q•,$Z¹7RW?¨*DÝCÕÒÖý€”åOçK‡ýìV’=§’Èdëj‚ÝÝPÿù1(
-Ã׎×a!•¥@çpÚ/ä,­rz~y†Nßs˜eÍô`×
- µ§§Ù3"žÊ"o'U4F‘Ëv{_aWX.j6!%hîp¡Ê€0S‘´îí¯FD›mÄâ½…¶vY¯]°ðÅdõµ6µ+þ%eÜF-ŠóñÆÀlê o d,øH%éXÐ?Hجt`ìç:Sž	)	Å1÷èz(êÖº±èLPÊÏ2‹ÆI¼<­ÇÁŸª”•
-ÑçO6˜·*a´¿ü†ÃiÂÀ‡òO%ŝ)XH!\ÇïçÖ½˜¹pÒxš\Ú!>ŒIÃZÀ¯¬@Σª:êÎóY«$¢¹d¿·^]RK-AS˼šIaúyky0aïpg2íNL*¸–vˆÚõÔc¯œU‚ÜwJ}ŒÞÌVä³bÁü>ˆ'wMq”S»ÕEÆÊv¬¬¨e§­ßØVÔ»20e”éFD§˜«VÚ9In¾ûÌ)QvÕf'7[ßË	Çè6ê#‹´àÎÿõàmJ¢héAç.o\Ÿ÷Ï9€ÈJiŽm²Í}%ûѱ³
-[–‹¥3Õ_–â94
-
-—ßrL—H{»ŒÃÍÉt%j@?Šz7âª
-d®XCd™ËÖý%q—l‡ò؈”öfDìÄH•½’-éé)E뺕]åβb¸B¡éò±Õ©Àrú!ïE¶î(üouÛ“
-Ð<KV.»?‚Èþš°ãbaÉ£03¡O¿"tZp4‹^¾îùÈ;;¶Òî%⯒
-O ebf60‡_‘„cü¡È›7%#Ǽ”ˆe@Ú•ÞàbV«ÇN3N,³¾+_þ%òìÏÎAúr8Bü“KB …œŠÍeÉaÜ„ñ:Ìüܾ3ÑcÀ8HA6á͹Õòr>3m«{ܽrKqE*ê¹Ì²J>§t4& |n˜n¦¯ÓéJd—-”E³)Ýîõ$>Q±UÂIáyM¼žó@F°á9ûG¶z,ðxJùžø´Ž–½ÃFÖ]™¢?Kþ
-!Xå°Ö…I¡Å0iß4u
-«æýþD¨”\Crì‘nkU0¿õ"JÀ
-÷„°¼wévŠŽŠÃ¥³ý¯}Ë·‘+F·Ic“°,ïIWjJGg¿à)§ãÉ)dMb85í4^¹à2Q¹ìæÚ«dOË96ÛŒ¬EjòÞRLf¦€EƒµWÛ—‰^«×Nh..s)´ÝÄeš£ž¡ãeÝWhÄi…¹Ãe‡Å4¶—pœdjÃð ÍÁ»ÈªIÆ—,ìcèçj¾¦à“›ÍÐ:ÀÃJwÓÃu\®Ô^"X–>EB…F‹ÝÜÂý½‹iµÿ¬ÏÛròï#c[Ô¼ý)ÕP²q½ŒlàÙOº±QZLÎçÁóßÿñxV©6:@Ðæò«UBÎ?”ÂZ™VBT€¼ËÐ%é½C­]·t êSÕd.zO”¡ÄžÇt@QÇ—VºwRzí˜Ïq©wë†/z™3н¿ÈvIyË Ø‹ü䞝g½oScü–¹ŸÕ"_—Þ(GQ)Ç»ìE<Fü°ŠéMdÔôÌJ±eUäïU0ºj
-R4ŸLkêm¿³Në{•‡ž{ÆK9t•x~üô¬Å1Mlõî®;vòÝ‹´ˆBÄ~I+ˆŠÝjsa6†n0yjéþ
-\ŒrÁ†´n›¨ì¬š¡hÆmå¿S³ÁÔp¨Ô9ÛÖ¬Ã_âY:qâ#m¯Òªë?ýÙçÚKga=æ/¶dlèàÂ<J/ê"U»5ˆkrþž2ðª:ë©/[ÓÅwžžÔ…ï¼ú°:)ŽÎ7g÷üŸ5s ÿ©!xYõ‡J«˜g?zç¬ùCœ1#žD‹BÇ~þ.)"uZáÚnK]&.«‡3ð-;‘t‚Ox ©`ŒXè×ýd	¶ý±™Ï®f`²&÷oñ26Ý”õËm\!./-!ë°±œRO¿ÏTà¾rhM×q)ŒVéñNñ˜´V¿ÿbÄc6iñ¯ý5+˜±[³m[uÎiQCØPš4v¹¬›.‚§ªÝ°á•N#Ox(A(=ÒÔl/“΁Š!ŽðìFŽ(?:ÿUÁ‚–àDˆ_L¹2:Ï|Èæüfm=#Zq¡‚‰*Ù¨Ew:]/+Ë|àßš]h^O·øÚm·D„ÍñƬMc'Oº#¹Ä©‡K:\9Ö§÷hÒöœŸÜEîx¸PLC€¾zÛ(ÇÅ”×YýQ’!I|(@8T?7è¶×ýÙcWâYMH:ð¤w ÒJ>›R~ù¤®þ ÍPß„c8ÛªÔ{yú‰Ôlå+}YÉ^“ã‹H(Ѽ(ö~¹µpLF¾h¿Ì]‚'Åe4|„­˜»’_­»§/ÀðŒZD&-.Aàüÿ
-²CJd¦sºTOÙãÜ“–eõBo(L‹&d¾·=5O°ïŒÊéÊ,—°Ç·oøà…)xJí”G5z?ö_5¾îõø$§õê™Ð-VêÉçòC	¬0o»Ñæ¥{°q…òôÃe_¿Wñ*”OÄkA×ÄØrÎ]Ìl`ꙉŹÅ8KKŽ—óaiÊð®Ûz´7º6®œe˜²+ê¼ï”4Ãy àÕ({îRÅ”\ŸßPʼ\¹·O”ƒ¡ÀSŽ¶6DPÑQó©æ¨oÔ}$!Xßî†-[g!D\äÐô™¦OF•™þv‘Ð4®¬¥L¢(7@„ƒÙ˜IA,¾áF™üiÆâÍ$¼¨“ÈDùS§Åë‹Šôè}®79ªÇFçéVÇÎ#bwFž‚¶I5é__FԐSè«Ð–ì¶í™?ÜÁ}åÚ?­+ÿÈœ_³ƒ&„ãÒõè“!<¿4xÉb	=èF;ïè²Cª£'×ÙÌíÊU±‚s'!
-2²1й£»mcX”}é€E‰‹žËÜRï~ÇÏý3ž8S\ª§Žmê_*cžãĽË,}L-Hkf]
-ˆÑçVz8öèÀN-Í@&Ÿ3Gç‘ï@}ÁlU;«´	ëy
-ÉØéê’Óu˜ý¦ߎg•>ÆÚ{Õ¸2ö—{OTôs؃Œ§ô’q¤u
-+³öî½4ƒvÄÚøizZXI0‹®™y=ŠD,ê¨fR(
-è°ymÞZ³OYhI0ý	úÌáSMÕxX«¿GaËɆÙÖö.ñÔÒšw§˜jÓ=EL®¹y}ã`þ×=Žú‹faUU/&ò·ðýÜ„™Ãçj·nNpu[	m>á¨ÔñBe=TJ|§š˜ù,a7ˆhïCÄß©y3àƒ>Zð‰“[“Ù5À/;;st½¤"1ÀRÒ­
-Ž+|üûQ-‰ÉûLDÄ©í=
-Í„N	^qýÀá‰ýÐ9<1­Ø MP€¬§¡¬’ÜŠr	C$->Û‰Ó¹£rŸ˜oÔ@­ˆ®ò].µËp»aþÄz¡‚{Ö
-RrT6þ"±ŸØøŠ¢ßóC10YËG5=ÙËÕeo[ò®—ïMðžÈǹb8ǹ|qÁᚶë!ú!iF^Íå™wž¢«I^,búj4q¸Ä@2†Uu›fÁ(Ìî†}³4©_RV‘34Ý}‡
-n£’¦ÔÔ=ƒÀ
-[û·ðdRú® W<Ú¸Hõ;÷ðÐ
-j€/ï¶Í y•ßjIïÄîìê…ožbl¯ ôCƒÇ_CòrÚä>Ýi´€PÔÐ~ý(µM,‡#›Ãgªx§ÃäNîË —úŠÕ
-Ì䇎©ÞKON¦<½Cvè²x¸›Ô–%’J˜ mŽ¯¥³¸‹¸×ßt
-g{Æ&kÊ]ûTg˜×ÃÐñÙvU¼£ »¸[­£üW /Žæu	x†t§Fm³¡²¶§nêÎÍ…ãž(´€6UoëÚcˆ8ÞûZ³X±Ò”©Žü±½%Ì™¹Æì3xͦyÌžÕèR#yI±«d±¢^7+còÂå­©âÙä‹¿9ÍÙéH…é‰×Eص-²Û—PcFf\	Xï®Ü6m":bµYP2AÛRtÂÇñ±‹Ö¼wÎÒJÛlòyt%‘uuŒ´EúÙ÷"Ký/~GµÝ±bVƒ“ù°%
-ìq®Cc~@s
-,ôTw¼Å@þÿd'ëkïå8ÞŒÊò˜ÛÕE‡£÷‡©èCqyͶãÜKO¥8è{gkl²Òì^…E¨¨Q{HVÛx‘˜\DýûÔ	sÆS²8	e7î¤0tÖWñ˜y¢äÖþRÖöî|úg-’Û¦–Ì#YJù3·ëádYƒC“Z|¬ÜNMÀ§m	´7{PgÖ–Â9~{qÃ~Ï]öœgq)'Z­œq3É£ýøåÁ;óþ.ÿX̹Êpö[hƒÐÇ´d‚ôaY›_µ0ê_.j•ÒR¥Ð¦ýԦܑiâo|
-s½îVTñÄGÊ¢j9‡ò+U	PEôp{åØÑ+gÉ8Iº³¯@7Õ÷(
-Ž¬¥¾‹YÄ×·wÀœôŽ0âûô'¨³_f)5¤Û4s D*Uf&"mD•diDÝ~á6	1\Z
-=@Á®€
-«8~θA:Žs]ý¬ú±D¿+puã™Uœ¯¦öÑÍÀËâèÅ 3#•õ³d^C –ð¥•x|D–訰¹âŽ•U–±âyWP¦àbØ\ÔýàZýÆB‚—Êú™ÏB÷îÞ󏃣̉Ó’›P@×Qç†'ïÄ©ûßÔ¤Hd'žOgg`ô/(’ìMЩ H‘•)ÄqS~±jNz™Í´ËcqÃŽòlmbE±Á€\idúZÍZfkz=œÇä`
-^èád ÆTtE|°<KÿJöfÚf=-‘p¨8qwßúÒõÓÀØ|&¦ØˆQIA"
-1IjÒ³TpV‰ñà´ƒ\È÷#KtC¶%¯õ"þŠÊ„rJb>¸Š€šÜŽ
-(o&ö;ÕÞe0Š´*òÁft§Jå°°2–¿aì%		qTú+¬P'VdÏRT•
-’’„"Z®™'Ü{gÝKkè¯XYà~ U]w(§;St‘®ÆnJÑæ¶6|&â9ŸeñmÛìéß¡Ôq…3{4¯ÚoMóyɪ‰kc]¬¤•_*êD5ƒ¼Ó¬†§
-qRPñ jÄVKõV9(ÁèLõˆÍ…Â[„†À½¾Wÿñá¹i‰ÈÇ°Ù2øÝoMщ*¡êW³ïrÞ…í¶ç—ªp
-~mª,™€ÔLÓßøÖiU6}êFŠPEz„®½‚§¨6!w1Aµá¯Š®ïçÅïµ8“нJíÄFi@¿¥Ð6ù›1m¢„=wo¥-s²ÞÈNc3ÈÇ !
-ÉÏtÖ6n@€.&ºD_ÖT“÷PI²iCêæŸ+6†ðKƒ錼š ?Ê3Ø¡`¸î~Jm|Üä¸rÇ{iÜÌÿ‘Ì­
-¥vûGëÌÉNyî±J' 
-%é‰rStúIƉ~&’«ú|2ÏKGõÈ›iá{’<´Ä¯FPúÞnÞÚ3ðÌÅ–*—µ78²ŠÝ‰hï"­#³õ'h1û¬6pÙ­ðæh=éê ѼKtÊeŸ5b¨ÄiË@[ø[suüÃi)YÎ˜ï®˜!–Ön
-ZT8ïÛs9é¨ßfO™i“pßv÷ÇύCpÉŸy$dÙ/yé°i8:š}ÔAóâ©ÅêÏlߊÐh‹ÈõFÂnSñ¶ï¡E郬P¯±Ã¶¢¥Þ¬Ç1\šÛÝJ5¼à@ø…
-¥æĹó‹óQ›@'c¥Šp€>*cêi6¼¬"ܺ ôºÓÇ|_<ÄÛ`:¢™j  <F±‘°:Æ¿(0É !Aíh\Äõt7wcfQ«É–ȉwƒ^Y«£»˜
-ð(“–ؖ퍛LŸŠKU{Q²"¿½ª†y0Ù'ʇˆ3†Æ>]"ºÞûÞ„çà-Q9{DõŸŒ›gÅfÿ@‚8p¼9ÞLßËæMEåµ{Y’Ÿ\?Ô$ÑÙøCÓJºKß^׺2ïoòo±Ñ„^¼#5ë{…¶üÛêšS4§
-(™BkŸ	õ¶U:YÛÅ„ÆãÃ…¨Úêiøľç0§mNžÜiü}í–¤Aæ¸<£%J¡Õv		£‡¶j(¶£&ÔãvJÇReŽsÂ\‹^ÃkŠ
-â͆%§E¯¯jQ‘ÖÊKó(K
-~m_ “«ÈªEöÓZ#%¦'Lõ $iàK‚WhtÀ-fOˆÄ®½õMpˆ¼ƒ¹Ì%\´Ú•AvJÁˆ`-ì.—j0uwéÁYìþžT'S‰ñ±:™ŽŸé	”£Â`¢dä&™‘Šÿ²íV`³+–ú­S›	«‘Ïõ๵½þ Ëݲ¬ÞŽÈðê#=
-±›Æ7”—$—4*Ã3ýÛ"Šö´ÏI™€nË5iüÁû-Q.3$’¨ëê¹N*«&’qJot$,¢ì"6f©h¥VÁ…üæANWÙ Ayñ/%»™ ž»s¢Áe–§wg|hìÚhs¾('8ˁ¨ëDœâ‚ÉOõÈj¯>qnqÛ	þ’ŒñàŸ'Ù’zØšô4uòëØŸ
-!œ×ÿ®ÀÃ
-Ò¤ŒÙ}U/zѱ`ÈCì.ÖZº¥Õ˜ ÂŽMtjÓV{7EQ¹T¸…	X
-¾ÚqcÒ£ ©kyø䏍RÙì@š9Ÿ¿ÐÐduÎ
-eå锏_’1ýêXú'
-
-K—»,™ØÖt‹_¶]Z¥v––Œ@a7Çæù‰zŠß‹þÅSKæ‘ÛÙ!ÍlúéÁ‘·fÌê#:=Îâv,,Œrq,³#bß;#[µ>‹zà”|ÄÈ-5ûÑñu
-“T¨ëûhÀ|²Xz^þ…ù<
-qÜæ‹A’xfNòd'
-IK‡½×Ò¸÷–{·Mýô u·÷Z¸²6ëÄڐ)ª=ç½míC켓ý“åC‰$3ÐÅú¯qÙ¦ú÷n6JòŽ©=6íÙkû»×C³[$§Û<<è“#®0=DQ
-þ¨¥“Ua4_¥ÁØ("> ä_qWbsU¥D‹¿§œÇóØ.¹.}–äti¦Hz²¬µÄ¾‚ìÆ¤“#TÑÌŽ{æ]{Ä¼ž®YaÂê—lÙÖ÷žÿï8 at b
-=NK`CC#òB@~QÙ‡îdÔz»G¬ÐØE^³
-kÔÍôß¿AqÀ—Z$.ìË0‡—±’0ðëæ”5d@¤8e¨@C5»X¼4ˆ¹5©<ϱpDı4,¢—GÀ-îÀþô>ôóMë?¢WèuDØ×Âsº {Óÿ‡eáG-ìÜ
-þÓÝ8èÆfðº®ÛšÆ!þj™MrÊņ¿ßÚµ‹ü6!‡ÃâG³º@|gêGnédH`"UÀ;R¯¾-å~ÙËC;ÂfÞ9c„–‘õ•U}lˆ–‡[ÏŽå›´~_WM4QîÀ$‹pbuˆéÙ&’E:¡ñÇBé®û[/¡{¿»‹xy4 ÷	qëWæ°>¤VîÙléáË•;ÚT
-Dz& µÃ”ÃQoŽ*ƒ•$ͺ¶®8¥àV°±
-8¢OúxÃÂøڼĠ8…ž²î_Ï-­^CàÖ½9.Ü7¾[hl‚kÈaݹگ‘Ø_ì3ïƒgTÆÏi§p¼áëú°ïê¦7ã3oúÈK1»?ÙLK;ì!jõÿ¿Žäº…Ê—tïSBÀþÝЪ«´|)ëMrê–?\
-4˼T¯nmĹY€J㿘BZvÒ½[h91ÆÀùýæŽÄG¹väb§œÅxo»ýÎfƒgxÍþ{Ö—ª¬ñWpÍ’_ðAÀ*Ç©qQÅsX.ÕMóŽi3—‰=KÑdÉ më²"Êwr®Š¦÷Sëý)J•|<h{K¿/“·OÇ¿þk21R…búsâ˜D™/EGP	šâÏ)-4¸OÔèrØ‘—¤h$T(À»Õ ‹»ÀpG{¨¿¢\¬É®X]Ô­uXI6bIçNµ<<W ‹œWŠª+ûpeåËd¾Lä®;+\7&ÜUˆÑº™j§5 µaü¡aïžèô-åRnX!êð‰S_ö9Cï‚¢,€Bi‚6If˜¡æ‹W€T´I²ÄêÙˆ]ûLßmV&VMçiÊJ}‡}•Žøp ^Ã…œj.£ÑQ½¤¬§­å+¬¢Œ0uhDtn$N{‹åÍéøÅï"ޝ§J«’ÞÃìô¹µkif4Êältz±Hî°p›Ô:!dwŒ„ð–é«þPâ[_íëË[!mCvÑäu€±+êDÃ!àP…'z<ÓÒn—ª”Lͼ9Qyº–Ñ&lo!­“ïèsþüÒŽFþû´,c÷ÝþÝÛæ-ƒ4˜3¨d«½†¹â•ÕŸÉˆžcÇ£Ðú§ŒQ_lr“²èü+ˆË Òíi›ˆ””€¾ßG’òDâŽ''ŠmQ¤0S"Æ®YŽT»iûÀ³ôü€T­À”Omã€w‹œã]!ϘŠ˜F
-Tí§á©ýÌrÉ´Ö±ÉmMÆØ|Ï„'˜F«­	¨È-ðQr)ÝÊc-ÛÅ‚„èo%M•CôçòFö“aòãfᎼ½Ä›Gašú}
-ŒQ•D.8ÀÌÏ·<‰;ߝGÖƒFnís(M'*gšZofW>NåX(Ðd„r§ÌT¬/9(7ìx‘?j:¢R‡°§µ¨;»ÑÖBâ7¦¼Ìäˆ
-¶é+”‹qßuHsì|ƒÉ+CR—-ø¼ž–FŸp뮀vZ;[OaëŠj ‡1Íd,ŒHÈÁ<%wnk]Düc¥Ö$ËÉ¥£·ÅmåöÅLÜÎ3E§ë#›º YÕÙ÷R+/®·[xÛçÉïÒËŽð€GP
-Ü¢m8$,¼nÝÝ36¿&ÖukXÅœf!o†sÖÞß½r}«aWó'›ÝÙ5R^vˆ?Ýy|‚¸•÷ì¥ãu–¥Þø‹˜6S	fíuKø€B»÷)DÔ:ÖÊbàíèýg+{¹¿”Ü
-
-üŠÚôU!Vúѧë\#Ö
-_LÀ(“£ÍÙÄÃQ/Qúe§qt׬Âöº˜$a]X‘΁€„6•¨@€5ƒï}èÍ÷£(‡Ë£6©‹	©Cœç¬ùCœÙ>(‚Y"€R\Evö¼6½~dpc*\½º§i
-›ÿÃÒ¨1½½æhD–ä°ÖWâJcœY”•z´7¼}A¾Óœ ̼V˜%:HÍ
-K8BUåµ9$xÁ‚ÐÓ…†\ÛkÄ> 	f4¯ñÔˆ?+Ñ­$~4íÌš6Õï“èsÚžf\ÊJÚ¸Ìì¬3³ië—:}g[[t—Ä‘ZKY†¦µ3Á·¤Hÿ‰N}OEüG–›ñmØú³6æÊCå_Ð[;®¢}æ=°
-p>Þ?ÈÉ䫬`âùÑF¶‘á¦W}ÂïºåZ=r=¶
-(FÐr`ÓM„šhyy3¯Ü4×+Æg
-øë~£ ß’¹gèJBrPZ
-€Er½Úë…—Éî$›¬¡æ¬-߸D©fãuO—¹¨ÆíSíEëiE0È"(LÿH–ÅhW}[—íÉîØM‡“%®	«=@õžFóÆL¥\´8SðÌßb›bFWlWpC¦ÞðàŒ†žk½¥Ñµñ8¬Qeæ´ÎNÄ’®aønµ™þA5Í2K‰=Q6ü0‰)|M»ux<gìrÃÀŽAcgúzE_kwV'Ä›VŸšRÞ9R>Sε¶¢5$±T|B€#d1E³°£?-^Øú’…!¬ÅÁ)ô÷}üÕ	üW[â
-!&zû•fŠ¹æ}—êÃÇÿ?!¾”ˆ‘ž|É¢…²Zé°gVÉ¡¼•¨òC­6/á;rƒ¯ƒ2=ù€Œs*]âݬ;á‰DWé½q
-TÏE*JÚ¬N~•`ÇlyÞ"ž(Sßm0”zî­aßx¸õ{¡ãGÓ
-½'{ABó²Ð!Y4ž“?ã8×€W’˜ïqôƒ¹ÌÞóHyˆÄ.JÎF^ÀîM$æg~{œÏ_Y2ì+[#‘ŸÃ ªJ.bíûZqÝÕ¥õ=ÕmKyžÓø??ª^s4ÈeyÁ.È2ÿ\ìg¢fô‘Ö—„
-^SRl1Ž-ÿº<%T†ã¿¯\?§¿´Èc®díôÓ7~
-¤¡N7ÿ%%ªÀ“Šzì#ÛC»j{—T°?£kËÄkÁ_SîžéV
-ÌØp|éž–†±9õZÛP;à#=^5¡àóR6•„X¶»Ÿ¢˜èäu>Ëä¡¡²°Ss„O'Žß¼
-öü‰ß«B*ÁpôFÎJªÞká†**©K±Þf	³”î’•²S³î~ÎÈ9
-V?•ré4q~6¬hê[Y>”57™ØeõVŽ×Ò€SBèÇ+O8rú+ùµ_“Y¥Öî"¸ëåÞn!§’E|ku?=Q°ÒmûŽ
-[æʘŸ@rÿ1!-Ùûkrõ‡uè$amÜ)Œ,ÂÊ1y2€¾¶šFÝIQÛå±kƒ>Ð)D㵦²%ÄŸ•Ýzá]J^4ðÿ¿=Ü"MK2bëákç´y~FtªŽDá)g¥ÏUhðö”YŸ-ŒmæÔç"›ųŠ~0ÛS#´bò¥²–¼Ã¿Ó±-u¥µZX¡ŸÑiÂ~™è6±–Ü“ÕŠfbK°ÿ—²<… ÔZÚVv’ÌöŽ¹5h2-‘pf;#Nl"ŠÛ-¢6âPÔ©àÔ:áÏ
-Yr]b}Dk§»K¬`jáÖ¯(×€ô®•ÌÝ羂…'oÑ10¢«ržT
-íÅ™Lñ˜bIL·¦uÆa/uMŠ˜.sUI[>u(\²c
-[šÎcwÜqžËdÝçî!&’Ç>O”«‹]9õü§n¸Ùø°sdòAJ
-æIJŸ'£7‚™ÊàÞ©/ÙÛJt= ižo%buÕšq£ýg;7XWÓg¿zÜ3ú䢭é’øßÿ;ü}NÞv„ƒòÃWfz½\Xhûໆ¬Š{¤O3hK®&Ž$Gª:s	rVöQöbc8%Uå. Ðég9F=¢À
-†ñÝ¡'|[\üÿcVpgƒöÀI‘]†Þuq¡šZá¢nhmžÈ±	FÖLÿ§âBý¥
-›ùF€n‰Ÿÿlmœ@ÜÜ8ŒÈ§8\°=¼ÕKÇvN˜ÕÿÈ’ÚÓˆJhæ%u¢7(Úãò·&ÈYŸúŠ“í'³rãÒy'àbšì!ï+¼473i¡Ô’oBнÃÛjçÒ»¤3Ñ‡z™ÁVW`ÍHÂuäo
-f\'g?e´XАByéõƒóý`à•™54NO¥J‹
-k“¾¢I8F³¦Ð¥ÎÈ4°JošÌÑ6šOê0dË…ûµ‘úχIð!
-ŽÁêØuê-:Ÿü	ÆÕ{¯‰ß—‰
-ñ¦­ÿñRñ¸‡!£…åž
-%õ Š  pô¹+j¥=¤¯Z«Tš.=q&\OHö	&ª¡¹¢Kžddö§»V¹¸Þ£(v£\¸RïL²žÚ€Ã}[œq%‹A¯û
-G
-bc€¢gøYâºW¼K;Øüì
-E*‡CŠaUФ[?Ás›G}ã}#kÓ¾\2yýÖ=èÖ¨¿©>8w6ÒôY‡mô
- at s56ú"R*S×µ †8eÃ>6¢»kÔ?ÊPY_CÁ#ïß»\—a„˜±‘Gø˜L[JšÆ'ó®c7gÎZ1(Rsúï(•ÏØUëDœÒUãÓÃõÊl´¹—Þ;f„ªK&:„lô)bœ–ÅÑÐÜ$}~vΘ]oòŒÞxŠ±†¤šß1ÔYÞß	Ç•Øä´õ´ÿ
-v½f™¤µe#½†,‡÷Ù…[€P
-_Æù2å,ÊȘ¨¢/µf¯FtŽ€¶½ˆvû7²Ë¶éó6àËíá{0Ü3—Ø*óWgçnˆÛJÂ[îí¥Bý^ÆÚ(b|ñ¯¥XÛ^ƒË|ú€_œ2y¥¢šoS’ƒÊ}á­Çƒ–ӏ°A|dîx±G±$O7ˆàî‹¥¨•·üÌH¨ÙçÊ+‚Jp
-àÔW#ÃÁÿîáTU…ªáÍž3Ë=)¦KúÐØqøǺÐá(/qQ-º
-uëƺŸMÊtŠÉÌþ¯«„‚íðÒob}oåÆp0¾û®ŸâJi~RGøòûÁ7V&UÞ+³]è«<ŽJ‡+uäd`aBÈ&^wÒ“½~‹z†	†.Žmø *K²ƒË“e¡µ´kìpO
-[q¦3X\[2 l<5HÓ¥|uã8Æu ½FŽ)ÈœæIß¾áMöù´Qªú‹›Å¬ÀUúˆ:¦n£#@
-–çf²c‰ $®SG@,`çÔëfõVH’v at W'P=lŽ	dn“ÕyS8€^‰o¾ÀÁkÞ†òÄvRý§o‹³6O‘©ØÐÝì\ô×2w[EÊaµ2ÞfR3ÔÐ0]à¥Z㽡k)·ú®
-	־
-YPüßJ·ŽJ†S0‰
-v*Û˜ä³ÑP[@@ÓòuølxNµÆ
-
-®£¤@É7ô¼Kõ£kÄîÂÒþRp¢æ2àJÃ#½¢ÎŒfKɬ­af¹–ZÜsH'–#ˆ'iÓ¶Èß	XúyÈ®¢
-‚¡n~Ã/»ã5B"äT¸ÀâëÉ‘†|Áe¡ÂºGLaLDBm´Q#¶éRv³ƒÂû1–‘L0à%º.šdZÕxüÃ÷;;ÒŒ…KÕä©kZZ¬eý
-”¾Uu‡PŒYVŽbèÈà>u¯pl¼Ç–‰~éÉš:7Smูù”8¢ˆšø›`zgm
-½}ixQßF²a”‚ôàµFU‚{‚¨óQè¢ÜZc]PÇNÌýX´m(1š)’H™xb£{“qá
-úé¬DdxlÿAç
-/R¼Úi]µ&–í!n äú^4HºI¾°õå¸übòr££E®ï\ØeÕ
-|Ú@†€¿8Ó_ÉBÎ—Å$Ö'vX—äM›OLúßN‘êå­TDÀ	D[¶JDõõX¥DÎ
-ù;û&ÞÙø$#L–ÀÝ;fÛás2æè2Æ,–pe ê
-Ø`,£ )ÿ šiD›ÛhÖˆ.¨¿­"Py`A´žãáŠu­JNå¸rK<J@Êúêaö^âˆ]¯Õª7ÛçàÓ™ßu‘Ÿuô+
--Œ®„íg q.€Â[Dîû2‚Rã¸Ù;EȽ‚Ì”}Âw»±xüþsIÿcæyáPñÁ
-ùäêgGóuúÞG=&šýãâJ_•Ë—Æ
-5Ïø{v rüÇ„÷1b}ÝõO÷¢ÙEegA€ç¤ËGë‡ÏбÖï
-‘©'W@ÞF¥Óï/èõ+‡¦œ¨âltîZƒËÜŽ÷ó8¦]}¦æ‚ì”ß“V·bHü[ hS'ƒÇÖ—òÒ°®žõZ­Š†LÀLd»M\¢8ĵˆ,gq)`(öEŽhõÿs¸70,gÃXN¢~Ÿëz•LªŠHÒ+QÂVÃ%×¼¶îËcÂÚ…YŸB
-HÖ±›Äü¡‘¼GºÉÒ· s„¨Ð†Îö¥Ý`è'JjR³B»¾–À5¬È^mpo˜¡ÿÔi\¹—E^ÿsÙ
-$ä°‚-¾‘ßhšÇ¾§•mv†f½;@þRÚbÖÅÀ¹µ/M< /›÷®ebÈ|ì°ˆ)0TsÉ‹éÙÍ3ø7k“oeúCªÁÌ	
-q›âH»›À:P¬ÎKÛà¹ôêuãW'+ïS8‡•+/€b7àóö¿ûX`JMë'_ÌËt«ï,BêçÌPYAKfddÒ«¯)£Q2TbõÀ2Í÷#
-ᇺŸœÓò0A
-"eÆš2G0Äh‹tÕYez±h<;+åÜßD$°t›«úš$I¡S²k	…rpl9MTùi>¯ø7(.cÎE)¼
-wF]$5^¦¹\CXןõ°J±rvm,?ï¹g¼°ÊýGkÆ@/©‘üÇ@òqÕ7S—Ôe¢éDš¦oàXb£A©ÔÄց°3ÓD'=aÉ)MˆÔêh°nT/˜haºÜÇsZÝõ¯?îÙß•ÛVvkÓƒ}£óz*ñ›~ÕÝGÉ®ì¼@šö‹.SÒKìB%E„ó´DÇ
-¯-#\Ý¢ÃàÙÌnQ}L;êìçuçv˜g.ÅÉM%ÏH¤
-k¿9ƒ(§â†-|TÊt§tÝ*³
-€U	=2 c<[Å»÷P=ªZ·co'ðU¹˹^y¥ƒõ·lÝËR1C¡%¿³å=P,¬.Ž&
-rªEŸ™–ÌÐk‡–Þ)æ“2ªó²€sÀWÀu	\Ó1<»ª2N
-5Qþ;–=mBþ,®Ë"ð
-fµm[ÿVÿÁ„;yw¬’ÇPEÏoiW1ü\JË¥@ÇdA,Öäõí*€/wkf‚sØ1=ù}'î1á^8¹š¢=”m!‚‹jdÀ¯À&Ř[ÓÌ4λs­¦âá#Ü‘Ñ ší=Ü>=S)ãEcœ…By™œÜ1Eíõ=ž,zf¨8òéÃn_Ž‰È`Çœ¹>“	9/Ì19(>&¾ßd×.˜–­8ÉZ|5ºÎ6ðȇâpG°.§¢8{Á2";õ‡Ëö\pmÄ$´áÂÙÌöÆO`3xíF¹ý>õA{‡€SćbyõóÛm¦8•áŸŠ9•qž›Å"SÜ¿ö|	üPꜤrá¾©³÷•âèîÝ
-"ùãã"ˆãÏA¼œ@Žo¨ØæÆíœÓv%€¬cìØìØرí¤cÛ¶m۶ݱ“ŽmÛ¶ÝÑüë¼Â¹›5õ
-}ºã½0¾;¯A_ÀyÕ¼?ɺHÛoØð0ˆ(P¨eKå#”–ÁKJ‰g“™ëæf…íÂqF¨PNÿ(‹Ž®ÒÒM‘
-ÞºaU‚ЀÙe:Õ¹Z™-ÿfàF¡(¶>/r ³¸ FáK$´ÃÆ9Åê×+naiÎ*‹Ò×€
-A(|{¢ªM¾üH-¾1¸Ä­peíiK—áñ¿¢)üodo=BGFÞulg…¸•~•¿¾™¼87$sš‘þ3žqLÎU„1éGÏo(QªsîküØÓ½zzl2œj‚Š)ÎÉÓ†!Œ“2ç`z³û¡«Î mA¼­k—,fœbÚºËzÝÈ/®tbvEÆ
-˜–‘î>øSÁÃÏßf†ÃŒ[ûêo®¬¢Å<ÉQU¨/…¶c“™+M.õKk*n¢4­8zªÄôw8lØè=“üi©ëouQü<_ÝÁ ã•MtÑ›;œ))“‚pûþ½ÏßO½¦{íFǸòÒãv08ÿo^Ô|l»‹’@°õü^~èqÏís¿oÜõA̾$h3ž:hô˜‰‡Aó+p—ï|Ä%œû¡&V·9üd
-œÁáÑl¶L›Ãk7•=  QV§DJˆÉ+ã—
-ë€Ð"w	?M…ôzÚhÓj‘XÙpc“Ú,å=Õ¶C ¿±nzÈ¡’P¶à0]4#ƒpÎUßpá¥ÇŽqùRga•¾ëžÚ6.ö–<9ù2§Nnþ-ðåS{)^o­"10kªzS²M™æÊþP©"”ýf°úÓìŽ0ˆÍü¾Þ9•Ë¯PÝЫ] õh3•+ÞmA”[§\I=«ñúÙi>8榔
-_0ìââ«wTÙÄ‹”~Ñœ¸Àâ»#3ɑזvô
-W«ZIà­ò¢{ÀFå®h½C7,ì’	ß)ãd¿–ÎG1E¿CÊ°Zs!i
-¨í“QÆ‹è„Êíyã2¬}¬u¯R’!Ãbý¸¯fD*íìk£#wäX×üòѹXòèr–ŸƒÐUöiÐa²Ì8“Q¢-8”'>%ÇŠ£ô}»¶Ã¢q ‘ÓÆò6êBÐÄ®†?þ•6	ªä
-'ŒN̬Â3[y<<õ÷Ý)äȐ//¡aŠ¼î”}—‘ÜÁgžWڑĨ®£|þUvÆî6ýÛºŽï¿ÚFæº,r~àuÆÒùç8Î.úo}{D>UÒ‘ˆi4„±¡2U¬…5dTÏBÒX_Æ…×·Äik ÖEÁËâµG¿XÓ -Zë·o°ðÇ~µáüü¿
-•B‡õ_K:ß) íö†é°¹‡·-qæŽ*uâÜð¬(dNÙG½áFb2ˆnh<Ç4Þ‘ÌaNÎ¥ià™Ì'Ây|Þ…/ݾA”KoÎm²&O³ª˜•lglêñEòUDÇB2#ڮɻ<áÈ“`y“k²q¼5‡N*v>\Ö)£—ŒVÇë¡ñmyç¿®2_y<²Ï'Ò1×Çxþ\h35çâw¾ð鉀ŸAäBåÃ/è´Rì)Þæ¯~¢Þ­wî)Èoè8aqµŸÉ<lûQóØ ÿŠJ›kƒn_Ãp…a?cxÌNÌù”¸B™Œñ¹
-F.ٸȔLÞU¨´¤yÍçy£”ÿ†7‹Îòµî™Ü©YÔÀ,¾"ã½ÜV`ûÆ«k"+œ|"0.2äÓƒ:möÜÏ#¸îRð¾|pñAþnLð1ßz§ÁÒ]Û=5ÛÚÅ}¢g ƒÐžîðmw¤ är¸ý‚âg¿RVy…éÙ¿|ù‰$`†¶Ð+ƒ“èùû÷mÿ”‰“[¶\UüÄáç{zËXÀÒüÑuA=È£t09¬Ì™“P½†;ö ã¢vº>•@›sÜv[·7x
-ƒf.à8¨XÙ\aظ3llî;§¸èÜÙßeXɸl.~—õ¨ø|Êy§¶±h?cºË—í¢%"ïM] "]ëdÞÆè¿…Ú%¶R1PܐÆô÷¦
-{ÌŠP5áá¬Ù¶-RO=JÓ!à§Ê‘’µ±a©]zˆ¯/ù§„çiHÀ•¹(ž%êe™½M<‹Ž9ðÕ½™ª‘#Ô2«¢Î
-â1±µeê±@­ÇOn ]/{£âW—NÃny¬ABËêpê蟲4ud õk ê“è>–
-ækóñší¯£¯òf7mžT¢º]™’)Òp	ܵuÃuòÙúåÁñ›·F¶3q7i¥Héê7B^0Û!	‘|tîsÈŽQÇåÎ_mcÛÅ'ÁO³÷ÿ ÿÝ?{àN™„õ‘¾rµWWöpÈ@ô8É™Ä	Íüä ÜKs8hÚÙøŠÚ©‚A$ Ì5
-/_‚Þ‚w”c`0AøÁ•öêŸä€9´-ã$'7âJˆ%ÅMú-nų7çö¥Œ²¨ÚUâÁ!_èf†pÃkցIápìíÍj‘Xã®ß¦fy-ÝînÉRþ+ðþºè@vÞ ÉïjGžÒ›F¶øXJ´xmd%ÅdwPþ~õZØÿÄL8Ó–+û×Ù“Clø±Ñ³Í²ÖìjÁ«®Xr«¨Ý™Ò­2tƒS»ãJ€åòýlYÜ䲪'>ûÈdëñÇŠˆûô·òèÚVà|þ$
-wâ1—Oæ寳ؐT
-1ØšO#0†1ä"
-–âõíéÕÆqõÝ/Y0¡Î€-4tÂ.xýa—ĥŕlkU)¨à²n’Â…Ksêý܈’H¼î1¶2EI_,\,Ø0HûœååW>´÷͹ºP¦Å\}°Äú«·¼á¶†µ|îšÕíß
-lOD¸ð>¸68‘3©È +C:3&exWá3ÌZ|塯jù¨©uôñ³±¹†\ÐL
-ÒJ°†BþjäaÆ/êÒ%Ñà§?#âƒsÔ½ð{1¨r?:à†ï—"ÂrŸb„°„'9û«£ˆùéQÐqÍyNR1X+¢dsÅkkcvvt’!ù…vTNÁ1%:VµB"jÞî*Ë®äùUˆèªÿ`Ü	"“?kOoÊB‹ëB–§óráÝ(.J¡ÚCÉÆ€¦üóAÛ?[í7e]‚›BË°_ì>;¥´™­°"ûÅ¥öTêºzÛ´F´áO
-šŸ×AöçNŒÂb|ô©÷110y0Æý•€‰îÅé;ÇU³´æ"£'?Z†é–oÈÝÐ,ìq°’:߿ܵ©ªØ¶g^«õÊزZîÝ°¥ú'
-¿y%²yö2MÙîàdÅ%_?¯®¾H2'Ô_d?7*-Ò懊&Ì­KÁ¨ˆÉÂÇŸÑ_I)JoA†[ÿ`ÍZ쐜js­|Ì^<÷T-Îà³æµÀò3§yË̓,Žtw|ÃÁätŠè{.›&‰p,„eÔ4×gK&Óø	81þU’³>›ÑltwñÖ^¼¾Ô5… L‘ÅÁ¡6ï<¿
-‚ÈS€°»±kH¢À3|+Ë›ËÃ_aót*´ÇÕßÝÚd¥CÆŠ)|bÃ¥Ø	³ý»Í&È&ÖF®¬¥LIé›-0,Ø_áçj×ô<óÕºuÛÊi\”yÞSÒ7âã›ô¯§Òµ·™žÒÎÖ2jÜúV¥
-˜º[¿êŽEÎóFµ7ëªäZŽ“üŽ©÷tœÕ#IÔ¼4’íŽKýN!ePKÀ²Ðds€GƵœÂNÃ0‚@˜Î‘ÃD‰)˜:-U‡ZC‘e/g4²u‰£g¸J_Pì/ ¼¯*5–:ÇÇ62Ñ•l,÷T¶ÔZ{‹Ó)Ä6ÏbyLÈ›fL*6©Ó¥='Í–.šì£Owõ°x•³·™o/„%ÕÔiL»Àà±ôd+Qd.H0=‰ü-L ¨âã—c‰“ÜÊÈDd¾Lð?
-TqÇ0åÁ|p²8’o4;9
-Ç3¤Ñ;@ýM+£¢7¿’Œ- “_ÝÉlß\5‰žnzL›¶ìÓJøF"ÆnŽŸŠk}ºôTÒ?÷Êžp,VŠêU1zc¶þŽÄÏÑ£R53•\ÅWKÙHq[_›ºY=p<>NîB[+;××Xw°¥8è$￯v­rzýÛ3”Ò“æ<…Ž¤	&J¡Mw&¼Þ»%ÿ5½À”Ͻ×à—ë&³(x×6UÛt‚9lêü7çÊÞ^¨ä»KU”:Æa¸BPPDʘòý¥€ªm0k¨|ýtS`úªÁþ¥l.B‚AÇÖ
-ÉÛÅ/l½ÚVéA	AÝI“Y¼ygø^hΝbß;Dˆx÷¤çiR®}Áß	æk ÖÄ]zŠúZc99æm^ìϲe7}]‚Cbþ‡¨¢rÏɵ^ê~™ë—k¦1K䶷bmêrŒWïˆ]QûÜ©üƒöŠ™67 5b8^(ÒOOßnKYyŒ'.MˆÛM„ûSÂ"Ôgí8a‰€Y»‘”¦¬ =DÇïåAÄ~“¾	*/ú£„O2Mw6‚݆È;0ŒAÇþïˆ?öë1¹6yqë™C¯Nœæ\@1ñý`RÞz¾ßC;R•Mÿ›\渘mGZÜ%gÜÓË	
-ÒÅSÛ—ñ’rúZƝƒ\“ΫNh׫ÃîØŸhExÞ¿úŸß„ì–ÉTu´{ŒHÜy=˜ô0” U¾wˆQ°´ü¡*nt]ÒÞ4œÖ%ÍôåôµžÒ’¨a65÷ª=BùéŽÀ÷“êÑ.N–DBvX½¤ƒäj¢;»4I¥?ˆ«‰ìƒÔÓIWàâ$^]OÅÃ6D#, 9‚
-?cšX?PIXðG¶MË:‘¥S•"}”¤AIµW“=©šÌÚ†WyUڵ˽Ðñ$O¡Õo•_˜ªCWÊðJÊe®Å°£DKºOçcFor´fƒtÖß–ý£Î|aîÐϘ$gƒ'…F#S1Ì[vEF:å‹ÄØÕ„>šYbmI'(Íȯ³ÁÂ=ë[]{„Ð5æ‹h\Úí¤ùæ´ˆsƐí;Ëèiem.…tnÅy´G™¯¯Œ`jEOÃôMïV죛0p^PAñ•±W¶¶‹íåðʘÒü&¯µb‰
-=G끏ÔEûw9UøÓm8ö|­çµýÍÛqnÂJÌü@…mQ¥YsŽ…Æœü~ZtJ®ëñÀnXˆv<ð}ç—¼Ük*zŸ:#UA6ÏbóÒj=
-Ãàq’?“§¡"ÄÆÞk
-s9lªO£3Ùi™ÀÉ4ØBùt?TD¨v¶Þ4á?Ûâ1·Ž^Xmó¡©½¡<«›$ÔíLrn™\uù¼f:
-gH¥Ó<3]­ß‹5ðR6«·Dj)€}õeãoõxËrBœeRý‰!#ÊÐÿX[4(2ˤ.Y|â
-viíA°~_âל©o!Q>¢·n‘쟮o
-âh˜©“˜%HóVo¸QÿY©+&~\±eR™¸î!HºŽjêtÖ.™gw¨kØ”ªþ᧪!-/pIC.IzRN0t_]Îô‡Ø8å
-p
-–#Pe!¬”¢‚úd”‘™‡oҏÎAVWyn~N­®#÷“u§®„äœî0úJ&nˆX Gèã5	¶J¦˜`6M{î;¼¾6’¬	íÇKKÎ+Ž¤©ƒM5¼ŸvÃñ^„ÕºÙ؍WëÜž§à1Ž)W™ùqåú'Àd“älÆ'ñ3½brwN^U:ë4UASš|õz¬GFè¿ð¯Uuz¯ÝŠ¾* ßÔîQûØ—RúûŒb.ps’E!˜6J]ì­Å´ÿd`½’i~BÅkˆŸŸ3Å°F1QÀŽy*†lFó³iB11t¬F»ÝuöÄÁ«ÄÍ6¡“£ò7áËáçÝ7‡?‰˜µú&y¬*þ~Ö_w9
-X×±þ€h54BjÊ`ñBy‰hEø¤ØK)D†‡îB/GѪÅèˆÇnŒ§ƒgôñšÅP.®.;f@¾þ½%’€ céžâ´Ý
-4Í»kâIê,°“Ä”kiyòOö9cnAÆHÀ£"ÚúœÝ>_2{ÆØöµý9Bpœ½ddе×8ÄüžÀk“™õÈêªÆÝìÿ ¨Àή܅Ÿæð÷ïŽÌÊSÐÜc„9A¬ÂÁ¦We <ûS	{…ÛïáÍSRß
-nÌë›9w§7g—qü‰þ
-pïj¬ÐT`2/‘öõ]vþ—5DXl—¦«DxzàS`lð<4ç€DáUÀ–ܸ…Îß9¢¯R[+CgÙgT´
-ßÈõ¿•·]ívç“ÏE“+'ª4Üëï
-d,—ñÍ—žýÇ;žT®]…¡$Ï¿¸5œ›\¥äíWŽD¨\G_É#~ÂRT%ÁÆ–A8b¨ÿíSÓ2\iVH)q~åïw˜"š0£VýP:Sÿ&ð7ÁñC¹ÔOH*=’ƒ´=Pˆ¡¾6s]#)‡ö†õA°°<¦¶¨ã]gªÔJ¶§‚¢Í£»¼é¦ÔÒ¶ž3¢ê•Ë?+¼ä¸§Ïî=œÙNbLPÄÞ}jpÆ[%Ü‹W<¹
-r}­s¤ñFÕ'!£aÔÿp™w\T
-@:[yUo-q}¨›þÀ®è‚»—<1¢H.æ]>Ó„+wÿÖO;„nò¥/BÆ=¬ÂVݽü
-Åìí„=JürI‹¸Dùçñ„0ÁW/Ñà’I¿B].µŠ&“ÏlT;îþÄÐú,g
-ô¦#g·ÿ–æÆ(–¬Y<±"ÄÿëOä!B íDû8…-ÂkEçF²€¦„¦2<½ße‘˜
-L“ Â«qî萀çéÆ£Æ	¿§
-<Õ$€G?•|eOg74®.§±,3Ì{l¹®‹ŸÉ3Þ©E2«•
-Ò[AkÅG7Zùå‰úÑÓÇ"åW›}¬Ö…–:	gÊi"yÝÜ©Ì#ò¹*A~A,k V£`ry§#1òɸ[Ø=¸—(P‘j3¥°ÒJ©±ñï%ËãÁè‚GÉë–ñ¿TŠ6§Zý˜‰
--ídV¿œµ8ù‘ï
-Y™V>	~rñ“)#R×*®ÚFecËí5jRŸŸUf,^­`êÕˆ>¨bO)×¥¡¡têöºâØ3‘ÏOÄø©.•$>ÖF]Ë]e´Y6©j#{óiTF¸Ëåu:¶žòj°°ÿèôøÈZ¬v&:±3¥RMÕ<Ô»çx‡1­ýc¬Fn¶ šìȹã†ÔS·Ê°N}TyÐÖ¶#ÝŽ®ñ‚á.®fýKŸÐè9úhO´,çÍÛ5K¶-aéŒÄý6 …û¦Ë|·8Q¾PRjÙdšã²®çÓp¤¹«Ÿ-÷ÍNê°Ëœ´\–hõ£Gñ{mèàŽŽ“ŸKá©NŠêE'ŽN·ãU«èBÜ¥9©Yöc¥ÙtÉâ/OJx8æoe)	²M¡oÎ
-0Õ«ÅššôäŒéL¾ê¨iï0I0f½§l3üÍÐP炆Ó?ͬ²µ´˜ÂI<ö'vkªDKõ…ŽšY
-kß3iÓ:WeÑ«Ã_܈Ö;úÞ8¿fts¥]Œ*dDÐÆ‘·2ñ.ˆÏô;£5ÑLFhr¸bp#²ÀŠ†Ôí*7gÀÏR—(êÌ8b¡ƒB1½»*àͧRq^ Úô)ª«ù~ûX½³85
-T~ƒSL¾Vò›ãqO3qW=1ÐI¯ž%
-‹ð¤ƒÜëów…i¹Õ¨
-¬Ñ*;ƦãAÄ(VÃ|s–®MÃ^P#w+Yôc`áä©€Z”Ñ£!:ÉŽ¬¾x$ïÎk׋%Ã}T™ð|ÅPQ ´ÓÏrç€þµŠÝם»­ÉÛØŠÍ&Z/»ÀÔ÷f£(Lg"´¦Lá¨ðo_Ž^ª_DË)k{ 2õŸcìe>K1!LÒ_Ì~w8Ä`².Ù÷9²žëÕõòé±Rû™yÆMpo¡xœãtæsÀ«Ü‡MhÈÙ(ü—Üý*IÏï,Y#j±ü¨«@ÇO¿=ó[ß;e'
-d8A‘­`T
-2Ja+Vê£-¢þC>>_ƒŒ-û“
-¦©íòÜrúäVË€€dó3͈ƞ¼æ¥¤NÊ.Ó'aZÞH‰z>Q
-,@˜à%<›&ME]N„Y
-AõxZÛ^'â5=l&‘.Ý|êÕ2ñHs5o¨ô}¿è¸P¤–Ê!-|gÅÉ ³˜0ZjßTÏ;!å­5Ø, ÕŠR?CRZ¼'€>ÚO
-´ùå×ñ&ò˱£;é¦ë
-äå'ÍÍyá9e™Â6(¤­ûÖ®‰
-r¹«éÞJzåëy¯¶Z^wJÔ4e’"ÕŒG/òæ¥m?›µJ§?	Ì'¹ø÷­ê¡ëR°§ä"¿Ï?Sxôí‹ž*T7 V¡=ÎRûäf¸U\t/Dî@¼/’ÅGÞV´éWƒ¿¹Egl›šTµ¤©o1'°¸Ì¸¬™~p˜:$ÿž¯Z[È>©ë¼RÚ"³"›®yˆÌP*>Q:;6cSöÆJŽ.\¶ñ-ÓS?l_|Ðrõ½Ï^M}ð°ä%³ý±vˆñB!«ZÄhg¦øøFÓ…ø<×;÷©hþØ
-$^tÿU
-|
-º·Újj†¥ÉØë_8FÛžÜf!wQ<Jùô©ºr¶³:~gc|õqJñ'
-l[‹Üs´@AKÉÂäJË'y¨ù…NàR¼9ai’GdlP/³OiL¶RÕ5ÏS„”Š @´ƒ’Ŭ
-S¨;AR³E÷H¶(ᑁ5bLNW¯1UÁ²ô
-ì]?Ÿ!½9­  ü#ùmî¾ZW#A…æ|±Ýa¸§Ñ¸‚Ãòú…7ϯl«êf^´Ý.…úøû2=DR<IGî¶ú×ÀxÛ;t|ôN¯ý¥x(h‘ôz6¨F¦<‡ñi“¢hp©;ÃÇüâò–/{+LIÌ÷½U·Àù·êê4ís–µ6àÈ«R{âžâÜêÒNk/Oý»0ú¹5ž…Öù0}N$БZ†}¡~Øaa•oÓ	Ü<ПHÆ99pkns“~[÷w±¡V0!Ú@·>S$ ê˜:-áÏfý“oT‘|–ŠÕ^Ñž=‰ÐOë–|¡@¢8 	y€(ƒÃ¸w“váS4]ËÚ_å;Ó l`¡…ÿnÒlS,
-&®™T»*ÂÝ#ZÑÖ°$Œõ‹ª´ÅMAyZÍO+ZvªhóE÷3æqñÒ>âÊ“î9è%Mo¯,,Èô†Æ¼Ï1­Þ­l·1â	Øžµ$Réç
-ãJÿ“¾ï.§}œk“‚©ÀTä
-RŠëòþºu'ÍíJõQj!ËNäÐg’Ÿ·†¢§Ì
-œ5…°3J8`\`0»úòÑÄœ$Uýî÷“Ûpz¬Œ¡E%Näw˜`4XøE¡4Íp
-/X6ûHè8Áœx("CXb`
-5¶eýìF°Í<D6ú¢{qïªÅãð;ÊŠuÒðâ/ôóœuT-tSct‚ýÁô§˜LÌ.éžFƒ˜Š»Ñ2¬8O§1·\³ÐÃœâG¼òý¢MÖˆôE7øÙ²F\ìŠèõ·ë÷ÙØ4pèþud E?Äû~(ŽñvÛ¨`i"ºôpEQƒ¬Ñ$ĽSãQ1÷WJŠ×Ô7­T7(šËh
-¶(*w•dÓp´—ç×j2Û/â p¾ËÖüóÖ*aªkô “š[Æö,åPa£#êØU{6”ã
-\d›±ck±ÔJ&ùÞÉ‘­8
-j®…LíeŠ»“¾™4s‚ªV€Üfæ3œ®šl&+ù” hú¨še®%ï?)†uú;{\$+£³O¸Y¿Ì+â-cp`¯‘º™£Öi{„˜àÒX;¨ø¹¾¼ ±z
-äΐ
- É<psLÈüxWõÑF°ö!)’‰Rš’éóºæ¹êd$~ê©
-\0k1ƾ®´F%5¢"¡bV)LV{ÊEès¤‡z“ìºO|€8z-S.Ïz‘K3DÔÛôWE<èøw(‹Îø‰
-endstream
-endobj
-
-104 0 obj
-78230
-endobj
-
-105 0 obj
-<</Type/FontDescriptor/FontName/NimbusSanL-Regu
-/Flags 4
-/FontBBox[-174 -285 1021 953]/ItalicAngle 0
-/Ascent 953
-/Descent -285
-/CapHeight 953
-/StemV 80
-/FontFile 103 0 R>>
-endobj
-
-106 0 obj
-<</Length 875/Filter/FlateDecode>>
-stream
-xœ]ÖÍnÛ8ཟBËvQXïOHY²˜é iÀ±™Ô@#Š³ÈÛW‡GÎt‘øˆ’®>R4éuw¿¿Ï·õ?ÓåøoÕÓy<Mùõò6sõ˜ŸÏãªi«Óùx[ŽÊÿãËáºZÏ÷>¼¿ÞòËýøtÙnWë/ó¹×Ûô^}ˆ§Ëcþ¸ZžNy:ÏÕ‡oÝÃ|üðv½þÈ/y¼Uõj·«Nùi®ó×áú÷á%¯Ë]ŸîOóéóíýÓ|Ëï¾¾_sՖ㆔ãå”_¯‡cžãs^mëzWm‡a·ÊãésM]óžÇ§ã÷ôڶ¸¶®c½›sSòü1ç–¹EÌY˜Y™Ù˜
-ÙçÜÖÍùŽíwÈæÒ™#rbNÈs‡¼§mÜ³½G˜çnýþ@€?Ðàôøýþ@€?ÐàÎìÈôøýþ@€?Ðàôøýþ@€?Ðàú~¡_àú~¡_àú~¡_àú~¡_àú~¡_àú~¡_àú~¡_àú~¡_àWú~¥_áWú~¥_áWú~¥_áWú~¥_áWú~¥_áWú~¥_áWú~¥_áWú~¥_á·šsõ~ƒßè7ø~ƒßè7ø~ƒßè7ø~ƒßè·RŸ~ƒßè7ø~ƒßè7ø~ƒßè7ø~ƒß9þŽñwú~§ßáwú~§ßáwú~§ßáwú~§ßáwú~§ßáwú~§ßáwú~§ßátF8#ÎHg„3ÂÙ¶
-l‘Îù+Ú²rÉæÿY,h6¥;сÈDt8.Pi|ñ€Fv ¢±+íåK÷ÌèdD†TôÀŒg¥†u€NmÉ-^F
-̸>-AÍāNèÄ…²,²éŽuð¬´aÆ`¥Å‰ALt&8eÁM‹³<—“#artË„F{ǁN‡®tÛáÞ®Lˆvqè”ípvÆv¼øΙKû2ž¥=²æn±•ö=Ûaîzf˜»õ1þûå‹OOgñôË$@;<«)bÏwW<}ynS—~y.®X§G¡ô¥)›Á°ÔÁõë¨3,uðîÖÙÿdØ@±ÃÿÚ˜«ãÛ4Í›rùPvcìÃç1ÿûKáz¹â®ò÷p×Ø
-endstream
-endobj
-
-107 0 obj
-<</Type/Font/Subtype/Type1/BaseFont/NimbusSanL-Regu
-/ToUnicode 106 0 R
-/FirstChar 0 /LastChar 255
-/Widths[0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
-0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
-278 278 355 556 556 889 667 221 333 333 389 584 278 333 278 278
-556 556 556 556 556 556 556 556 556 556 278 278 584 584 584 556
-1015 667 667 722 722 667 611 778 722 278 500 667 556 833 722 778
-667 778 722 667 611 722 667 944 667 667 611 278 278 278 469 556
-222 556 556 500 556 556 278 556 556 222 222 500 222 833 556 556
-556 556 333 500 278 556 500 722 500 500 500 334 260 334 584 0
-0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
-0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
-0 333 556 556 167 556 556 556 556 191 333 556 333 333 500 500
-0 556 556 556 278 0 537 350 222 333 333 556 1000 1000 0 611
-0 333 333 333 333 333 333 333 333 0 333 333 0 333 333 333
-1000 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
-0 1000 0 370 0 0 0 0 556 778 1000 365 0 0 0 0
-0 889 0 0 0 278 0 0 222 611 944 611 0 0 0 0
-]
-/FontDescriptor 105 0 R>>
-endobj
-
-108 0 obj
-<</Length 109 0 R/Filter/FlateDecode/Length1 1307 /Length2 99502 /Length3 521>>
-stream
 xœœ¹cte]·5ÛvvR±m;UìT´cÛ¶mÛ¶m›Ul§Â[Ï{ÎyÏ=÷;ߟÛvk{­9ú}ŽÑg_ëÏ"'ù¡L/llk”°µq¢gf`âÈ›[:;*ÙZËÛrËÒ+Mãpää*æNVÀÿ-Ž\
 èàhnkÃó_©¢@§¿1§¿*fÎ
 endstream
 endobj
 
-109 0 obj
+104 0 obj
 100460
 endobj
 
-110 0 obj
+105 0 obj
 <</Type/FontDescriptor/FontName/NimbusRomNo9L-Regu
 /Flags 4
 /FontBBox[-168 -281 1030 924]/ItalicAngle 0
@@ -3317,10 +2664,10 @@
 /Descent -281
 /CapHeight 924
 /StemV 80
-/FontFile 108 0 R>>
+/FontFile 103 0 R>>
 endobj
 
-111 0 obj
+106 0 obj
 <</Length 875/Filter/FlateDecode>>
 stream
 xœ]ÖÍnÛ8ཟBËvQXïOHY²˜é iÀ±™Ô@#Š³ÈÛW‡GÎt‘øˆ’®>R4éuw¿¿Ï·õ?ÓåøoÕÓy<Mùõò6sõ˜ŸÏãªi«Óùx[ŽÊÿãËáºZÏ÷>¼¿ÞòËýøtÙnWë/ó¹×Ûô^}ˆ§Ëcþ¸ZžNy:ÏÕ‡oÝÃ|üðv½þÈ/y¼Uõj·«Nùi®ó×áú÷á%¯Ë]ŸîOóéóíýÓ|Ëï¾¾_sՖ㆔ãå”_¯‡cžãs^mëzWm‡a·ÊãésM]óžÇ§ã÷ôڶ¸¶®c½›sSòü1ç–¹EÌY˜Y™Ù˜
@@ -3330,9 +2677,9 @@
 endstream
 endobj
 
-112 0 obj
+107 0 obj
 <</Type/Font/Subtype/Type1/BaseFont/NimbusRomNo9L-Regu
-/ToUnicode 111 0 R
+/ToUnicode 106 0 R
 /FirstChar 0 /LastChar 255
 /Widths[0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
@@ -3351,6 +2698,690 @@
 0 889 0 276 0 0 0 0 611 722 889 310 0 0 0 0
 0 667 0 0 0 278 0 0 278 500 722 500 0 0 0 0
 ]
+/FontDescriptor 105 0 R>>
+endobj
+
+108 0 obj
+<</Length 109 0 R/Filter/FlateDecode/Length1 1282 /Length2 77308 /Length3 521>>
+stream
+xœœ¸steo—5ÛvNlÛ¶mçĶÍJŬضíŠm£’ŠmT’[¿·ûí¾ýõwÿ¹ãŒqö~æ\ÏÜkÍ=÷c
+e5sGS ¤£ƒ#3/@ÑÚÞÔÝUÍÄAžAhéørÂQP¨[»ÙÿG¡	tqµvtàýw˜ÐÄí/ nâö·\ÝÊ ân	
+Ž…`nmæ0ZZ;Àý·ú_hñk7k/€3ã_Ìÿ|þëÌàï7wt°óþïrE{ à
+ý_´¨¨£À—…‹ÀÀÊÍ`afeðp°üÿ§Ô™ðoþ…*›XÿgƒÌÿ-)ã`áàù9þøŸ³
+9 ø÷_Ù3¹7õUn
+Ë”ÊyÓO‘\$=§
+)„q'!WÃ÷S‰Ö–Ãfz'þÝ©ƒGԝ„HØìpdî"2’ª’¨ŒtW£ÌƒÂ_CžŽuöxHßþÌ)>€6Áüž
+M‹&ËI꛾Ï(°O#EWü­gÒ†ø2ó
+Õn”¸Â|ñ-
+×1ýY/uX!AP=ŽíW¦|½"¯qx¨"M:ú¬utˆC•i»Åjà²8ÎQ‹îÛšÊWÅBñ°ˆÚÕcƒë®ÜƸöqÿT>X[ŽcÌ÷5c=í{r
+ïW3Öìo7³X¦l蜵<àc¸Kª‘?€ÔÏŒù‰DOÎŒú#n)gg+P7±Çd¨ÒšÛÅ/•gÎQwô4ÊI›çZŠZ~]ƒÁ¸Øzu º´é×ÈÎÒ/Ç×`h³VÔõY÷"-®y¤	^ˆn²¯º°{ã?\}PúJßH „mg
+ȹhZТFH³!qMÐ=‡)ÅèÌ]Òo\rŒ_tòäË÷*"P—êÓ Ï’Á¿±±˜3A:Ði01{!‹FuÒIta}þŠ5¥‘DÏ]wyžËÿfº8r¥ˆíŒrH´e”U;ÔO¦K7TÖZØí;X–œ
+%nÏÈãG¹°cgU¦ů)5ïcïÜôÈÉÂ~+_™‰+§I{Oꐸ¦’ÃÌ*Ÿ:¹Ï¿oJæOúö
+Ÿ
+z¾㈶û沸Dê;º
+'1†´/Œ-j*ÑêãXÁJëF9Mžça>ÑlS1ÂÜ„.êfƒúÉZÙtÈÊ­Ì	ôþè}®Æ.ðKŠg­ib4—^fj9f÷êTY“gŒ!|v;îˆï"úDT’ÖÏo<á&J/T¦?&iÉ5èD)U
+«tM¨NÃ~
+#m)°xÊ‘~á°³Ûi`J0Zⷍ.ÍŸôÑ|“u>g¤š0·'_­ùK+sm~ŠAI[Ì™Jû캡žØ¥´^UO=ýc>µ5g·Îp‰nA™™Ž2¢9Fà%`Šîr*–™é6®ò±½à=¼:ÆÌÔc Ó¤.šè6¿Ö{{+MtñÍ`wâù@=~`¯ÿP~·‹ÈÃã2Ÿ«Q?™ ~ˆxZÕà’JŽög
+>ºzƒu}£ÀõÎo3{	«0vùiÐ…—Æ2&1·u^OFˆ,)²‹þÊàEIbÞ~ÓW³
+U9PO+ÙžëR&’;®ð«£$ð`²dX)~ÛA)E”{ÃÚkÞwpö$¢UÒ½ó¤ï7Ñ…m$½[^Sʤq£Á‡nu¯9E’`edRô1Ô?YÖŒNÞßœUØ\mi‹±ŽÌ\‹S,iø³hçÓÑíî—Õ8H¢Ì %¼¡2ø©ãµ}½ZB	¶«´edí{¢·I;ÐHæ_Å;^ê
+ScǶiú4)&Þ%4¥·QWDë4/¨…[Ý|9§é¥-š‹U’Â'‡Š”nò?•¬÷‰ýüï"T4ÍåqÚf–iûíÙš,9-cáœaÜð0A»ã3t¾G4`bÎsûmŽn¦w×yÚ'Ì‚C0¼Aò•Ï³Õö1w”-+êÈT8ìasÑ êQjŒÚ°Vôžð„9ëviÕ:
+YX?dz—Èo¥qÝnkŒÏÃT°&l:+‹ÍÊÒD¨{)¼Ò<H¿}±’è;îAévbÒÇÿâ@û†@ÍV+©€-ƒHrY°û˜ì\Åø°Û!»ÒŠÛÞa$ÙÉF®,ˆAe¶Ò¿¹Ú¾òÚŸüÄ"W·@y«Zµ‘:¯·¦‡+âØÂàD/ƒ­2|Ä„~ðÖºT æDvq-·ú¢õ–Õ„ÖŒ@it±wÓŤ_·
+†Üý3e¥ÙËó•ñh‹Ž»7O–¾&ßVJE®KìLæÞ:’T¼¸,‹â£F91ÑB¡“Ói¥åãçÚãOë<8éÞxΪ˜Ú©hL-l–¯:Pú cwVTÆÔ<žLrd…ƉŒÒ…Ô;ï–.Qh¬GSÄ>ùʵØÀê….úºr-F'É	CrÅà/£û•Îg9ȁ>më¡Ù”<²f,JHk9…ŽK$ïɱ†v•jÊd\0ø‚qjÊÃöº¿%Uº(æhWwžG¢ƒ…wiä蛀ÜífÆ‘%lB';S)©ò÷§&Å«+‰à¢¥gž’C˜!îö„Û‰â-·FI<“̼×ȝLüÄRQ“;Ö€,Óœ‹*>/Ås{»æVmCÂ`±çÆCjÎÚ¡É-®ýd^hÙUSÕø05T•fNƒ÷ÚS”þ6<Ï•Õ%ÌÅYgˆ5
+«oÞp[]m–¡ë,”(Íl
+$­¾¼É>¯
+®¯ã×àŠÂlZÿÕ±ü{¿omýÑ=ƒ™­Ù¨¼•e”(¬Ml/û{„C3-0µŒó±ácé3ó&oçY}•·XáÚ1†)ÔŠï'åŽÂë5VÏÔ|ªþaEœÒIÜ·û?§ØMϠϣ)O½¦SH¿GM°Ö>…v`j×+ÈD–Ê7Æ`iWÑ’FÞ¸UW\{í°˜Ý.“¢åŽ4.¡}|¢‰¦Nèa¾B'µ!¿+£_'“ xА¢ ÆÒ®áÃ#é>#;ˆdÆÎ "	åDù[…u
+0o¿&•®Â=CÓHOeüü'
+Ñy«
+OL›¸{eÊcXJZ-{÷hH&]ô®qˆRcÙöJ¾½¸ŠcÅÞÑô>ºZÙr¢ËYIÑûÁz
+’˜üÚ]¢b^þ4ÏbÚ&¡€ü
+qgÚ6ð«¼)í3'­ÆÏh
+®ªq¿kôu-$r 휩ÎÜR
+51²vÅÔ} y‹K$:6ë<K
+@ ¢anŽ
+'
+©zG^Ÿ„"_—{ã†g "#öu?GÙ¼\œºUNH§ïÔ€µü‚a„}l>GCÙ>ж×kã܇‘p
+Î{¹ÊHÿýè>Ê&Ç™1Ç!Šn֐
+M}lT±:pkDT§ÿ 8¨
+^¥$žiPt[î%Å”úéH«Eáb2ÃÔÎ4eôEï’ÃѺi$Oã^ç*O;':°Æß»ã}œWLò›¨d9[MÙ-Î$)n-DD5ge¤ÐÚœè6´º`3Öröӏ¹È_H‹[ã^QFÚ’­b©Í2D*ÖÉëy|Ýu¼²ìe¶èW6™.›’CaÎWýªe,‘ ¡ž{›2øËA5‡‰¤B‹%.Él¨‡	
+3ÚIŽì…}$•RÍúÔÖªƒ4!1Ì5¸£Ñèâš?óµ´ébBýÕ>v¥̝6‹C_Ê_ŸNûÌcÀkh%æR1Ä´"âM*s‰·Ú‡ùò;ïg¥«={mkÑT&Ñþ3±N
+>B»CP2êGvL"Ì	sØ:©RØn•_eÀá6‚áˆH§	£I›,g4R×ÃA瑺?„ßPz¥†ºíKóŒ'ÿ´Ž#
+6^;ö]à—ÇuÄ$\‹L#ˆ0Ö×ç/~xKmøÚ{¤¥N—5 âò7{’„l˜
+ͯgˆß)tºŽ9ü¼¢]Õ¡/‚HèñÃÜSp˜º˜»ÿÙÖ‘xíEQ+N¿B’Áåª	ÝX&‡M}A4ék_‚óý'<ôÃ6Ž[-ÑbÚñx88«#;™çÁº*û¾Àþã.
+.!:ÈÌŽìWÜו©4ìï¸sWGÑZ[K
+FâÚÐy¼HŒ¡I±Ì}Ÿ
+G
+ß°M¿33(²¹±Î 
+yˆò½²÷wDº¾£Çº‹Fú³dÓÈúYlÈ}3qÌÓÐ/ú
+;s‚Ä‹.‹0C­g„-äÓa¯¼'wÀØÐðÁ@tPð£z=y°º)£o–‘p˜WýÀ×E(Áä»t›kÚ¼ÀÝóNÅ«¹žµÇõ¥609°ß"=¸úT®X×
+[Ä‰„Ø×v?ËËuT}Êá	/;~9‘û•¶_ìF¼–mïäÑÁ˜¶¯¸6‰žŽÆ^F£Z2’y÷À°l,-Eqpw
+Aºª|i¬n|Ç'‘‘ȼ†—šÝz7ê_álj7a}ú‰.àå8]QŒV•ûÄãôǘjuëÒ,ã‰d!;ÔŠ1t;FÊü$éÃ
+{¶ü€¥~9H»	Þk8¡Ñ¢î¢ Æ¬tà¾BUiΛÎ3¤ŒÛ×,Cð‰èQe-—É…
+°b·Îp¾ö®lÆ¿”’XHXQŠ¯0( î~ÁÊ0F§1•03ßÊ£Ã¿lz$¶¢Ö¤ž¤I€ö/g½Ž§î›Éqû4íl&>åR…ƒçTq/ZÛŽ"b>ÝÈJËea§ñëj’µ‰g´ÏÍ<„”Fj®Cç|b˜âR»¹ØåóqYðOsAr£»¤h9vá¾K‡Þð©
+nˆÔG…æk©‰IÒ}‚‹Ò+£|§]h:+±†ïh–l]RÂÐÈ«C ^IÄ‚§³ë=2׸_¾Èý±¢/L‚™ºþ|íÐ8˜/g¨eåpYÒ!(?Ú—ÕF¤„M¤æHOÓqúôF"÷€™®÷Ùla‹EC#æä´º:”VêøClK#P@ÃÑ`Öàïô^óAí¦Ø»O¿
+ëÌœË}mòصô.ÜP䕆»áኖ?Æ10ƒ`HýÍnÉÐvÈnBŸ_îy#ÈÁæ֏~½ý´#°y„~“’¢«;)ì°¸c¾9N•¶Ií¼T@<ütss¿R ¸7E™áþ‡1e	Â@Œ*•ÙÑHš£ ³Åì²îϨY÷@›v¬åªœÓlžHò• XÃþÄHµ!²k¸Y3i—Ñ.û2x‰Ó}¼®þôû¶Ý}ß“CG7(‚sð4$©¬ÿ¾ïë~×÷see<J´²ÊY*z3Oñ†MëÉ:(¸VPxÑ,§î±“òD©ä;zåCÆ»‡Â¶,.T0)
+¢ç-FöljHa$dAŽ{p,'ÏC~Ó!ÿ
+GT,ö®„pšËU³tMXâHDÛïãYf;å–?ð…!´¦ÀiÂ+º’¤ç Ó_¤)8¥í‡tTn²ô*FƒRl™Éz°G¤Ö†Nü‚ú‘C1t¿‘éE3¤.;ÓÕ¢ÄÔÿì<Ñ/¶
+œºc˜’¼ÇÞ'΁›¶&àîR×Jµƒc´ô[ó±Í×ÁôoäÉtqµ
+ù§ú„I+X|éœ?ÒPÄBĸï±P™ó/qª#T4µSwEÁµçh{b+¬9Iï0+7v,ÝŒ¬1?Û	­h[•V½U0bèQ¥r6ÜGft¢T‘*ŽnˆJr‰§Bâýayy¾w%°‘nŸÕÌÙào¿«ÚôY@J”ã<àØGjXrO!G×’‰p†(¡ºo§ïübº­¤ó„ÖrÿýRcYx‡û⳪‡BçpÜäAÁ‹tæ…ñü‹†SW°ñɾèm¹…¯š,ˆ6ˆç]ÞWoÒaS¼õ·¼„±IÙâÅe=,$‹ødÙ†À¹®x!ð¹{<
+Ž¼Ù«ów®×Jdóo»ƒðž“ýÏ073Z¹›£ä:…êìˆü˜¹”—p/Ô£ڏ&l*ÒÞŽ-çæšÌ91_†Õ¬2Ó¾™µ<#©º!í¶úL%Á³9Úù
+Q°ÎO	*¥¡xE÷ߘYð0‚5ãcmÇ/Guî@¢Álµ¤ûvýV¡
+¯¿Ë­Õ‹‘~Á.{ʶF4…h"®[”¸J(~NVÁ"%m1…ÍnÜÖ®YA°[†Ü·wð¿ÖÎ,¿ä3&>üäøE…õCÄì) —ï6)iww:Ÿ½$Èûý7Y„ó°«=&—[kÆ=pGîºòá©@"Ɇ§ÛŽWûHBD«fíB{2)‰vªŸ†ív!j:6©úõ>N6˜gD•ºê[e¨|_°BË@Š›EÏ`*âLx¾N®#Xo1ë!q§±†PŽ”™T`MסÁ»ôÅ
+}—ôæÄ­^÷Ïòa–µÕöÍ©‹NCðsÔ'=,v>Ê÷å¡.Ù“˜
+ª'¬Ẕ»Wþ”Šx^ø‹šÓÞ¢üÓëJ¶2Ïñ¹¤™Ĝ˳Þ(ëeASÀaQåQ §›‚ár‡¾¾+}vTM­ ôÅ—$nê‰Î+v0P;%×e²›T),žd‹hÔïiH|íïÿè€u†ù@Ò¥ý`Ç1ðQWöÓœež|”ç‘Yi­eÿÎ<¬)Trz×O9’TÃôAòôgÔàž2\}õ˜$ê-\¤äNú:xâËkx]”È£‰¡SÅ"ZR¨b·%Yímñðz{õ“}è»òŠÚ'
+ÔËv§»ÐqH¸Ô!w4§$yæ
+ëgÂÈ&lÒk$yC¯k´P—-´M at 6i8YâAÂÌYÖý!úÐ?x•1Li·×%'g0‘
+U4G…¶CÁËæã¹Ç7jå#c1þ:À¹jy¾ˆ@ÎǝT$íš]{F¤Œ8ÚijÜãEKê«xêÆÈü’
+±@¼f=2_gRŽ´$±®A\?wÜn.L 7
+â×JØ4ÿøÞ¿‡bÜÕPíµ±òmøS¦íPªÃEBKÄÊImi:ïª]t[8Ç¿ð½áÜ/Q‹ÏùKéLkCc.#ì(Ì®“KÎ?Uƒ¹Ñ9ÈOGäòS3ãìqkFY%‹åÇÍ
+u‡¶øô‡Mîu‡8©¢S>”¶3ÜW|ÄÝç7˜ÇÝ*: 1Ú©Ù¥Žl¯¶¡âJ~Ö|a=«9«(ß-ÐÇèÌÛ¿^Wú\䣌·q<÷r±]¼û²´árì•‹I.Êÿ|
+t„'ÍëzÃÞÛJ
+oez!±¶ù”œªÒTR&~áe4½¦Ön?ÿxa‘8FX«L2’z+2!T}ÔuÿšeiG7´ââY‡¨XM&îðÃŽìUJêœÿýîa¶ì:ýwù‰bÒÃÜÅ5Í6Xî…ðéÒǺWôº]ž
+>Ï”£ä«!C‚g¯.'/Bß@þ
+÷OS´eS8âžû¡mAðy3Ì{Æ;êI§³QÈ8·Ñjç¹oª~U”±ói­?ÑÑý  â5/¡Bðþ9Åær	ä·=zØÉ[ÓW£¢Í­h»2L]´ï÷º2gqƒÛxN}úœT/FEßìwUíع¼:ß_P¨úf'sFìDWÁî°ú4êã•ôß=‰’”;6:»5äòiç³4º™Ü#°a€°&¢ÚS÷Š?"µvÞwg"=‰èÍœaL ÂæÜè3Ò©
+õ2bDÂðmÂ
+t<´ÙȹíE«
+k¾ï°zF±ùH´$¹Sµ‹ÊÚL—Kˆ9†áµbdg,,65”AN£#sêñ3[•×j¬'w­cj]Ç÷Êø¡—fÕyç\ÿ°ßÝ£U.Â#ÃÜ“
+åo®Œ0"LútevùÍ÷¿w
+¶›\ïéÔ‰-™¹)ÿô8ÕÛôê†ÒAËëðä08¶ƒÔ׆Ë_ßÜ?md{ÔÇNˆ™ÍÆšÞæg'Ø%‚Ö
+›‚Ó'~)…èÜ‹²šwݍ÷]Š6ОWGâÜ2‘G>xZÒñ,Ì%cE¤jôэ‚µdFÜãÀI»Á¦:Ìÿ	k¯ÐÉ€;,Á‡l8âÉx»
+á9Ä­}án’æFGï®;†nNoÝÍž“2•@	Àʹµt«+8ŽW=ïàBz -1+†aøU¾x¤`ÙÖQG0Î+Æ7»3WœÔR*ö½¦äu6•Ó 7¨ÀmßU•’ ;WçÊU‹ÍÄN¿Êc 5Ÿ2“ø(G” åûj÷*E}>oaù¨br}9Þmkù¼
+"ǍÈÞ¾@ïÔP9ÓrZyoë’o"ŸÁ0ünH™ž4ÖãJðþ•æG8"273ÒiÉæ'sÄŒñ8N¯!xT•ãwFm1RƤ–¡˜›BX³	QáÛ×àŽ¢Ñ=2X	o¼ÇÇQ(:¯ê7
+~ÑÛÂÐ󖙝b•¯R¡hµWŠ>š;ò¶>ùF©kXμõï‘‚e?»Û˜¨… ¢ÿý/\X`¥[L©hü§P°¼¶‚„'¨ˆ{½çèçQB<[J¤'8CTÛ1g²ÏÁ#{9o¾i‚3“3q¬Hêrµ"Á‘Œð·­ ÝJ‹‰v÷ÔÚÏ“»(ÅÅxAüýòÀÅN;£ñÇË­UÐÒóÊ%û¸R 0Q¹tÇÉ’
+JðM–¤ÎYš½œ½à9$Œã:e¨½V™ágóòÌñ±Ò}éŸÅ!Í/—عóoÏ­ ëSQ3Ú Wßðú¼è,{ó«bY¹ÈWùP¼ŸßÀmˈºŽioIo//¡PU´1	)oC¼?-Áa$p]«î.÷•SVÿRãøÁÖME¢Ï¯S£š³£MØir¢˜¡»©/)]Úô”
+bʪ^P4¹1Ž•ìª‚pu‘w½CïÕçäL(g:«•©r›~%ë'jH%uÿT$"*øÉ¸šd0HZr8ý_ÂÑ2}¤=Yü?ÐxwCó«Â ‡Q6ê>¯+˜â!s¡k/j¬^óB¹µ1;Õï¡B,ç{°Ç¯˜IÐEHV<&/'®av¯
+ÞÐß&kæ …F7_`u!§}ì’·ÖiîO›®6û* –€
+„¿5°åÅ”PrÍþno·EJ8øýãE§iaWNk0Ý w⻩̍ëŠí„}õÜ®ú2š²Ð<eu$Uü}¤rx—U¼CƸ Zái³„ÈÍ0‹ÊÏZÎK6Ê¹ÁãJ„Ê)Ó²™©>ÔáÔçÁ>m©Zþ+³HÐ!î‡cúíS9äùÚÃp\Ýô´¬ú·ƒÏdG:/Åù¼¿û¢\ž²(~œ_	`Ó¥y‹z±Å(ÜfÖ¥ÚãÁ"~*)ûíÞË{.“½í‹¶ô}g}€¤›Ld酐l&AuÂ_Î
+®˜·q™{ÕöB0®Ð#Í\õ×õ
+cíùz[+”]³?gÊË~mùÕÛ°(‚Ç.°LwøÁ‚ܦG¼µ-M^"^A¤×æm.¿àu»‡í	
+Q~dJãÙ«…"Ucí–î–o£u\ËÝÅrsSy¬­Rkÿ¢Ø/ä<x•¯]…‹!¼;¿"‚]:².ÙhUÊNöÂ7	±uÇôÐV§]ýy[ö»Ñ$¡µÞÅ9‹C>èOeßHÑФ¬&¾­~‚i9ÌBù6ú)ÑEOʸUMH}j'Ä†ðq0‘L6üÀúr8;`9µ¤k÷Aat*o”
+©X?Qߥ!AÁÒÒù›G÷M[UɆËòû"XË~•˜ŸjÅÏÎâ›d¾Þꛏ®÷ºËúµÂ=®3…F‘««”c_9™g|_™lÐ¬ŒS!½ìñý[!¶Øž¬~û>^}ÙÉ~¡T‰Rå¯N´L¯«ö…Iª‰šîg;Ÿ©£â±©fï›ÅH–kÒnç²òÿ»­JÈi—xuýãdgé³X˜>*K	)UtŠ“Ìð#¥$D#AÕï
+ù£î|Ãø"*!È*àð±É±°<×o·õ´5üwm+띒~å{I·¡v°°{¹Ç«û¼[½z–ù* [mY/à5ý=e&PòmÝY&w;&[jA”>Ä}Á—Òœ˜Ì}
+0‰šl~ ”Œ"²‡>Ù\9™…æxÝ7…|ô"E O‰X3Rvh½k䢢LÎ毬>p†Z’Ò¯½6ÖX8Jô#ùc9¨Y`µ	(Iá!C“{(§f„üšzر¼z¬ìžŠ½‰_ädð!D~Êð°ÎUcìž'rŒÖPkD<‚é÷d³xF íÇnÇŒÖÌÏ£€g›$ßßrEñ«¥¸–7ÞÃMƒïAÇ{|Á|¬¥œF4¼pÃ\ò™×%¸=zªÐ˜’ǵOG{ó»JM¦S¹1Pí:‹²ÃÃŒ‚HˆBˆ´Z\»°ªä:£œŸ”ܾƒÔH瀺é¼%¾ÿG³»¹}F¬­´d(E	ÙÔFô-³ÝÙÑo~£o²™àókÊP·?Åû(f&©ÛahiÐz±NXÃì{ÔôI+‡Žsn4¤rq<
+DÖ¹÷>	~¥³õEÅê„SÃz}@.åËò¹[û#¿VjRH;‘E¼\„2°´ª"tÆý»ùvÑú[è»âå;¿ÍÉ
+»qÃlùfX¬HV­ó~ÍXZuV¡‰€·—tå¬`Ùž`cH¼Å½ [íש.¡·”Ó“Qs'ìáÕ£p¬kª+Ç«ˆ0}0WÓM|ã[9ѨÍÉ@ä1Iebúr®˜~¸qâi}]ÝgJì‚Îñ€¼‘S×Qt_0Ó8Nµø}Ôˆcl"µõèÖ¾Nœ 
+°$äÚl/¾H
+1ʺ~Þ䱡Ê;Ê0_I.e¦éWuGƒ‹{áÕD2ßÚ~¸Ü×׃>:šY;*
+"Ðè/¹¥æœ·¥4åi§âò¸ý
+}˜ƒ(À¢vZ7Dqµ°h¬-úÈŸ[½(”ë¤
+N¶NVêö`èr&ú.¦³Ôp‚»É>3¤*| ¼ŸÍÆSKÍmÑ9Ÿ€k2+®¿½fxO!^ËÆCŽpð™VùG+ÆDéÀÉMlœÂ\„ !;ß½îÌMmÏOÝÐeÜ+i 5¶3®J?i<ÊœYFóå@ÀãdJ‰Ò]ùސʃ+>9 ßÀ#ä„l59.\™„}ÊÖ¹h{ÉΪ8wT@ŽöÆv¶ÚK¯Oüõç<ʉÉÓÞè‚Ì‘mx†~ºãjô XGà7‰¨×ït‚¹fŸÐ¥‹äCã
+hßfƒ×lýzq
+õ~¼=Ù–Œ-ˆó0¡mÑC†ÈGFrTzÄ®|ø0gÍT¼‹-Ôî‚J‡ÚÒUÛ g*ØÜî%‚€g¯Ÿ4Š×ýÅýzÐK'‚XSÑ/gØCS$¤TW›AéPÏ!cE6™ña|ãÀ4²Z
+ʪ@öžˆÙ³ß)!=½`Îj@Ætl8B
+l$`©Â¯ã³g¢$ºÙ/YûcbË{§¨
+›
+`7)w´¾€ùnQ™À]ÎÏ*{cšI™Ñ‰'cDI`¶Žñç<i衳Â÷Йýó<Ï«PM`ê9]R5¶ñÞ¡µÁñd£pÆŒ˜¤:sa%ñv%ÛºŠ®ê8¥Ípj˜°ÇHØz¤k’Ò z¨øµ9zµaJ%Ú–éœ=ĵNc&ÉnÊv§קã5–D+8v"k”^+àáÊ©¨ã¥²ä­Y¨ß	û:r|{Ú2&ߢŽaù"fJ³<íqž®Qö±¯·qŒYAÑ’›[~à¨1E¿ÝR¶&óŽDGN­ÑyE{œºq×IúnRd`•$Àus–Ù-à4&¿C
+ÜRHáÓðÍ>æ‹,¶ÏCͪ<\ò«”ÓûTXy}|ˆ„Z®BûqXN[v üh˜ù;Õ]i‘ì»âmoF
+ªÝ¬á긆+ᖝ;>8¡êŒ—Nb%‹›d8&£~ä¡0¹Y‘wõ8´®^–-!šÓÅÉ'8kŦ4_9Í£Êçøâ4Hú™åÖöȈº{§-{)iJ4áˆþJËxl5I©Õ5àLÿ
+CøŒ7ýsÄÐÀaÒõ§™ÍÿäÏC.”¤?
+å@-Å:`VÅO×ÞÀ}+ð°·òyóÏ…@#¨H
+ljš$P–¯‚ÛµáŽ4TQ?ä8þAìmá9[@„EÛyÀ%\€òêMHËÇmc³)ü&‚¡Ñjigi,ýÐw	úcl#Sê³Ç›ªïÒC†–üÛ¬IÒæl»K¸|QDbÃmÊÐê¨v(Ý(–ž›¿í~ýh£m”„âÎó€XjBʵ’=æó()úè}Áùsüéz:õ¾*c@ ÍBH±Z—³Kðexé±wà©kÄw¹DÏÃ~9F>´1‚,‚f¸Ûp‘Oï>æßi¬Pôu_k÷ôböã‹j)øéš8ÒH,FÎI'ý
+ -%_°|‘T¯¦ï0Ê[õ§
+¹ ü!7mÏÈC0#îbMkXÔÔCfÒZ]Vr\t¡Ÿ·ç€ª`ÑœìÕ~6#B©	ÄårÅ<èiçPõQªÉ4cÌ‹¡’Àº³ð—~}™]]
+_~wV]^O‚Ü°)¥	ïÑبö0«?äÉ)VAR®}\£$¤ÛdÈóm˳˜£²Ðw8Jˆ+\²ž‘‘UßMÄG£Lî`„5móèªú(€‡?l¼§˜úwñšŒh›%ÿUŸ•¶!Ú³Ömí`™SZMÍT¿¨â¹JÄ!ݼ—›¾TÜÌ•ÏRêî½ËÍ$ó¼ÖqsÓ}@¹r5(
+\©+÷Þ‘q:›?ê+áY€¿ÔIŠp±š'“Zy‹ìÛ0o–?á¸ówG0¯™“4 |ôm§Va³Þ!¹“«å“‡<±­MÐC„Ž¤e‘ÏÚE3xæ¼»¢¥¥Á0®qÈÚǾ(A`¶sÌ‘ˆ•Ã¢tìÕ› „nsSt}=ÆQ´Ò®]
+Òþͨ©ÿ]¥#¡n€UV½"(fѝ›y¸-Q.nEö\ûrá*¹¥uv®@èzñEµ¿ÔÅ×­8(g!Êä?I7¶˜ÃÛ	Z™sÉ@±‰iáÆê¢IЩ”h uŒE’v=šzu3*-êÌOݬ.Ë;Ë,[ÁÝýîôü^€¡¥Ñ=`ȍ¬’aÔ©I,U¤<?z­ŸÎ5
+£§_}¼V‡)âóy5Pnt£6Í38›°ÞÝê‚Ÿ
+¾®Ýûš…¯øáÊ)úQðáYI†O
+x3X8nu`jÌplæ Œ‡sdyDrÝåå>>ÌX–W‹ë
+üÿ„qÏ]{Sj9oYh£Š.j¨{·TÝ€VΏ´‰±@wû£q‰–jÒ#ÕµÝ9•oêc÷§›%¼;ÂÓÙ²»|EdŒcP_~¼BŒ¯ü;g“a™òÿ¨#¨î'sŽ_ßœ$|Ñ3ýÒÕ]× R* ”tL‚N)
+”[H>ˆ†P|v–K\"Y!³ì°NµÎM¤¹NÖ’;ÄAQ‚ôR1ÝÞ61/é[–VãL!èæ"vBƒ§æ{çd»—Q#<9àdAOÉd–ü‘Ž‰0Sás9ëì©ŒøÐìÆäJO #‘:R\È#ç*|/’‚ÒÞ€‰Ÿ«Ø©Ïi†GkQ ¯±ËnÞ=!¬n»j`<›—´²©DŒT¾MzË'=gåL™‹úÙ⣊㶦}ƽ€¼-ÈŸ.^NQ›™Îidr!pH>ôK!kØ¥8gU`b³ÆòÁ䯲.üÂXÞDkå¸O8}e
+»Mdº6Ö+†'=6ºt6ÃxõÝUÏ3öÊ"J
+µYÂTm
+ï|t	*3zõtP6<‚÷Â&¶yV[}÷Okëf›õ²ñÇxvZyêòí€â³
+â$EU‡³ã`sõ!PŒêà­–#Pðyþ5y覴÷,³OVþ%"
+ª×â'cb
+jçÅxª=
+’±•„†”4ªÎSçlÀ|;>­øŠwÛº
+"¥×TÞTR[“|¾™‹ºÐ$Ä°E¨pà:t at i 4:‚¬±ò-e:ßm-HÆ­Yš*•¨yZw/ZNPðÃì:µò=RƒYóÂhÞü“x Y¸µãáËSþ1ÊÕoø!ÿÉ (¥ì_ÿ䣘tLÑ‡¹c<Ù‹ØÕ¡4¾ÒýðmëÜݏjºtV¯„X€¡èU<Œ Æz‘FEFÆüà´ýkÊw„+Ì-*n=׬<¦l"‹ú§¾7è•Ì-»sëRu†ï§uï0я?é£6/¼ñ–}¨¹b¾ðXƒÕq@ÅU™ƒ¤6.ž»ì¹ÃIÒ«k:Ôk*6Þ/‹üx.Þu	á(jMl)
+íS‹Å|OÙ_æ2õàYìKO¬>T†"£y.EQÝø!)Í·À–˜Ã;é3³øhN«@wæzAä¬QwX¬?q¾²½Ò%l#/‰sÆÀ`²¸QÜÄ6¬ñxó*øÆR‰×¢•ú؁9¦èËÃŒ7\'FȈuå´­Gç6îNÒ¥]}á	à.2	};ögÁý".OeE!}VW‘ äšÒ^øà!ð[+ÍÄ8ý+˝ºK	ºøg¢Þ÷`}}Mxh}4·1ïñíä®ð@Kñ¯‘¿úû·ŒfôñÉIf~1VT\9iÔ€¼ïé‹cØŸu_ÇOÊóņG{~bƒua"h·M†<ÁË^åËèH?WøÃEW,]×&Mí¾Wpæ¦PWŸN2Fü7Ö>—â‘—Ûª:¦elÏÇ鐘;ßïÎC܃ó‚bö:†iöé$×ðÔ%¼KJŒ¸;DÆlÅ—ýjÎ:úÝ?>É<óT*5Ž‚א1Õ	·
+‚óL2“TžR;2¡–O$PÑ–Õb
+H~Ì­¥°" É$îD¤Ñ›—³z%0ï_x%¬Kœ¼,µe
+“ï0ŸV®¸ï5œÆ…\µNáÃW
+#,¢ê¿½·Õ®)Dz~Z¸îãè
+PU"A’ºòñß.â(Ûd§Eœ(9eVÙøçgüK|Öì[²¨»‘‹”
+ªK£ii¢š3Ÿ™#Õ µ„×YÙÀiÑL»X3ŸUál{ˆ“Ðßê),Œœbƒ¶›rM²Ðc¾¼ÁœsùL±^”ì)Ä –ìOä±GcXJóýg®±zp°iÔÝÅÙEšÁ©Àr³‹Ýæî]hÐFáMÆ^™Ô*vO´ß·<Òb¨}d¬ü!»´Í…(O÷°ˆå@¬¯n×Ý•|TWÝñ+gôHu‰ªís3s±5¼¦“ˆ6t-þËâºh!ô+
+«¶ÓòŽ×;bsêºÇ·Ã§U6-?gŠBöÜè¬Þ	ÅoÓÙÖIñÔ©nb¦HKºGÜ‹£Ü~܇cÑb<ùSûD3jn|¢[ESY—8†€÷û¶¼fŽ9Þl¯9´½W›ßàä
+L˜çÖ„”9¬½øúZ>G”ôþuÐÃ¥øÍß\eŸ²Ø_&îöÁ
+®ìÁ.üZdèÅxz,n€? —˜4á
+Œ>Ü­GñPi,xU&}5+h"Qì+•Àí+\Ãpr\Wg/5:Œ-wRoïß}€~!þXô'xéÎ0Xï[*þ²€Ó°~Ð}a³ð¶Oª'Þß¿©tÍÆÇ;£³ÉÊÑ
+W÷Hêºâ+Õ~û–àÔ8ŠÈM÷øÚמUÓþ
+žhìñšžÑºw
+œ%Sç	¼ ãks?uϝV£V^¬[¦ûúÎ\¸\À*
+ägrÖ†ÈAFvÿ(9P
+‰
+ªµIXTÁæ	g»^±mÐ&ðŸxNaKYÖ–ÉõpµpÄc‚êMyuhv»àaª!aÚ4vÌ’›渼R) Þ~þ'âÜU¾,mû7¿üA–NW“´i\¸¶óÈ_ä©p2€Å«2ìðV„’¾V%È•Up€}gŒW@¸×ØR	
+MÉŸaµ¯â†%â÷`ÿ*.–õYT®OE´	e­Íð<×Ù?ZSÄLdé!ƒ{˜ê=é8:²Ä†²×“Sšøá+ÀA·öƒ£AL(!Îå"’íìì„Hgý¯—÷LðÇ&Òï¸þ6;Åçw×Ñ0m °\Dý©¢b¬8bÉ»ùÙÂ
+Ìdx2
+O±Æ0w¯ëBœõ™'5½£Ã„¸šYÐQÕÍóëJB¼`€aŠ–Õ²?ûºoq”bóC­^ÎKþ IÊïú”(·¥âcÚM‰M-Ø	Ÿk¬âФgéîJßHÒç$‚í•—÷¤/Ii—qc"¸â×&ëÜ~¡¡v¢Ú¹”†w@ð5^â£9#Þ)ÈWÉÁ-}Ž›®¥hæVrê@‡‡b;´™c– °÷[ç+úY“>´)v‰dlæSêÙû*
+‚’|ÔÍE\²
+
+îçÀÀmZõ•Hû:(ËDjôrØU—o½_Å•#´}m“ñ“6éäf£¢ÅÆýXH¬ëQã@*A:
+·›œ4Äÿ
+Åá^/sDžtosqÄÛêyF\‘iï©
+=ÑóË8IN	’Ï#”1b_6ÆÊØÑ$GÓY6ÎCþÖ¼Ýðý20ËuÎ,¥ÀI’ªÆ	¡<áÍúeiŸ‡?ÅÓ•øéO¨kO
+wª¾
+
+çk‰¨•1@£ƒÑêLnº/‚(`<™ƒ|G¤+äÐ:oÃútK¾0´Ò‘¯YîòË},Z拇¯‹Lk.êÝÎt#Ï{8wâv¬Åã2ùï	kžë¥áJóÙN
+­DõF1Ôí~׿xA!¢Û^;å¡p1\9Q£ÈƒÓJü4uõ^ÑqEÛóÛ²ž½’oÝ#%„)¾RöF%Eºýƒn[bEà]ûÀòªÊ²5SEØþ¨¼ØžßÖ#øIª	ÚùƒëÜ3 ¿¦}ù¶JaAÄh¡-Ôà)$"Áluê"âÁ¢9¤?år 2;ŒŽö‡WçØ´ô¿Q[Üž|d=ýièȺó‰ÿ ò…õóc¥“¯X¹Ã¤80¸¬Í
+‡…?´¾‡rA%&éjÕšâP“l¸‹w:ºMѹXÿB8ËOè$J0Ù„|6Õeß÷F%åF9É,šÎ›%øå¸\㾆ÙϾ«‰‰ËîvOßB”âH¾ùöA€bà†L Ý"´BÀörZx1@=&Ï;3hq*§éj‘–ï^ú<®coï•li/aU ºyÛ$xë1gÕt«Áj1ÂÍðXþbNݱ¼µÚµ
+«Ä:¸
+¥´uÿ )Þná|oªà>¥<µÓIwlg-Ó,[
+™•¿ƒVôà
+
+߈ËkóhS±³)øP˜YK{…0»—ç碌¬þO÷e+Ñ:Ž¥­Œ#l/z‘ –”aâG€œ%I±'WP—×W}”| TznrâߤiA¹é¤óí“y*,¢åü§J
+S)úº«˜åœ/‰l-B2Sû’‹
+V#J
+„Ô–=ÃÓE¸lCd¨Îhhöí’iÉZG(Ï–õKøE‚Poðá6ïï\͔č\
+zlj¹<ÂñΡ4•2o¯'SêI®t8Ú×è…g9Moa3•®½ß,T%D+2‡¨¦Ýåå¶XV†vKn^8Y=w³ˆÁÖ5@ªÓR×R.æ”X–ØÒžCÅiAoQ‹
+ÂV$:¸S»†XW$†K˜'G
+™ÚGõeÍÏb„›ž™½fÎÛdBRŸèžj”¬ù€Ù­Î¼ûõ?(Ó­bcJ
+šY”Ž±Ž‡*ÿ‡µ·G8ƒöå8#¼‚Rõ}Â~-8rS°…µÆ·Åäëû‡°ÌEââ~¸ut‹®%á”phºP·0‘Îj]ÓÞ
+ç±´ÈŽúUe¥8[œµL¬t–fá£pÆaM¦³…ƒ	'èÃ)Í‹©(C½E¸³®0oó~z.®óýÍ:€À«•lqÿ®ŸTgNfçI´c¹9ÏÂõ 6…¥¦n\SüØkÝß²è
+X*#˜rÄOñÆÅ©Žk§54Ò±”Æ·îZyHÈ
+ù>{t{Óð§ÁXQòºÄgå·úŒ
+qœÔèðP֐®ÒŒìÄÝß“fŠñÞßñp .i’,Il´ïâ„À_•›ŠGåxL‡`·i ¨Z5Tµ4Öí–,+<ç}@ÚpÒö„Äì^&ûúTž<MýL¹ä)Nˆ’¤Ð!¡A7^›#gýš½O¸®‹.X¥¶ÈnDÓ¡‹ºášïl’|ÈsA^çQÓû8¨«ÎAW-€Tùúò‰l–ï‰òϯ²‘‡<œVÿ‹ŸíÈÓ«à*¤+šv6të–qI}5ª¼¡¥v'£ìÆQ¶¶®QSïlØËdÝwOÚ
+L"ý€Sɵ‘OÃh¥ùÀ«ç£Œ@|<f'whû•ü#›qÅBó<ô¨Ö›û§s|Ø4(Û€ûà‚±s«ä`CR¬ÇwfÌŒ•¶k~N~,[‡Ï œàË{;¿mcl
+Jûa‡ðèq–òí8q5ÂŒD,ô&&cê º»OMȲGz·¶tO‹'Qx·y[DÄÝUu1ŽPш5IW…ÂsCG]fxéY`7H¢ííòš„_óQUÿμ5š/)9W±.Û #ïâBªÛȞƋ÷àÈ$Í#uÁÙáe
+(`±Ã2ŠÛNÿôª[,`âÄìÓ ­Ó¡è`ÅxhÍ4™: üyŸ¥|4&Æé?¯©¤ŽuØÌØ«Å®´AL·}(¾Þf–¹}~‰¶ü{>
+< Ë—°”&w(U±sºžUŠñìfØJqÐ	Œ̵ÿٌݱÂluCŽ¦	Qx‚¥_ÄY‰ì¿!Ñb®ÍÅÝ%¼™*¬Ö«áúÁQhÉïB^¾9Ùé¢ñ°5ÞÂQ®è96=‡ ·ªá‰ãèz(0vPV€ú]ðÞ"÷ÒÈ–?Êo)ûÛù%@AÏeȁ¯É±îOzÙL¥&8Þ°Úû|±¸ˆ\èD‰ø®W}£U¹î~~õŒ(Íž?ÂÝo
+ÌÕóŠk=Û}¹bÉ[Z;6øÇí'­s/¾Zzë
+Ó¶Š\GŒ9&:®szÎ,\Ôª¦è'ïÛlqì¶9U´¬~ųU*5Ü2S@ Æ¥)žkÛ‹_kb¾ÉÁG]KI´TM
+m5íM¬dÒN}ÊéaBÎŽPÐJÕÄ¥†­ã…ŒŽ~ÐEë(÷Q£9$ú·ÄøÝä˺ËÙÕëPÜ­i$…nßJGUŽ<²L>ßJZn×Ãý%·Ó,x}ài¶ÅUÏd¶?°ÎUJÜçÉWÚúc
+ž·Í£‚¢‡¦&
+¹‚òÈcû滊"Ü
+Îfۧݮ•
+‚ÄyÈ؏&hܨDK®eûÛ[܉U(ÎÁþ¾QXW›‚Û>±¿åOˆMÆ*%NÓ>õ/eëhÒ)Æ”6µ¶@òË™çˆT-f˜Ó(BÆë†Ç4ö¯!¾íÎÖUaŠAÙÈ\=ÃÀ«>ñV£ãí8`Í©àSàdpÝ©“Yä—?«³a„̺$ÞXó_l÷?¶Å¡/ ¦¡®=ˆ
+gÑ@(¹¤'8¡ˆ•ÿ P• ÛÖbƉ«±ôm¸ª©±·Õ–¢dwè@Ól›À|úãö°?Âyï‡@ù"ñ ¬—)KÇxÞ ÕÁÄ›üJ—]ÞÿYLf±™€¹ ž:{ádkí«ƒò›°CÝx"n6{ÊëXëÀ
+óÛË
+æ	ÞîL&ø#ñþ^m§FüÓTs±UDâoO~èt¥F¯éê¡~y¢·Ù•æ½‚›×…0v7„ÔÓ¾,¯:ݳqÚÅ÷Ìòæ‡T‹ð!üRnŠò²TOÁb Ô‰²G;¿u
+ñâ‘q@Ì“j'äšÜvD3j<Ud-¬‹$Œ¢Åæ´J>Ëþ´#Òkñ¨êx0ÕÏg¦Š¹!®Bƒó|AcþU†7Õ,jmÈæAÈc]O¦â­]½ÑÙÞôòùkPÍ`”x¿ƒu±aŠÜP=qtŠä³HÎ’µÖQš“ø£îiõˆÖÎ͍«A	ÍG¼™\)C¹f¹!ÖÕö·ÕÄ;fÎ8§i]TYõº¥–ÜOû-r EÀU?ðñµNV©ëþw§ªL÷ò¥4¸S·L‰ìÚÒïØ>£'ê%·P[‡.mB|ºO9îãDºüb
+šÐW(;³ÜåOÁ,ý´1yÌbáz²Uä
+Òª’¶–(J[ßþ´ Eëb­Õ‘Íjw…󿸙¥DK="ƒ²I°uG–
+5ض¼ÄHlņƒ¥TÙÑÓvHj×X
+Ï$rPÁ4ÿ3°šµ4vý°ÓùÚ¦võ÷/FW†¦ü2¬ç"Ì»#iòì#@µÎ·Z=m)êfƯõÜ®RÑÙ;u­kÁK‰f‚9Þ@%ÿÊí1Ï#}±uÀgä†$Žñ¿  B_”	ÅÙHÚUêmjVv0gõH„vȶ
+_9ž²˜ßBg‹຺ïÄòÍßÅ0UKÇ!ö…µN\pÌNuîÅ6g^þí
+Ù'KÈ“3¥È-O¹ç‡óå{‘Ê‘
+ÑFäšô”_ÄVæåƒáF´i6¸Jv.-nT ʸ=EZ6Z]ÇGRĆiŽAÂ_l²cZÖŠ]	ŸŒ¾NÊG#Þö")f™¯~Ýܬ‰ ¶ãšNìaóÞX†êËÿ-¥­â:ƒ·Zˆó#'KþJë
+°Vy¿©¨“£‹VèˆnLì†[jI5PšÜ&Р—ø4†4¹i„÷ܧ‚“–ÙÓpŸÎƒ¹í¾„üVðyÚXB‡eNi
+\tB’Æ*ÌÞŸzUíXŸ³&Q•_Øöµ›'è$R§Œz{qÅ|Eç±ycžÜ?ª¦Ä–7<?àô-Ó- at p¨
+Ê-FK³ó’PVGþˆ¾ák42„–èûTÀÚ_íú »NÖÄ=·›;@»Ií×ó¶ai¾óËYD…¾/AömòÀŠ_Ø/üY›ÁǨV(`k¢~ôƒ@—”÷™î¤	¼¨‰>ìúÚ¸€†SY“#k÷Z*KþÊø‚î ȇQ@ôIXa¨	ûPGwëTui38³*ŠÂdzÁEmÐ2Á3
+¿CÝ€F4ÈS1ó\},—ÀÁͪ%ÍÍÌ%­ &B¸ŒÑ–ž»ŸÓ<}œ¥ÏAë»wºìÌD”½#ô>$gÉð‚ÅÊ_æÿ´BbÇ…ÚÑ–8_žY; ŠûI†¿2)€$ÞyYFç°‚M¶Uý1§ý¥
+ºP(ø¿KN
+	N\'€üãt\Ì¥`|0ÈüžBÕš(ºèÌÅ©Õ¢–36öíò²ý”izSQhÇŽÔze—-ô,Œ”oêè”géÒ
+™ð™Ë¿JÇþ‰,õvÚõx¬’Èá2&Í/U<à WÅzN
+mŠ'ä¥[kÉkWÄ«EUlÝi+ǝÉw›ÓÇíe2YékbÒUFm›Ioj)059býTÖüzºðRiœ˜
+)DT3)ZØdQ÷Žç@ÈõÞ¡ùm³ãÁmü$‘•X…»\$9‹V	
+šM‚ÐÇš­b&]ú/÷ArNòæ:'È.^d¡É»gÉaJAî-}+»‘+Ä–ÊޏµLà³Ý–\qì3´åDê\`–4|16GYc’r>\ñA`Ú
+OKó+8Kï—:jkؤ¬ÿbÅ»/ë–}ˆ”J‚öq|q)“»P3ïn¶Î»kr›Ä_ýìp/1‘zJÄÅi©×Œ^á¨Zo8­“IJÇ]®FB>JMW}b†ØŒ¹ûŽŒ“j"u
+ùª‡bZð \¥L¼7³S-þdy51ö0ïväÓÍ釗 Ô‰µ²Ý”H¾féÇY­|–^kZû5ðmòÀo Ñã¡1Q…×ց¼3dêâÜŽ{ËZ>Ì⃹&¾Ë¯•x̦¶¸7Þ#^cä«WE âp¤]•…á?LpÙ$rµaô¾åáIÜn†kKå9Ë
+ji¿ï….®
+½¬±ªÎV4eì䟰©?tòš¾g½˜à{U^gîa V(#®
+ž¥ÎD?²ðçUÏË7 at IŽ‚Þc_s&,¨°@ wV	§K¨\ÒÐ31«O¢þØaý‡¾ÅðŒ†f{i8Å‘%9>k¹ùê„
+¤µ´I‘žÛ<.¤6Ö†•ŠkS
+MQ
+ÇéšÆ™%¼R4>˜óþÊ ‰/rN•9çp6¢CÑÌ}¤YÇÚA ÷Ð$`xÖ•oÖÝ×Fò½ºϽÇYüŠ¼XÕAcYžz™Ö‚Uµðlåß3ƒñ[–/µ‘1GIÜ–:XÌ*FÖïP–rUE™pÝ|/σ4%˜1åæÁ,(62ùÏñóhv>RdÍ×óVNZ‰ó¾±ÏŸPLû3
+³x`àû"ŸèL‘☣:MœV4)PSÖïðêçÁˆi~¹Cw@ôy&¼i¯g<ãceî?dpZÉgÔŠ•äÎJ¢ŒЇ"ûõÆD¢ÿI7ì: +õ$VòW-žR‘b*ËnO¼q‰(KˇM“ƒ ¼’¢,1.à+RÔqj
+rì‚«øXí+¢°½3Ÿ¦ÃzQ±ØoÇ
+únΗ3çžÐm"/JH=Dh·„poõ©³~T¦Ïm…5|Ì)1qu«qÊqâxVrõÍ™*k;Þ">ÆȾ!“³
+wpÚ…,$%PÅ/™’“H†¢ÝHW=§ƒ!wò$«¿,KW+Ò'ˆ¦+{±&‰æŠ°rhh	*
+ËÝ
+/à
+q”–«ê0)Ïšç–úÏ­CòôcÍE%½”çÑá¯Þ0Z¾Á
+{-G¸ø8e	]qUÔ­CÑ`C”&Ê°"ÿ¡¥ž‰¾ü0}êL“ã¬ËN/€/5 ¦>-z¸#‡­$¯§A=ÌuE_6NªªNÃW*‰Å™oX’k‰˜FXk‘mχ4øC 4¾•ÉÙ+s#‘å|=ì¤'X
+m°u kì†lÂ\¾š§2FC”£yÒFו(EØÊŽ~5>û!Þ­*‘d8¨ÊüDðÎñHÒ<F‚ñ´ãe\3¸¿\œ™ÁöñÙŒ 
+ˆ’	öÔIJhŽØÛÝ2wxŸÚa,„"ÞQ"ÇcúØ©Ÿ“®†_ܐõ5kŽNÂlÿæs7ÆT²ÅÕè²ÿ¾.8²M)̲ҬêeM<T˜;¼ƒÙ°ö€­5ÃÄйj\]—åa¦Ñ_øOÓ„–®TËùÆ›šáŸü$X¯á-]ÎÇÅ8tk`+ðÄê÷ýŒŠ±z¬É©ÕCÜÈr£-Ó	j´ƒþfWr
+fàãí
+ŸjÓT‘£ö@kb˜y—eã–ï
+z#wŒì…U†w§|
+¡g|…OØ´®ü¤<EK}tÚ/Péµû°i<y}$ƒÃ	!Z×û ݁ÛÅ·ò0y"Ãw¯ÒmGf¥¹òU9΁ïµ²cNÍ´[q‚ñ‹7ÈÞü¯i0ÄÄ]-'Ý°X6Tø”ì¶ÔîŠ[Œ¶‰¡%1Þ'­ÜêÎ϶›‡ôö°M)öØ[Ê­8S×;߈5}Q¨3u¡˜¢&ÂÖéõF¶²'º‘=6îp©+8Fæ¯RÃVQ9A®zSèÍo>`òËCããÆå0ìåvA4ç
+í_ã&Eho¨OÔ>\ôî¼²Š–¦	£ÅGEM¼î¤i³ø
+H±…¾Ø
+ƒ#lì1᤭¿ªÛ0îës¹Î’¾:|åÆ¡˜´XfŒ‚ÛdÚ
+ź:¿%H^rMu‹]¦ýþ0f?ÿ¸dvéfM\5…‹"’LFžª¤Äd+‰ ³—sÇÆ(Šç8vG”7mV8X'?sR±GŒJR“zZH­×
+Ë­kÚ›ÐqEé1́Ã:w½ƒ¶´9Hõh™]Cç~÷èÓS@ñÎýßP{ªðžE?§Ó€C•I/4ÊQþðîij®Û-w©¹°ž„î~Î-”ç!B¸ë}>%¡cCÙM‰äÛ=ÝÀV‹óüt²bi$ØMtƒAím#qˆWŒéÓ±FGöŠÆ¨zÃÞW?®y7U\ÜÝp^p£é_é5z-®þK¬gaô[Ý©íãb°L
+ºï¨)`Ê™¯“[ë§æ/¸I²CÞÿØ’{w^W
+Tb!P>Õx•—è.-¾þŸÅ=	o]sqBã+öy‹uF#ÿÒ2¥B~3ú­ÎZL„14^#ßxtbõfÓûGAAjÈ@!‚²ìØ“†ô¯D¹Ócà„˜¹SèM¦e'äUÅ^‡Ÿ:lx¡÷½¾Ù†1Z·æþQ‡l’t`£Ö¥8æ·R:Ñt•À¬¾
+(«Ï[õÈ*+ñû’Bß
+ÚqYÃ`z
+,©c’̝PžCχg9ÂOºqDå½DšeÀo„ì+sÀI~{ä1Ö\…ìþ‚úÐハÓÈR±tÿ‘(—ét_dr-¥~¹A™ù•c$"عê=4‚AâU}ß1joDð¯4lò:Ë4«þ5θÔõI{k±§ûNù‰â&L–	%³Í:
+„"éûƒvGÓ
+>’/‹Þ+D3k |5—ý?è±ÛîT¡û¶
+ðìk‚ç”PcøbǐMÙò
+¦ZçQŠð»KÚW3.Iše'‰—ÒŠ‰ésaû
+ïB‘w®D4ß›› _1Ãði[þ³4džfßhÃÞYŽ w槦½HóÛ¬ÞˆÏ"ãþ‘„îÝjKT`üŽm3©üdɪ(&ékoƒ¦z+‘
+Ž
+T
+‹U±Z:P,«:OÁ‹"uÔ™Ôit°bÔ¹œ¿蝎~'Aòa06H§€&…ÐÄäF`Ëôáκ»·¬)ˆç_µoË3<dÔÿKFQ'cÔ1æg«Ú¬›Úu?5;3œ,Ó:´E±Ó5Ö½ì[NoÆ…>
+H/^„¤M;¼‰?*þHéìÏuê¬>åú}®§ü회þQÕpÕ¶_ÇycVc È×%
+H‹ůBëÆyHpRå¯óV¢X} y¡€EÚòù^8ѝÒí+XuêwÎ3RqÎ/;Þ–aÍ(
+ýÖ1ßüú6©1CçÌñWHJ{E*ȩ׺<G)õ,¦
+…Û„55ÖR3á«´K@	g†B¼t×U¢Äž+k>7a‚ü¥ÚäB”
+F.ÛºVºb
+æ.ª[ìÿÁ :Œé•cA<‡Â‰¸‹Å‚c;…­®Î-¾õ7ÆÉ®,Š5ŠŒaY‡« `ÍC…\‚¹þøþ]÷h¼¿â+E:¹ê£¬‘yð€.«“—}€RòåîccÊÜ&B®è×ì„•PF7DbvŠôtl‘0ŒÎV‡¬£¿|k3ò§ û`×ͪH?TdP
+@}½á“îmv[ÂIš±UGZ°8¬‡Œ{Þv’q•,$Z¹7RW?¨*DÝCÕÒÖý€”åOçK‡ýìV’=§’Èdëj‚ÝÝPÿù1(
+Ã׎×a!•¥@çpÚ/ä,­rz~y†Nßs˜eÍô`×
+ µ§§Ù3"žÊ"o'U4F‘Ëv{_aWX.j6!%hîp¡Ê€0S‘´îí¯FD›mÄâ½…¶vY¯]°ðÅdõµ6µ+þ%eÜF-ŠóñÆÀlê o d,øH%éXÐ?Hجt`ìç:Sž	)	Å1÷èz(êÖº±èLPÊÏ2‹ÆI¼<­ÇÁŸª”•
+ÑçO6˜·*a´¿ü†ÃiÂÀ‡òO%ŝ)XH!\ÇïçÖ½˜¹pÒxš\Ú!>ŒIÃZÀ¯¬@Σª:êÎóY«$¢¹d¿·^]RK-AS˼šIaúyky0aïpg2íNL*¸–vˆÚõÔc¯œU‚ÜwJ}ŒÞÌVä³bÁü>ˆ'wMq”S»ÕEÆÊv¬¬¨e§­ßØVÔ»20e”éFD§˜«VÚ9In¾ûÌ)QvÕf'7[ßË	Çè6ê#‹´àÎÿõàmJ¢héAç.o\Ÿ÷Ï9€ÈJiŽm²Í}%ûѱ³
+[–‹¥3Õ_–â94
+
+—ßrL—H{»ŒÃÍÉt%j@?Šz7âª
+d®XCd™ËÖý%q—l‡ò؈”öfDìÄH•½’-éé)E뺕]åβb¸B¡éò±Õ©Àrú!ïE¶î(üouÛ“
+Ð<KV.»?‚Èþš°ãbaÉ£03¡O¿"tZp4‹^¾îùÈ;;¶Òî%⯒
+O ebf60‡_‘„cü¡È›7%#Ǽ”ˆe@Ú•ÞàbV«ÇN3N,³¾+_þ%òìÏÎAúr8Bü“KB …œŠÍeÉaÜ„ñ:Ìüܾ3ÑcÀ8HA6á͹Õòr>3m«{ܽrKqE*ê¹Ì²J>§t4& |n˜n¦¯ÓéJd—-”E³)Ýîõ$>Q±UÂIáyM¼žó@F°á9ûG¶z,ðxJùžø´Ž–½ÃFÖ]™¢?Kþ
+!Xå°Ö…I¡Å0iß4u
+«æýþD¨”\Crì‘nkU0¿õ"JÀ
+÷„°¼wévŠŽŠÃ¥³ý¯}Ë·‘+F·Ic“°,ïIWjJGg¿à)§ãÉ)dMb85í4^¹à2Q¹ìæÚ«dOË96ÛŒ¬EjòÞRLf¦€EƒµWÛ—‰^«×Nh..s)´ÝÄeš£ž¡ãeÝWhÄi…¹Ãe‡Å4¶—pœdjÃð ÍÁ»ÈªIÆ—,ìcèçj¾¦à“›ÍÐ:ÀÃJwÓÃu\®Ô^"X–>EB…F‹ÝÜÂý½‹iµÿ¬ÏÛròï#c[Ô¼ý)ÕP²q½ŒlàÙOº±QZLÎçÁóßÿñxV©6:@Ðæò«UBÎ?”ÂZ™VBT€¼ËÐ%é½C­]·t êSÕd.zO”¡ÄžÇt@QÇ—VºwRzí˜Ïq©wë†/z™3н¿ÈvIyË Ø‹ü䞝g½oScü–¹ŸÕ"_—Þ(GQ)Ç»ìE<Fü°ŠéMdÔôÌJ±eUäïU0ºj
+R4ŸLkêm¿³Në{•‡ž{ÆK9t•x~üô¬Å1Mlõî®;vòÝ‹´ˆBÄ~I+ˆŠÝjsa6†n0yjéþ
+\ŒrÁ†´n›¨ì¬š¡hÆmå¿S³ÁÔp¨Ô9ÛÖ¬Ã_âY:qâ#m¯Òªë?ýÙçÚKga=æ/¶dlèàÂ<J/ê"U»5ˆkrþž2ðª:ë©/[ÓÅwžžÔ…ï¼ú°:)ŽÎ7g÷üŸ5s ÿ©!xYõ‡J«˜g?zç¬ùCœ1#žD‹BÇ~þ.)"uZáÚnK]&.«‡3ð-;‘t‚Ox ©`ŒXè×ýd	¶ý±™Ï®f`²&÷oñ26Ý”õËm\!./-!ë°±œRO¿ÏTà¾rhM×q)ŒVéñNñ˜´V¿ÿbÄc6iñ¯ý5+˜±[³m[uÎiQCØPš4v¹¬›.‚§ªÝ°á•N#Ox(A(=ÒÔl/“΁Š!ŽðìFŽ(?:ÿUÁ‚–àDˆ_L¹2:Ï|Èæüfm=#Zq¡‚‰*Ù¨Ew:]/+Ë|àßš]h^O·øÚm·D„ÍñƬMc'Oº#¹Ä©‡K:\9Ö§÷hÒöœŸÜEîx¸PLC€¾zÛ(ÇÅ”×YýQ’!I|(@8T?7è¶×ýÙcWâYMH:ð¤w ÒJ>›R~ù¤®þ ÍPß„c8ÛªÔ{yú‰Ôlå+}YÉ^“ã‹H(Ѽ(ö~¹µpLF¾h¿Ì]‚'Åe4|„­˜»’_­»§/ÀðŒZD&-.Aàüÿ
+²CJd¦sºTOÙãÜ“–eõBo(L‹&d¾·=5O°ïŒÊéÊ,—°Ç·oøà…)xJí”G5z?ö_5¾îõø$§õê™Ð-VêÉçòC	¬0o»Ñæ¥{°q…òôÃe_¿Wñ*”OÄkA×ÄØrÎ]Ìl`ꙉŹÅ8KKŽ—óaiÊð®Ûz´7º6®œe˜²+ê¼ï”4Ãy àÕ({îRÅ”\ŸßPʼ\¹·O”ƒ¡ÀSŽ¶6DPÑQó©æ¨oÔ}$!Xßî†-[g!D\äÐô™¦OF•™þv‘Ð4®¬¥L¢(7@„ƒÙ˜IA,¾áF™üiÆâÍ$¼¨“ÈDùS§Åë‹Šôè}®79ªÇFçéVÇÎ#bwFž‚¶I5é__FԐSè«Ð–ì¶í™?ÜÁ}åÚ?­+ÿÈœ_³ƒ&„ãÒõè“!<¿4xÉb	=èF;ïè²Cª£'×ÙÌíÊU±‚s'!
+2²1й£»mcX”}é€E‰‹žËÜRï~ÇÏý3ž8S\ª§Žmê_*cžãĽË,}L-Hkf]
+ˆÑçVz8öèÀN-Í@&Ÿ3Gç‘ï@}ÁlU;«´	ëy
+ÉØéê’Óu˜ý¦ߎg•>ÆÚ{Õ¸2ö—{OTôs؃Œ§ô’q¤u
++³öî½4ƒvÄÚøizZXI0‹®™y=ŠD,ê¨fR(
+è°ymÞZ³OYhI0ý	úÌáSMÕxX«¿GaËɆÙÖö.ñÔÒšw§˜jÓ=EL®¹y}ã`þ×=Žú‹faUU/&ò·ðýÜ„™Ãçj·nNpu[	m>á¨ÔñBe=TJ|§š˜ù,a7ˆhïCÄß©y3àƒ>Zð‰“[“Ù5À/;;st½¤"1ÀRÒ­
+Ž+|üûQ-‰ÉûLDÄ©í=
+Í„N	^qýÀá‰ýÐ9<1­Ø MP€¬§¡¬’ÜŠr	C$->Û‰Ó¹£rŸ˜oÔ@­ˆ®ò].µËp»aþÄz¡‚{Ö
+RrT6þ"±ŸØøŠ¢ßóC10YËG5=ÙËÕeo[ò®—ïMðžÈǹb8ǹ|qÁᚶë!ú!iF^Íå™wž¢«I^,búj4q¸Ä@2†Uu›fÁ(Ìî†}³4©_RV‘34Ý}‡
+n£’¦ÔÔ=ƒÀ
+[û·ðdRú® W<Ú¸Hõ;÷ðÐ
+j€/ï¶Í y•ßjIïÄîìê…ožbl¯ ôCƒÇ_CòrÚä>Ýi´€PÔÐ~ý(µM,‡#›Ãgªx§ÃäNîË —úŠÕ
+Ì䇎©ÞKON¦<½Cvè²x¸›Ô–%’J˜ mŽ¯¥³¸‹¸×ßt
+g{Æ&kÊ]ûTg˜×ÃÐñÙvU¼£ »¸[­£üW /Žæu	x†t§Fm³¡²¶§nêÎÍ…ãž(´€6UoëÚcˆ8ÞûZ³X±Ò”©Žü±½%Ì™¹Æì3xͦyÌžÕèR#yI±«d±¢^7+còÂå­©âÙä‹¿9ÍÙéH…é‰×Eص-²Û—PcFf\	Xï®Ü6m":bµYP2AÛRtÂÇñ±‹Ö¼wÎÒJÛlòyt%‘uuŒ´EúÙ÷"Ký/~GµÝ±bVƒ“ù°%
+ìq®Cc~@s
+,ôTw¼Å@þÿd'ëkïå8ÞŒÊò˜ÛÕE‡£÷‡©èCqyͶãÜKO¥8è{gkl²Òì^…E¨¨Q{HVÛx‘˜\DýûÔ	sÆS²8	e7î¤0tÖWñ˜y¢äÖþRÖöî|úg-’Û¦–Ì#YJù3·ëádYƒC“Z|¬ÜNMÀ§m	´7{PgÖ–Â9~{qÃ~Ï]öœgq)'Z­œq3É£ýøåÁ;óþ.ÿX̹Êpö[hƒÐÇ´d‚ôaY›_µ0ê_.j•ÒR¥Ð¦ýԦܑiâo|
+s½îVTñÄGÊ¢j9‡ò+U	PEôp{åØÑ+gÉ8Iº³¯@7Õ÷(
+Ž¬¥¾‹YÄ×·wÀœôŽ0âûô'¨³_f)5¤Û4s D*Uf&"mD•diDÝ~á6	1\Z
+=@Á®€
+«8~θA:Žs]ý¬ú±D¿+puã™Uœ¯¦öÑÍÀËâèÅ 3#•õ³d^C –ð¥•x|D–訰¹âŽ•U–±âyWP¦àbØ\ÔýàZýÆB‚—Êú™ÏB÷îÞ󏃣̉Ó’›P@×Qç†'ïÄ©ûßÔ¤Hd'žOgg`ô/(’ìMЩ H‘•)ÄqS~±jNz™Í´ËcqÃŽòlmbE±Á€\idúZÍZfkz=œÇä`
+^èád ÆTtE|°<KÿJöfÚf=-‘p¨8qwßúÒõÓÀØ|&¦ØˆQIA"
+1IjÒ³TpV‰ñà´ƒ\È÷#KtC¶%¯õ"þŠÊ„rJb>¸Š€šÜŽ
+(o&ö;ÕÞe0Š´*òÁft§Jå°°2–¿aì%		qTú+¬P'VdÏRT•
+’’„"Z®™'Ü{gÝKkè¯XYà~ U]w(§;St‘®ÆnJÑæ¶6|&â9ŸeñmÛìéß¡Ôq…3{4¯ÚoMóyɪ‰kc]¬¤•_*êD5ƒ¼Ó¬†§
+qRPñ jÄVKõV9(ÁèLõˆÍ…Â[„†À½¾Wÿñá¹i‰ÈÇ°Ù2øÝoMщ*¡êW³ïrÞ…í¶ç—ªp
+~mª,™€ÔLÓßøÖiU6}êFŠPEz„®½‚§¨6!w1Aµá¯Š®ïçÅïµ8“нJíÄFi@¿¥Ð6ù›1m¢„=wo¥-s²ÞÈNc3ÈÇ !
+ÉÏtÖ6n@€.&ºD_ÖT“÷PI²iCêæŸ+6†ðKƒ錼š ?Ê3Ø¡`¸î~Jm|Üä¸rÇ{iÜÌÿ‘Ì­
+¥vûGëÌÉNyî±J' 
+%é‰rStúIƉ~&’«ú|2ÏKGõÈ›iá{’<´Ä¯FPúÞnÞÚ3ðÌÅ–*—µ78²ŠÝ‰hï"­#³õ'h1û¬6pÙ­ðæh=éê ѼKtÊeŸ5b¨ÄiË@[ø[suüÃi)YÎ˜ï®˜!–Ön
+ZT8ïÛs9é¨ßfO™i“pßv÷ÇύCpÉŸy$dÙ/yé°i8:š}ÔAóâ©ÅêÏlߊÐh‹ÈõFÂnSñ¶ï¡E郬P¯±Ã¶¢¥Þ¬Ç1\šÛÝJ5¼à@ø…
+¥æĹó‹óQ›@'c¥Šp€>*cêi6¼¬"ܺ ôºÓÇ|_<ÄÛ`:¢™j  <F±‘°:Æ¿(0É !Aíh\Äõt7wcfQ«É–ȉwƒ^Y«£»˜
+ð(“–ؖ퍛LŸŠKU{Q²"¿½ª†y0Ù'ʇˆ3†Æ>]"ºÞûÞ„çà-Q9{DõŸŒ›gÅfÿ@‚8p¼9ÞLßËæMEåµ{Y’Ÿ\?Ô$ÑÙøCÓJºKß^׺2ïoòo±Ñ„^¼#5ë{…¶üÛêšS4§
+(™BkŸ	õ¶U:YÛÅ„ÆãÃ…¨Úêiøľç0§mNžÜiü}í–¤Aæ¸<£%J¡Õv		£‡¶j(¶£&ÔãvJÇReŽsÂ\‹^ÃkŠ
+â͆%§E¯¯jQ‘ÖÊKó(K
+~m_ “«ÈªEöÓZ#%¦'Lõ $iàK‚WhtÀ-fOˆÄ®½õMpˆ¼ƒ¹Ì%\´Ú•AvJÁˆ`-ì.—j0uwéÁYìþžT'S‰ñ±:™ŽŸé	”£Â`¢dä&™‘Šÿ²íV`³+–ú­S›	«‘Ïõ๵½þ Ëݲ¬ÞŽÈðê#=
+±›Æ7”—$—4*Ã3ýÛ"Šö´ÏI™€nË5iüÁû-Q.3$’¨ëê¹N*«&’qJot$,¢ì"6f©h¥VÁ…üæANWÙ Ayñ/%»™ ž»s¢Áe–§wg|hìÚhs¾('8ˁ¨ëDœâ‚ÉOõÈj¯>qnqÛ	þ’ŒñàŸ'Ù’zØšô4uòëØŸ
+!œ×ÿ®ÀÃ
+Ò¤ŒÙ}U/zѱ`ÈCì.ÖZº¥Õ˜ ÂŽMtjÓV{7EQ¹T¸…	X
+¾ÚqcÒ£ ©kyø䏍RÙì@š9Ÿ¿ÐÐduÎ
+eå锏_’1ýêXú'
+
+K—»,™ØÖt‹_¶]Z¥v––Œ@a7Çæù‰zŠß‹þÅSKæ‘ÛÙ!ÍlúéÁ‘·fÌê#:=Îâv,,Œrq,³#bß;#[µ>‹zà”|ÄÈ-5ûÑñu
+“T¨ëûhÀ|²Xz^þ…ù<
+qÜæ‹A’xfNòd'
+IK‡½×Ò¸÷–{·Mýô u·÷Z¸²6ëÄڐ)ª=ç½míC켓ý“åC‰$3ÐÅú¯qÙ¦ú÷n6JòŽ©=6íÙkû»×C³[$§Û<<è“#®0=DQ
+þ¨¥“Ua4_¥ÁØ("> ä_qWbsU¥D‹¿§œÇóØ.¹.}–äti¦Hz²¬µÄ¾‚ìÆ¤“#TÑÌŽ{æ]{Ä¼ž®YaÂê—lÙÖ÷žÿï8 at b
+=NK`CC#òB@~QÙ‡îdÔz»G¬ÐØE^³
+kÔÍôß¿AqÀ—Z$.ìË0‡—±’0ðëæ”5d@¤8e¨@C5»X¼4ˆ¹5©<ϱpDı4,¢—GÀ-îÀþô>ôóMë?¢WèuDØ×Âsº {Óÿ‡eáG-ìÜ
+þÓÝ8èÆfðº®ÛšÆ!þj™MrÊņ¿ßÚµ‹ü6!‡ÃâG³º@|gêGnédH`"UÀ;R¯¾-å~ÙËC;ÂfÞ9c„–‘õ•U}lˆ–‡[ÏŽå›´~_WM4QîÀ$‹pbuˆéÙ&’E:¡ñÇBé®û[/¡{¿»‹xy4 ÷	qëWæ°>¤VîÙléáË•;ÚT
+Dz& µÃ”ÃQoŽ*ƒ•$ͺ¶®8¥àV°±
+8¢OúxÃÂøڼĠ8…ž²î_Ï-­^CàÖ½9.Ü7¾[hl‚kÈaݹگ‘Ø_ì3ïƒgTÆÏi§p¼áëú°ïê¦7ã3oúÈK1»?ÙLK;ì!jõÿ¿Žäº…Ê—tïSBÀþÝЪ«´|)ëMrê–?\
+4˼T¯nmĹY€J㿘BZvÒ½[h91ÆÀùýæŽÄG¹väb§œÅxo»ýÎfƒgxÍþ{Ö—ª¬ñWpÍ’_ðAÀ*Ç©qQÅsX.ÕMóŽi3—‰=KÑdÉ më²"Êwr®Š¦÷Sëý)J•|<h{K¿/“·OÇ¿þk21R…búsâ˜D™/EGP	šâÏ)-4¸OÔèrØ‘—¤h$T(À»Õ ‹»ÀpG{¨¿¢\¬É®X]Ô­uXI6bIçNµ<<W ‹œWŠª+ûpeåËd¾Lä®;+\7&ÜUˆÑº™j§5 µaü¡aïžèô-åRnX!êð‰S_ö9Cï‚¢,€Bi‚6If˜¡æ‹W€T´I²ÄêÙˆ]ûLßmV&VMçiÊJ}‡}•Žøp ^Ã…œj.£ÑQ½¤¬§­å+¬¢Œ0uhDtn$N{‹åÍéøÅï"ޝ§J«’ÞÃìô¹µkif4Êältz±Hî°p›Ô:!dwŒ„ð–é«þPâ[_íëË[!mCvÑäu€±+êDÃ!àP…'z<ÓÒn—ª”Lͼ9Qyº–Ñ&lo!­“ïèsþüÒŽFþû´,c÷ÝþÝÛæ-ƒ4˜3¨d«½†¹â•ÕŸÉˆžcÇ£Ðú§ŒQ_lr“²èü+ˆË Òíi›ˆ””€¾ßG’òDâŽ''ŠmQ¤0S"Æ®YŽT»iûÀ³ôü€T­À”Omã€w‹œã]!ϘŠ˜F
+Tí§á©ýÌrÉ´Ö±ÉmMÆØ|Ï„'˜F«­	¨È-ðQr)ÝÊc-ÛÅ‚„èo%M•CôçòFö“aòãfᎼ½Ä›Gašú}
+ŒQ•D.8ÀÌÏ·<‰;ߝGÖƒFnís(M'*gšZofW>NåX(Ðd„r§ÌT¬/9(7ìx‘?j:¢R‡°§µ¨;»ÑÖBâ7¦¼Ìäˆ
+¶é+”‹qßuHsì|ƒÉ+CR—-ø¼ž–FŸp뮀vZ;[OaëŠj ‡1Íd,ŒHÈÁ<%wnk]Düc¥Ö$ËÉ¥£·ÅmåöÅLÜÎ3E§ë#›º YÕÙ÷R+/®·[xÛçÉïÒËŽð€GP
+Ü¢m8$,¼nÝÝ36¿&ÖukXÅœf!o†sÖÞß½r}«aWó'›ÝÙ5R^vˆ?Ýy|‚¸•÷ì¥ãu–¥Þø‹˜6S	fíuKø€B»÷)DÔ:ÖÊbàíèýg+{¹¿”Ü
+
+üŠÚôU!Vúѧë\#Ö
+_LÀ(“£ÍÙÄÃQ/Qúe§qt׬Âöº˜$a]X‘΁€„6•¨@€5ƒï}èÍ÷£(‡Ë£6©‹	©Cœç¬ùCœÙ>(‚Y"€R\Evö¼6½~dpc*\½º§i
+›ÿÃÒ¨1½½æhD–ä°ÖWâJcœY”•z´7¼}A¾Óœ ̼V˜%:HÍ
+K8BUåµ9$xÁ‚ÐÓ…†\ÛkÄ> 	f4¯ñÔˆ?+Ñ­$~4íÌš6Õï“èsÚžf\ÊJÚ¸Ìì¬3³ië—:}g[[t—Ä‘ZKY†¦µ3Á·¤Hÿ‰N}OEüG–›ñmØú³6æÊCå_Ð[;®¢}æ=°
+p>Þ?ÈÉ䫬`âùÑF¶‘á¦W}ÂïºåZ=r=¶
+(FÐr`ÓM„šhyy3¯Ü4×+Æg
+øë~£ ß’¹gèJBrPZ
+€Er½Úë…—Éî$›¬¡æ¬-߸D©fãuO—¹¨ÆíSíEëiE0È"(LÿH–ÅhW}[—íÉîØM‡“%®	«=@õžFóÆL¥\´8SðÌßb›bFWlWpC¦ÞðàŒ†žk½¥Ñµñ8¬Qeæ´ÎNÄ’®aønµ™þA5Í2K‰=Q6ü0‰)|M»ux<gìrÃÀŽAcgúzE_kwV'Ä›VŸšRÞ9R>Sε¶¢5$±T|B€#d1E³°£?-^Øú’…!¬ÅÁ)ô÷}üÕ	üW[â
+!&zû•fŠ¹æ}—êÃÇÿ?!¾”ˆ‘ž|É¢…²Zé°gVÉ¡¼•¨òC­6/á;rƒ¯ƒ2=ù€Œs*]âݬ;á‰DWé½q
+TÏE*JÚ¬N~•`ÇlyÞ"ž(Sßm0”zî­aßx¸õ{¡ãGÓ
+½'{ABó²Ð!Y4ž“?ã8×€W’˜ïqôƒ¹ÌÞóHyˆÄ.JÎF^ÀîM$æg~{œÏ_Y2ì+[#‘ŸÃ ªJ.bíûZqÝÕ¥õ=ÕmKyžÓø??ª^s4ÈeyÁ.È2ÿ\ìg¢fô‘Ö—„
+^SRl1Ž-ÿº<%T†ã¿¯\?§¿´Èc®díôÓ7~
+¤¡N7ÿ%%ªÀ“Šzì#ÛC»j{—T°?£kËÄkÁ_SîžéV
+ÌØp|éž–†±9õZÛP;à#=^5¡àóR6•„X¶»Ÿ¢˜èäu>Ëä¡¡²°Ss„O'Žß¼
+öü‰ß«B*ÁpôFÎJªÞká†**©K±Þf	³”î’•²S³î~ÎÈ9
+V?•ré4q~6¬hê[Y>”57™ØeõVŽ×Ò€SBèÇ+O8rú+ùµ_“Y¥Öî"¸ëåÞn!§’E|ku?=Q°ÒmûŽ
+[æʘŸ@rÿ1!-Ùûkrõ‡uè$amÜ)Œ,ÂÊ1y2€¾¶šFÝIQÛå±kƒ>Ð)D㵦²%ÄŸ•Ýzá]J^4ðÿ¿=Ü"MK2bëákç´y~FtªŽDá)g¥ÏUhðö”YŸ-ŒmæÔç"›ųŠ~0ÛS#´bò¥²–¼Ã¿Ó±-u¥µZX¡ŸÑiÂ~™è6±–Ü“ÕŠfbK°ÿ—²<… ÔZÚVv’ÌöŽ¹5h2-‘pf;#Nl"ŠÛ-¢6âPÔ©àÔ:áÏ
+Yr]b}Dk§»K¬`jáÖ¯(×€ô®•ÌÝ羂…'oÑ10¢«ržT
+íÅ™Lñ˜bIL·¦uÆa/uMŠ˜.sUI[>u(\²c
+[šÎcwÜqžËdÝçî!&’Ç>O”«‹]9õü§n¸Ùø°sdòAJ
+æIJŸ'£7‚™ÊàÞ©/ÙÛJt= ižo%buÕšq£ýg;7XWÓg¿zÜ3ú䢭é’øßÿ;ü}NÞv„ƒòÃWfz½\Xhûໆ¬Š{¤O3hK®&Ž$Gª:s	rVöQöbc8%Uå. Ðég9F=¢À
+†ñÝ¡'|[\üÿcVpgƒöÀI‘]†Þuq¡šZá¢nhmžÈ±	FÖLÿ§âBý¥
+›ùF€n‰Ÿÿlmœ@ÜÜ8ŒÈ§8\°=¼ÕKÇvN˜ÕÿÈ’ÚÓˆJhæ%u¢7(Úãò·&ÈYŸúŠ“í'³rãÒy'àbšì!ï+¼473i¡Ô’oBнÃÛjçÒ»¤3Ñ‡z™ÁVW`ÍHÂuäo
+f\'g?e´XАByéõƒóý`à•™54NO¥J‹
+k“¾¢I8F³¦Ð¥ÎÈ4°JošÌÑ6šOê0dË…ûµ‘úχIð!
+ŽÁêØuê-:Ÿü	ÆÕ{¯‰ß—‰
+ñ¦­ÿñRñ¸‡!£…åž
+%õ Š  pô¹+j¥=¤¯Z«Tš.=q&\OHö	&ª¡¹¢Kžddö§»V¹¸Þ£(v£\¸RïL²žÚ€Ã}[œq%‹A¯û
+G
+bc€¢gøYâºW¼K;Øüì
+E*‡CŠaUФ[?Ás›G}ã}#kÓ¾\2yýÖ=èÖ¨¿©>8w6ÒôY‡mô
+ at s56ú"R*S×µ †8eÃ>6¢»kÔ?ÊPY_CÁ#ïß»\—a„˜±‘Gø˜L[JšÆ'ó®c7gÎZ1(Rsúï(•ÏØUëDœÒUãÓÃõÊl´¹—Þ;f„ªK&:„lô)bœ–ÅÑÐÜ$}~vΘ]oòŒÞxŠ±†¤šß1ÔYÞß	Ç•Øä´õ´ÿ
+v½f™¤µe#½†,‡÷Ù…[€P
+_Æù2å,ÊȘ¨¢/µf¯FtŽ€¶½ˆvû7²Ë¶éó6àËíá{0Ü3—Ø*óWgçnˆÛJÂ[îí¥Bý^ÆÚ(b|ñ¯¥XÛ^ƒË|ú€_œ2y¥¢šoS’ƒÊ}á­Çƒ–ӏ°A|dîx±G±$O7ˆàî‹¥¨•·üÌH¨ÙçÊ+‚Jp
+àÔW#ÃÁÿîáTU…ªáÍž3Ë=)¦KúÐØqøǺÐá(/qQ-º
+uëƺŸMÊtŠÉÌþ¯«„‚íðÒob}oåÆp0¾û®ŸâJi~RGøòûÁ7V&UÞ+³]è«<ŽJ‡+uäd`aBÈ&^wÒ“½~‹z†	†.Žmø *K²ƒË“e¡µ´kìpO
+[q¦3X\[2 l<5HÓ¥|uã8Æu ½FŽ)ÈœæIß¾áMöù´Qªú‹›Å¬ÀUúˆ:¦n£#@
+–çf²c‰ $®SG@,`çÔëfõVH’v at W'P=lŽ	dn“ÕyS8€^‰o¾ÀÁkÞ†òÄvRý§o‹³6O‘©ØÐÝì\ô×2w[EÊaµ2ÞfR3ÔÐ0]à¥Z㽡k)·ú®
+	־
+YPüßJ·ŽJ†S0‰
+v*Û˜ä³ÑP[@@ÓòuølxNµÆ
+
+®£¤@É7ô¼Kõ£kÄîÂÒþRp¢æ2àJÃ#½¢ÎŒfKɬ­af¹–ZÜsH'–#ˆ'iÓ¶Èß	XúyÈ®¢
+‚¡n~Ã/»ã5B"äT¸ÀâëÉ‘†|Áe¡ÂºGLaLDBm´Q#¶éRv³ƒÂû1–‘L0à%º.šdZÕxüÃ÷;;ÒŒ…KÕä©kZZ¬eý
+”¾Uu‡PŒYVŽbèÈà>u¯pl¼Ç–‰~éÉš:7Smูù”8¢ˆšø›`zgm
+½}ixQßF²a”‚ôàµFU‚{‚¨óQè¢ÜZc]PÇNÌýX´m(1š)’H™xb£{“qá
+úé¬DdxlÿAç
+/R¼Úi]µ&–í!n äú^4HºI¾°õå¸übòr££E®ï\ØeÕ
+|Ú@†€¿8Ó_ÉBÎ—Å$Ö'vX—äM›OLúßN‘êå­TDÀ	D[¶JDõõX¥DÎ
+ù;û&ÞÙø$#L–ÀÝ;fÛás2æè2Æ,–pe ê
+Ø`,£ )ÿ šiD›ÛhÖˆ.¨¿­"Py`A´žãáŠu­JNå¸rK<J@Êúêaö^âˆ]¯Õª7ÛçàÓ™ßu‘Ÿuô+
+-Œ®„íg q.€Â[Dîû2‚Rã¸Ù;EȽ‚Ì”}Âw»±xüþsIÿcæyáPñÁ
+ùäêgGóuúÞG=&šýãâJ_•Ë—Æ
+5Ïø{v rüÇ„÷1b}ÝõO÷¢ÙEegA€ç¤ËGë‡ÏбÖï
+‘©'W@ÞF¥Óï/èõ+‡¦œ¨âltîZƒËÜŽ÷ó8¦]}¦æ‚ì”ß“V·bHü[ hS'ƒÇÖ—òÒ°®žõZ­Š†LÀLd»M\¢8ĵˆ,gq)`(öEŽhõÿs¸70,gÃXN¢~Ÿëz•LªŠHÒ+QÂVÃ%×¼¶îËcÂÚ…YŸB
+HÖ±›Äü¡‘¼GºÉÒ· s„¨Ð†Îö¥Ý`è'JjR³B»¾–À5¬È^mpo˜¡ÿÔi\¹—E^ÿsÙ
+$ä°‚-¾‘ßhšÇ¾§•mv†f½;@þRÚbÖÅÀ¹µ/M< /›÷®ebÈ|ì°ˆ)0TsÉ‹éÙÍ3ø7k“oeúCªÁÌ	
+q›âH»›À:P¬ÎKÛà¹ôêuãW'+ïS8‡•+/€b7àóö¿ûX`JMë'_ÌËt«ï,BêçÌPYAKfddÒ«¯)£Q2TbõÀ2Í÷#
+ᇺŸœÓò0A
+"eÆš2G0Äh‹tÕYez±h<;+åÜßD$°t›«úš$I¡S²k	…rpl9MTùi>¯ø7(.cÎE)¼
+wF]$5^¦¹\CXןõ°J±rvm,?ï¹g¼°ÊýGkÆ@/©‘üÇ@òqÕ7S—Ôe¢éDš¦oàXb£A©ÔÄց°3ÓD'=aÉ)MˆÔêh°nT/˜haºÜÇsZÝõ¯?îÙß•ÛVvkÓƒ}£óz*ñ›~ÕÝGÉ®ì¼@šö‹.SÒKìB%E„ó´DÇ
+¯-#\Ý¢ÃàÙÌnQ}L;êìçuçv˜g.ÅÉM%ÏH¤
+k¿9ƒ(§â†-|TÊt§tÝ*³
+€U	=2 c<[Å»÷P=ªZ·co'ðU¹˹^y¥ƒõ·lÝËR1C¡%¿³å=P,¬.Ž&
+rªEŸ™–ÌÐk‡–Þ)æ“2ªó²€sÀWÀu	\Ó1<»ª2N
+5Qþ;–=mBþ,®Ë"ð
+fµm[ÿVÿÁ„;yw¬’ÇPEÏoiW1ü\JË¥@ÇdA,Öäõí*€/wkf‚sØ1=ù}'î1á^8¹š¢=”m!‚‹jdÀ¯À&Ř[ÓÌ4λs­¦âá#Ü‘Ñ ší=Ü>=S)ãEcœ…By™œÜ1Eíõ=ž,zf¨8òéÃn_Ž‰È`Çœ¹>“	9/Ì19(>&¾ßd×.˜–­8ÉZ|5ºÎ6ðȇâpG°.§¢8{Á2";õ‡Ëö\pmÄ$´áÂÙÌöÆO`3xíF¹ý>õA{‡€SćbyõóÛm¦8•áŸŠ9•qž›Å"SÜ¿ö|	üPꜤrá¾©³÷•âèîÝ
+"ùãã"ˆãÏA¼œ@Žo¨ØæÆíœÓv%€¬cìØìØرí¤cÛ¶m۶ݱ“ŽmÛ¶ÝÑüë¼Â¹›5õ
+}ºã½0¾;¯A_ÀyÕ¼?ɺHÛoØð0ˆ(P¨eKå#”–ÁKJ‰g“™ëæf…íÂqF¨PNÿ(‹Ž®ÒÒM‘
+ÞºaU‚ЀÙe:Õ¹Z™-ÿfàF¡(¶>/r ³¸ FáK$´ÃÆ9Åê×+naiÎ*‹Ò×€
+A(|{¢ªM¾üH-¾1¸Ä­peíiK—áñ¿¢)üodo=BGFÞulg…¸•~•¿¾™¼87$sš‘þ3žqLÎU„1éGÏo(QªsîküØÓ½zzl2œj‚Š)ÎÉÓ†!Œ“2ç`z³û¡«Î mA¼­k—,fœbÚºËzÝÈ/®tbvEÆ
+˜–‘î>øSÁÃÏßf†ÃŒ[ûêo®¬¢Å<ÉQU¨/…¶c“™+M.õKk*n¢4­8zªÄôw8lØè=“üi©ëouQü<_ÝÁ ã•MtÑ›;œ))“‚pûþ½ÏßO½¦{íFǸòÒãv08ÿo^Ô|l»‹’@°õü^~èqÏís¿oÜõA̾$h3ž:hô˜‰‡Aó+p—ï|Ä%œû¡&V·9üd
+œÁáÑl¶L›Ãk7•=  QV§DJˆÉ+ã—
+ë€Ð"w	?M…ôzÚhÓj‘XÙpc“Ú,å=Õ¶C ¿±nzÈ¡’P¶à0]4#ƒpÎUßpá¥ÇŽqùRga•¾ëžÚ6.ö–<9ù2§Nnþ-ðåS{)^o­"10kªzS²M™æÊþP©"”ýf°úÓìŽ0ˆÍü¾Þ9•Ë¯PÝЫ] õh3•+ÞmA”[§\I=«ñúÙi>8榔
+_0ìââ«wTÙÄ‹”~Ñœ¸Àâ»#3ɑזvô
+W«ZIà­ò¢{ÀFå®h½C7,ì’	ß)ãd¿–ÎG1E¿CÊ°Zs!i
+¨í“QÆ‹è„Êíyã2¬}¬u¯R’!Ãbý¸¯fD*íìk£#wäX×üòѹXòèr–ŸƒÐUöiÐa²Ì8“Q¢-8”'>%ÇŠ£ô}»¶Ã¢q ‘ÓÆò6êBÐÄ®†?þ•6	ªä
+'ŒN̬Â3[y<<õ÷Ý)äȐ//¡aŠ¼î”}—‘ÜÁgžWڑĨ®£|þUvÆî6ýÛºŽï¿ÚFæº,r~àuÆÒùç8Î.úo}{D>UÒ‘ˆi4„±¡2U¬…5dTÏBÒX_Æ…×·Äik ÖEÁËâµG¿XÓ -Zë·o°ðÇ~µáüü¿
+•B‡õ_K:ß) íö†é°¹‡·-qæŽ*uâÜð¬(dNÙG½áFb2ˆnh<Ç4Þ‘ÌaNÎ¥ià™Ì'Ây|Þ…/ݾA”KoÎm²&O³ª˜•lglêñEòUDÇB2#ڮɻ<áÈ“`y“k²q¼5‡N*v>\Ö)£—ŒVÇë¡ñmyç¿®2_y<²Ï'Ò1×Çxþ\h35çâw¾ð鉀ŸAäBåÃ/è´Rì)Þæ¯~¢Þ­wî)Èoè8aqµŸÉ<lûQóØ ÿŠJ›kƒn_Ãp…a?cxÌNÌù”¸B™Œñ¹
+F.ٸȔLÞU¨´¤yÍçy£”ÿ†7‹Îòµî™Ü©YÔÀ,¾"ã½ÜV`ûÆ«k"+œ|"0.2äÓƒ:möÜÏ#¸îRð¾|pñAþnLð1ßz§ÁÒ]Û=5ÛÚÅ}¢g ƒÐžîðmw¤ är¸ý‚âg¿RVy…éÙ¿|ù‰$`†¶Ð+ƒ“èùû÷mÿ”‰“[¶\UüÄáç{zËXÀÒüÑuA=È£t09¬Ì™“P½†;ö ã¢vº>•@›sÜv[·7x
+ƒf.à8¨XÙ\aظ3llî;§¸èÜÙßeXɸl.~—õ¨ø|Êy§¶±h?cºË—í¢%"ïM] "]ëdÞÆè¿…Ú%¶R1PܐÆô÷¦
+{ÌŠP5áá¬Ù¶-RO=JÓ!à§Ê‘’µ±a©]zˆ¯/ù§„çiHÀ•¹(ž%êe™½M<‹Ž9ðÕ½™ª‘#Ô2«¢Î
+â1±µeê±@­ÇOn ]/{£âW—NÃny¬ABËêpê蟲4ud õk ê“è>–
+ækóñší¯£¯òf7mžT¢º]™’)Òp	ܵuÃuòÙúåÁñ›·F¶3q7i¥Héê7B^0Û!	‘|tîsÈŽQÇåÎ_mcÛÅ'ÁO³÷ÿ ÿÝ?{àN™„õ‘¾rµWWöpÈ@ô8É™Ä	Íüä ÜKs8hÚÙøŠÚ©‚A$ Ì5
+/_‚Þ‚w”c`0AøÁ•öêŸä€9´-ã$'7âJˆ%ÅMú-nų7çö¥Œ²¨ÚUâÁ!_èf†pÃkցIápìíÍj‘Xã®ß¦fy-ÝînÉRþ+ðþºè@vÞ ÉïjGžÒ›F¶øXJ´xmd%ÅdwPþ~õZØÿÄL8Ó–+û×Ù“Clø±Ñ³Í²ÖìjÁ«®Xr«¨Ý™Ò­2tƒS»ãJ€åòýlYÜ䲪'>ûÈdëñÇŠˆûô·òèÚVà|þ$
+wâ1—Oæ寳ؐT
+1ØšO#0†1ä"
+–âõíéÕÆqõÝ/Y0¡Î€-4tÂ.xýa—ĥŕlkU)¨à²n’Â…Ksêý܈’H¼î1¶2EI_,\,Ø0HûœååW>´÷͹ºP¦Å\}°Äú«·¼á¶†µ|îšÕíß
+lOD¸ð>¸68‘3©È +C:3&exWá3ÌZ|塯jù¨©uôñ³±¹†\ÐL
+ÒJ°†BþjäaÆ/êÒ%Ñà§?#âƒsÔ½ð{1¨r?:à†ï—"ÂrŸb„°„'9û«£ˆùéQÐqÍyNR1X+¢dsÅkkcvvt’!ù…vTNÁ1%:VµB"jÞî*Ë®äùUˆèªÿ`Ü	"“?kOoÊB‹ëB–§óráÝ(.J¡ÚCÉÆ€¦üóAÛ?[í7e]‚›BË°_ì>;¥´™­°"ûÅ¥öTêºzÛ´F´áO
+šŸ×AöçNŒÂb|ô©÷110y0Æý•€‰îÅé;ÇU³´æ"£'?Z†é–oÈÝÐ,ìq°’:߿ܵ©ªØ¶g^«õÊزZîÝ°¥ú'
+¿y%²yö2MÙîàdÅ%_?¯®¾H2'Ô_d?7*-Ò懊&Ì­KÁ¨ˆÉÂÇŸÑ_I)JoA†[ÿ`ÍZ쐜js­|Ì^<÷T-Îà³æµÀò3§yË̓,Žtw|ÃÁätŠè{.›&‰p,„eÔ4×gK&Óø	81þU’³>›ÑltwñÖ^¼¾Ô5… L‘ÅÁ¡6ï<¿
+‚ÈS€°»±kH¢À3|+Ë›ËÃ_aót*´ÇÕßÝÚd¥CÆŠ)|bÃ¥Ø	³ý»Í&È&ÖF®¬¥LIé›-0,Ø_áçj×ô<óÕºuÛÊi\”yÞSÒ7âã›ô¯§Òµ·™žÒÎÖ2jÜúV¥
+˜º[¿êŽEÎóFµ7ëªäZŽ“üŽ©÷tœÕ#IÔ¼4’íŽKýN!ePKÀ²Ðds€GƵœÂNÃ0‚@˜Î‘ÃD‰)˜:-U‡ZC‘e/g4²u‰£g¸J_Pì/ ¼¯*5–:ÇÇ62Ñ•l,÷T¶ÔZ{‹Ó)Ä6ÏbyLÈ›fL*6©Ó¥='Í–.šì£Owõ°x•³·™o/„%ÕÔiL»Àà±ôd+Qd.H0=‰ü-L ¨âã—c‰“ÜÊÈDd¾Lð?
+TqÇ0åÁ|p²8’o4;9
+Ç3¤Ñ;@ýM+£¢7¿’Œ- “_ÝÉlß\5‰žnzL›¶ìÓJøF"ÆnŽŸŠk}ºôTÒ?÷Êžp,VŠêU1zc¶þŽÄÏÑ£R53•\ÅWKÙHq[_›ºY=p<>NîB[+;××Xw°¥8è$￯v­rzýÛ3”Ò“æ<…Ž¤	&J¡Mw&¼Þ»%ÿ5½À”Ͻ×à—ë&³(x×6UÛt‚9lêü7çÊÞ^¨ä»KU”:Æa¸BPPDʘòý¥€ªm0k¨|ýtS`úªÁþ¥l.B‚AÇÖ
+ÉÛÅ/l½ÚVéA	AÝI“Y¼ygø^hΝbß;Dˆx÷¤çiR®}Áß	æk ÖÄ]zŠúZc99æm^ìϲe7}]‚Cbþ‡¨¢rÏɵ^ê~™ë—k¦1K䶷bmêrŒWïˆ]QûÜ©üƒöŠ™67 5b8^(ÒOOßnKYyŒ'.MˆÛM„ûSÂ"Ôgí8a‰€Y»‘”¦¬ =DÇïåAÄ~“¾	*/ú£„O2Mw6‚݆È;0ŒAÇþïˆ?öë1¹6yqë™C¯Nœæ\@1ñý`RÞz¾ßC;R•Mÿ›\渘mGZÜ%gÜÓË	
+ÒÅSÛ—ñ’rúZƝƒ\“ΫNh׫ÃîØŸhExÞ¿úŸß„ì–ÉTu´{ŒHÜy=˜ô0” U¾wˆQ°´ü¡*nt]ÒÞ4œÖ%ÍôåôµžÒ’¨a65÷ª=BùéŽÀ÷“êÑ.N–DBvX½¤ƒäj¢;»4I¥?ˆ«‰ìƒÔÓIWàâ$^]OÅÃ6D#, 9‚
+?cšX?PIXðG¶MË:‘¥S•"}”¤AIµW“=©šÌÚ†WyUڵ˽Ðñ$O¡Õo•_˜ªCWÊðJÊe®Å°£DKºOçcFor´fƒtÖß–ý£Î|aîÐϘ$gƒ'…F#S1Ì[vEF:å‹ÄØÕ„>šYbmI'(Íȯ³ÁÂ=ë[]{„Ð5æ‹h\Úí¤ùæ´ˆsƐí;Ëèiem.…tnÅy´G™¯¯Œ`jEOÃôMïV죛0p^PAñ•±W¶¶‹íåðʘÒü&¯µb‰
+=G끏ÔEûw9UøÓm8ö|­çµýÍÛqnÂJÌü@…mQ¥YsŽ…Æœü~ZtJ®ëñÀnXˆv<ð}ç—¼Ük*zŸ:#UA6ÏbóÒj=
+Ãàq’?“§¡"ÄÆÞk
+s9lªO£3Ùi™ÀÉ4ØBùt?TD¨v¶Þ4á?Ûâ1·Ž^Xmó¡©½¡<«›$ÔíLrn™\uù¼f:
+gH¥Ó<3]­ß‹5ðR6«·Dj)€}õeãoõxËrBœeRý‰!#ÊÐÿX[4(2ˤ.Y|â
+viíA°~_âל©o!Q>¢·n‘쟮o
+âh˜©“˜%HóVo¸QÿY©+&~\±eR™¸î!HºŽjêtÖ.™gw¨kØ”ªþ᧪!-/pIC.IzRN0t_]Îô‡Ø8å
+p
+–#Pe!¬”¢‚úd”‘™‡oҏÎAVWyn~N­®#÷“u§®„äœî0úJ&nˆX Gèã5	¶J¦˜`6M{î;¼¾6’¬	íÇKKÎ+Ž¤©ƒM5¼ŸvÃñ^„ÕºÙ؍WëÜž§à1Ž)W™ùqåú'Àd“älÆ'ñ3½brwN^U:ë4UASš|õz¬GFè¿ð¯Uuz¯ÝŠ¾* ßÔîQûØ—RúûŒb.ps’E!˜6J]ì­Å´ÿd`½’i~BÅkˆŸŸ3Å°F1QÀŽy*†lFó³iB11t¬F»ÝuöÄÁ«ÄÍ6¡“£ò7áËáçÝ7‡?‰˜µú&y¬*þ~Ö_w9
+X×±þ€h54BjÊ`ñBy‰hEø¤ØK)D†‡îB/GѪÅèˆÇnŒ§ƒgôñšÅP.®.;f@¾þ½%’€ céžâ´Ý
+4Í»kâIê,°“Ä”kiyòOö9cnAÆHÀ£"ÚúœÝ>_2{ÆØöµý9Bpœ½ddе×8ÄüžÀk“™õÈêªÆÝìÿ ¨Àή܅Ÿæð÷ïŽÌÊSÐÜc„9A¬ÂÁ¦We <ûS	{…ÛïáÍSRß
+nÌë›9w§7g—qü‰þ
+pïj¬ÐT`2/‘öõ]vþ—5DXl—¦«DxzàS`lð<4ç€DáUÀ–ܸ…Îß9¢¯R[+CgÙgT´
+ßÈõ¿•·]ívç“ÏE“+'ª4Üëï
+d,—ñÍ—žýÇ;žT®]…¡$Ï¿¸5œ›\¥äíWŽD¨\G_É#~ÂRT%ÁÆ–A8b¨ÿíSÓ2\iVH)q~åïw˜"š0£VýP:Sÿ&ð7ÁñC¹ÔOH*=’ƒ´=Pˆ¡¾6s]#)‡ö†õA°°<¦¶¨ã]gªÔJ¶§‚¢Í£»¼é¦ÔÒ¶ž3¢ê•Ë?+¼ä¸§Ïî=œÙNbLPÄÞ}jpÆ[%Ü‹W<¹
+r}­s¤ñFÕ'!£aÔÿp™w\T
+@:[yUo-q}¨›þÀ®è‚»—<1¢H.æ]>Ó„+wÿÖO;„nò¥/BÆ=¬ÂVݽü
+Åìí„=JürI‹¸Dùçñ„0ÁW/Ñà’I¿B].µŠ&“ÏlT;îþÄÐú,g
+ô¦#g·ÿ–æÆ(–¬Y<±"ÄÿëOä!B íDû8…-ÂkEçF²€¦„¦2<½ße‘˜
+L“ Â«qî萀çéÆ£Æ	¿§
+<Õ$€G?•|eOg74®.§±,3Ì{l¹®‹ŸÉ3Þ©E2«•
+Ò[AkÅG7Zùå‰úÑÓÇ"åW›}¬Ö…–:	gÊi"yÝÜ©Ì#ò¹*A~A,k V£`ry§#1òɸ[Ø=¸—(P‘j3¥°ÒJ©±ñï%ËãÁè‚GÉë–ñ¿TŠ6§Zý˜‰
+-ídV¿œµ8ù‘ï
+Y™V>	~rñ“)#R×*®ÚFecËí5jRŸŸUf,^­`êÕˆ>¨bO)×¥¡¡têöºâØ3‘ÏOÄø©.•$>ÖF]Ë]e´Y6©j#{óiTF¸Ëåu:¶žòj°°ÿèôøÈZ¬v&:±3¥RMÕ<Ô»çx‡1­ýc¬Fn¶ šìȹã†ÔS·Ê°N}TyÐÖ¶#ÝŽ®ñ‚á.®fýKŸÐè9úhO´,çÍÛ5K¶-aéŒÄý6 …û¦Ë|·8Q¾PRjÙdšã²®çÓp¤¹«Ÿ-÷ÍNê°Ëœ´\–hõ£Gñ{mèàŽŽ“ŸKá©NŠêE'ŽN·ãU«èBÜ¥9©Yöc¥ÙtÉâ/OJx8æoe)	²M¡oÎ
+0Õ«ÅššôäŒéL¾ê¨iï0I0f½§l3üÍÐP炆Ó?ͬ²µ´˜ÂI<ö'vkªDKõ…ŽšY
+kß3iÓ:WeÑ«Ã_܈Ö;úÞ8¿fts¥]Œ*dDÐÆ‘·2ñ.ˆÏô;£5ÑLFhr¸bp#²ÀŠ†Ôí*7gÀÏR—(êÌ8b¡ƒB1½»*àͧRq^ Úô)ª«ù~ûX½³85
+T~ƒSL¾Vò›ãqO3qW=1ÐI¯ž%
+‹ð¤ƒÜëów…i¹Õ¨
+¬Ñ*;ƦãAÄ(VÃ|s–®MÃ^P#w+Yôc`áä©€Z”Ñ£!:ÉŽ¬¾x$ïÎk׋%Ã}T™ð|ÅPQ ´ÓÏrç€þµŠÝם»­ÉÛØŠÍ&Z/»ÀÔ÷f£(Lg"´¦Lá¨ðo_Ž^ª_DË)k{ 2õŸcìe>K1!LÒ_Ì~w8Ä`².Ù÷9²žëÕõòé±Rû™yÆMpo¡xœãtæsÀ«Ü‡MhÈÙ(ü—Üý*IÏï,Y#j±ü¨«@ÇO¿=ó[ß;e'
+d8A‘­`T
+2Ja+Vê£-¢þC>>_ƒŒ-û“
+¦©íòÜrúäVË€€dó3͈ƞ¼æ¥¤NÊ.Ó'aZÞH‰z>Q
+,@˜à%<›&ME]N„Y
+AõxZÛ^'â5=l&‘.Ý|êÕ2ñHs5o¨ô}¿è¸P¤–Ê!-|gÅÉ ³˜0ZjßTÏ;!å­5Ø, ÕŠR?CRZ¼'€>ÚO
+´ùå×ñ&ò˱£;é¦ë
+äå'ÍÍyá9e™Â6(¤­ûÖ®‰
+r¹«éÞJzåëy¯¶Z^wJÔ4e’"ÕŒG/òæ¥m?›µJ§?	Ì'¹ø÷­ê¡ëR°§ä"¿Ï?Sxôí‹ž*T7 V¡=ÎRûäf¸U\t/Dî@¼/’ÅGÞV´éWƒ¿¹Egl›šTµ¤©o1'°¸Ì¸¬™~p˜:$ÿž¯Z[È>©ë¼RÚ"³"›®yˆÌP*>Q:;6cSöÆJŽ.\¶ñ-ÓS?l_|Ðrõ½Ï^M}ð°ä%³ý±vˆñB!«ZÄhg¦øøFÓ…ø<×;÷©hþØ
+$^tÿU
+|
+º·Újj†¥ÉØë_8FÛžÜf!wQ<Jùô©ºr¶³:~gc|õqJñ'
+l[‹Üs´@AKÉÂäJË'y¨ù…NàR¼9ai’GdlP/³OiL¶RÕ5ÏS„”Š @´ƒ’Ŭ
+S¨;AR³E÷H¶(ᑁ5bLNW¯1UÁ²ô
+ì]?Ÿ!½9­  ü#ùmî¾ZW#A…æ|±Ýa¸§Ñ¸‚Ãòú…7ϯl«êf^´Ý.…úøû2=DR<IGî¶ú×ÀxÛ;t|ôN¯ý¥x(h‘ôz6¨F¦<‡ñi“¢hp©;ÃÇüâò–/{+LIÌ÷½U·Àù·êê4ís–µ6àÈ«R{âžâÜêÒNk/Oý»0ú¹5ž…Öù0}N$БZ†}¡~Øaa•oÓ	Ü<ПHÆ99pkns“~[÷w±¡V0!Ú@·>S$ ê˜:-áÏfý“oT‘|–ŠÕ^Ñž=‰ÐOë–|¡@¢8 	y€(ƒÃ¸w“váS4]ËÚ_å;Ó l`¡…ÿnÒlS,
+&®™T»*ÂÝ#ZÑÖ°$Œõ‹ª´ÅMAyZÍO+ZvªhóE÷3æqñÒ>âÊ“î9è%Mo¯,,Èô†Æ¼Ï1­Þ­l·1â	Øžµ$Réç
+ãJÿ“¾ï.§}œk“‚©ÀTä
+RŠëòþºu'ÍíJõQj!ËNäÐg’Ÿ·†¢§Ì
+œ5…°3J8`\`0»úòÑÄœ$Uýî÷“Ûpz¬Œ¡E%Näw˜`4XøE¡4Íp
+/X6ûHè8Áœx("CXb`
+5¶eýìF°Í<D6ú¢{qïªÅãð;ÊŠuÒðâ/ôóœuT-tSct‚ýÁô§˜LÌ.éžFƒ˜Š»Ñ2¬8O§1·\³ÐÃœâG¼òý¢MÖˆôE7øÙ²F\ìŠèõ·ë÷ÙØ4pèþud E?Äû~(ŽñvÛ¨`i"ºôpEQƒ¬Ñ$ĽSãQ1÷WJŠ×Ô7­T7(šËh
+¶(*w•dÓp´—ç×j2Û/â p¾ËÖüóÖ*aªkô “š[Æö,åPa£#êØU{6”ã
+\d›±ck±ÔJ&ùÞÉ‘­8
+j®…LíeŠ»“¾™4s‚ªV€Üfæ3œ®šl&+ù” hú¨še®%ï?)†uú;{\$+£³O¸Y¿Ì+â-cp`¯‘º™£Öi{„˜àÒX;¨ø¹¾¼ ±z
+äΐ
+ É<psLÈüxWõÑF°ö!)’‰Rš’éóºæ¹êd$~ê©
+\0k1ƾ®´F%5¢"¡bV)LV{ÊEès¤‡z“ìºO|€8z-S.Ïz‘K3DÔÛôWE<èøw(‹Îø‰
+endstream
+endobj
+
+109 0 obj
+78230
+endobj
+
+110 0 obj
+<</Type/FontDescriptor/FontName/NimbusSanL-Regu
+/Flags 4
+/FontBBox[-174 -285 1021 953]/ItalicAngle 0
+/Ascent 953
+/Descent -285
+/CapHeight 953
+/StemV 80
+/FontFile 108 0 R>>
+endobj
+
+111 0 obj
+<</Length 875/Filter/FlateDecode>>
+stream
+xœ]ÖÍnÛ8ཟBËvQXïOHY²˜é iÀ±™Ô@#Š³ÈÛW‡GÎt‘øˆ’®>R4éuw¿¿Ï·õ?ÓåøoÕÓy<Mùõò6sõ˜ŸÏãªi«Óùx[ŽÊÿãËáºZÏ÷>¼¿ÞòËýøtÙnWë/ó¹×Ûô^}ˆ§Ëcþ¸ZžNy:ÏÕ‡oÝÃ|üðv½þÈ/y¼Uõj·«Nùi®ó×áú÷á%¯Ë]ŸîOóéóíýÓ|Ëï¾¾_sՖ㆔ãå”_¯‡cžãs^mëzWm‡a·ÊãésM]óžÇ§ã÷ôڶ¸¶®c½›sSòü1ç–¹EÌY˜Y™Ù˜
+ÙçÜÖÍùŽíwÈæÒ™#rbNÈs‡¼§mÜ³½G˜çnýþ@€?Ðàôøýþ@€?ÐàÎìÈôøýþ@€?Ðàôøýþ@€?Ðàú~¡_àú~¡_àú~¡_àú~¡_àú~¡_àú~¡_àú~¡_àú~¡_àWú~¥_áWú~¥_áWú~¥_áWú~¥_áWú~¥_áWú~¥_áWú~¥_áWú~¥_á·šsõ~ƒßè7ø~ƒßè7ø~ƒßè7ø~ƒßè·RŸ~ƒßè7ø~ƒßè7ø~ƒßè7ø~ƒß9þŽñwú~§ßáwú~§ßáwú~§ßáwú~§ßáwú~§ßáwú~§ßáwú~§ßátF8#ÎHg„3ÂÙ¶
+l‘Îù+Ú²rÉæÿY,h6¥;сÈDt8.Pi|ñ€Fv ¢±+íåK÷ÌèdD†TôÀŒg¥†u€NmÉ-^F
+̸>-AÍāNèÄ…²,²éŽuð¬´aÆ`¥Å‰ALt&8eÁM‹³<—“#artË„F{ǁN‡®tÛáÞ®Lˆvqè”ípvÆv¼øΙKû2ž¥=²æn±•ö=Ûaîzf˜»õ1þûå‹OOgñôË$@;<«)bÏwW<}ynS—~y.®X§G¡ô¥)›Á°ÔÁõë¨3,uðîÖÙÿdØ@±ÃÿÚ˜«ãÛ4Í›rùPvcìÃç1ÿûKáz¹â®ò÷p×Ø
+endstream
+endobj
+
+112 0 obj
+<</Type/Font/Subtype/Type1/BaseFont/NimbusSanL-Regu
+/ToUnicode 111 0 R
+/FirstChar 0 /LastChar 255
+/Widths[0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
+0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
+278 278 355 556 556 889 667 221 333 333 389 584 278 333 278 278
+556 556 556 556 556 556 556 556 556 556 278 278 584 584 584 556
+1015 667 667 722 722 667 611 778 722 278 500 667 556 833 722 778
+667 778 722 667 611 722 667 944 667 667 611 278 278 278 469 556
+222 556 556 500 556 556 278 556 556 222 222 500 222 833 556 556
+556 556 333 500 278 556 500 722 500 500 500 334 260 334 584 0
+0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
+0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
+0 333 556 556 167 556 556 556 556 191 333 556 333 333 500 500
+0 556 556 556 278 0 537 350 222 333 333 556 1000 1000 0 611
+0 333 333 333 333 333 333 333 333 0 333 333 0 333 333 333
+1000 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
+0 1000 0 370 0 0 0 0 556 778 1000 365 0 0 0 0
+0 889 0 0 0 278 0 0 222 611 944 611 0 0 0 0
+]
 /FontDescriptor 110 0 R>>
 endobj
 
@@ -4952,8 +4983,8 @@
 endobj
 
 124 0 obj
-<</F1 67 0 R/F2 57 0 R/F3 87 0 R/F4 82 0 R/F5 72 0 R/F6 122 0 R/F7 112 0 R/F8 123 0 R
-/F9 62 0 R/F10 102 0 R/F11 92 0 R/F12 117 0 R/F13 77 0 R/F14 97 0 R/F15 107 0 R
+<</F1 82 0 R/F2 72 0 R/F3 57 0 R/F4 102 0 R/F5 92 0 R/F6 122 0 R/F7 107 0 R/F8 123 0 R
+/F9 77 0 R/F10 87 0 R/F11 62 0 R/F12 117 0 R/F13 97 0 R/F14 67 0 R/F15 112 0 R
 >>
 endobj
 
@@ -5052,7 +5083,7 @@
 endobj
 
 40 0 obj
-<</Type/Annot/Subtype/Link/Border[0 0 0]/Rect[259.7 275.5 392.4 288.2]/Dest[1 0 R/XYZ 126.2 517.1 0]>>
+<</Type/Annot/Subtype/Link/Border[0 0 0]/Rect[260.4 275.5 393.6 288.2]/Dest[1 0 R/XYZ 126.2 517.1 0]>>
 endobj
 
 41 0 obj
@@ -5080,7 +5111,7 @@
 endobj
 
 47 0 obj
-<</Type/Annot/Subtype/Link/Border[0 0 0]/Rect[430.4 455.9 539.6 468.6]/Dest[1 0 R/XYZ 126.2 517.1 0]>>
+<</Type/Annot/Subtype/Link/Border[0 0 0]/Rect[432.3 455.9 541.9 468.6]/Dest[1 0 R/XYZ 126.2 517.1 0]>>
 endobj
 
 48 0 obj
@@ -5088,7 +5119,7 @@
 endobj
 
 49 0 obj
-<</Type/Annot/Subtype/Link/Border[0 0 0]/Rect[453.4 450.1 539.6 462.8]/Dest[1 0 R/XYZ 126.2 517.1 0]>>
+<</Type/Annot/Subtype/Link/Border[0 0 0]/Rect[455.5 450.1 541.8 462.8]/Dest[1 0 R/XYZ 126.2 517.1 0]>>
 endobj
 
 50 0 obj
@@ -5114,149 +5145,149 @@
 /Author<FEFF004D00610072006B0020004C006900740074006C0065>
 /Creator<FEFF005700720069007400650072>
 /Producer<FEFF004F00700065006E004F00660066006900630065002E006F0072006700200033002E0030>
-/CreationDate(D:20090612114838+01'00')>>
+/CreationDate(D:20090702111305+01'00')>>
 endobj
 
 xref
 0 131
 0000000000 65535 f 
-0000557648 00000 n 
+0000557535 00000 n 
 0000000019 00000 n 
-0000000476 00000 n 
-0000000496 00000 n 
-0000557793 00000 n 
-0000016099 00000 n 
-0000018883 00000 n 
-0000557956 00000 n 
-0000018904 00000 n 
-0000020070 00000 n 
-0000558101 00000 n 
-0000020092 00000 n 
-0000022534 00000 n 
-0000558287 00000 n 
-0000022556 00000 n 
-0000024995 00000 n 
-0000558501 00000 n 
-0000025017 00000 n 
-0000028071 00000 n 
-0000558648 00000 n 
-0000028093 00000 n 
-0000030079 00000 n 
-0000558820 00000 n 
-0000030101 00000 n 
-0000031417 00000 n 
-0000031439 00000 n 
-0000052023 00000 n 
-0000558967 00000 n 
-0000052046 00000 n 
-0000053591 00000 n 
-0000559114 00000 n 
-0000053613 00000 n 
-0000057394 00000 n 
-0000559261 00000 n 
-0000057416 00000 n 
-0000058500 00000 n 
-0000559979 00000 n 
-0000560098 00000 n 
-0000560217 00000 n 
-0000560338 00000 n 
-0000560458 00000 n 
-0000560578 00000 n 
-0000560698 00000 n 
-0000560818 00000 n 
-0000560938 00000 n 
-0000561058 00000 n 
-0000561178 00000 n 
-0000561298 00000 n 
-0000561418 00000 n 
-0000561538 00000 n 
-0000561656 00000 n 
-0000559809 00000 n 
-0000058522 00000 n 
-0000074445 00000 n 
-0000074468 00000 n 
-0000074671 00000 n 
-0000075207 00000 n 
-0000075593 00000 n 
-0000080282 00000 n 
-0000080304 00000 n 
-0000080511 00000 n 
-0000080830 00000 n 
-0000081022 00000 n 
-0000093124 00000 n 
-0000093147 00000 n 
-0000093349 00000 n 
-0000093850 00000 n 
-0000094201 00000 n 
-0000115358 00000 n 
-0000115381 00000 n 
-0000115585 00000 n 
-0000116196 00000 n 
-0000116663 00000 n 
-0000123573 00000 n 
-0000123595 00000 n 
-0000123801 00000 n 
-0000124186 00000 n 
-0000124436 00000 n 
-0000133527 00000 n 
-0000133549 00000 n 
-0000133752 00000 n 
-0000134152 00000 n 
-0000134416 00000 n 
-0000143825 00000 n 
-0000143847 00000 n 
-0000144041 00000 n 
-0000144461 00000 n 
-0000144731 00000 n 
-0000153407 00000 n 
-0000153429 00000 n 
-0000153628 00000 n 
-0000154009 00000 n 
-0000154248 00000 n 
-0000162293 00000 n 
-0000162315 00000 n 
-0000162524 00000 n 
-0000162883 00000 n 
-0000163109 00000 n 
-0000177382 00000 n 
-0000177405 00000 n 
-0000177607 00000 n 
-0000178194 00000 n 
-0000178635 00000 n 
-0000256981 00000 n 
-0000257005 00000 n 
-0000257195 00000 n 
-0000258141 00000 n 
-0000259109 00000 n 
-0000359685 00000 n 
-0000359710 00000 n 
-0000359903 00000 n 
-0000360849 00000 n 
-0000361817 00000 n 
-0000452421 00000 n 
-0000452445 00000 n 
-0000452645 00000 n 
-0000453591 00000 n 
-0000454561 00000 n 
-0000555148 00000 n 
-0000555173 00000 n 
-0000555366 00000 n 
-0000556312 00000 n 
-0000557284 00000 n 
-0000557348 00000 n 
-0000557535 00000 n 
-0000559408 00000 n 
-0000559467 00000 n 
-0000559678 00000 n 
-0000561774 00000 n 
-0000561936 00000 n 
+0000000475 00000 n 
+0000000495 00000 n 
+0000557680 00000 n 
+0000016098 00000 n 
+0000018882 00000 n 
+0000557843 00000 n 
+0000018903 00000 n 
+0000020069 00000 n 
+0000557988 00000 n 
+0000020091 00000 n 
+0000022518 00000 n 
+0000558174 00000 n 
+0000022540 00000 n 
+0000024965 00000 n 
+0000558388 00000 n 
+0000024987 00000 n 
+0000028038 00000 n 
+0000558535 00000 n 
+0000028060 00000 n 
+0000030046 00000 n 
+0000558707 00000 n 
+0000030068 00000 n 
+0000031384 00000 n 
+0000031406 00000 n 
+0000051990 00000 n 
+0000558854 00000 n 
+0000052013 00000 n 
+0000053558 00000 n 
+0000559001 00000 n 
+0000053580 00000 n 
+0000057361 00000 n 
+0000559148 00000 n 
+0000057383 00000 n 
+0000058445 00000 n 
+0000559866 00000 n 
+0000559985 00000 n 
+0000560104 00000 n 
+0000560225 00000 n 
+0000560345 00000 n 
+0000560465 00000 n 
+0000560585 00000 n 
+0000560705 00000 n 
+0000560825 00000 n 
+0000560945 00000 n 
+0000561065 00000 n 
+0000561185 00000 n 
+0000561305 00000 n 
+0000561425 00000 n 
+0000561543 00000 n 
+0000559696 00000 n 
+0000058466 00000 n 
+0000067821 00000 n 
+0000067843 00000 n 
+0000068037 00000 n 
+0000068455 00000 n 
+0000068725 00000 n 
+0000077401 00000 n 
+0000077423 00000 n 
+0000077622 00000 n 
+0000078003 00000 n 
+0000078242 00000 n 
+0000086287 00000 n 
+0000086309 00000 n 
+0000086518 00000 n 
+0000086877 00000 n 
+0000087103 00000 n 
+0000102863 00000 n 
+0000102886 00000 n 
+0000103089 00000 n 
+0000103624 00000 n 
+0000104010 00000 n 
+0000108699 00000 n 
+0000108721 00000 n 
+0000108928 00000 n 
+0000109247 00000 n 
+0000109439 00000 n 
+0000121541 00000 n 
+0000121564 00000 n 
+0000121766 00000 n 
+0000122267 00000 n 
+0000122618 00000 n 
+0000137046 00000 n 
+0000137069 00000 n 
+0000137270 00000 n 
+0000137860 00000 n 
+0000138302 00000 n 
+0000159459 00000 n 
+0000159482 00000 n 
+0000159686 00000 n 
+0000160297 00000 n 
+0000160764 00000 n 
+0000167674 00000 n 
+0000167696 00000 n 
+0000167902 00000 n 
+0000168287 00000 n 
+0000168537 00000 n 
+0000177628 00000 n 
+0000177650 00000 n 
+0000177854 00000 n 
+0000178255 00000 n 
+0000178522 00000 n 
+0000279098 00000 n 
+0000279123 00000 n 
+0000279316 00000 n 
+0000280262 00000 n 
+0000281230 00000 n 
+0000359576 00000 n 
+0000359600 00000 n 
+0000359790 00000 n 
+0000360736 00000 n 
+0000361704 00000 n 
+0000452308 00000 n 
+0000452332 00000 n 
+0000452532 00000 n 
+0000453478 00000 n 
+0000454448 00000 n 
+0000555035 00000 n 
+0000555060 00000 n 
+0000555253 00000 n 
+0000556199 00000 n 
+0000557171 00000 n 
+0000557235 00000 n 
+0000557422 00000 n 
+0000559295 00000 n 
+0000559354 00000 n 
+0000559565 00000 n 
+0000561661 00000 n 
+0000561823 00000 n 
 trailer
 <</Size 131/Root 129 0 R
 /Info 130 0 R
-/ID [ <16E579A46136D73BFA55674E36F70EEC>
-<16E579A46136D73BFA55674E36F70EEC> ]
-/DocChecksum /DC93FA4F7509071DC75D07AE5F3AF5DE
+/ID [ <0CF546764F6C6A82FAC84A9119FE78B9>
+<0CF546764F6C6A82FAC84A9119FE78B9> ]
+/DocChecksum /6F36CB5E3CC12C7F6B80DD60DBE29452
 >>
 startxref
-562247
+562134
 %%EOF

Modified: labs/jbosstm/trunk/ArjunaJTA/docs/user_guide/AdministrationGuide.odt
===================================================================
(Binary files differ)

Modified: labs/jbosstm/trunk/ArjunaJTA/docs/user_guide/AdministrationGuide.pdf
===================================================================
(Binary files differ)

Modified: labs/jbosstm/trunk/ArjunaJTA/docs/user_guide/ProgrammersGuide.odt
===================================================================
(Binary files differ)

Modified: labs/jbosstm/trunk/ArjunaJTA/docs/user_guide/ProgrammersGuide.pdf
===================================================================
(Binary files differ)

Added: labs/jbosstm/trunk/ArjunaJTA/jbossts-properties-arjunajta.xml
===================================================================
--- labs/jbosstm/trunk/ArjunaJTA/jbossts-properties-arjunajta.xml	                        (rev 0)
+++ labs/jbosstm/trunk/ArjunaJTA/jbossts-properties-arjunajta.xml	2009-07-02 11:29:12 UTC (rev 27433)
@@ -0,0 +1,143 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE properties SYSTEM "http://java.sun.com/dtd/properties.dtd">
+<!--
+  JBoss, Home of Professional Open Source
+  Copyright 2009, Red Hat Middleware LLC, and individual contributors
+  as indicated by the @author tags.
+  See the copyright.txt in the distribution for a
+  full listing of individual contributors.
+  This copyrighted material is made available to anyone wishing to use,
+  modify, copy, or redistribute it subject to the terms and conditions
+  of the GNU Lesser General Public License, v. 2.1.
+  This program is distributed in the hope that it will be useful, but WITHOUT A
+  WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
+  PARTICULAR PURPOSE.  See the GNU Lesser General Public License for more details.
+  You should have received a copy of the GNU Lesser General Public License,
+  v.2.1 along with this distribution; if not, write to the Free Software
+  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+  MA  02110-1301, USA.
+
+  (C) 2009,
+  @author JBoss, a division of Red Hat.
+-->
+<properties>
+    <!--
+    This is the JBossTS configuration file for running ArjunaCore.
+    It should be called jbossts-properties.xml.
+    You need a different version for JTA or JTS usage.
+
+    ***************************
+
+    Property values may be literals or be tokens of the form ${p1[,p2][:v]}
+    in which case the token values are substituted for the values of the corresponding system
+    properties as follows:
+
+    - Any occurance of ${p} with the System.getProperty(p) value.
+    If there is no such property p defined, then the ${p} reference will remain unchanged.
+
+    - If the property reference is of the form ${p:v} and there is no such property p,
+    then the default value v will be returned.
+
+    - If the property reference is of the form ${p1,p2} or ${p1,p2:v} then
+    the primary and the secondary properties will be tried in turn, before
+    returning either the unchanged input, or the default value.
+
+    The property ${/} is replaced with System.getProperty("file.separator")
+    value and the property ${:} is replaced with System.getProperty("path.separator").
+
+    Note this substitution applies to property values only at the point they are read from
+    the config file. Tokens in system properties won't be substituted.
+    -->
+
+
+
+    <!-- (default is YES) -->
+    <entry key="com.arjuna.ats.arjuna.coordinator.commitOnePhase">YES</entry>
+
+    <!-- (default is defaultStore) -->
+    <entry key="com.arjuna.ats.arjuna.objectstore.localOSRoot">defaultStore</entry>
+
+    <!-- default is under user.home - must be writeable!) -->
+    <entry key="com.arjuna.ats.arjuna.objectstore.objectStoreDir">PutObjectStoreDirHere</entry>
+
+    <!-- (default is ON) -->
+    <entry key="com.arjuna.ats.arjuna.objectstore.transactionSync">ON</entry>
+
+    <!-- (Must be unique across all Arjuna instances.) -->
+    <entry key="com.arjuna.ats.arjuna.xa.nodeIdentifier">1</entry>
+
+    <!--
+      Base port number for determining a unique number to associate with an instance of the transaction service
+      (which is needed in order to support multiple instances on the same machine).
+      Use the value 0 to allow the system to select the first available port number.
+      If the port number is non-zero and the port is in use then the value will be incremented until either a successful binding
+      to the loopback address is created or until the the maximum number of ports (specified by the
+      com.arjuna.ats.internal.arjuna.utils.SocketProcessIdMaxPorts property) have been tried or until the port number
+      reaches the maximum possible port number.
+    -->
+    <entry key="com.arjuna.ats.internal.arjuna.utils.SocketProcessIdPort">0</entry>
+
+
+
+
+
+    <!--
+      Periodic recovery modules to use.  Invoked in sort-order of names.
+         Check http://www.jboss.org/community/docs/DOC-10788 for more information
+         on recovery modules and their configuration when running in various
+         deployments.
+    -->
+    <entry key="com.arjuna.ats.arjuna.recovery.recoveryExtension1">com.arjuna.ats.internal.arjuna.recovery.AtomicActionRecoveryModule</entry>
+
+    <entry key="com.arjuna.ats.arjuna.recovery.recoveryExtension2">com.arjuna.ats.internal.txoj.recovery.TORecoveryModule</entry>
+
+    <entry key="com.arjuna.ats.arjuna.recovery.recoveryExtension3">com.arjuna.ats.internal.jta.recovery.arjunacore.XARecoveryModule</entry>
+
+    <!--
+      Expiry scanners to use (order of invocation is random).
+      Names must begin with "com.arjuna.ats.arjuna.recovery.expiryScanner"
+    -->
+    <entry key="com.arjuna.ats.arjuna.recovery.expiryScannerTransactionStatusManager">com.arjuna.ats.internal.arjuna.recovery.ExpiredTransactionStatusManagerScanner</entry>
+
+    <!-- Enable the following to move logs that cannot be completed by failure recovery. But
+be sure you know what you are doing and why! -->
+    <!-- entry key="com.arjuna.ats.arjuna.recovery.expiryScannerAtomicActionLog">com.arjuna.ats.internal.arjuna.recovery.AtomicActionExpiryScanner</entry> -->
+
+    <!--
+      The address and port number on which the recovery manager listens
+      If running within an AS then the address the AS is bound to (jboss.bind.address) takes precedence
+    -->
+    <entry key="com.arjuna.ats.arjuna.recovery.recoveryPort">4712</entry>
+
+    <entry key="com.arjuna.ats.arjuna.recovery.recoveryAddress"></entry>
+
+    <!--
+      Use this to fix the port on which the TransactionStatusManager listens,
+      The default behaviour is to use any free port.
+    -->
+    <entry key="com.arjuna.ats.arjuna.recovery.transactionStatusManagerPort">0</entry>
+
+    <!--
+      Use this to fix the address on which the TransactionStatusManager binds,
+      The default behaviour is to use the loopback address (ie localhost).
+      If running within an AS then the address the AS is bound to (jboss.bind.address) takes precedence
+    -->
+    <entry key="com.arjuna.ats.arjuna.recovery.transactionStatusManagerAddress"></entry>
+
+    <!--
+      For cases where the recovery manager is in process with the transaction manager and nothing else uses
+      the ObjectStore, it is possible to disable the socket based recovery listener by setting this to NO.
+      Caution: use of this property can allow multiple recovery processes to run on the same ObjectStore
+      if you are not careful. That in turn can lead to incorrect transaction processing. Use with care.
+    -->
+    <entry key="com.arjuna.ats.arjuna.recovery.recoveryListener">YES</entry>
+
+
+    
+    <entry name="com.arjuna.ats.jta.supportSubtransactions">NO</entry>
+
+	<entry name="com.arjuna.ats.jta.jtaTMImplementation">com.arjuna.ats.internal.jta.transaction.arjunacore.TransactionManagerImple</entry>
+
+	<entry name="com.arjuna.ats.jta.jtaUTImplementation">com.arjuna.ats.internal.jta.transaction.arjunacore.UserTransactionImple</entry>
+
+</properties>

Modified: labs/jbosstm/trunk/ArjunaJTA/jdbc/classes/com/arjuna/ats/internal/jdbc/ConnectionImple.java
===================================================================
--- labs/jbosstm/trunk/ArjunaJTA/jdbc/classes/com/arjuna/ats/internal/jdbc/ConnectionImple.java	2009-07-02 11:09:43 UTC (rev 27432)
+++ labs/jbosstm/trunk/ArjunaJTA/jdbc/classes/com/arjuna/ats/internal/jdbc/ConnectionImple.java	2009-07-02 11:29:12 UTC (rev 27433)
@@ -1014,7 +1014,7 @@
 
 	static
 	{
-		String isolationLevel = jdbcPropertyManager.propertyManager
+		String isolationLevel = jdbcPropertyManager.getPropertyManager()
 				.getProperty(com.arjuna.ats.jdbc.common.Environment.ISOLATION_LEVEL);
 
 		if (isolationLevel != null)

Modified: labs/jbosstm/trunk/ArjunaJTA/jdbc/classes/com/arjuna/ats/internal/jdbc/IndirectRecoverableConnection.java
===================================================================
--- labs/jbosstm/trunk/ArjunaJTA/jdbc/classes/com/arjuna/ats/internal/jdbc/IndirectRecoverableConnection.java	2009-07-02 11:09:43 UTC (rev 27432)
+++ labs/jbosstm/trunk/ArjunaJTA/jdbc/classes/com/arjuna/ats/internal/jdbc/IndirectRecoverableConnection.java	2009-07-02 11:29:12 UTC (rev 27433)
@@ -378,7 +378,7 @@
 	    if (_theDataSource == null)
 	    {
 		Hashtable env = new Hashtable();
-		Enumeration e = jdbcPropertyManager.propertyManager.propertyNames();
+		Enumeration e = jdbcPropertyManager.getPropertyManager().propertyNames();
 
 		/*
 		 * Look through the properties for any Context related
@@ -390,7 +390,7 @@
 		    String name = (String) e.nextElement();
 
 		    if (name.startsWith("Context."))
-			env.put(translate(name), jdbcPropertyManager.propertyManager.getProperty(name));
+			env.put(translate(name), jdbcPropertyManager.getPropertyManager().getProperty(name));
 		}
 
 		if (env.size() > 0)

Modified: labs/jbosstm/trunk/ArjunaJTA/jdbc/classes/com/arjuna/ats/internal/jdbc/recovery/BasicXARecovery.java
===================================================================
--- labs/jbosstm/trunk/ArjunaJTA/jdbc/classes/com/arjuna/ats/internal/jdbc/recovery/BasicXARecovery.java	2009-07-02 11:09:43 UTC (rev 27432)
+++ labs/jbosstm/trunk/ArjunaJTA/jdbc/classes/com/arjuna/ats/internal/jdbc/recovery/BasicXARecovery.java	2009-07-02 11:29:12 UTC (rev 27433)
@@ -38,6 +38,8 @@
 import com.arjuna.ats.jta.recovery.XAResourceRecovery;
 
 import com.arjuna.common.util.logging.*;
+import com.arjuna.common.util.propertyservice.PropertyManager;
+import com.arjuna.common.util.propertyservice.PropertyManagerFactory;
 
 import java.sql.*;
 import javax.transaction.xa.*;
@@ -65,14 +67,12 @@
  * The db parameters specified in the property file are assumed to be in the
  * format:
  *
- * <transaction-service>
- *   <properties name="jdbc">
- *     <property name="DB_X_DatabaseUser" value="username"/>
- *     <property name="DB_X_DatabasePassword" value="password"/>
- *     <property name="DB_X_DatabaseDynamicClassA" value="DynamicClass"/>
- *     <property name="DB_X_DatabaseURL" value="theURL"/>
+ *   <properties>
+ *     <entry key="DB_X_DatabaseUser">username</entry>
+ *     <entry key="DB_X_DatabasePassword">password"</entry>
+ *     <entry key="DB_X_DatabaseDynamicClass">DynamicClass</entry>
+ *     <entry key="DB_X_DatabaseURL">theURL</entry>
  *   </properties>
- * </transaction-service>
  *
  * where X is the number of the connection information, starting from 1.
  * The DynamicClass is optional. If not present, JNDI will be used for resolving
@@ -161,10 +161,9 @@
 
 		try
 		{
-			jdbcPropertyManager.propertyManager.load(XMLFilePlugin.class
-					.getName(), fileName);
+            PropertyManager propertyManager = PropertyManagerFactory.getPropertyManagerForFile(fileName, false);
 
-			props = jdbcPropertyManager.propertyManager.getProperties();
+            props = propertyManager.getProperties();            
 		}
 		catch (Exception e)
 		{

Modified: labs/jbosstm/trunk/ArjunaJTA/jdbc/classes/com/arjuna/ats/internal/jdbc/recovery/JDBCXARecovery.java
===================================================================
--- labs/jbosstm/trunk/ArjunaJTA/jdbc/classes/com/arjuna/ats/internal/jdbc/recovery/JDBCXARecovery.java	2009-07-02 11:09:43 UTC (rev 27432)
+++ labs/jbosstm/trunk/ArjunaJTA/jdbc/classes/com/arjuna/ats/internal/jdbc/recovery/JDBCXARecovery.java	2009-07-02 11:29:12 UTC (rev 27433)
@@ -38,6 +38,8 @@
 import javax.sql.*;
 import javax.transaction.xa.*;
 import com.arjuna.common.util.logging.*;
+import com.arjuna.common.util.propertyservice.PropertyManager;
+import com.arjuna.common.util.propertyservice.PropertyManagerFactory;
 import com.arjuna.common.internal.util.propertyservice.plugins.io.XMLFilePlugin;
 import com.arjuna.ats.arjuna.logging.FacilityCode;
 import com.arjuna.ats.jdbc.common.*;
@@ -97,9 +99,9 @@
 
         try
         {
-            jdbcPropertyManager.propertyManager.load(XMLFilePlugin.class.getName(), parameter);
+            PropertyManager propertyManager = PropertyManagerFactory.getPropertyManagerForFile(parameter, false);
 
-            _props = jdbcPropertyManager.propertyManager.getProperties();
+            _props = propertyManager.getProperties();
 
             _dbName   = _props.getProperty(DATABASE_JNDI_NAME);
             _user     = _props.getProperty(USER_NAME);

Modified: labs/jbosstm/trunk/ArjunaJTA/jdbc/classes/com/arjuna/ats/internal/jdbc/recovery/OracleXARecovery.java
===================================================================
--- labs/jbosstm/trunk/ArjunaJTA/jdbc/classes/com/arjuna/ats/internal/jdbc/recovery/OracleXARecovery.java	2009-07-02 11:09:43 UTC (rev 27432)
+++ labs/jbosstm/trunk/ArjunaJTA/jdbc/classes/com/arjuna/ats/internal/jdbc/recovery/OracleXARecovery.java	2009-07-02 11:29:12 UTC (rev 27433)
@@ -36,6 +36,8 @@
 import javax.sql.*;
 import javax.transaction.xa.*;
 import com.arjuna.common.util.logging.*;
+import com.arjuna.common.util.propertyservice.PropertyManagerFactory;
+import com.arjuna.common.util.propertyservice.PropertyManager;
 import com.arjuna.common.internal.util.propertyservice.plugins.io.XMLFilePlugin;
 import com.arjuna.ats.arjuna.logging.FacilityCode;
 import com.arjuna.ats.jdbc.common.*;
@@ -94,9 +96,9 @@
 
         try
         {
-            jdbcPropertyManager.propertyManager.load(XMLFilePlugin.class.getName(), parameter);
+            PropertyManager propertyManager = PropertyManagerFactory.getPropertyManagerForFile(parameter, false);
 
-            _props = jdbcPropertyManager.propertyManager.getProperties();
+            _props = propertyManager.getProperties();
 
             _dbURL    = _props.getProperty(DATABASE_URL);
             _user     = _props.getProperty(USER_NAME);

Modified: labs/jbosstm/trunk/ArjunaJTA/jdbc/classes/com/arjuna/ats/jdbc/common/jdbcPropertyManager.java
===================================================================
--- labs/jbosstm/trunk/ArjunaJTA/jdbc/classes/com/arjuna/ats/jdbc/common/jdbcPropertyManager.java	2009-07-02 11:09:43 UTC (rev 27432)
+++ labs/jbosstm/trunk/ArjunaJTA/jdbc/classes/com/arjuna/ats/jdbc/common/jdbcPropertyManager.java	2009-07-02 11:29:12 UTC (rev 27433)
@@ -33,42 +33,15 @@
 
 import com.arjuna.common.util.propertyservice.PropertyManager;
 import com.arjuna.common.util.propertyservice.PropertyManagerFactory;
-import com.arjuna.common.internal.util.propertyservice.plugins.io.XMLFilePlugin;
 
 /**
- * Property manager wrapper for the JTA module.
+ * Property manager wrapper for the JDBC module.
  */
 
 public class jdbcPropertyManager
 {
-    public static PropertyManager propertyManager;
-
     public static PropertyManager getPropertyManager()
     {
-        return propertyManager;
+        return PropertyManagerFactory.getPropertyManagerForModule("jdbc", Environment.PROPERTIES_FILE);
     }
-
-    static
-    {
-        /**
-         * Retrieve the property manager from the factory and add the
-	 * JTA properties file to it.
-         */
-
-        propertyManager = PropertyManagerFactory.getPropertyManager("com.arjuna.ats.propertymanager", "jdbc");
-
-        String propertiesFilename = System.getProperty(Environment.PROPERTIES_FILE);
-
-        if (propertiesFilename == null)
-            propertiesFilename = Configuration.propertiesFile();
-
-        try
-        {
-            propertyManager.load(XMLFilePlugin.class.getName(), propertiesFilename);
-        }
-        catch (Exception e)
-        {
-            throw new ExceptionInInitializerError(e);
-        }
-    }
 }

Deleted: labs/jbosstm/trunk/ArjunaJTA/jdbc/etc/default-jdbc-properties.xml
===================================================================
--- labs/jbosstm/trunk/ArjunaJTA/jdbc/etc/default-jdbc-properties.xml	2009-07-02 11:09:43 UTC (rev 27432)
+++ labs/jbosstm/trunk/ArjunaJTA/jdbc/etc/default-jdbc-properties.xml	2009-07-02 11:29:12 UTC (rev 27433)
@@ -1,38 +0,0 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
-<!--
-  JBoss, Home of Professional Open Source
-  Copyright 2006, Red Hat Middleware LLC, and individual contributors 
-  as indicated by the @author tags. 
-  See the copyright.txt in the distribution for a
-  full listing of individual contributors. 
-  This copyrighted material is made available to anyone wishing to use,
-  modify, copy, or redistribute it subject to the terms and conditions
-  of the GNU Lesser General Public License, v. 2.1.
-  This program is distributed in the hope that it will be useful, but WITHOUT A 
-  WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A 
-  PARTICULAR PURPOSE.  See the GNU Lesser General Public License for more details.
-  You should have received a copy of the GNU Lesser General Public License,
-  v.2.1 along with this distribution; if not, write to the Free Software
-  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, 
-  MA  02110-1301, USA.
-  
-  (C) 2005-2006,
-  @author JBoss Inc.
--->
-<!-- $Id: default-jdbc-properties.xml 2342 2006-03-30 13:06:17Z  $ -->
-<!--
-  These options are described in the ArjunaJTS manual.
-  Defaults are provided here for convenience only.
- 
-  Please read through this file prior to using the system, and consider
-  updating the specified entries.
--->
-<transaction-service
-  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-  xsi:noNamespaceSchemaLocation="transaction-service-2_0.xsd">
-    <properties name="jdbc" depends="jta">
-	<!--
-           property name="com.arjuna.ats.jdbc.isolationLevel" value="TRANSACTION_SERIALIZABLE"/>
-        -->
-    </properties>
-</transaction-service>

Deleted: labs/jbosstm/trunk/ArjunaJTA/jdbc/etc/jdbc.properties_default
===================================================================
--- labs/jbosstm/trunk/ArjunaJTA/jdbc/etc/jdbc.properties_default	2009-07-02 11:09:43 UTC (rev 27432)
+++ labs/jbosstm/trunk/ArjunaJTA/jdbc/etc/jdbc.properties_default	2009-07-02 11:29:12 UTC (rev 27433)
@@ -1,38 +0,0 @@
-#
-# JBoss, Home of Professional Open Source
-# Copyright 2006, Red Hat Middleware LLC, and individual contributors 
-# as indicated by the @author tags. 
-# See the copyright.txt in the distribution for a
-# full listing of individual contributors. 
-# This copyrighted material is made available to anyone wishing to use,
-# modify, copy, or redistribute it subject to the terms and conditions
-# of the GNU Lesser General Public License, v. 2.1.
-# This program is distributed in the hope that it will be useful, but WITHOUT A 
-# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A 
-# PARTICULAR PURPOSE.  See the GNU Lesser General Public License for more details.
-# You should have received a copy of the GNU Lesser General Public License,
-# v.2.1 along with this distribution; if not, write to the Free Software
-# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, 
-# MA  02110-1301, USA.
-# 
-# (C) 2005-2006,
-# @author JBoss Inc.
-#
-# 
-# Copyright (C) 1999-2001 by HP Bluestone Software, Inc. All rights Reserved.
-#
-# HP Arjuna Labs,
-# Newcastle upon Tyne,
-# Tyne and Wear,
-# UK.
-#
-# $Id: jdbc.properties_default 2342 2006-03-30 13:06:17Z  $
-#
-
-#
-# These options are described in the ArjunaJTS manual.
-# Defaults are provided here for convenience only.
-#
-# Please read through this file prior to using the system, and consider
-# updating the specified entries.
-#

Modified: labs/jbosstm/trunk/ArjunaJTA/jta/classes/com/arjuna/ats/internal/jta/recovery/arjunacore/XARecoveryModule.java
===================================================================
--- labs/jbosstm/trunk/ArjunaJTA/jta/classes/com/arjuna/ats/internal/jta/recovery/arjunacore/XARecoveryModule.java	2009-07-02 11:09:43 UTC (rev 27432)
+++ labs/jbosstm/trunk/ArjunaJTA/jta/classes/com/arjuna/ats/internal/jta/recovery/arjunacore/XARecoveryModule.java	2009-07-02 11:29:12 UTC (rev 27433)
@@ -295,7 +295,7 @@
 			_recoveryManagerClass = null;
 		}
 
-		Properties props = jtaPropertyManager.propertyManager.getProperties();
+		Properties props = jtaPropertyManager.getPropertyManager().getProperties();
 
 		if (props != null)
 		{
@@ -313,7 +313,7 @@
 					 * and store it.
 					 */
 
-					String theClassAndParameter = jtaPropertyManager.propertyManager
+					String theClassAndParameter = jtaPropertyManager.getPropertyManager()
 							.getProperty(propName);
 
 					// see if there is a string parameter
@@ -399,7 +399,7 @@
 						 * Find the node(s) we can recover on behalf of.
 						 */
 
-						String name = jtaPropertyManager.propertyManager
+						String name = jtaPropertyManager.getPropertyManager()
 								.getProperty(propName);
 
 						if (_xaRecoveryNodes == null)
@@ -1350,7 +1350,7 @@
 
 	static
 	{
-		String env = jtaPropertyManager.propertyManager
+		String env = jtaPropertyManager.getPropertyManager()
 				.getProperty(com.arjuna.ats.jta.common.Environment.XA_BACKOFF_PERIOD);
 
 		XARecoveryModule._backoffPeriod = XA_BACKOFF_PERIOD;

Modified: labs/jbosstm/trunk/ArjunaJTA/jta/classes/com/arjuna/ats/internal/jta/resources/XAResourceErrorHandler.java
===================================================================
--- labs/jbosstm/trunk/ArjunaJTA/jta/classes/com/arjuna/ats/internal/jta/resources/XAResourceErrorHandler.java	2009-07-02 11:09:43 UTC (rev 27432)
+++ labs/jbosstm/trunk/ArjunaJTA/jta/classes/com/arjuna/ats/internal/jta/resources/XAResourceErrorHandler.java	2009-07-02 11:29:12 UTC (rev 27433)
@@ -65,7 +65,7 @@
 	{
 		// explicitly add tibco
 
-		Properties props = jtaPropertyManager.propertyManager.getProperties();
+		Properties props = jtaPropertyManager.getPropertyManager().getProperties();
 
 		if (props != null)
 		{
@@ -82,7 +82,7 @@
 					 * and store it.
 					 */
 
-					String theClass = jtaPropertyManager.propertyManager.getProperty(propName);
+					String theClass = jtaPropertyManager.getPropertyManager().getProperty(propName);
 
 					try
 					{

Modified: labs/jbosstm/trunk/ArjunaJTA/jta/classes/com/arjuna/ats/internal/jta/resources/arjunacore/XAResourceRecord.java
===================================================================
--- labs/jbosstm/trunk/ArjunaJTA/jta/classes/com/arjuna/ats/internal/jta/resources/arjunacore/XAResourceRecord.java	2009-07-02 11:09:43 UTC (rev 27432)
+++ labs/jbosstm/trunk/ArjunaJTA/jta/classes/com/arjuna/ats/internal/jta/resources/arjunacore/XAResourceRecord.java	2009-07-02 11:29:12 UTC (rev 27433)
@@ -1376,7 +1376,7 @@
 
 	static
 	{
-		String optimization = jtaPropertyManager.propertyManager.getProperty(
+		String optimization = jtaPropertyManager.getPropertyManager().getProperty(
 				Environment.JTA_TM_IMPLEMENTATION, "OFF");
 
 		if (optimization.equals("ON"))
@@ -1395,7 +1395,7 @@
 		 * with. Hence USE WITH EXTREME CARE!!
 		 */
 
-		String assumedComplete = jtaPropertyManager.propertyManager.getProperty(
+		String assumedComplete = jtaPropertyManager.getPropertyManager().getProperty(
 				Environment.XA_ASSUME_RECOVERY_COMPLETE, "FALSE");
 
 		if (assumedComplete.equalsIgnoreCase("true"))

Modified: labs/jbosstm/trunk/ArjunaJTA/jta/classes/com/arjuna/ats/internal/jta/transaction/arjunacore/BaseTransaction.java
===================================================================
--- labs/jbosstm/trunk/ArjunaJTA/jta/classes/com/arjuna/ats/internal/jta/transaction/arjunacore/BaseTransaction.java	2009-07-02 11:09:43 UTC (rev 27432)
+++ labs/jbosstm/trunk/ArjunaJTA/jta/classes/com/arjuna/ats/internal/jta/transaction/arjunacore/BaseTransaction.java	2009-07-02 11:29:12 UTC (rev 27433)
@@ -32,16 +32,12 @@
 package com.arjuna.ats.internal.jta.transaction.arjunacore;
 
 import com.arjuna.ats.arjuna.coordinator.TxControl;
-import com.arjuna.ats.arjuna.utils.ThreadUtil;
 import com.arjuna.ats.jta.common.*;
 import com.arjuna.ats.jta.logging.*;
 
 import com.arjuna.common.util.logging.*;
 
-import java.util.Hashtable;
-
 import javax.transaction.NotSupportedException;
-import javax.transaction.SystemException;
 
 import java.lang.IllegalStateException;
 
@@ -329,7 +325,7 @@
 
 	static
 	{
-		String subtran = jtaPropertyManager.propertyManager
+		String subtran = jtaPropertyManager.getPropertyManager()
 				.getProperty(com.arjuna.ats.jta.common.Environment.SUPPORT_SUBTRANSACTIONS);
 
 		if ((subtran != null) && (subtran.equals("YES")))

Modified: labs/jbosstm/trunk/ArjunaJTA/jta/classes/com/arjuna/ats/internal/jta/transaction/arjunacore/TransactionImple.java
===================================================================
--- labs/jbosstm/trunk/ArjunaJTA/jta/classes/com/arjuna/ats/internal/jta/transaction/arjunacore/TransactionImple.java	2009-07-02 11:09:43 UTC (rev 27432)
+++ labs/jbosstm/trunk/ArjunaJTA/jta/classes/com/arjuna/ats/internal/jta/transaction/arjunacore/TransactionImple.java	2009-07-02 11:29:12 UTC (rev 27433)
@@ -1936,7 +1936,7 @@
 	
 	static
 	{
-		final String xaTransactionTimeoutEnabled = jtaPropertyManager.propertyManager
+		final String xaTransactionTimeoutEnabled = jtaPropertyManager.getPropertyManager()
 				.getProperty(Environment.XA_TRANSACTION_TIMEOUT_ENABLED);
 		if (xaTransactionTimeoutEnabled != null)
 		{
@@ -1947,7 +1947,7 @@
 		{
 			XA_TRANSACTION_TIMEOUT_ENABLED = true;
 		}
-		final String lastResourceOptimisationInterfaceName = jtaPropertyManager.propertyManager
+		final String lastResourceOptimisationInterfaceName = jtaPropertyManager.getPropertyManager()
 				.getProperty(Environment.LAST_RESOURCE_OPTIMISATION_INTERFACE);
 		Class lastResourceOptimisationInterface = null;
 		if (lastResourceOptimisationInterfaceName != null)

Modified: labs/jbosstm/trunk/ArjunaJTA/jta/classes/com/arjuna/ats/jta/common/jtaPropertyManager.java
===================================================================
--- labs/jbosstm/trunk/ArjunaJTA/jta/classes/com/arjuna/ats/jta/common/jtaPropertyManager.java	2009-07-02 11:09:43 UTC (rev 27432)
+++ labs/jbosstm/trunk/ArjunaJTA/jta/classes/com/arjuna/ats/jta/common/jtaPropertyManager.java	2009-07-02 11:29:12 UTC (rev 27433)
@@ -33,7 +33,6 @@
 
 import com.arjuna.common.util.propertyservice.PropertyManager;
 import com.arjuna.common.util.propertyservice.PropertyManagerFactory;
-import com.arjuna.common.internal.util.propertyservice.plugins.io.XMLFilePlugin;
 
 /**
  * Property manager wrapper for the JTA module.
@@ -41,34 +40,8 @@
 
 public class jtaPropertyManager
 {
-    public static PropertyManager propertyManager;
-
     public static PropertyManager getPropertyManager()
     {
-        return propertyManager;
+        return PropertyManagerFactory.getPropertyManagerForModule("jta", Environment.PROPERTIES_FILE);
     }
-
-    static
-    {
-        /**
-         * Retrieve the property manager from the factory and add the
-	 * JTA properties file to it.
-         */
-
-        propertyManager = PropertyManagerFactory.getPropertyManager("com.arjuna.ats.propertymanager", "jta");
-
-        String propertiesFilename = System.getProperty(Environment.PROPERTIES_FILE);
-
-        if (propertiesFilename == null)
-            propertiesFilename = Configuration.propertiesFile();
-
-        try
-        {
-            propertyManager.load(XMLFilePlugin.class.getName(), propertiesFilename);
-        }
-        catch (Exception e)
-        {
-            throw new ExceptionInInitializerError(e);
-        }
-    }
 }

Modified: labs/jbosstm/trunk/ArjunaJTA/jta/classes/com/arjuna/ats/jta/utils/JNDIManager.java
===================================================================
--- labs/jbosstm/trunk/ArjunaJTA/jta/classes/com/arjuna/ats/jta/utils/JNDIManager.java	2009-07-02 11:09:43 UTC (rev 27432)
+++ labs/jbosstm/trunk/ArjunaJTA/jta/classes/com/arjuna/ats/jta/utils/JNDIManager.java	2009-07-02 11:29:12 UTC (rev 27433)
@@ -69,17 +69,17 @@
 
 	public static String getTransactionManagerImplementationClassname()
 	{
-		return jtaPropertyManager.propertyManager.getProperty(Environment.JTA_TM_IMPLEMENTATION, DEFAULT_TM_IMPLEMENTATION);
+		return jtaPropertyManager.getPropertyManager().getProperty(Environment.JTA_TM_IMPLEMENTATION, DEFAULT_TM_IMPLEMENTATION);
 	}
 
 	public static String getUserTransactionImplementationClassname()
 	{
-		return jtaPropertyManager.propertyManager.getProperty(Environment.JTA_UT_IMPLEMENTATION, DEFAULT_UT_IMPLEMENTATION);
+		return jtaPropertyManager.getPropertyManager().getProperty(Environment.JTA_UT_IMPLEMENTATION, DEFAULT_UT_IMPLEMENTATION);
 	}
 
 	public static String getTransactionSynchronizationRegistryImplementationClassname()
 	{
-		return jtaPropertyManager.propertyManager.getProperty(Environment.JTA_TSR_IMPLEMENTATION, DEFAULT_TSR_IMPLEMENTATION);
+		return jtaPropertyManager.getPropertyManager().getProperty(Environment.JTA_TSR_IMPLEMENTATION, DEFAULT_TSR_IMPLEMENTATION);
 	}
 
 	/**
@@ -209,17 +209,17 @@
 
 	public final static String getTransactionManagerJNDIName()
 	{
-		return jtaPropertyManager.propertyManager.getProperty(Environment.TM_JNDI_CONTEXT, DEFAULT_TM_JNDI_CONTEXT);
+		return jtaPropertyManager.getPropertyManager().getProperty(Environment.TM_JNDI_CONTEXT, DEFAULT_TM_JNDI_CONTEXT);
 	}
 
 	public final static String getUserTransactionJNDIName()
 	{
-		return jtaPropertyManager.propertyManager.getProperty(Environment.UT_JNDI_CONTEXT, DEFAULT_UT_JNDI_CONTEXT);
+		return jtaPropertyManager.getPropertyManager().getProperty(Environment.UT_JNDI_CONTEXT, DEFAULT_UT_JNDI_CONTEXT);
 	}
 
 	private final static String getTransactionSynchronizationRegistryJNDIName()
 	{
-		return jtaPropertyManager.propertyManager.getProperty(Environment.TSR_JNDI_CONTEXT, DEFAULT_TSR_JNDI_CONTEXT);
+		return jtaPropertyManager.getPropertyManager().getProperty(Environment.TSR_JNDI_CONTEXT, DEFAULT_TSR_JNDI_CONTEXT);
 	}
 
 	private static final String DEFAULT_TM_JNDI_CONTEXT = "java:/TransactionManager";

Deleted: labs/jbosstm/trunk/ArjunaJTA/jta/etc/default-RecoveryManager-properties.xml
===================================================================
--- labs/jbosstm/trunk/ArjunaJTA/jta/etc/default-RecoveryManager-properties.xml	2009-07-02 11:09:43 UTC (rev 27432)
+++ labs/jbosstm/trunk/ArjunaJTA/jta/etc/default-RecoveryManager-properties.xml	2009-07-02 11:29:12 UTC (rev 27433)
@@ -1,97 +0,0 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
-<!--
-  JBoss, Home of Professional Open Source
-  Copyright 2006, Red Hat Middleware LLC, and individual contributors
-  as indicated by the @author tags.
-  See the copyright.txt in the distribution for a
-  full listing of individual contributors.
-  This copyrighted material is made available to anyone wishing to use,
-  modify, copy, or redistribute it subject to the terms and conditions
-  of the GNU Lesser General Public License, v. 2.1.
-  This program is distributed in the hope that it will be useful, but WITHOUT A
-  WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
-  PARTICULAR PURPOSE.  See the GNU Lesser General Public License for more details.
-  You should have received a copy of the GNU Lesser General Public License,
-  v.2.1 along with this distribution; if not, write to the Free Software
-  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
-  MA  02110-1301, USA.
-
-  (C) 2005-2006,
-  @author JBoss Inc.
--->
-<!-- $Id: default-RecoveryManager-properties.xml 2342 2006-03-30 13:06:17Z  $ -->
-<!--
-  This is the special properties file for the RecoveryManager - its settings
-  add to and override those in the regular arjuna properties file
--->
-<transaction-service
-  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-  xsi:noNamespaceSchemaLocation="transaction-service-2_0.xsd">
-    <properties name="recoverymanager" depends="arjuna,txoj,jta">
-      <!--
-        Periodic recovery modules to use.  Invoked in sort-order of names.
-       	Check http://www.jboss.org/community/docs/DOC-10788 for more information
-       	on recovery modules and their configuration when running in various
-       	deployments.
-      -->
-        <property
-                name="com.arjuna.ats.arjuna.recovery.recoveryExtension1"
-                value="com.arjuna.ats.internal.arjuna.recovery.AtomicActionRecoveryModule"/>
-        <property
-                name="com.arjuna.ats.arjuna.recovery.recoveryExtension2"
-                value="com.arjuna.ats.internal.txoj.recovery.TORecoveryModule"/>
-        <property
-                name="com.arjuna.ats.arjuna.recovery.recoveryExtension3"
-                value="com.arjuna.ats.internal.jta.recovery.arjunacore.XARecoveryModule"/>
-
-      <!--
-        Expiry scanners to use (order of invocation is random).
-        Names must begin with "com.arjuna.ats.arjuna.recovery.expiryScanner"
-      -->
-      <property
-        name="com.arjuna.ats.arjuna.recovery.expiryScannerTransactionStatusManager"
-        value="com.arjuna.ats.internal.arjuna.recovery.ExpiredTransactionStatusManagerScanner"/>
-        <!-- Enable the following to move logs that cannot be completed by failure recovery. But
-        be sure you know what you are doing and why! -->
-        <!-- property
-            name="com.arjuna.ats.arjuna.recovery.expiryScannerAtomicActionLog" value="com.arjuna.ats.internal.arjuna.recovery.AtomicActionExpiryScanner"/ -->
-
-      <!--
-        The address and port number on which the recovery manager listens
-        If running within an AS then the address the AS is bound to (jboss.bind.address) takes precedence
-      -->
-      <property
-        name="com.arjuna.ats.arjuna.recovery.recoveryPort"
-        value="4712"/>
-      <property
-        name="com.arjuna.ats.arjuna.recovery.recoveryAddress"
-        value=""/>
-
-      <!--
-        Use this to fix the port on which the TransactionStatusManager listens,
-        The default behaviour is to use any free port.
-      -->
-      <property
-        name="com.arjuna.ats.arjuna.recovery.transactionStatusManagerPort"
-        value="0"/>
-
-      <!--
-        Use this to fix the address on which the TransactionStatusManager binds,
-        The default behaviour is to use the loopback address (ie localhost).
-        If running within an AS then the address the AS is bound to (jboss.bind.address) takes precedence
-      -->
-      <property
-        name="com.arjuna.ats.arjuna.recovery.transactionStatusManagerAddress"
-        value=""/>
-
-        <!--
-          For cases where the recovery manager is in process with the transaction manager and nothing else uses
-          the ObjectStore, it is possible to disable the socket based recovery listener by setting this to NO.
-          Caution: use of this property can allow multiple recovery processes to run on the same ObjectStore
-          if you are not careful. That in turn can lead to incorrect transaction processing. Use with care.
-        -->
-      <property
-          name="com.arjuna.ats.arjuna.recovery.recoveryListener"
-          value="YES"/>
-    </properties>
-</transaction-service>

Deleted: labs/jbosstm/trunk/ArjunaJTA/jta/etc/default-jta-properties.xmltmpl
===================================================================
--- labs/jbosstm/trunk/ArjunaJTA/jta/etc/default-jta-properties.xmltmpl	2009-07-02 11:09:43 UTC (rev 27432)
+++ labs/jbosstm/trunk/ArjunaJTA/jta/etc/default-jta-properties.xmltmpl	2009-07-02 11:29:12 UTC (rev 27433)
@@ -1,48 +0,0 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
-<!--
-  JBoss, Home of Professional Open Source
-  Copyright 2006, Red Hat Middleware LLC, and individual contributors 
-  as indicated by the @author tags. 
-  See the copyright.txt in the distribution for a
-  full listing of individual contributors. 
-  This copyrighted material is made available to anyone wishing to use,
-  modify, copy, or redistribute it subject to the terms and conditions
-  of the GNU Lesser General Public License, v. 2.1.
-  This program is distributed in the hope that it will be useful, but WITHOUT A 
-  WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A 
-  PARTICULAR PURPOSE.  See the GNU Lesser General Public License for more details.
-  You should have received a copy of the GNU Lesser General Public License,
-  v.2.1 along with this distribution; if not, write to the Free Software
-  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, 
-  MA  02110-1301, USA.
-  
-  (C) 2005-2006,
-  @author JBoss Inc.
--->
-<!-- $Id: default-jta-properties.xmltmpl 2342 2006-03-30 13:06:17Z  $ -->
-<!--
-  These options are described in the ArjunaJTS manual.
-  Defaults are provided here for convenience only.
- 
-  Please read through this file prior to using the system, and consider
-  updating the specified entries.
--->
-<transaction-service
-  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-  xsi:noNamespaceSchemaLocation="transaction-service-2_0.xsd">
-    <properties name="jta" depends="@JTA_DEPENDS@">
-      <!--
-        Support subtransactions in the JTA layer?
-        Default is NO.
-      -->
-			<property name="com.arjuna.ats.jta.supportSubtransactions" value="NO"/>
-			<property name="com.arjuna.ats.jta.jtaTMImplementation" value="com.arjuna.ats.internal.jta.transaction. at MODULE1@.TransactionManagerImple"/>
-			<!--
-			com.arjuna.ats.internal.jta.transaction. at MODULE2@.TransactionManagerImple
-			-->
-			<property name="com.arjuna.ats.jta.jtaUTImplementation" value="com.arjuna.ats.internal.jta.transaction. at MODULE1@.UserTransactionImple"/>
-			<!--
-			com.arjuna.ats.internal.jta.transaction. at MODULE2@.UserTransactionImple
-			-->
-		</properties>
-</transaction-service>

Deleted: labs/jbosstm/trunk/ArjunaJTA/jta/etc/jta.properties_default
===================================================================
--- labs/jbosstm/trunk/ArjunaJTA/jta/etc/jta.properties_default	2009-07-02 11:09:43 UTC (rev 27432)
+++ labs/jbosstm/trunk/ArjunaJTA/jta/etc/jta.properties_default	2009-07-02 11:29:12 UTC (rev 27433)
@@ -1,53 +0,0 @@
-#
-# JBoss, Home of Professional Open Source
-# Copyright 2006, Red Hat Middleware LLC, and individual contributors 
-# as indicated by the @author tags. 
-# See the copyright.txt in the distribution for a
-# full listing of individual contributors. 
-# This copyrighted material is made available to anyone wishing to use,
-# modify, copy, or redistribute it subject to the terms and conditions
-# of the GNU Lesser General Public License, v. 2.1.
-# This program is distributed in the hope that it will be useful, but WITHOUT A 
-# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A 
-# PARTICULAR PURPOSE.  See the GNU Lesser General Public License for more details.
-# You should have received a copy of the GNU Lesser General Public License,
-# v.2.1 along with this distribution; if not, write to the Free Software
-# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, 
-# MA  02110-1301, USA.
-# 
-# (C) 2005-2006,
-# @author JBoss Inc.
-#
-# 
-# Copyright (C) 2002-2004, Arjuna Technologies Ltd.
-#
-# Arjuna Technologies Ltd,
-# Newcastle upon Tyne,
-# Tyne and Wear,
-# UK.
-#
-# $Id: jta.properties_default 2342 2006-03-30 13:06:17Z  $
-#
-
-#
-# These options are described in the ArjunaJTS manual.
-# Defaults are provided here for convenience only.
-#
-# Please read through this file prior to using the system, and consider
-# updating the specified entries.
-#
-
-# Support subtransactions in the JTA layer? Default is NO.
-com.arjuna.ats.jta.supportSubtransactions=NO
-
-# Which transaction manager implementation to use?
-#
-# JTS is com.arjuna.ats.internal.jta.transaction.jts.TransactionManagerImple
-#
-#com.arjuna.ats.jta.jtaTMImplementation=com.arjuna.ats.internal.jta.transaction.arjunacore.TransactionManagerImple
-
-# Which user transaction implementation to use?
-#
-# JTS is com.arjuna.ats.internal.jta.transaction.jts.UserTransactionImple
-#
-#com.arjuna.ats.jta.jtaUTImplementation=com.arjuna.ats.internal.jta.transaction.arjunacore.UserTransactionImple

Modified: labs/jbosstm/trunk/ArjunaJTA/jta/tests/classes/com/hp/mwtests/ts/jta/nested/SimpleNestedTest.java
===================================================================
--- labs/jbosstm/trunk/ArjunaJTA/jta/tests/classes/com/hp/mwtests/ts/jta/nested/SimpleNestedTest.java	2009-07-02 11:09:43 UTC (rev 27432)
+++ labs/jbosstm/trunk/ArjunaJTA/jta/tests/classes/com/hp/mwtests/ts/jta/nested/SimpleNestedTest.java	2009-07-02 11:29:12 UTC (rev 27433)
@@ -43,7 +43,7 @@
 	{
 		try
 		{
-			com.arjuna.ats.jta.common.jtaPropertyManager.propertyManager.setProperty(com.arjuna.ats.jta.common.Environment.SUPPORT_SUBTRANSACTIONS, "YES");
+			com.arjuna.ats.jta.common.jtaPropertyManager.getPropertyManager().setProperty(com.arjuna.ats.jta.common.Environment.SUPPORT_SUBTRANSACTIONS, "YES");
 
 			javax.transaction.TransactionManager transactionManager = com.arjuna.ats.jta.TransactionManager.transactionManager();
 

Deleted: labs/jbosstm/trunk/ArjunaJTA/product.properties
===================================================================
--- labs/jbosstm/trunk/ArjunaJTA/product.properties	2009-07-02 11:09:43 UTC (rev 27432)
+++ labs/jbosstm/trunk/ArjunaJTA/product.properties	2009-07-02 11:29:12 UTC (rev 27433)
@@ -1,25 +0,0 @@
-#
-# JBoss, Home of Professional Open Source
-# Copyright 2006, Red Hat Middleware LLC, and individual contributors 
-# as indicated by the @author tags. 
-# See the copyright.txt in the distribution for a
-# full listing of individual contributors. 
-# This copyrighted material is made available to anyone wishing to use,
-# modify, copy, or redistribute it subject to the terms and conditions
-# of the GNU Lesser General Public License, v. 2.1.
-# This program is distributed in the hope that it will be useful, but WITHOUT A 
-# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A 
-# PARTICULAR PURPOSE.  See the GNU Lesser General Public License for more details.
-# You should have received a copy of the GNU Lesser General Public License,
-# v.2.1 along with this distribution; if not, write to the Free Software
-# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, 
-# MA  02110-1301, USA.
-# 
-# (C) 2005-2006,
-# @author JBoss Inc.
-#
-# ArjunaJTA ant properties file
-# $Id: product.properties 2342 2006-03-30 13:06:17Z  $
-#
-com.hp.mw.ts.product.name=ArjunaJTA
-com.hp.mw.alltests.build=yes

Modified: labs/jbosstm/trunk/ArjunaJTS/build.xml
===================================================================
--- labs/jbosstm/trunk/ArjunaJTS/build.xml	2009-07-02 11:09:43 UTC (rev 27432)
+++ labs/jbosstm/trunk/ArjunaJTS/build.xml	2009-07-02 11:29:12 UTC (rev 27433)
@@ -134,24 +134,10 @@
 
         <ant dir="../ArjunaJTA" target="install.etc" inheritall="false">
             <property name="etc.dest.dir" value="${etc.dest.dir}"/>
-            <property name="jta_depends" value="jts"/>
-            <property name="module1" value="jts"/>
-            <property name="module2" value="arjunacore"/>
         </ant>
 
-        <taskdef name="merge-property-files"
-            classname="com.hp.mw.buildsystem.ant.MergePropertyFiles"
-            classpath="../antbuildsystem/build/lib/buildsystem.jar"/>
-
-        <merge-property-files master="${etc.dest.dir}/jbossts-properties.xml"
-            merge="${basedir}/orbportability/etc/default-orbportability-properties.xml"/>
-
-        <merge-property-files master="${etc.dest.dir}/jbossts-properties.xml"
-            merge="${basedir}/jts/etc/default-jts-properties.xml"/>
-
-        <merge-property-files master="${etc.dest.dir}/jbossts-properties.xml"
-            merge="${basedir}/jts/etc/default-RecoveryManager-properties.xml" override="true"/>
-
+        <copy file="jbossts-properties-arjunajts.xml" tofile="${etc.dest.dir}/jbossts-properties.xml" overwrite="true"/>
+        
     </target>
 
     <target name="install.jacorb">

Modified: labs/jbosstm/trunk/ArjunaJTS/docs/user_guide/AdministrationGuide.odt
===================================================================
(Binary files differ)

Modified: labs/jbosstm/trunk/ArjunaJTS/docs/user_guide/AdministrationGuide.pdf
===================================================================
(Binary files differ)

Modified: labs/jbosstm/trunk/ArjunaJTS/docs/user_guide/ProgrammersGuide.odt
===================================================================
(Binary files differ)

Modified: labs/jbosstm/trunk/ArjunaJTS/docs/user_guide/ProgrammersGuide.pdf
===================================================================
(Binary files differ)

Added: labs/jbosstm/trunk/ArjunaJTS/jbossts-properties-arjunajts.xml
===================================================================
--- labs/jbosstm/trunk/ArjunaJTS/jbossts-properties-arjunajts.xml	                        (rev 0)
+++ labs/jbosstm/trunk/ArjunaJTS/jbossts-properties-arjunajts.xml	2009-07-02 11:29:12 UTC (rev 27433)
@@ -0,0 +1,201 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE properties SYSTEM "http://java.sun.com/dtd/properties.dtd">
+<!--
+  JBoss, Home of Professional Open Source
+  Copyright 2009, Red Hat Middleware LLC, and individual contributors
+  as indicated by the @author tags.
+  See the copyright.txt in the distribution for a
+  full listing of individual contributors.
+  This copyrighted material is made available to anyone wishing to use,
+  modify, copy, or redistribute it subject to the terms and conditions
+  of the GNU Lesser General Public License, v. 2.1.
+  This program is distributed in the hope that it will be useful, but WITHOUT A
+  WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
+  PARTICULAR PURPOSE.  See the GNU Lesser General Public License for more details.
+  You should have received a copy of the GNU Lesser General Public License,
+  v.2.1 along with this distribution; if not, write to the Free Software
+  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+  MA  02110-1301, USA.
+
+  (C) 2009,
+  @author JBoss, a division of Red Hat.
+-->
+<properties>
+    <!--
+    This is the JBossTS configuration file for running ArjunaCore.
+    It should be called jbossts-properties.xml.
+    You need a different version for JTA or JTS usage.
+
+    ***************************
+
+    Property values may be literals or be tokens of the form ${p1[,p2][:v]}
+    in which case the token values are substituted for the values of the corresponding system
+    properties as follows:
+
+    - Any occurance of ${p} with the System.getProperty(p) value.
+    If there is no such property p defined, then the ${p} reference will remain unchanged.
+
+    - If the property reference is of the form ${p:v} and there is no such property p,
+    then the default value v will be returned.
+
+    - If the property reference is of the form ${p1,p2} or ${p1,p2:v} then
+    the primary and the secondary properties will be tried in turn, before
+    returning either the unchanged input, or the default value.
+
+    The property ${/} is replaced with System.getProperty("file.separator")
+    value and the property ${:} is replaced with System.getProperty("path.separator").
+
+    Note this substitution applies to property values only at the point they are read from
+    the config file. Tokens in system properties won't be substituted.
+    -->
+
+
+
+    <!-- (default is YES) -->
+    <entry key="com.arjuna.ats.arjuna.coordinator.commitOnePhase">YES</entry>
+
+    <!-- (default is defaultStore) -->
+    <entry key="com.arjuna.ats.arjuna.objectstore.localOSRoot">defaultStore</entry>
+
+    <!-- default is under user.home - must be writeable!) -->
+    <entry key="com.arjuna.ats.arjuna.objectstore.objectStoreDir">PutObjectStoreDirHere</entry>
+
+    <!-- (default is ON) -->
+    <entry key="com.arjuna.ats.arjuna.objectstore.transactionSync">ON</entry>
+
+    <!-- (Must be unique across all Arjuna instances.) -->
+    <entry key="com.arjuna.ats.arjuna.xa.nodeIdentifier">1</entry>
+
+    <!--
+      Base port number for determining a unique number to associate with an instance of the transaction service
+      (which is needed in order to support multiple instances on the same machine).
+      Use the value 0 to allow the system to select the first available port number.
+      If the port number is non-zero and the port is in use then the value will be incremented until either a successful binding
+      to the loopback address is created or until the the maximum number of ports (specified by the
+      com.arjuna.ats.internal.arjuna.utils.SocketProcessIdMaxPorts property) have been tried or until the port number
+      reaches the maximum possible port number.
+    -->
+    <entry key="com.arjuna.ats.internal.arjuna.utils.SocketProcessIdPort">0</entry>
+
+
+
+
+
+    <!--
+      Periodic recovery modules to use.  Invoked in sort-order of names.
+         Check http://www.jboss.org/community/docs/DOC-10788 for more information
+         on recovery modules and their configuration when running in various
+         deployments.
+    -->
+    <entry key="com.arjuna.ats.arjuna.recovery.recoveryExtension1">com.arjuna.ats.internal.arjuna.recovery.AtomicActionRecoveryModule</entry>
+
+    <entry key="com.arjuna.ats.arjuna.recovery.recoveryExtension2">com.arjuna.ats.internal.txoj.recovery.TORecoveryModule</entry>
+
+    <entry key="com.arjuna.ats.arjuna.recovery.recoveryExtension3">com.arjuna.ats.internal.jts.recovery.transactions.TopLevelTransactionRecoveryModule</entry>
+
+    <entry key="com.arjuna.ats.arjuna.recovery.recoveryExtension4">com.arjuna.ats.internal.jts.recovery.transactions.ServerTransactionRecoveryModule</entry>
+
+    <entry key="com.arjuna.ats.arjuna.recovery.recoveryExtension5">com.arjuna.ats.internal.jta.recovery.jts.XARecoveryModule</entry>
+
+
+    <!--
+      Expiry scanners to use (order of invocation is random).
+      Names must begin with "com.arjuna.ats.arjuna.recovery.expiryScanner"
+    -->
+    <entry key="com.arjuna.ats.arjuna.recovery.expiryScannerTransactionStatusManager">com.arjuna.ats.internal.arjuna.recovery.ExpiredTransactionStatusManagerScanner</entry>
+
+    <entry key="com.arjuna.ats.arjuna.recovery.expiryScannerContact">com.arjuna.ats.internal.jts.recovery.contact.ExpiredContactScanner</entry>
+
+    <entry key="com.arjuna.ats.arjuna.recovery.expiryScannerTopLevelTran">com.arjuna.ats.internal.jts.recovery.transactions.ExpiredToplevelScanner</entry>
+
+    <entry key="com.arjuna.ats.arjuna.recovery.expiryScannerServerTran">com.arjuna.ats.internal.jts.recovery.transactions.ExpiredServerScanner</entry>
+    
+    <!-- Enable the following to move logs that cannot be completed by failure recovery. But
+be sure you know what you are doing and why! -->
+    <!-- entry key="com.arjuna.ats.arjuna.recovery.expiryScannerAtomicActionLog">com.arjuna.ats.internal.arjuna.recovery.AtomicActionExpiryScanner</entry> -->
+
+    <!--
+      The address and port number on which the recovery manager listens
+      If running within an AS then the address the AS is bound to (jboss.bind.address) takes precedence
+    -->
+    <entry key="com.arjuna.ats.arjuna.recovery.recoveryPort">4712</entry>
+
+    <entry key="com.arjuna.ats.arjuna.recovery.recoveryAddress"></entry>
+
+    <!--
+      Use this to fix the port on which the TransactionStatusManager listens,
+      The default behaviour is to use any free port.
+    -->
+    <entry key="com.arjuna.ats.arjuna.recovery.transactionStatusManagerPort">0</entry>
+
+    <!--
+      Use this to fix the address on which the TransactionStatusManager binds,
+      The default behaviour is to use the loopback address (ie localhost).
+      If running within an AS then the address the AS is bound to (jboss.bind.address) takes precedence
+    -->
+    <entry key="com.arjuna.ats.arjuna.recovery.transactionStatusManagerAddress"></entry>
+
+    <!--
+      For cases where the recovery manager is in process with the transaction manager and nothing else uses
+      the ObjectStore, it is possible to disable the socket based recovery listener by setting this to NO.
+      Caution: use of this property can allow multiple recovery processes to run on the same ObjectStore
+      if you are not careful. That in turn can lead to incorrect transaction processing. Use with care.
+    -->
+    <entry key="com.arjuna.ats.arjuna.recovery.recoveryListener">YES</entry>
+
+    <!-- Recovery Activator to use. -->
+    <entry key="com.arjuna.ats.arjuna.recovery.recoveryActivator_1">com.arjuna.ats.internal.jts.orbspecific.recovery.RecoveryEnablement</entry>
+
+    
+    <entry key="com.arjuna.ats.jta.supportSubtransactions">NO</entry>
+
+	<entry key="com.arjuna.ats.jta.jtaTMImplementation">com.arjuna.ats.internal.jta.transaction.jts.TransactionManagerImple</entry>
+
+	<entry key="com.arjuna.ats.jta.jtaUTImplementation">com.arjuna.ats.internal.jta.transaction.jts.UserTransactionImple</entry>
+
+
+
+    <entry key="com.arjuna.orbportability.bindMechanism">CONFIGURATION_FILE</entry>
+
+    <!--
+      This class handles context propagation issues, and should never
+      be commented out or removed.
+    -->
+    <entry key="com.arjuna.orbportability.orb.PreInit1">com.arjuna.ats.internal.jts.context.ContextPropagationManager</entry>
+
+    <!--
+      This property ensures the JTS knows which ORB to use and should never
+      be commented out or removed
+    -->
+    <entry key="com.arjuna.orbportability.orb.PostInit1">com.arjuna.ats.jts.utils.ORBSetup</entry>
+    <!--
+      This property ensures the crash recovery is initialised correctly and
+      should never be commented out or removed
+    -->
+    <entry key="com.arjuna.orbportability.orb.PostInit2">com.arjuna.ats.internal.jts.recovery.RecoveryInit</entry>
+
+    <!--
+      This property ensures the JTS knows which ORB to use and should never
+      be commented out or removed
+    -->
+    <entry key="com.arjuna.orbportability.orb.PostSet1">com.arjuna.ats.jts.utils.ORBSetup</entry>
+
+    <!--
+      This property ensures the JTS knows which ORB to use and should never
+      be commented out or removed
+    -->
+    <entry key="com.arjuna.orbportability.orb.PostSet2">com.arjuna.ats.internal.jts.recovery.RecoveryInit</entry>
+
+    <!--
+      This property controls the port on which the Recovery ORB listens
+    -->
+    <entry key="com.arjuna.ats.jts.recoveryManagerPort">4711</entry>
+
+    <!--
+      This property controls the address on which the Recovery ORB binds - defaults to the loopback connection
+          If running within an AS then the address the AS is bound to (jboss.bind.address) takes precedence
+    -->
+    <entry key="com.arjuna.ats.jts.recoveryManagerAddress"></entry>
+
+
+</properties>

Modified: labs/jbosstm/trunk/ArjunaJTS/jtax/classes/com/arjuna/ats/internal/jta/resources/jts/orbspecific/XAResourceRecord.java
===================================================================
--- labs/jbosstm/trunk/ArjunaJTS/jtax/classes/com/arjuna/ats/internal/jta/resources/jts/orbspecific/XAResourceRecord.java	2009-07-02 11:09:43 UTC (rev 27432)
+++ labs/jbosstm/trunk/ArjunaJTS/jtax/classes/com/arjuna/ats/internal/jta/resources/jts/orbspecific/XAResourceRecord.java	2009-07-02 11:29:12 UTC (rev 27433)
@@ -1648,7 +1648,7 @@
 
 	static
 	{
-		String optimization = jtaPropertyManager.propertyManager.getProperty(
+		String optimization = jtaPropertyManager.getPropertyManager().getProperty(
 				Environment.JTA_TM_IMPLEMENTATION, "OFF");
 
 		if (optimization.equals("ON"))

Modified: labs/jbosstm/trunk/ArjunaJTS/jtax/classes/com/arjuna/ats/internal/jta/transaction/jts/BaseTransaction.java
===================================================================
--- labs/jbosstm/trunk/ArjunaJTS/jtax/classes/com/arjuna/ats/internal/jta/transaction/jts/BaseTransaction.java	2009-07-02 11:09:43 UTC (rev 27432)
+++ labs/jbosstm/trunk/ArjunaJTS/jtax/classes/com/arjuna/ats/internal/jta/transaction/jts/BaseTransaction.java	2009-07-02 11:29:12 UTC (rev 27433)
@@ -34,29 +34,15 @@
 import com.arjuna.ats.jta.common.jtaPropertyManager;
 import com.arjuna.ats.jta.logging.*;
 
-import com.arjuna.ats.internal.jta.utils.jts.StatusConverter;
-
 import org.omg.CosTransactions.*;
 
-import com.arjuna.ats.jts.*;
 import com.arjuna.ats.jts.OTSManager;
 
 import com.arjuna.ats.internal.jts.OTSImpleManager;
 
-import javax.transaction.*;
-
-import com.arjuna.ats.arjuna.coordinator.BasicAction;
-import com.arjuna.ats.arjuna.common.*;
-
 import com.arjuna.common.util.logging.*;
 
 import javax.transaction.NotSupportedException;
-import javax.transaction.RollbackException;
-import javax.transaction.HeuristicMixedException;
-import javax.transaction.HeuristicRollbackException;
-import javax.transaction.HeuristicMixedException;
-import javax.transaction.SystemException;
-import java.lang.SecurityException;
 import java.lang.IllegalStateException;
 import java.lang.NullPointerException;
 import org.omg.CosTransactions.SubtransactionsUnavailable;
@@ -65,11 +51,6 @@
 import org.omg.CosTransactions.HeuristicHazard;
 import org.omg.CosTransactions.InvalidControl;
 import org.omg.CosTransactions.WrongTransaction;
-import org.omg.CORBA.NO_PERMISSION;
-import org.omg.CORBA.BAD_OPERATION;
-import org.omg.CORBA.INVALID_TRANSACTION;
-import org.omg.CORBA.TRANSACTION_REQUIRED;
-import org.omg.CORBA.TRANSACTION_ROLLEDBACK;
 
 /**
  * Some common methods for UserTransaction and TransactionManager.
@@ -345,7 +326,7 @@
 
 	static
 	{
-		String subtran = jtaPropertyManager.propertyManager.getProperty(com.arjuna.ats.jta.common.Environment.SUPPORT_SUBTRANSACTIONS);
+		String subtran = jtaPropertyManager.getPropertyManager().getProperty(com.arjuna.ats.jta.common.Environment.SUPPORT_SUBTRANSACTIONS);
 
 		if ((subtran != null) && (subtran.equals("YES")))
 			_supportSubtransactions = true;

Modified: labs/jbosstm/trunk/ArjunaJTS/jtax/classes/com/arjuna/ats/internal/jta/transaction/jts/TransactionImple.java
===================================================================
--- labs/jbosstm/trunk/ArjunaJTS/jtax/classes/com/arjuna/ats/internal/jta/transaction/jts/TransactionImple.java	2009-07-02 11:09:43 UTC (rev 27432)
+++ labs/jbosstm/trunk/ArjunaJTS/jtax/classes/com/arjuna/ats/internal/jta/transaction/jts/TransactionImple.java	2009-07-02 11:29:12 UTC (rev 27433)
@@ -1940,7 +1940,7 @@
 
 	static
 	{
-		final String xaTransactionTimeoutEnabled = jtsPropertyManager.propertyManager.getProperty(Environment.XA_TRANSACTION_TIMEOUT_ENABLED) ;
+		final String xaTransactionTimeoutEnabled = jtsPropertyManager.getPropertyManager().getProperty(Environment.XA_TRANSACTION_TIMEOUT_ENABLED) ;
 		if (xaTransactionTimeoutEnabled != null)
 		{
 			XA_TRANSACTION_TIMEOUT_ENABLED = Boolean.valueOf(xaTransactionTimeoutEnabled).booleanValue() ;
@@ -1949,7 +1949,7 @@
 		{
 			XA_TRANSACTION_TIMEOUT_ENABLED = true ;
 		}
-		final String lastResourceOptimisationInterfaceName = jtsPropertyManager.propertyManager.getProperty(Environment.LAST_RESOURCE_OPTIMISATION_INTERFACE) ;
+		final String lastResourceOptimisationInterfaceName = jtsPropertyManager.getPropertyManager().getProperty(Environment.LAST_RESOURCE_OPTIMISATION_INTERFACE) ;
 		Class lastResourceOptimisationInterface = null ;
 		if (lastResourceOptimisationInterfaceName != null)
 		{

Modified: labs/jbosstm/trunk/ArjunaJTS/jtax/tests/classes/com/arjuna/ats/jtax/tests/implicit/client/ImplicitClient.java
===================================================================
--- labs/jbosstm/trunk/ArjunaJTS/jtax/tests/classes/com/arjuna/ats/jtax/tests/implicit/client/ImplicitClient.java	2009-07-02 11:09:43 UTC (rev 27432)
+++ labs/jbosstm/trunk/ArjunaJTS/jtax/tests/classes/com/arjuna/ats/jtax/tests/implicit/client/ImplicitClient.java	2009-07-02 11:29:12 UTC (rev 27433)
@@ -31,12 +31,14 @@
  * $Id: ImplicitClient.java 2342 2006-03-30 13:06:17Z  $
  */
 
-import org.jboss.dtf.testframework.unittest.*;
 import com.arjuna.orbportability.ORB;
 import com.arjuna.orbportability.OA;
 import com.arjuna.ats.jta.common.*;
 import com.arjuna.ats.jta.*;
 
+import org.jboss.dtf.testframework.unittest.Test;
+import org.jboss.dtf.testframework.unittest.LocalHarness;
+
 public class ImplicitClient extends Test
 {
     public void run(String[] args)
@@ -50,8 +52,8 @@
         {
             try
             {
-                jtaPropertyManager.propertyManager.setProperty(Environment.JTA_TM_IMPLEMENTATION, com.arjuna.ats.internal.jta.transaction.jts.TransactionManagerImple.class.getName());
-                jtaPropertyManager.propertyManager.setProperty(Environment.JTA_UT_IMPLEMENTATION, com.arjuna.ats.internal.jta.transaction.jts.UserTransactionImple.class.getName());
+                jtaPropertyManager.getPropertyManager().setProperty(Environment.JTA_TM_IMPLEMENTATION, com.arjuna.ats.internal.jta.transaction.jts.TransactionManagerImple.class.getName());
+                jtaPropertyManager.getPropertyManager().setProperty(Environment.JTA_UT_IMPLEMENTATION, com.arjuna.ats.internal.jta.transaction.jts.UserTransactionImple.class.getName());
 
                 ORB orb = ORB.getInstance("implicitserver-orb");
                 OA oa = OA.getRootOA(orb);

Modified: labs/jbosstm/trunk/ArjunaJTS/jtax/tests/classes/com/arjuna/ats/jtax/tests/implicit/server/ImplicitServer.java
===================================================================
--- labs/jbosstm/trunk/ArjunaJTS/jtax/tests/classes/com/arjuna/ats/jtax/tests/implicit/server/ImplicitServer.java	2009-07-02 11:09:43 UTC (rev 27432)
+++ labs/jbosstm/trunk/ArjunaJTS/jtax/tests/classes/com/arjuna/ats/jtax/tests/implicit/server/ImplicitServer.java	2009-07-02 11:29:12 UTC (rev 27433)
@@ -31,14 +31,15 @@
  * $Id: ImplicitServer.java 2342 2006-03-30 13:06:17Z  $
  */
 
-import org.jboss.dtf.testframework.unittest.*;
-
 import com.arjuna.orbportability.*;
 
 import com.arjuna.ats.jtax.tests.implicit.impl.*;
 import com.arjuna.ats.jta.common.jtaPropertyManager;
 import com.arjuna.ats.jta.common.Environment;
 
+import org.jboss.dtf.testframework.unittest.Test;
+import org.jboss.dtf.testframework.unittest.LocalHarness;
+
 public class ImplicitServer extends Test
 {
     public void run(String[] args)
@@ -50,8 +51,8 @@
         }
         else
         {
-            jtaPropertyManager.propertyManager.setProperty(Environment.JTA_TM_IMPLEMENTATION, com.arjuna.ats.internal.jta.transaction.jts.TransactionManagerImple.class.getName());
-            jtaPropertyManager.propertyManager.setProperty(Environment.JTA_UT_IMPLEMENTATION, com.arjuna.ats.internal.jta.transaction.jts.UserTransactionImple.class.getName());
+            jtaPropertyManager.getPropertyManager().setProperty(Environment.JTA_TM_IMPLEMENTATION, com.arjuna.ats.internal.jta.transaction.jts.TransactionManagerImple.class.getName());
+            jtaPropertyManager.getPropertyManager().setProperty(Environment.JTA_UT_IMPLEMENTATION, com.arjuna.ats.internal.jta.transaction.jts.UserTransactionImple.class.getName());
 
             try
             {

Modified: labs/jbosstm/trunk/ArjunaJTS/jtax/tests/classes/com/hp/mwtests/ts/jta/jts/basic/JTAAbort.java
===================================================================
--- labs/jbosstm/trunk/ArjunaJTS/jtax/tests/classes/com/hp/mwtests/ts/jta/jts/basic/JTAAbort.java	2009-07-02 11:09:43 UTC (rev 27432)
+++ labs/jbosstm/trunk/ArjunaJTS/jtax/tests/classes/com/hp/mwtests/ts/jta/jts/basic/JTAAbort.java	2009-07-02 11:29:12 UTC (rev 27433)
@@ -33,21 +33,13 @@
 
 import com.arjuna.ats.internal.jts.ORBManager;
 
-import com.hp.mwtests.ts.jta.jts.common.*;
-
 import com.arjuna.ats.jta.common.*;
-import com.arjuna.ats.jta.*;
 import com.arjuna.ats.jta.utils.*;
 
-import com.arjuna.ats.arjuna.common.*;
-
 import com.arjuna.orbportability.*;
 
 import javax.transaction.*;
-import javax.transaction.xa.*;
 
-import java.lang.IllegalAccessException;
-
 public class JTAAbort
 {
 
@@ -76,8 +68,8 @@
 
 	boolean passed = false;
 
-	jtaPropertyManager.propertyManager.setProperty(com.arjuna.ats.jta.common.Environment.JTA_TM_IMPLEMENTATION, "com.arjuna.ats.internal.jta.transaction.jts.TransactionManagerImple");
-	jtaPropertyManager.propertyManager.setProperty(com.arjuna.ats.jta.common.Environment.JTA_UT_IMPLEMENTATION, "com.arjuna.ats.internal.jta.transaction.jts.UserTransactionImple");
+	jtaPropertyManager.getPropertyManager().setProperty(com.arjuna.ats.jta.common.Environment.JTA_TM_IMPLEMENTATION, "com.arjuna.ats.internal.jta.transaction.jts.TransactionManagerImple");
+	jtaPropertyManager.getPropertyManager().setProperty(com.arjuna.ats.jta.common.Environment.JTA_UT_IMPLEMENTATION, "com.arjuna.ats.internal.jta.transaction.jts.UserTransactionImple");
 	
 	try
 	{

Modified: labs/jbosstm/trunk/ArjunaJTS/jtax/tests/classes/com/hp/mwtests/ts/jta/jts/basic/JTAOrder.java
===================================================================
--- labs/jbosstm/trunk/ArjunaJTS/jtax/tests/classes/com/hp/mwtests/ts/jta/jts/basic/JTAOrder.java	2009-07-02 11:09:43 UTC (rev 27432)
+++ labs/jbosstm/trunk/ArjunaJTS/jtax/tests/classes/com/hp/mwtests/ts/jta/jts/basic/JTAOrder.java	2009-07-02 11:29:12 UTC (rev 27433)
@@ -36,18 +36,11 @@
 import com.hp.mwtests.ts.jta.jts.common.*;
 
 import com.arjuna.ats.jta.common.*;
-import com.arjuna.ats.jta.*;
-import com.arjuna.ats.jta.utils.*;
 
-import com.arjuna.ats.arjuna.common.*;
-
 import com.arjuna.orbportability.*;
 
-import javax.transaction.*;
 import javax.transaction.xa.*;
 
-import java.lang.IllegalAccessException;
-
 public class JTAOrder
 {
 
@@ -76,8 +69,8 @@
 
 	boolean passed = false;
 
-	jtaPropertyManager.propertyManager.setProperty(com.arjuna.ats.jta.common.Environment.JTA_TM_IMPLEMENTATION, "com.arjuna.ats.internal.jta.transaction.jts.TransactionManagerImple");
-	jtaPropertyManager.propertyManager.setProperty(com.arjuna.ats.jta.common.Environment.JTA_UT_IMPLEMENTATION, "com.arjuna.ats.internal.jta.transaction.jts.UserTransactionImple");
+	jtaPropertyManager.getPropertyManager().setProperty(com.arjuna.ats.jta.common.Environment.JTA_TM_IMPLEMENTATION, "com.arjuna.ats.internal.jta.transaction.jts.TransactionManagerImple");
+	jtaPropertyManager.getPropertyManager().setProperty(com.arjuna.ats.jta.common.Environment.JTA_UT_IMPLEMENTATION, "com.arjuna.ats.internal.jta.transaction.jts.UserTransactionImple");
 	
 	try
 	{

Modified: labs/jbosstm/trunk/ArjunaJTS/jtax/tests/classes/com/hp/mwtests/ts/jta/jts/basic/JTATest.java
===================================================================
--- labs/jbosstm/trunk/ArjunaJTS/jtax/tests/classes/com/hp/mwtests/ts/jta/jts/basic/JTATest.java	2009-07-02 11:09:43 UTC (rev 27432)
+++ labs/jbosstm/trunk/ArjunaJTS/jtax/tests/classes/com/hp/mwtests/ts/jta/jts/basic/JTATest.java	2009-07-02 11:29:12 UTC (rev 27433)
@@ -33,20 +33,14 @@
 
 import com.hp.mwtests.ts.jta.jts.common.*;
 
-import com.arjuna.ats.jta.*;
 import com.arjuna.ats.jta.common.*;
 
 import com.arjuna.ats.internal.jts.ORBManager;
 
-import com.arjuna.ats.arjuna.common.*;
-
 import com.arjuna.orbportability.*;
 
-import javax.transaction.*;
 import javax.transaction.xa.*;
 
-import java.lang.IllegalAccessException;
-
 public class JTATest
 {
 
@@ -98,8 +92,8 @@
 	    System.exit(0);
 	}
 
-	jtaPropertyManager.propertyManager.setProperty(com.arjuna.ats.jta.common.Environment.JTA_TM_IMPLEMENTATION, "com.arjuna.ats.internal.jta.transaction.jts.TransactionManagerImple");
-	jtaPropertyManager.propertyManager.setProperty(com.arjuna.ats.jta.common.Environment.JTA_UT_IMPLEMENTATION, "com.arjuna.ats.internal.jta.transaction.jts.UserTransactionImple");
+	jtaPropertyManager.getPropertyManager().setProperty(com.arjuna.ats.jta.common.Environment.JTA_TM_IMPLEMENTATION, "com.arjuna.ats.internal.jta.transaction.jts.TransactionManagerImple");
+	jtaPropertyManager.getPropertyManager().setProperty(com.arjuna.ats.jta.common.Environment.JTA_UT_IMPLEMENTATION, "com.arjuna.ats.internal.jta.transaction.jts.UserTransactionImple");
 
 	/*
 	 * We should have a reference to a factory object (see JTA

Modified: labs/jbosstm/trunk/ArjunaJTS/jtax/tests/classes/com/hp/mwtests/ts/jta/jts/basic/JTATransactionCommitTest.java
===================================================================
--- labs/jbosstm/trunk/ArjunaJTS/jtax/tests/classes/com/hp/mwtests/ts/jta/jts/basic/JTATransactionCommitTest.java	2009-07-02 11:09:43 UTC (rev 27432)
+++ labs/jbosstm/trunk/ArjunaJTS/jtax/tests/classes/com/hp/mwtests/ts/jta/jts/basic/JTATransactionCommitTest.java	2009-07-02 11:29:12 UTC (rev 27433)
@@ -61,7 +61,7 @@
         }
 
         /** Ensure underlying JTA implementation is JTS **/
-        jtaPropertyManager.propertyManager.setProperty(Environment.JTA_TM_IMPLEMENTATION, TransactionManagerImple.class.getName());
+        jtaPropertyManager.getPropertyManager().setProperty(Environment.JTA_TM_IMPLEMENTATION, TransactionManagerImple.class.getName());
 
         try
         {

Modified: labs/jbosstm/trunk/ArjunaJTS/jtax/tests/classes/com/hp/mwtests/ts/jta/jts/basic/NullResource.java
===================================================================
--- labs/jbosstm/trunk/ArjunaJTS/jtax/tests/classes/com/hp/mwtests/ts/jta/jts/basic/NullResource.java	2009-07-02 11:09:43 UTC (rev 27432)
+++ labs/jbosstm/trunk/ArjunaJTS/jtax/tests/classes/com/hp/mwtests/ts/jta/jts/basic/NullResource.java	2009-07-02 11:29:12 UTC (rev 27433)
@@ -31,24 +31,14 @@
 
 package com.hp.mwtests.ts.jta.jts.basic;
 
-import com.hp.mwtests.ts.jta.jts.common.*;
-
 import com.arjuna.ats.internal.jts.ORBManager;
 
-import com.arjuna.ats.jta.*;
-import com.arjuna.ats.jta.utils.*;
 import com.arjuna.ats.jta.common.*;
 
 import com.arjuna.orbportability.*;
 
-import com.arjuna.ats.arjuna.common.*;
 import org.jboss.dtf.testframework.unittest.Test;
 
-import javax.transaction.*;
-import javax.transaction.xa.*;
-
-import java.lang.IllegalAccessException;
-
 public class NullResource extends Test
 {
 
@@ -75,8 +65,8 @@
             assertFailure();
 	}
 
-	jtaPropertyManager.propertyManager.setProperty(com.arjuna.ats.jta.common.Environment.JTA_TM_IMPLEMENTATION, "com.arjuna.ats.internal.jta.transaction.jts.TransactionManagerImple");
-	jtaPropertyManager.propertyManager.setProperty(com.arjuna.ats.jta.common.Environment.JTA_UT_IMPLEMENTATION, "com.arjuna.ats.internal.jta.transaction.jts.UserTransactionImple");
+	jtaPropertyManager.getPropertyManager().setProperty(com.arjuna.ats.jta.common.Environment.JTA_TM_IMPLEMENTATION, "com.arjuna.ats.internal.jta.transaction.jts.TransactionManagerImple");
+	jtaPropertyManager.getPropertyManager().setProperty(com.arjuna.ats.jta.common.Environment.JTA_UT_IMPLEMENTATION, "com.arjuna.ats.internal.jta.transaction.jts.UserTransactionImple");
 
 	boolean passed = false;
 

Modified: labs/jbosstm/trunk/ArjunaJTS/jtax/tests/classes/com/hp/mwtests/ts/jta/jts/basic/Performance.java
===================================================================
--- labs/jbosstm/trunk/ArjunaJTS/jtax/tests/classes/com/hp/mwtests/ts/jta/jts/basic/Performance.java	2009-07-02 11:09:43 UTC (rev 27432)
+++ labs/jbosstm/trunk/ArjunaJTS/jtax/tests/classes/com/hp/mwtests/ts/jta/jts/basic/Performance.java	2009-07-02 11:29:12 UTC (rev 27433)
@@ -31,22 +31,12 @@
 
 package com.hp.mwtests.ts.jta.jts.basic;
 
-import com.hp.mwtests.ts.jta.jts.common.*;
-
-import com.arjuna.ats.jta.*;
 import com.arjuna.ats.jta.common.*;
 
 import com.arjuna.ats.internal.jts.ORBManager;
 
-import com.arjuna.ats.arjuna.common.*;
-
 import com.arjuna.orbportability.*;
 
-import javax.transaction.*;
-import javax.transaction.xa.*;
-
-import java.lang.IllegalAccessException;
-
 public class Performance
 {
 
@@ -73,8 +63,8 @@
 	    System.exit(0);
 	}
 
-	jtaPropertyManager.propertyManager.setProperty(com.arjuna.ats.jta.common.Environment.JTA_TM_IMPLEMENTATION, "com.arjuna.ats.internal.jta.transaction.jts.TransactionManagerImple");
-	jtaPropertyManager.propertyManager.setProperty(com.arjuna.ats.jta.common.Environment.JTA_UT_IMPLEMENTATION, "com.arjuna.ats.internal.jta.transaction.jts.UserTransactionImple");
+	jtaPropertyManager.getPropertyManager().setProperty(com.arjuna.ats.jta.common.Environment.JTA_TM_IMPLEMENTATION, "com.arjuna.ats.internal.jta.transaction.jts.TransactionManagerImple");
+	jtaPropertyManager.getPropertyManager().setProperty(com.arjuna.ats.jta.common.Environment.JTA_UT_IMPLEMENTATION, "com.arjuna.ats.internal.jta.transaction.jts.UserTransactionImple");
 
 	/*
 	 * We should have a reference to a factory object (see JTA

Modified: labs/jbosstm/trunk/ArjunaJTS/jtax/tests/classes/com/hp/mwtests/ts/jta/jts/basic/SuspendResume.java
===================================================================
--- labs/jbosstm/trunk/ArjunaJTS/jtax/tests/classes/com/hp/mwtests/ts/jta/jts/basic/SuspendResume.java	2009-07-02 11:09:43 UTC (rev 27432)
+++ labs/jbosstm/trunk/ArjunaJTS/jtax/tests/classes/com/hp/mwtests/ts/jta/jts/basic/SuspendResume.java	2009-07-02 11:29:12 UTC (rev 27433)
@@ -63,11 +63,11 @@
             System.exit(0);
         }
 
-        jtaPropertyManager.propertyManager
+        jtaPropertyManager.getPropertyManager()
                 .setProperty(
                         com.arjuna.ats.jta.common.Environment.JTA_TM_IMPLEMENTATION,
                         "com.arjuna.ats.internal.jta.transaction.jts.TransactionManagerImple");
-        jtaPropertyManager.propertyManager
+        jtaPropertyManager.getPropertyManager()
                 .setProperty(
                         com.arjuna.ats.jta.common.Environment.JTA_UT_IMPLEMENTATION,
                         "com.arjuna.ats.internal.jta.transaction.jts.UserTransactionImple");

Modified: labs/jbosstm/trunk/ArjunaJTS/jtax/tests/classes/com/hp/mwtests/ts/jta/jts/basic/ThreadedCommit.java
===================================================================
--- labs/jbosstm/trunk/ArjunaJTS/jtax/tests/classes/com/hp/mwtests/ts/jta/jts/basic/ThreadedCommit.java	2009-07-02 11:09:43 UTC (rev 27432)
+++ labs/jbosstm/trunk/ArjunaJTS/jtax/tests/classes/com/hp/mwtests/ts/jta/jts/basic/ThreadedCommit.java	2009-07-02 11:29:12 UTC (rev 27433)
@@ -36,7 +36,6 @@
 import javax.transaction.TransactionManager;
 
 import com.arjuna.ats.jta.common.*;
-import com.arjuna.ats.jta.utils.JTAHelper;
 
 import com.arjuna.ats.internal.jts.ORBManager;
 
@@ -119,11 +118,11 @@
             System.exit(0);
         }
 
-        jtaPropertyManager.propertyManager
+        jtaPropertyManager.getPropertyManager()
                 .setProperty(
                         com.arjuna.ats.jta.common.Environment.JTA_TM_IMPLEMENTATION,
                         "com.arjuna.ats.internal.jta.transaction.jts.TransactionManagerImple");
-        jtaPropertyManager.propertyManager
+        jtaPropertyManager.getPropertyManager()
                 .setProperty(
                         com.arjuna.ats.jta.common.Environment.JTA_UT_IMPLEMENTATION,
                         "com.arjuna.ats.internal.jta.transaction.jts.UserTransactionImple");

Modified: labs/jbosstm/trunk/ArjunaJTS/jtax/tests/classes/com/hp/mwtests/ts/jta/jts/hammer/JTAHammer.java
===================================================================
--- labs/jbosstm/trunk/ArjunaJTS/jtax/tests/classes/com/hp/mwtests/ts/jta/jts/hammer/JTAHammer.java	2009-07-02 11:09:43 UTC (rev 27432)
+++ labs/jbosstm/trunk/ArjunaJTS/jtax/tests/classes/com/hp/mwtests/ts/jta/jts/hammer/JTAHammer.java	2009-07-02 11:29:12 UTC (rev 27433)
@@ -33,22 +33,16 @@
 
 import com.hp.mwtests.ts.jta.jts.common.*;
 
-import com.arjuna.ats.jta.*;
 import com.arjuna.ats.jta.common.*;
 
 import com.arjuna.ats.internal.jts.ORBManager;
 
-import com.arjuna.ats.arjuna.common.*;
-
 import com.arjuna.orbportability.*;
 
-import javax.transaction.*;
 import javax.transaction.xa.*;
 
 import java.util.*;
 
-import java.lang.IllegalAccessException;
-
 class Worker extends Thread
 {
 
@@ -204,8 +198,8 @@
 	    System.exit(0);
 	}
 
-	jtaPropertyManager.propertyManager.setProperty(com.arjuna.ats.jta.common.Environment.JTA_TM_IMPLEMENTATION, "com.arjuna.ats.internal.jta.transaction.jts.TransactionManagerImple");
-	jtaPropertyManager.propertyManager.setProperty(com.arjuna.ats.jta.common.Environment.JTA_UT_IMPLEMENTATION, "com.arjuna.ats.internal.jta.transaction.jts.UserTransactionImple");
+	jtaPropertyManager.getPropertyManager().setProperty(com.arjuna.ats.jta.common.Environment.JTA_TM_IMPLEMENTATION, "com.arjuna.ats.internal.jta.transaction.jts.TransactionManagerImple");
+	jtaPropertyManager.getPropertyManager().setProperty(com.arjuna.ats.jta.common.Environment.JTA_UT_IMPLEMENTATION, "com.arjuna.ats.internal.jta.transaction.jts.UserTransactionImple");
 
 	/*
 	 * We should have a reference to a factory object (see JTA

Modified: labs/jbosstm/trunk/ArjunaJTS/jtax/tests/classes/com/hp/mwtests/ts/jta/jts/nested/SimpleNestedTest.java
===================================================================
--- labs/jbosstm/trunk/ArjunaJTS/jtax/tests/classes/com/hp/mwtests/ts/jta/jts/nested/SimpleNestedTest.java	2009-07-02 11:09:43 UTC (rev 27432)
+++ labs/jbosstm/trunk/ArjunaJTS/jtax/tests/classes/com/hp/mwtests/ts/jta/jts/nested/SimpleNestedTest.java	2009-07-02 11:29:12 UTC (rev 27433)
@@ -48,7 +48,7 @@
     {
         try
         {
-            com.arjuna.ats.jta.common.jtaPropertyManager.propertyManager.setProperty(com.arjuna.ats.jta.common.Environment.SUPPORT_SUBTRANSACTIONS,"YES");
+            jtaPropertyManager.getPropertyManager().setProperty(com.arjuna.ats.jta.common.Environment.SUPPORT_SUBTRANSACTIONS,"YES");
 
             javax.transaction.TransactionManager transactionManager = com.arjuna.ats.jta.TransactionManager.transactionManager();
 
@@ -98,8 +98,8 @@
 	    System.exit(0);
 	}
 
-	jtaPropertyManager.propertyManager.setProperty(com.arjuna.ats.jta.common.Environment.JTA_TM_IMPLEMENTATION, "com.arjuna.ats.internal.jta.transaction.jts.TransactionManagerImple");
-	jtaPropertyManager.propertyManager.setProperty(com.arjuna.ats.jta.common.Environment.JTA_UT_IMPLEMENTATION, "com.arjuna.ats.internal.jta.transaction.jts.UserTransactionImple");
+	jtaPropertyManager.getPropertyManager().setProperty(com.arjuna.ats.jta.common.Environment.JTA_TM_IMPLEMENTATION, "com.arjuna.ats.internal.jta.transaction.jts.TransactionManagerImple");
+	jtaPropertyManager.getPropertyManager().setProperty(com.arjuna.ats.jta.common.Environment.JTA_UT_IMPLEMENTATION, "com.arjuna.ats.internal.jta.transaction.jts.UserTransactionImple");
 
         new SimpleNestedTest();
 

Modified: labs/jbosstm/trunk/ArjunaJTS/jtax/tests/classes/com/hp/mwtests/ts/jta/jts/twophase/SimpleTest.java
===================================================================
--- labs/jbosstm/trunk/ArjunaJTS/jtax/tests/classes/com/hp/mwtests/ts/jta/jts/twophase/SimpleTest.java	2009-07-02 11:09:43 UTC (rev 27432)
+++ labs/jbosstm/trunk/ArjunaJTS/jtax/tests/classes/com/hp/mwtests/ts/jta/jts/twophase/SimpleTest.java	2009-07-02 11:29:12 UTC (rev 27433)
@@ -93,8 +93,8 @@
 	    System.exit(0);
 	}
 
-	jtaPropertyManager.propertyManager.setProperty(com.arjuna.ats.jta.common.Environment.JTA_TM_IMPLEMENTATION, "com.arjuna.ats.internal.jta.transaction.jts.TransactionManagerImple");
-	jtaPropertyManager.propertyManager.setProperty(com.arjuna.ats.jta.common.Environment.JTA_UT_IMPLEMENTATION, "com.arjuna.ats.internal.jta.transaction.jts.UserTransactionImple");
+	jtaPropertyManager.getPropertyManager().setProperty(com.arjuna.ats.jta.common.Environment.JTA_TM_IMPLEMENTATION, "com.arjuna.ats.internal.jta.transaction.jts.TransactionManagerImple");
+	jtaPropertyManager.getPropertyManager().setProperty(com.arjuna.ats.jta.common.Environment.JTA_UT_IMPLEMENTATION, "com.arjuna.ats.internal.jta.transaction.jts.UserTransactionImple");
 
         new SimpleTest();
 

Modified: labs/jbosstm/trunk/ArjunaJTS/jts/classes/com/arjuna/ats/internal/jts/OTSImpleManager.java
===================================================================
--- labs/jbosstm/trunk/ArjunaJTS/jts/classes/com/arjuna/ats/internal/jts/OTSImpleManager.java	2009-07-02 11:09:43 UTC (rev 27432)
+++ labs/jbosstm/trunk/ArjunaJTS/jts/classes/com/arjuna/ats/internal/jts/OTSImpleManager.java	2009-07-02 11:29:12 UTC (rev 27433)
@@ -31,31 +31,20 @@
 
 package com.arjuna.ats.internal.jts;
 
-import com.arjuna.common.util.propertyservice.PropertyManager;
-
 import com.arjuna.ats.jts.common.Environment;
 import com.arjuna.ats.jts.common.jtsPropertyManager;
 import com.arjuna.ats.jts.logging.*;
 
 import com.arjuna.orbportability.*;
 
-import com.arjuna.common.util.logging.*;
-
-import com.arjuna.ats.arjuna.common.*;
-import com.arjuna.ats.arjuna.coordinator.TransactionReaper;
-
 import com.arjuna.ats.internal.jts.orbspecific.CurrentImple;
-import com.arjuna.ats.internal.jts.orbspecific.ControlImple;
 import com.arjuna.ats.internal.jts.orbspecific.TransactionFactoryImple;
 import com.arjuna.ats.internal.jts.ORBManager;
-import com.arjuna.ats.internal.jts.utils.Helper;
 
 import org.omg.CosTransactions.*;
 
 import com.arjuna.ArjunaOTS.*;
 
-import java.io.PrintStream;
-
 import org.omg.CORBA.SystemException;
 import org.omg.CORBA.BAD_PARAM;
 import org.omg.CORBA.UNKNOWN;
@@ -206,7 +195,7 @@
 				 * Only check once, when the factory is first created.
 				 */
 
-				String transactionManager = jtsPropertyManager.propertyManager.getProperty(Environment.TRANSACTION_MANAGER, "NO");
+				String transactionManager = jtsPropertyManager.getPropertyManager().getProperty(Environment.TRANSACTION_MANAGER, "NO");
 				int resolver = Services.CONFIGURATION_FILE;
 
 				boolean requireTransactionManager = false;
@@ -215,7 +204,7 @@
 				{
 					requireTransactionManager = true;
 
-					String resolveMechanism = jtsPropertyManager.propertyManager.getProperty(com.arjuna.orbportability.common.Environment.RESOLVE_SERVICE, "CONFIGURATION_FILE");
+					String resolveMechanism = jtsPropertyManager.getPropertyManager().getProperty(com.arjuna.orbportability.common.Environment.RESOLVE_SERVICE, "CONFIGURATION_FILE");
 
 					if (resolveMechanism.compareTo("NAME_SERVICE") == 0)
 						resolver = Services.NAME_SERVICE;

Modified: labs/jbosstm/trunk/ArjunaJTS/jts/classes/com/arjuna/ats/internal/jts/context/ContextPropagationManager.java
===================================================================
--- labs/jbosstm/trunk/ArjunaJTS/jts/classes/com/arjuna/ats/internal/jts/context/ContextPropagationManager.java	2009-07-02 11:09:43 UTC (rev 27432)
+++ labs/jbosstm/trunk/ArjunaJTS/jts/classes/com/arjuna/ats/internal/jts/context/ContextPropagationManager.java	2009-07-02 11:29:12 UTC (rev 27433)
@@ -31,18 +31,12 @@
 
 package com.arjuna.ats.internal.jts.context;
 
-import com.arjuna.common.util.propertyservice.PropertyManager;
-
 import com.arjuna.ats.jts.common.jtsPropertyManager;
 import com.arjuna.ats.jts.logging.*;
 
 import com.arjuna.orbportability.ORBType;
 import com.arjuna.orbportability.ORBInfo;
 
-import com.arjuna.common.util.logging.*;
-
-import com.arjuna.ats.arjuna.exceptions.FatalError;
-
 /**
  * Registers the appropriate filter with the ORB.
  *
@@ -60,7 +54,7 @@
 
     public ContextPropagationManager ()
     {
-	String contextMode = jtsPropertyManager.propertyManager.getProperty(com.arjuna.ats.jts.common.Environment.CONTEXT_PROP_MODE);
+	String contextMode = jtsPropertyManager.getPropertyManager().getProperty(com.arjuna.ats.jts.common.Environment.CONTEXT_PROP_MODE);
 	boolean interposition = true;
 
 	if (contextMode != null)

Modified: labs/jbosstm/trunk/ArjunaJTS/jts/classes/com/arjuna/ats/internal/jts/orbspecific/TransactionFactoryImple.java
===================================================================
--- labs/jbosstm/trunk/ArjunaJTS/jts/classes/com/arjuna/ats/internal/jts/orbspecific/TransactionFactoryImple.java	2009-07-02 11:09:43 UTC (rev 27432)
+++ labs/jbosstm/trunk/ArjunaJTS/jts/classes/com/arjuna/ats/internal/jts/orbspecific/TransactionFactoryImple.java	2009-07-02 11:29:12 UTC (rev 27433)
@@ -912,7 +912,7 @@
 
 	static
 	{
-		String timeout = jtsPropertyManager.propertyManager.getProperty(com.arjuna.ats.jts.common.Environment.DEFAULT_TIMEOUT);
+		String timeout = jtsPropertyManager.getPropertyManager().getProperty(com.arjuna.ats.jts.common.Environment.DEFAULT_TIMEOUT);
 
 		if (timeout != null)
 		{

Modified: labs/jbosstm/trunk/ArjunaJTS/jts/classes/com/arjuna/ats/internal/jts/orbspecific/coordinator/ArjunaTransactionImple.java
===================================================================
--- labs/jbosstm/trunk/ArjunaJTS/jts/classes/com/arjuna/ats/internal/jts/orbspecific/coordinator/ArjunaTransactionImple.java	2009-07-02 11:09:43 UTC (rev 27432)
+++ labs/jbosstm/trunk/ArjunaJTS/jts/classes/com/arjuna/ats/internal/jts/orbspecific/coordinator/ArjunaTransactionImple.java	2009-07-02 11:29:12 UTC (rev 27433)
@@ -38,7 +38,6 @@
 import com.arjuna.ats.jts.common.jtsPropertyManager;
 import com.arjuna.ats.jts.logging.*;
 
-import com.arjuna.common.util.propertyservice.PropertyManager;
 import com.arjuna.common.util.logging.*;
 
 import com.arjuna.ats.internal.jts.recovery.RecoveryCreator;
@@ -47,18 +46,13 @@
 import com.arjuna.ats.internal.jts.ORBManager;
 import com.arjuna.ats.internal.jts.ControlWrapper;
 import com.arjuna.ats.internal.jts.orbspecific.ControlImple;
-import com.arjuna.ats.internal.jts.orbspecific.CurrentImple;
 import com.arjuna.ats.internal.jts.orbspecific.TransactionFactoryImple;
 import com.arjuna.ats.internal.jts.resources.SynchronizationRecord;
 import com.arjuna.ats.internal.jts.resources.ResourceRecord;
 import com.arjuna.ats.internal.jts.resources.ExtendedResourceRecord;
 import com.arjuna.ats.internal.jts.coordinator.CheckedActions;
 
-import com.arjuna.orbportability.*;
-
 import com.arjuna.ats.arjuna.coordinator.*;
-import com.arjuna.ats.arjuna.objectstore.ObjectStore;
-import com.arjuna.ats.arjuna.state.*;
 import com.arjuna.ats.arjuna.common.*;
 
 import org.omg.CosTransactions.*;
@@ -69,7 +63,6 @@
 
 import java.util.*;
 
-import com.arjuna.ats.arjuna.exceptions.ObjectStoreException;
 import org.omg.CORBA.SystemException;
 import org.omg.CORBA.BAD_PARAM;
 import org.omg.CORBA.UNKNOWN;
@@ -2369,7 +2362,7 @@
 
 	static
 	{
-		String interpositionType = jtsPropertyManager.propertyManager.getProperty(com.arjuna.ats.jts.common.Environment.INTERPOSITION);
+		String interpositionType = jtsPropertyManager.getPropertyManager().getProperty(com.arjuna.ats.jts.common.Environment.INTERPOSITION);
 
 		if (interpositionType != null)
 		{
@@ -2387,7 +2380,7 @@
 			}
 		}
 
-		String supportSubtran = jtsPropertyManager.propertyManager.getProperty(com.arjuna.ats.jts.common.Environment.SUPPORT_SUBTRANSACTIONS);
+		String supportSubtran = jtsPropertyManager.getPropertyManager().getProperty(com.arjuna.ats.jts.common.Environment.SUPPORT_SUBTRANSACTIONS);
 
 		if (supportSubtran != null)
 		{
@@ -2395,7 +2388,7 @@
 				_subtran = false;
 		}
 
-		String syncOn = jtsPropertyManager.propertyManager.getProperty(com.arjuna.ats.jts.common.Environment.SUPPORT_ROLLBACK_SYNC);
+		String syncOn = jtsPropertyManager.getPropertyManager().getProperty(com.arjuna.ats.jts.common.Environment.SUPPORT_ROLLBACK_SYNC);
 
 		if (syncOn != null)
 		{
@@ -2403,7 +2396,7 @@
 				_syncOn = false;
 		}
 
-		String checked = jtsPropertyManager.propertyManager.getProperty(com.arjuna.ats.jts.common.Environment.CHECKED_TRANSACTIONS);
+		String checked = jtsPropertyManager.getPropertyManager().getProperty(com.arjuna.ats.jts.common.Environment.CHECKED_TRANSACTIONS);
 
 		if (checked != null)
 		{
@@ -2411,7 +2404,7 @@
 				_checkedTransactions = true;
 		}
 
-		String propTerm = jtsPropertyManager.propertyManager.getProperty(com.arjuna.ats.jts.common.Environment.PROPAGATE_TERMINATOR);
+		String propTerm = jtsPropertyManager.getPropertyManager().getProperty(com.arjuna.ats.jts.common.Environment.PROPAGATE_TERMINATOR);
 
 		if (propTerm != null)
 		{
@@ -2419,7 +2412,7 @@
 				_propagateTerminator = true;
 		}
 
-		String propRemainingTimeout = jtsPropertyManager.propertyManager.getProperty(com.arjuna.ats.jts.common.Environment.OTS_1_0_TIMEOUT_PROPAGATION);
+		String propRemainingTimeout = jtsPropertyManager.getPropertyManager().getProperty(com.arjuna.ats.jts.common.Environment.OTS_1_0_TIMEOUT_PROPAGATION);
 
 		if (propRemainingTimeout != null)
 		{

Modified: labs/jbosstm/trunk/ArjunaJTS/jts/classes/com/arjuna/ats/internal/jts/orbspecific/interposition/coordinator/ServerTransaction.java
===================================================================
--- labs/jbosstm/trunk/ArjunaJTS/jts/classes/com/arjuna/ats/internal/jts/orbspecific/interposition/coordinator/ServerTransaction.java	2009-07-02 11:09:43 UTC (rev 27432)
+++ labs/jbosstm/trunk/ArjunaJTS/jts/classes/com/arjuna/ats/internal/jts/orbspecific/interposition/coordinator/ServerTransaction.java	2009-07-02 11:29:12 UTC (rev 27433)
@@ -707,7 +707,7 @@
 
 	static
 	{
-		String inter = jtsPropertyManager.propertyManager.getProperty(com.arjuna.ats.jts.common.Environment.SUPPORT_INTERPOSED_SYNCHRONIZATION);
+		String inter = jtsPropertyManager.getPropertyManager().getProperty(com.arjuna.ats.jts.common.Environment.SUPPORT_INTERPOSED_SYNCHRONIZATION);
 
 		if (inter != null)
 		{

Modified: labs/jbosstm/trunk/ArjunaJTS/jts/classes/com/arjuna/ats/internal/jts/orbspecific/jacorb/recoverycoordinators/JacOrbRCManager.java
===================================================================
--- labs/jbosstm/trunk/ArjunaJTS/jts/classes/com/arjuna/ats/internal/jts/orbspecific/jacorb/recoverycoordinators/JacOrbRCManager.java	2009-07-02 11:09:43 UTC (rev 27432)
+++ labs/jbosstm/trunk/ArjunaJTS/jts/classes/com/arjuna/ats/internal/jts/orbspecific/jacorb/recoverycoordinators/JacOrbRCManager.java	2009-07-02 11:29:12 UTC (rev 27433)
@@ -44,22 +44,12 @@
 import com.arjuna.ats.arjuna.logging.FacilityCode;
 import com.arjuna.common.util.logging.*;
 import com.arjuna.ats.jts.common.jtsPropertyManager;
-import com.arjuna.orbportability.orb.*;
-import com.arjuna.orbportability.*;
-import com.arjuna.orbportability.OA;
-import com.arjuna.orbportability.ORB;
 import com.arjuna.ats.internal.jts.recovery.recoverycoordinators.*;
 
-import com.arjuna.ats.arjuna.common.Environment;
-import java.io.File;
-
-import java.io.PrintWriter;
-
 import com.arjuna.ats.internal.jts.ORBManager;
 
 import com.arjuna.ats.arjuna.coordinator.TxControl;
 import com.arjuna.ats.arjuna.objectstore.ObjectStore;
-import com.arjuna.ats.arjuna.exceptions.ObjectStoreException;
 import com.arjuna.ats.arjuna.state.*;
 
 /**
@@ -219,7 +209,7 @@
 	 * lot easier.
 	 */
 
-	String env = jtsPropertyManager.propertyManager.getProperty("com.arjuna.ats.internal.jts.orbspecific.jacorb.recoverycoordinators.noDaemon");
+	String env = jtsPropertyManager.getPropertyManager().getProperty("com.arjuna.ats.internal.jts.orbspecific.jacorb.recoverycoordinators.noDaemon");
 
 	if (env != null)
 	{

Modified: labs/jbosstm/trunk/ArjunaJTS/jts/classes/com/arjuna/ats/internal/jts/orbspecific/jacorb/recoverycoordinators/JacOrbRCServiceInit.java
===================================================================
--- labs/jbosstm/trunk/ArjunaJTS/jts/classes/com/arjuna/ats/internal/jts/orbspecific/jacorb/recoverycoordinators/JacOrbRCServiceInit.java	2009-07-02 11:09:43 UTC (rev 27432)
+++ labs/jbosstm/trunk/ArjunaJTS/jts/classes/com/arjuna/ats/internal/jts/orbspecific/jacorb/recoverycoordinators/JacOrbRCServiceInit.java	2009-07-02 11:29:12 UTC (rev 27433)
@@ -55,7 +55,6 @@
 import com.arjuna.ats.arjuna.coordinator.TxControl;
 import com.arjuna.ats.arjuna.objectstore.ObjectStore;
 import com.arjuna.ats.arjuna.state.*;
-import com.arjuna.ats.arjuna.utils.Utility;
 
 import java.io.IOException;
 import java.util.Properties;
@@ -117,8 +116,8 @@
 	    {
 		_orb = com.arjuna.orbportability.internal.InternalORB.getInstance("RecoveryServer");
 		String[] params = null;
-		String recoveryManagerPort = jtsPropertyManager.propertyManager.getProperty(com.arjuna.ats.jts.common.Environment.RECOVERY_MANAGER_ORB_PORT, "4711");
-        String recoveryManagerAddr = jtsPropertyManager.propertyManager.getProperty(com.arjuna.ats.jts.common.Environment.RECOVERY_MANAGER_ADDRESS);
+		String recoveryManagerPort = jtsPropertyManager.getPropertyManager().getProperty(com.arjuna.ats.jts.common.Environment.RECOVERY_MANAGER_ORB_PORT, "4711");
+        String recoveryManagerAddr = jtsPropertyManager.getPropertyManager().getProperty(com.arjuna.ats.jts.common.Environment.RECOVERY_MANAGER_ADDRESS);
 
         if (recoveryManagerAddr == null)
             recoveryManagerAddr = "";

Modified: labs/jbosstm/trunk/ArjunaJTS/jts/classes/com/arjuna/ats/internal/jts/orbspecific/recovery/recoverycoordinators/GenericRecoveryCoordinator.java
===================================================================
--- labs/jbosstm/trunk/ArjunaJTS/jts/classes/com/arjuna/ats/internal/jts/orbspecific/recovery/recoverycoordinators/GenericRecoveryCoordinator.java	2009-07-02 11:09:43 UTC (rev 27432)
+++ labs/jbosstm/trunk/ArjunaJTS/jts/classes/com/arjuna/ats/internal/jts/orbspecific/recovery/recoverycoordinators/GenericRecoveryCoordinator.java	2009-07-02 11:29:12 UTC (rev 27433)
@@ -32,25 +32,17 @@
 package com.arjuna.ats.internal.jts.orbspecific.recovery.recoverycoordinators;
 
 import com.arjuna.ats.arjuna.common.*;
-import com.arjuna.ats.arjuna.objectstore.*;
 
 import com.arjuna.ats.jts.common.jtsPropertyManager;
-import com.arjuna.ats.arjuna.common.*;
-import com.arjuna.orbportability.*;
-import com.arjuna.common.util.propertyservice.PropertyManager;
 
-import com.arjuna.ats.internal.jts.recovery.*;
 import com.arjuna.ats.internal.jts.recovery.contact.StatusChecker;
 import com.arjuna.ats.internal.jts.recovery.recoverycoordinators.*;
-import com.arjuna.ats.internal.jts.recovery.transactions.*;
 import com.arjuna.ats.internal.jts.orbspecific.coordinator.ArjunaTransactionImple;
 import com.arjuna.ats.internal.jts.orbspecific.interposition.coordinator.ServerTransaction;
 
 import org.omg.CosTransactions.*;
 
 import org.omg.CORBA.SystemException;
-import org.omg.CORBA.BAD_PARAM;
-import org.omg.CORBA.UNKNOWN;
 
 import com.arjuna.ats.jts.logging.jtsLogger;
 import com.arjuna.ats.arjuna.logging.FacilityCode;
@@ -424,7 +416,7 @@
     {
 	_issueRecoveryRollback = true;
 	
-	String issueRecoveryRollback = jtsPropertyManager.propertyManager.getProperty(com.arjuna.ats.jts.recovery.RecoveryEnvironment.OTS_ISSUE_RECOVERY_ROLLBACK);
+	String issueRecoveryRollback = jtsPropertyManager.getPropertyManager().getProperty(com.arjuna.ats.jts.recovery.RecoveryEnvironment.OTS_ISSUE_RECOVERY_ROLLBACK);
 	
 	if (issueRecoveryRollback != null)
 	{

Modified: labs/jbosstm/trunk/ArjunaJTS/jts/classes/com/arjuna/ats/internal/jts/recovery/RecoveryInit.java
===================================================================
--- labs/jbosstm/trunk/ArjunaJTS/jts/classes/com/arjuna/ats/internal/jts/recovery/RecoveryInit.java	2009-07-02 11:09:43 UTC (rev 27432)
+++ labs/jbosstm/trunk/ArjunaJTS/jts/classes/com/arjuna/ats/internal/jts/recovery/RecoveryInit.java	2009-07-02 11:29:12 UTC (rev 27433)
@@ -119,7 +119,7 @@
 
 		    // register the ContactWriter to watch for the first ArjunaFactory construction
 
-		    opPropertyManager.propertyManager.setProperty(eventHandlerPropertyName,eventHandlerPropertyValue);
+		    opPropertyManager.getPropertyManager().setProperty(eventHandlerPropertyName,eventHandlerPropertyValue);
 
 		    // Change here above the way to call this startRCService -
 		    // otherwise call it in JacOrbRecoveryInit above.

Modified: labs/jbosstm/trunk/ArjunaJTS/jts/classes/com/arjuna/ats/internal/jts/recovery/contact/ExpiredContactScanner.java
===================================================================
--- labs/jbosstm/trunk/ArjunaJTS/jts/classes/com/arjuna/ats/internal/jts/recovery/contact/ExpiredContactScanner.java	2009-07-02 11:09:43 UTC (rev 27432)
+++ labs/jbosstm/trunk/ArjunaJTS/jts/classes/com/arjuna/ats/internal/jts/recovery/contact/ExpiredContactScanner.java	2009-07-02 11:29:12 UTC (rev 27433)
@@ -34,29 +34,20 @@
 import org.omg.CosTransactions.*;
 
 import java.util.*;
-import java.io.PrintWriter;
 import java.text.*;
 
 import com.arjuna.ats.arjuna.common.*;
-import com.arjuna.ats.arjuna.coordinator.*;
 import com.arjuna.ats.arjuna.objectstore.*;
 import com.arjuna.ats.arjuna.recovery.*;
 
 import com.arjuna.ats.arjuna.state.*;
 
-import com.arjuna.orbportability.orb.*;
-import com.arjuna.orbportability.*;
-import com.arjuna.orbportability.OA;
-import com.arjuna.orbportability.ORB;
-
 import com.arjuna.ats.jts.common.jtsPropertyManager;
 import com.arjuna.ats.jts.logging.jtsLogger;
 import com.arjuna.ats.arjuna.logging.FacilityCode;
 import com.arjuna.common.util.logging.*;
 
-import com.arjuna.ats.internal.jts.recovery.*;
 
-
 /**
  * This class is a plug-in module for the recovery manager.  This
  * class is responsible for the removing contact items that are too old
@@ -156,7 +147,7 @@
     static
     {
 
-	String expiryTimeString = jtsPropertyManager.propertyManager.getProperty
+	String expiryTimeString = jtsPropertyManager.getPropertyManager().getProperty
 	    ( RecoveryEnvironment.TRANSACTION_STATUS_MANAGER_EXPIRY_TIME ) ;
 
 	if (expiryTimeString != null)

Modified: labs/jbosstm/trunk/ArjunaJTS/jts/classes/com/arjuna/ats/internal/jts/recovery/transactions/ExpiredAssumedCompleteScanner.java
===================================================================
--- labs/jbosstm/trunk/ArjunaJTS/jts/classes/com/arjuna/ats/internal/jts/recovery/transactions/ExpiredAssumedCompleteScanner.java	2009-07-02 11:09:43 UTC (rev 27432)
+++ labs/jbosstm/trunk/ArjunaJTS/jts/classes/com/arjuna/ats/internal/jts/recovery/transactions/ExpiredAssumedCompleteScanner.java	2009-07-02 11:29:12 UTC (rev 27433)
@@ -34,13 +34,11 @@
 import org.omg.CosTransactions.*;
 
 import java.util.*;
-import java.io.PrintWriter;
 import java.text.*;
 
 import com.arjuna.ats.arjuna.common.Uid ;
 import com.arjuna.ats.jts.common.jtsPropertyManager;
 import com.arjuna.ats.arjuna.objectstore.ObjectStore ;
-import com.arjuna.common.util.propertyservice.PropertyManager ;
 import com.arjuna.ats.arjuna.recovery.ExpiryScanner ;
 import com.arjuna.ats.arjuna.recovery.RecoveryEnvironment ;
 import com.arjuna.ats.arjuna.state.InputObjectState ;
@@ -168,7 +166,7 @@
     static
     {
 
-	String expiryTimeString = jtsPropertyManager.propertyManager.getProperty
+	String expiryTimeString = jtsPropertyManager.getPropertyManager().getProperty
 	    ( RecoveryEnvironment.TRANSACTION_STATUS_MANAGER_EXPIRY_TIME ) ;
 
 	if (expiryTimeString != null)

Modified: labs/jbosstm/trunk/ArjunaJTS/jts/classes/com/arjuna/ats/internal/jts/recovery/transactions/RecoveredServerTransaction.java
===================================================================
--- labs/jbosstm/trunk/ArjunaJTS/jts/classes/com/arjuna/ats/internal/jts/recovery/transactions/RecoveredServerTransaction.java	2009-07-02 11:09:43 UTC (rev 27432)
+++ labs/jbosstm/trunk/ArjunaJTS/jts/classes/com/arjuna/ats/internal/jts/recovery/transactions/RecoveredServerTransaction.java	2009-07-02 11:29:12 UTC (rev 27433)
@@ -32,7 +32,6 @@
 
 package com.arjuna.ats.internal.jts.recovery.transactions;
 
-import com.arjuna.ats.internal.jts.interposition.resources.arjuna.*;
 import com.arjuna.ats.internal.jts.orbspecific.interposition.resources.arjuna.*;
 import org.omg.CosTransactions.*;
 import java.io.IOException;
@@ -40,10 +39,8 @@
 
 import com.arjuna.ats.jts.utils.Utility;
 
-import com.arjuna.ats.internal.jts.orbspecific.coordinator.ArjunaTransactionImple;
 import com.arjuna.ats.internal.jts.orbspecific.interposition.coordinator.ServerTransaction;
 import com.arjuna.ats.internal.jts.orbspecific.interposition.*;
-import com.arjuna.ats.internal.jts.orbspecific.interposition.resources.arjuna.*;
 import com.arjuna.ats.internal.jts.recovery.contact.StatusChecker;
 import com.arjuna.ats.arjuna.exceptions.*;
 import com.arjuna.ats.arjuna.common.*;
@@ -51,10 +48,7 @@
 import com.arjuna.ats.arjuna.objectstore.*;
 import com.arjuna.ats.jts.common.jtsPropertyManager;
 import com.arjuna.orbportability.*;
-import com.arjuna.common.util.propertyservice.PropertyManager;
 import com.arjuna.ats.arjuna.state.*;
-import com.arjuna.ats.arjuna.utils.*;
-import com.arjuna.ats.arjuna.exceptions.*;
 
 import com.arjuna.ats.jts.logging.jtsLogger;
 import com.arjuna.ats.arjuna.logging.FacilityCode;
@@ -63,8 +57,6 @@
 import org.omg.CORBA.SystemException;
 import org.omg.CORBA.OBJECT_NOT_EXIST;
 
-import com.arjuna.ats.jts.recovery.RecoveryEnvironment;
-
 import org.omg.CORBA.TRANSIENT;
 import java.util.Hashtable;
 
@@ -107,7 +99,7 @@
     public RecoveredServerTransaction ( Uid actionUid )
     {
 	this(actionUid, "");
-	String assumedExistString = jtsPropertyManager.propertyManager.getProperty(com.arjuna.ats.jts.recovery.RecoveryEnvironment.ASSUMED_OBJECT_NOT_EXIST);
+	String assumedExistString = jtsPropertyManager.getPropertyManager().getProperty(com.arjuna.ats.jts.recovery.RecoveryEnvironment.ASSUMED_OBJECT_NOT_EXIST);
 	if (assumedExistString != null) {
 	  Integer assumedExistInteger = new Integer(assumedExistString);
           _assumed_not_exist = 	assumedExistInteger.intValue();
@@ -125,7 +117,7 @@
     {
 	super(actionUid);
 
-	String assumedExistString = jtsPropertyManager.propertyManager.getProperty(com.arjuna.ats.jts.recovery.RecoveryEnvironment.ASSUMED_OBJECT_NOT_EXIST);
+	String assumedExistString = jtsPropertyManager.getPropertyManager().getProperty(com.arjuna.ats.jts.recovery.RecoveryEnvironment.ASSUMED_OBJECT_NOT_EXIST);
 
 	if (assumedExistString != null) {
 	    Integer assumedExistInteger = new Integer(assumedExistString);

Modified: labs/jbosstm/trunk/ArjunaJTS/jts/classes/com/arjuna/ats/internal/jts/recovery/transactions/TransactionCache.java
===================================================================
--- labs/jbosstm/trunk/ArjunaJTS/jts/classes/com/arjuna/ats/internal/jts/recovery/transactions/TransactionCache.java	2009-07-02 11:09:43 UTC (rev 27432)
+++ labs/jbosstm/trunk/ArjunaJTS/jts/classes/com/arjuna/ats/internal/jts/recovery/transactions/TransactionCache.java	2009-07-02 11:29:12 UTC (rev 27433)
@@ -34,10 +34,7 @@
 import java.util.Hashtable;
 
 import com.arjuna.ats.arjuna.common.*;
-import com.arjuna.ats.arjuna.objectstore.*;
 import com.arjuna.ats.jts.common.jtsPropertyManager;
-import com.arjuna.orbportability.*;
-import com.arjuna.common.util.propertyservice.PropertyManager;
 
 import org.omg.CosTransactions.*;
 import com.arjuna.ats.jts.recovery.RecoveryEnvironment;
@@ -358,7 +355,7 @@
 
  static
      {
-	String retryLimitString = jtsPropertyManager.propertyManager.getProperty(com.arjuna.ats.jts.recovery.RecoveryEnvironment.COMMITTED_TRANSACTION_RETRY_LIMIT);
+	String retryLimitString = jtsPropertyManager.getPropertyManager().getProperty(com.arjuna.ats.jts.recovery.RecoveryEnvironment.COMMITTED_TRANSACTION_RETRY_LIMIT);
 
 	if (retryLimitString != null)
 	{

Modified: labs/jbosstm/trunk/ArjunaJTS/jts/classes/com/arjuna/ats/jts/TransactionServer.java
===================================================================
--- labs/jbosstm/trunk/ArjunaJTS/jts/classes/com/arjuna/ats/jts/TransactionServer.java	2009-07-02 11:09:43 UTC (rev 27432)
+++ labs/jbosstm/trunk/ArjunaJTS/jts/classes/com/arjuna/ats/jts/TransactionServer.java	2009-07-02 11:29:12 UTC (rev 27433)
@@ -35,12 +35,8 @@
 
 import com.arjuna.ats.internal.jts.ORBManager;
 
-import com.arjuna.ats.arjuna.common.*;
-
 import com.arjuna.orbportability.*;
 
-import com.arjuna.common.util.propertyservice.PropertyManager;
-
 import org.omg.CosTransactions.*;
 
 public class TransactionServer
@@ -50,7 +46,7 @@
     public static final int getResolver ()
     {
         int resolver = com.arjuna.orbportability.common.Configuration.bindDefault();
-        final String resolveService = jtsPropertyManager.propertyManager.getProperty(com.arjuna.orbportability.common.Environment.RESOLVE_SERVICE);
+        final String resolveService = jtsPropertyManager.getPropertyManager().getProperty(com.arjuna.orbportability.common.Environment.RESOLVE_SERVICE);
 
         if (resolveService != null)
         {

Modified: labs/jbosstm/trunk/ArjunaJTS/jts/classes/com/arjuna/ats/jts/common/InterceptorInfo.java
===================================================================
--- labs/jbosstm/trunk/ArjunaJTS/jts/classes/com/arjuna/ats/jts/common/InterceptorInfo.java	2009-07-02 11:09:43 UTC (rev 27432)
+++ labs/jbosstm/trunk/ArjunaJTS/jts/classes/com/arjuna/ats/jts/common/InterceptorInfo.java	2009-07-02 11:29:12 UTC (rev 27433)
@@ -47,14 +47,14 @@
 	boolean otsNeedTranContext = Defaults.needTransactionContext ;
 	boolean otsAlwaysPropagate = Defaults.alwaysPropagateContext ;
 	
-        final String needTranContextValue = jtsPropertyManager.propertyManager.getProperty(Environment.NEED_TRAN_CONTEXT) ;
+        final String needTranContextValue = jtsPropertyManager.getPropertyManager().getProperty(Environment.NEED_TRAN_CONTEXT) ;
         
         if (needTranContextValue != null)
         {
             otsNeedTranContext = "YES".equals(needTranContextValue) ;
         }
         
-        final String alwaysPropagate = jtsPropertyManager.propertyManager.getProperty(Environment.ALWAYS_PROPAGATE_CONTEXT) ;
+        final String alwaysPropagate = jtsPropertyManager.getPropertyManager().getProperty(Environment.ALWAYS_PROPAGATE_CONTEXT) ;
         
         if (alwaysPropagate != null)
         {

Modified: labs/jbosstm/trunk/ArjunaJTS/jts/classes/com/arjuna/ats/jts/common/jtsPropertyManager.java
===================================================================
--- labs/jbosstm/trunk/ArjunaJTS/jts/classes/com/arjuna/ats/jts/common/jtsPropertyManager.java	2009-07-02 11:09:43 UTC (rev 27432)
+++ labs/jbosstm/trunk/ArjunaJTS/jts/classes/com/arjuna/ats/jts/common/jtsPropertyManager.java	2009-07-02 11:29:12 UTC (rev 27433)
@@ -33,42 +33,15 @@
 
 import com.arjuna.common.util.propertyservice.PropertyManager;
 import com.arjuna.common.util.propertyservice.PropertyManagerFactory;
-import com.arjuna.common.internal.util.propertyservice.plugins.io.XMLFilePlugin;
 
 /**
- * Property manager wrapper for the Arjuna module.
+ * Property manager wrapper for the JTS module.
  */
 
 public class jtsPropertyManager
 {
-    public static PropertyManager propertyManager;
-
     public static PropertyManager getPropertyManager()
     {
-        return propertyManager;
+        return PropertyManagerFactory.getPropertyManagerForModule("jts", Environment.PROPERTIES_FILE);
     }
-
-    static
-    {
-        /**
-         * Retrieve the property manager from the factory and add the JTS
-	     * properties file to it.
-         */
-
-        propertyManager = PropertyManagerFactory.getPropertyManager("com.arjuna.ats.propertymanager", "jts");
-
-	    String propertiesFilename = System.getProperty(Environment.PROPERTIES_FILE);
-
-        if (propertiesFilename == null)
-            propertiesFilename = Configuration.propertiesFile();
-
-        try
-        {
-            propertyManager.load(XMLFilePlugin.class.getName(), propertiesFilename);
-        }
-        catch (Exception e)
-        {
-            throw new ExceptionInInitializerError(e);
-        }
-    }
 }

Deleted: labs/jbosstm/trunk/ArjunaJTS/jts/etc/default-RecoveryManager-properties.xml
===================================================================
--- labs/jbosstm/trunk/ArjunaJTS/jts/etc/default-RecoveryManager-properties.xml	2009-07-02 11:09:43 UTC (rev 27432)
+++ labs/jbosstm/trunk/ArjunaJTS/jts/etc/default-RecoveryManager-properties.xml	2009-07-02 11:29:12 UTC (rev 27433)
@@ -1,120 +0,0 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
-<!--
-  JBoss, Home of Professional Open Source
-  Copyright 2006, Red Hat Middleware LLC, and individual contributors
-  as indicated by the @author tags.
-  See the copyright.txt in the distribution for a full listing
-  of individual contributors.
-  This copyrighted material is made available to anyone wishing to use,
-  modify, copy, or redistribute it subject to the terms and conditions
-  of the GNU Lesser General Public License, v. 2.1.
-  This program is distributed in the hope that it will be useful, but WITHOUT A
-  WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
-  PARTICULAR PURPOSE.  See the GNU Lesser General Public License for more details.
-  You should have received a copy of the GNU Lesser General Public License,
-  v.2.1 along with this distribution; if not, write to the Free Software
-  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
-  MA  02110-1301, USA.
-
-
-  (C) 2005-2006,
-  @author JBoss Inc.
--->
-<!-- $Id: default-RecoveryManager-properties.xml 2342 2006-03-30 13:06:17Z  $ -->
-<!--
-  This is the special properties file for the RecoveryManager - its settings
-  add to and override those in the regular arjuna properties file
--->
-<transaction-service
-  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-  xsi:noNamespaceSchemaLocation="transaction-service-2_0.xsd">
-    <properties name="recoverymanager" depends="arjuna,txoj,jts">
-      <!--
-        Periodic recovery modules to use.  Invoked in sort-order of names.
-       	Check http://www.jboss.org/community/docs/DOC-10788 for more information
-       	on recovery modules and their configuration when running in various
-       	deployments.
-      -->
-        <property
-                name="com.arjuna.ats.arjuna.recovery.recoveryExtension1"
-                value="com.arjuna.ats.internal.arjuna.recovery.AtomicActionRecoveryModule"/>
-        <property
-                name="com.arjuna.ats.arjuna.recovery.recoveryExtension2"
-                value="com.arjuna.ats.internal.txoj.recovery.TORecoveryModule"/>
-        <property
-                name="com.arjuna.ats.arjuna.recovery.recoveryExtension3"
-                value="com.arjuna.ats.internal.jts.recovery.transactions.TopLevelTransactionRecoveryModule"/>
-        <property
-                name="com.arjuna.ats.arjuna.recovery.recoveryExtension4"
-                value="com.arjuna.ats.internal.jts.recovery.transactions.ServerTransactionRecoveryModule"/>
-        <property
-                name="com.arjuna.ats.arjuna.recovery.recoveryExtension6"
-                value="com.arjuna.ats.internal.jta.recovery.jts.XARecoveryModule"/>
-
-      <!--
-        Expiry scanners to use (order of invocation is random).
-        Names must begin with "com.arjuna.ats.arjuna.recovery.expiryScanner"
-      -->
-      <property
-        name="com.arjuna.ats.arjuna.recovery.expiryScannerTransactionStatusManager"
-        value="com.arjuna.ats.internal.arjuna.recovery.ExpiredTransactionStatusManagerScanner"/>
-      <property
-        name="com.arjuna.ats.arjuna.recovery.expiryScannerContact"
-        value="com.arjuna.ats.internal.jts.recovery.contact.ExpiredContactScanner"/>
-      <property
-        name="com.arjuna.ats.arjuna.recovery.expiryScannerTopLevelTran"
-        value="com.arjuna.ats.internal.jts.recovery.transactions.ExpiredToplevelScanner"/>
-      <property
-        name="com.arjuna.ats.arjuna.recovery.expiryScannerServerTran"
-        value="com.arjuna.ats.internal.jts.recovery.transactions.ExpiredServerScanner"/>
-        <!-- Enable the following to move logs that cannot be completed by failure recovery. But
-        be sure you know what you are doing and why! -->
-        <!-- property
-            name="com.arjuna.ats.arjuna.recovery.expiryScannerAtomicActionLog" value="com.arjuna.ats.internal.arjuna.recovery.AtomicActionExpiryScanner"/ -->
-
-      <!--
-        The address and port number on which the recovery manager listens
-        If running within an AS then the address the AS is bound to (jboss.bind.address) takes precedence
-      -->
-      <property
-        name="com.arjuna.ats.arjuna.recovery.recoveryPort"
-        value="4712"/>
-      <property
-        name="com.arjuna.ats.arjuna.recovery.recoveryAddress"
-        value=""/>
-
-      <!--
-        Use this to fix the port on which the TransactionStatusManager listens,
-        The default behaviour is to use any free port.
-      -->
-      <property
-        name="com.arjuna.ats.arjuna.recovery.transactionStatusManagerPort"
-        value="0"/>
-
-      <!--
-        Use this to fix the address on which the TransactionStatusManager binds,
-        The default behaviour is to use the loopback address (ie localhost).
-        If running within an AS then the address the AS is bound to (jboss.bind.address) takes precedence
-      -->
-      <property
-        name="com.arjuna.ats.arjuna.recovery.transactionStatusManagerAddress"
-        value=""/>
-
-        <!--
-          For cases where the recovery manager is in process with the transaction manager and nothing else uses
-          the ObjectStore, it is possible to disable the socket based recovery listener by setting this to NO.
-          Caution: use of this property can allow multiple recovery processes to run on the same ObjectStore
-          if you are not careful. That in turn can lead to incorrect transaction processing. Use with care.
-        -->
-      <property
-          name="com.arjuna.ats.arjuna.recovery.recoveryListener"
-          value="YES"/>
-
-      <!--
-         Recovery Activator to use.
-      -->
-      <property name="com.arjuna.ats.arjuna.recovery.recoveryActivator_1"
-        value="com.arjuna.ats.internal.jts.orbspecific.recovery.RecoveryEnablement"/>
-
-    </properties>
-</transaction-service>

Deleted: labs/jbosstm/trunk/ArjunaJTS/jts/etc/default-jts-properties.xml
===================================================================
--- labs/jbosstm/trunk/ArjunaJTS/jts/etc/default-jts-properties.xml	2009-07-02 11:09:43 UTC (rev 27432)
+++ labs/jbosstm/trunk/ArjunaJTS/jts/etc/default-jts-properties.xml	2009-07-02 11:29:12 UTC (rev 27433)
@@ -1,150 +0,0 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
-<!--
-  JBoss, Home of Professional Open Source
-  Copyright 2006, Red Hat Middleware LLC, and individual contributors
-  as indicated by the @author tags.
-  See the copyright.txt in the distribution for a full listing
-  of individual contributors.
-  This copyrighted material is made available to anyone wishing to use,
-  modify, copy, or redistribute it subject to the terms and conditions
-  of the GNU Lesser General Public License, v. 2.1.
-  This program is distributed in the hope that it will be useful, but WITHOUT A
-  WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
-  PARTICULAR PURPOSE.  See the GNU Lesser General Public License for more details.
-  You should have received a copy of the GNU Lesser General Public License,
-  v.2.1 along with this distribution; if not, write to the Free Software
-  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
-  MA  02110-1301, USA.
-
-
-  (C) 2005-2006,
-  @author JBoss Inc.
--->
-<!-- $Id: default-jts-properties.xml 2342 2006-03-30 13:06:17Z  $ -->
-<!--
-  These options are described in the ArjunaJTS manual.
-  Defaults are provided here for convenience only.
-
-  Please read through this file prior to using the system, and consider
-  updating the specified entries.
--->
-<transaction-service
-  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-  xsi:noNamespaceSchemaLocation="transaction-service-2_0.xsd">
-    <properties name="jts" depends="orbportability,arjuna">
-      <!--
-	(default is NO)
-      -->
-      <property
-        name="com.arjuna.ats.jts.transactionManager"
-        value="NO"/>
-      <!--
-        (default is NO)
-      -->
-      <property
-        name="com.arjuna.ats.jts.needTranContext"
-        value="NO"/>
-      <!--
-        (default is NO)
-      -->
-      <property
-        name="com.arjuna.ats.jts.alwaysPropagateContext"
-        value="NO"/>
-      <!--
-        (default is NO)
-      -->
-      <property
-        name="com.arjuna.ats.jts.checkedTransactions"
-        value="NO"/>
-      <!--
-        (default is YES)
-      -->
-      <property
-        name="com.arjuna.ats.jts.supportSubtransactions"
-        value="YES"/>
-      <!--
-        (default is YES)
-      -->
-      <property
-        name="com.arjuna.ats.jts.supportRollbackSync"
-        value="YES"/>
-      <!--
-        (default is NO)
-      -->
-      <property
-        name="com.arjuna.ats.jts.supportInterposedSynchronization"
-        value="NO"/>
-      <!--
-        Timeout in seconds to use for top-level transaction if 0 specified.
-        (default is no timeout)
-      -->
-      <!---
-        <property
-          name="com.arjuna.ats.jts.defaultTimeout"
-          value=""/>
-      -->
-      <!--
-        Propagate the context? (default is INTERPOSITION)
-      -->
-      <property
-        name="com.arjuna.ats.jts.contextPropMode"
-        value="INTERPOSITION"/>
-
-    </properties>
-
-    <properties name="orbportability">
-
-        <!--
-          This class handles context propagation issues, and should never
-          be commented out or removed.
-        -->
-                <property
-                  name="com.arjuna.orbportability.orb.PreInit1"
-                  value="com.arjuna.ats.internal.jts.context.ContextPropagationManager"/>
-
-        <!--
-          This property ensures the JTS knows which ORB to use and should never
-          be commented out or removed
-        -->
-                <property
-                        name="com.arjuna.orbportability.orb.PostInit1"
-                        value="com.arjuna.ats.jts.utils.ORBSetup"/>
-        <!--
-          This property ensures the crash recovery is initialised correctly and
-          should never be commented out or removed
-        -->
-                <property
-                        name="com.arjuna.orbportability.orb.PostInit2"
-                        value="com.arjuna.ats.internal.jts.recovery.RecoveryInit"/>
-
-        <!--
-          This property ensures the JTS knows which ORB to use and should never
-          be commented out or removed
-        -->
-          <property
-                  name="com.arjuna.orbportability.orb.PostSet1"
-                  value="com.arjuna.ats.jts.utils.ORBSetup"/>
-
-        <!--
-          This property ensures the JTS knows which ORB to use and should never
-          be commented out or removed
-        -->
-                <property name="com.arjuna.orbportability.orb.PostSet2"
-                  value="com.arjuna.ats.internal.jts.recovery.RecoveryInit"/>
-
-	<!--
-	  This property controls the port on which the Recovery ORB listens
-	-->
-                <property
-                  name="com.arjuna.ats.jts.recoveryManagerPort"
-                  value="4711"/>
-
-	<!--
-	  This property controls the address on which the Recovery ORB binds - defaults to the loopback connection
-          If running within an AS then the address the AS is bound to (jboss.bind.address) takes precedence
-	-->
-                <property
-                  name="com.arjuna.ats.jts.recoveryManagerAddress"
-                  value=""/>
-    </properties>
-</transaction-service>

Deleted: labs/jbosstm/trunk/ArjunaJTS/jts/etc/jts.properties_default
===================================================================
--- labs/jbosstm/trunk/ArjunaJTS/jts/etc/jts.properties_default	2009-07-02 11:09:43 UTC (rev 27432)
+++ labs/jbosstm/trunk/ArjunaJTS/jts/etc/jts.properties_default	2009-07-02 11:29:12 UTC (rev 27433)
@@ -1,79 +0,0 @@
-#
-# JBoss, Home of Professional Open Source
-# Copyright 2006, Red Hat Middleware LLC, and individual contributors
-# as indicated by the @author tags.
-# See the copyright.txt in the distribution for a full listing
-# of individual contributors.
-# This copyrighted material is made available to anyone wishing to use,
-# modify, copy, or redistribute it subject to the terms and conditions
-# of the GNU Lesser General Public License, v. 2.1.
-# This program is distributed in the hope that it will be useful, but WITHOUT A
-# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
-# PARTICULAR PURPOSE.  See the GNU Lesser General Public License for more details.
-# You should have received a copy of the GNU Lesser General Public License,
-# v.2.1 along with this distribution; if not, write to the Free Software
-# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
-# MA  02110-1301, USA.
-#
-# (C) 2005-2006,
-# @author JBoss Inc.
-#
-#
-# Copyright (C) 1999-2001 by HP Bluestone Software, Inc. All rights Reserved.
-#
-# HP Arjuna Labs,
-# Newcastle upon Tyne,
-# Tyne and Wear,
-# UK.
-#
-# $Id: jts.properties_default 2342 2006-03-30 13:06:17Z  $
-#
-
-#
-# These options are described in the ArjunaJTS manual.
-# Defaults are provided here for convenience only.
-#
-# Please read through this file prior to using the system, and consider
-# updating the specified entries.
-#
-
-# Transaction Reaper Timeout (default is 120000 ms)
-com.arjuna.ats.jts.txReaperTimeout=120000
-
-# Transaction Reaper Mode, can be: NORMAL or DYNAMIC (default is NORMAL)
-com.arjuna.ats.jts.txReaperMode=NORMAL
-
-# (default is NO)
-com.arjuna.ats.jts.transactionManager=NO
-
-# (default is NO)
-com.arjuna.ats.jts.needTranContext=NO
-
-# (default is NO)
-com.arjuna.ats.jts.alwaysPropagateContext=NO
-
-# (default is NO)
-com.arjuna.ats.jts.checkedTransactions=NO
-
-# (default is YES)
-com.arjuna.ats.jts.supportSubtransactions=YES
-
-# (default is YES)
-com.arjuna.ats.jts.supportRollbackSync=YES
-
-# (default is NO)
-com.arjuna.ats.jts.supportInterposedSynchronization=NO
-
-# Timeout in seconds to use for top-level transaction if 0 specified.
-# (default is no timeout)
-com.arjuna.ats.jts.defaultTimeout=""
-
-# Propagate the context?
-# (default is INTERPOSITION)
-com.arjuna.ats.jts.contextPropMode=INTERPOSITION
-
-#
-# This class handles context propagation issues, and should
-# never be commented out.
-#
-com.arjuna.orbportability.orb.PreInit1=com.arjuna.ats.internal.ts.jts.context.ContextPropagationManager

Modified: labs/jbosstm/trunk/ArjunaJTS/jts/tests/classes/com/hp/mwtests/ts/jts/local/timeout/DefaultTimeout.java
===================================================================
--- labs/jbosstm/trunk/ArjunaJTS/jts/tests/classes/com/hp/mwtests/ts/jts/local/timeout/DefaultTimeout.java	2009-07-02 11:09:43 UTC (rev 27432)
+++ labs/jbosstm/trunk/ArjunaJTS/jts/tests/classes/com/hp/mwtests/ts/jts/local/timeout/DefaultTimeout.java	2009-07-02 11:29:12 UTC (rev 27433)
@@ -31,13 +31,10 @@
 
 package com.hp.mwtests.ts.jts.local.timeout;
 
-import com.hp.mwtests.ts.jts.resources.*;
-import com.hp.mwtests.ts.jts.orbspecific.resources.*;
 import com.hp.mwtests.ts.jts.TestModule.*;
 
 import com.arjuna.orbportability.*;
 
-import com.arjuna.ats.jts.extensions.*;
 import com.arjuna.ats.jts.common.jtsPropertyManager;
 import com.arjuna.ats.jts.common.Environment;
 
@@ -49,11 +46,6 @@
 
 import org.omg.CosTransactions.Unavailable;
 import org.omg.CosTransactions.WrongTransaction;
-import org.omg.CORBA.SystemException;
-import org.omg.CORBA.UserException;
-import org.omg.CORBA.INVALID_TRANSACTION;
-import org.omg.CORBA.TRANSACTION_REQUIRED;
-import org.omg.CORBA.TRANSACTION_ROLLEDBACK;
 
 public class DefaultTimeout
 {
@@ -74,7 +66,7 @@
 	    ORBManager.setORB(myORB);
 	    ORBManager.setPOA(myOA);
 
-	    String timeout = jtsPropertyManager.propertyManager.getProperty(Environment.DEFAULT_TIMEOUT);
+	    String timeout = jtsPropertyManager.getPropertyManager().getProperty(Environment.DEFAULT_TIMEOUT);
 	    int sleepTime = 0;
 	    
 	    if (timeout != null)

Modified: labs/jbosstm/trunk/ArjunaJTS/jts/tests/classes/com/hp/mwtests/ts/jts/remote/transactionserver/TMClient.java
===================================================================
--- labs/jbosstm/trunk/ArjunaJTS/jts/tests/classes/com/hp/mwtests/ts/jts/remote/transactionserver/TMClient.java	2009-07-02 11:09:43 UTC (rev 27432)
+++ labs/jbosstm/trunk/ArjunaJTS/jts/tests/classes/com/hp/mwtests/ts/jts/remote/transactionserver/TMClient.java	2009-07-02 11:29:12 UTC (rev 27433)
@@ -31,7 +31,6 @@
 
 package com.hp.mwtests.ts.jts.remote.transactionserver;
 
-import com.hp.mwtests.ts.jts.resources.*;
 import com.hp.mwtests.ts.jts.orbspecific.resources.*;
 import com.hp.mwtests.ts.jts.TestModule.*;
 
@@ -39,12 +38,7 @@
 
 import com.arjuna.orbportability.*;
 
-import com.arjuna.ats.jts.extensions.*;
-
-import com.arjuna.ats.internal.jts.OTSImpleManager;
 import com.arjuna.ats.internal.jts.ORBManager;
-import com.arjuna.ats.internal.jts.orbspecific.TransactionFactoryImple;
-import com.arjuna.ats.internal.jts.orbspecific.CurrentImple;
 import org.jboss.dtf.testframework.unittest.Test;
 
 import org.omg.CosTransactions.*;
@@ -52,9 +46,6 @@
 import org.omg.CORBA.IntHolder;
 
 import org.omg.CosTransactions.Unavailable;
-import org.omg.CORBA.SystemException;
-import org.omg.CORBA.UserException;
-import org.omg.CORBA.INVALID_TRANSACTION;
 
 public class TMClient extends Test
 {
@@ -109,7 +100,7 @@
 	Services serv = new Services(myORB);
 
 	int resolver = com.arjuna.orbportability.common.Configuration.bindDefault();
-	String resolveService = jtsPropertyManager.propertyManager.getProperty(com.arjuna.orbportability.common.Environment.RESOLVE_SERVICE);
+	String resolveService = jtsPropertyManager.getPropertyManager().getProperty(com.arjuna.orbportability.common.Environment.RESOLVE_SERVICE);
 
 	if (resolveService != null)
 	{

Modified: labs/jbosstm/trunk/ArjunaJTS/jts/tests/classes/com/hp/mwtests/ts/jts/remote/transactionserver/TMTest.java
===================================================================
--- labs/jbosstm/trunk/ArjunaJTS/jts/tests/classes/com/hp/mwtests/ts/jts/remote/transactionserver/TMTest.java	2009-07-02 11:09:43 UTC (rev 27432)
+++ labs/jbosstm/trunk/ArjunaJTS/jts/tests/classes/com/hp/mwtests/ts/jts/remote/transactionserver/TMTest.java	2009-07-02 11:29:12 UTC (rev 27433)
@@ -31,32 +31,18 @@
 
 package com.hp.mwtests.ts.jts.remote.transactionserver;
 
-import com.hp.mwtests.ts.jts.resources.*;
-import com.hp.mwtests.ts.jts.orbspecific.resources.*;
 import com.hp.mwtests.ts.jts.TestModule.*;
 
 import com.arjuna.orbportability.*;
 
-import com.arjuna.ats.jts.extensions.*;
-
 import com.arjuna.ats.jts.common.jtsPropertyManager;
 
-import com.arjuna.ats.internal.jts.OTSImpleManager;
 import com.arjuna.ats.internal.jts.ORBManager;
-import com.arjuna.ats.internal.jts.orbspecific.TransactionFactoryImple;
-import com.arjuna.ats.internal.jts.orbspecific.CurrentImple;
 import org.jboss.dtf.testframework.unittest.Test;
 
-import com.arjuna.common.util.propertyservice.PropertyManager;
-
 import org.omg.CosTransactions.*;
 
-import org.omg.CORBA.IntHolder;
-
 import org.omg.CosTransactions.Unavailable;
-import org.omg.CORBA.SystemException;
-import org.omg.CORBA.UserException;
-import org.omg.CORBA.INVALID_TRANSACTION;
 
 public class TMTest extends Test
 {
@@ -88,7 +74,7 @@
 	Control topLevelControl = null;
 	Services serv = new Services(myORB);
 	int resolver = com.arjuna.orbportability.common.Configuration.bindDefault();
-	String resolveService = jtsPropertyManager.propertyManager.getProperty(com.arjuna.orbportability.common.Environment.RESOLVE_SERVICE);
+	String resolveService = jtsPropertyManager.getPropertyManager().getProperty(com.arjuna.orbportability.common.Environment.RESOLVE_SERVICE);
 
 	if (resolveService != null)
 	{

Modified: labs/jbosstm/trunk/ArjunaJTS/orbportability/build.xml
===================================================================
--- labs/jbosstm/trunk/ArjunaJTS/orbportability/build.xml	2009-07-02 11:09:43 UTC (rev 27432)
+++ labs/jbosstm/trunk/ArjunaJTS/orbportability/build.xml	2009-07-02 11:29:12 UTC (rev 27433)
@@ -38,7 +38,9 @@
         <taskdef name="idl-build-list-element" classname="com.arjuna.orbportability.common.ant.IDLBuildListElement" classpath="${build.dir}/lib/orbportability.jar"/>
     </target>
 
-    <target name="compile" depends="sharedbuild.compile"/>
+    <target name="compile" depends="init">
+        <compile.macro includeant="true"/>
+    </target>
 
     <target name="compile-tests" depends="compile-tests-idl">
         <compile-tests.macro>

Modified: labs/jbosstm/trunk/ArjunaJTS/orbportability/classes/com/arjuna/orbportability/ORB.java
===================================================================
--- labs/jbosstm/trunk/ArjunaJTS/orbportability/classes/com/arjuna/orbportability/ORB.java	2009-07-02 11:09:43 UTC (rev 27432)
+++ labs/jbosstm/trunk/ArjunaJTS/orbportability/classes/com/arjuna/orbportability/ORB.java	2009-07-02 11:29:12 UTC (rev 27433)
@@ -31,29 +31,21 @@
 
 package com.arjuna.orbportability;
 
-import com.arjuna.orbportability.orb.core.*;
 import com.arjuna.orbportability.orb.*;
 import com.arjuna.orbportability.common.opPropertyManager;
-import com.arjuna.orbportability.common.Configuration;
-import com.arjuna.orbportability.common.Environment;
 import com.arjuna.orbportability.logging.opLogger;
 
 import com.arjuna.orbportability.internal.utils.*;
 import com.arjuna.orbportability.internal.common.LocalSetup;
 
 import com.arjuna.orbportability.logging.*;
-import com.arjuna.orbportability.exceptions.FatalError;
 import com.arjuna.common.util.logging.VisibilityLevel;
 import com.arjuna.common.util.logging.DebugLevel;
 
 import java.util.*;
 import java.applet.Applet;
-import java.io.*;
 
-import java.io.FileNotFoundException;
-import java.io.IOException;
 import org.omg.CORBA.SystemException;
-import org.omg.CORBA.BAD_OPERATION;
 
 /**
  * An attempt at some ORB portable ways of interacting with the ORB.
@@ -397,7 +389,7 @@
                                               "Adding property '"+o+"' to the ORB portability properties" );
                     }
 
-                    opPropertyManager.propertyManager.setProperty( o, p.getProperty(o) );
+                    opPropertyManager.getPropertyManager().setProperty( o, p.getProperty(o) );
                 }
             }
         }

Modified: labs/jbosstm/trunk/ArjunaJTS/orbportability/classes/com/arjuna/orbportability/Services.java
===================================================================
--- labs/jbosstm/trunk/ArjunaJTS/orbportability/classes/com/arjuna/orbportability/Services.java	2009-07-02 11:09:43 UTC (rev 27432)
+++ labs/jbosstm/trunk/ArjunaJTS/orbportability/classes/com/arjuna/orbportability/Services.java	2009-07-02 11:29:12 UTC (rev 27433)
@@ -185,10 +185,10 @@
 	break;
 	case CONFIGURATION_FILE:
 	    {
-		String cosservicesRoot = opPropertyManager.propertyManager.getProperty(com.arjuna.orbportability.common.Environment.INITIAL_REFERENCES_ROOT);
+		String cosservicesRoot = opPropertyManager.getPropertyManager().getProperty(com.arjuna.orbportability.common.Environment.INITIAL_REFERENCES_ROOT);
 		if (cosservicesRoot == null || cosservicesRoot.length() == 0)
 		     cosservicesRoot = com.arjuna.orbportability.common.Configuration.configFileRoot();
-		String configLocation = opPropertyManager.propertyManager.getProperty(com.arjuna.orbportability.common.Environment.INITIAL_REFERENCES_FILE,
+		String configLocation = opPropertyManager.getPropertyManager().getProperty(com.arjuna.orbportability.common.Environment.INITIAL_REFERENCES_FILE,
 								    com.arjuna.orbportability.common.Configuration.configFile());
 		String configFile = cosservicesRoot+File.separatorChar+configLocation;
 		LineNumberReader input;
@@ -274,7 +274,7 @@
 	    {
 		try
 		{
-		    String fileDir = opPropertyManager.propertyManager.getProperty(com.arjuna.orbportability.common.Environment.FILE_DIR, null);
+		    String fileDir = opPropertyManager.getPropertyManager().getProperty(com.arjuna.orbportability.common.Environment.FILE_DIR, null);
 		    File f = null;
 
 		    if (fileDir != null && fileDir.length() != 0)
@@ -394,10 +394,10 @@
 	break;
 	case CONFIGURATION_FILE:
 	    {
-		String cosservicesRoot = opPropertyManager.propertyManager.getProperty(com.arjuna.orbportability.common.Environment.INITIAL_REFERENCES_ROOT);
+		String cosservicesRoot = opPropertyManager.getPropertyManager().getProperty(com.arjuna.orbportability.common.Environment.INITIAL_REFERENCES_ROOT);
 		if (cosservicesRoot == null || cosservicesRoot.length() == 0)
 		     cosservicesRoot = com.arjuna.orbportability.common.Configuration.configFileRoot();
-		String configLocation = opPropertyManager.propertyManager.getProperty(com.arjuna.orbportability.common.Environment.INITIAL_REFERENCES_FILE,
+		String configLocation = opPropertyManager.getPropertyManager().getProperty(com.arjuna.orbportability.common.Environment.INITIAL_REFERENCES_FILE,
 								    com.arjuna.orbportability.common.Configuration.configFile());
 		String configFile = cosservicesRoot+File.separatorChar+configLocation;
 		LineNumberReader input = null;
@@ -496,7 +496,7 @@
 	break;
 	case FILE:
 	    {
-		String fileDir = opPropertyManager.propertyManager.getProperty(com.arjuna.orbportability.common.Environment.FILE_DIR, null);
+		String fileDir = opPropertyManager.getPropertyManager().getProperty(com.arjuna.orbportability.common.Environment.FILE_DIR, null);
 		FileOutputStream ofile = null;
 
 		if (fileDir != null && fileDir.length() != 0)
@@ -556,10 +556,10 @@
 	 * Now check the configuration file equivalent.
 	 */
 
-	String cosservicesRoot = opPropertyManager.propertyManager.getProperty(com.arjuna.orbportability.common.Environment.INITIAL_REFERENCES_ROOT);
+	String cosservicesRoot = opPropertyManager.getPropertyManager().getProperty(com.arjuna.orbportability.common.Environment.INITIAL_REFERENCES_ROOT);
 	if (cosservicesRoot == null || cosservicesRoot.length() == 0)
 	     cosservicesRoot = com.arjuna.orbportability.common.Configuration.configFileRoot();
-	String configLocation = opPropertyManager.propertyManager.getProperty(com.arjuna.orbportability.common.Environment.INITIAL_REFERENCES_FILE,
+	String configLocation = opPropertyManager.getPropertyManager().getProperty(com.arjuna.orbportability.common.Environment.INITIAL_REFERENCES_FILE,
 							    com.arjuna.orbportability.common.Configuration.configFile());
 	String configFile = cosservicesRoot+File.separatorChar+configLocation;
 	LineNumberReader input = null;

Modified: labs/jbosstm/trunk/ArjunaJTS/orbportability/classes/com/arjuna/orbportability/common/Configuration.java
===================================================================
--- labs/jbosstm/trunk/ArjunaJTS/orbportability/classes/com/arjuna/orbportability/common/Configuration.java	2009-07-02 11:09:43 UTC (rev 27432)
+++ labs/jbosstm/trunk/ArjunaJTS/orbportability/classes/com/arjuna/orbportability/common/Configuration.java	2009-07-02 11:29:12 UTC (rev 27433)
@@ -33,7 +33,6 @@
 
 import com.arjuna.orbportability.Services;
 
-import com.arjuna.common.util.logging.*;
 import com.arjuna.common.util.FileLocator;
 
 import com.arjuna.orbportability.logging.*;
@@ -215,7 +214,7 @@
 
         if (!_bindDefaultSet)
         {
-            String configuredMechanism = opPropertyManager.propertyManager.getProperty(Environment.BIND_MECHANISM);
+            String configuredMechanism = opPropertyManager.getPropertyManager().getProperty(Environment.BIND_MECHANISM);
 
             if (configuredMechanism != null)
             {

Modified: labs/jbosstm/trunk/ArjunaJTS/orbportability/classes/com/arjuna/orbportability/common/opPropertyManager.java
===================================================================
--- labs/jbosstm/trunk/ArjunaJTS/orbportability/classes/com/arjuna/orbportability/common/opPropertyManager.java	2009-07-02 11:09:43 UTC (rev 27432)
+++ labs/jbosstm/trunk/ArjunaJTS/orbportability/classes/com/arjuna/orbportability/common/opPropertyManager.java	2009-07-02 11:29:12 UTC (rev 27433)
@@ -33,7 +33,6 @@
 
 import com.arjuna.common.util.propertyservice.PropertyManager;
 import com.arjuna.common.util.propertyservice.PropertyManagerFactory;
-import com.arjuna.common.internal.util.propertyservice.plugins.io.XMLFilePlugin;
 
 /**
  * Property manager wrapper for the ORB Portability module.
@@ -42,32 +41,8 @@
  */
 public class opPropertyManager
 {
-    public static PropertyManager  propertyManager;
-
     public static PropertyManager getPropertyManager()
     {
-        return propertyManager;
+        return PropertyManagerFactory.getPropertyManagerForModule("orbportability", Environment.PROPERTIES_FILE);
     }
-
-    static
-    {
-        /**
-         * Retrieve the property manager from the factory and add the ORB portability properties file to it.
-         */
-        propertyManager = PropertyManagerFactory.getPropertyManager("com.hp.mw.ts.propertymanager", "orbportability");
-
-        String propertiesFilename = System.getProperty(Environment.PROPERTIES_FILE);
-
-        if (propertiesFilename == null)
-            propertiesFilename = Configuration.propertiesFile();
-
-        try
-        {
-            propertyManager.load(XMLFilePlugin.class.getName(), propertiesFilename);
-        }
-        catch (Exception e)
-        {
-            throw new ExceptionInInitializerError(e);
-        }
-    }
 }

Modified: labs/jbosstm/trunk/ArjunaJTS/orbportability/classes/com/arjuna/orbportability/event/EventManager.java
===================================================================
--- labs/jbosstm/trunk/ArjunaJTS/orbportability/classes/com/arjuna/orbportability/event/EventManager.java	2009-07-02 11:09:43 UTC (rev 27432)
+++ labs/jbosstm/trunk/ArjunaJTS/orbportability/classes/com/arjuna/orbportability/event/EventManager.java	2009-07-02 11:29:12 UTC (rev 27433)
@@ -35,7 +35,6 @@
 import com.arjuna.orbportability.common.opPropertyManager;
 import com.arjuna.orbportability.logging.opLogger;
 
-import org.omg.CORBA.Object;
 import java.util.*;
 
 /**
@@ -176,7 +175,7 @@
 	 * are any classes for us.
 	 */
 
-	Enumeration e = opPropertyManager.propertyManager.propertyNames();
+	Enumeration e = opPropertyManager.getPropertyManager().propertyNames();
 	
 	while (e.hasMoreElements())
 	{
@@ -184,7 +183,7 @@
 	    
 	    if (name.startsWith(Environment.EVENT_HANDLER))
 	    {
-		String val = (String) opPropertyManager.propertyManager.getProperty(name);
+		String val = (String) opPropertyManager.getPropertyManager().getProperty(name);
 		
 		if (val != null)
 		{

Modified: labs/jbosstm/trunk/ArjunaJTS/orbportability/classes/com/arjuna/orbportability/internal/common/LocalSetup.java
===================================================================
--- labs/jbosstm/trunk/ArjunaJTS/orbportability/classes/com/arjuna/orbportability/internal/common/LocalSetup.java	2009-07-02 11:09:43 UTC (rev 27432)
+++ labs/jbosstm/trunk/ArjunaJTS/orbportability/classes/com/arjuna/orbportability/internal/common/LocalSetup.java	2009-07-02 11:29:12 UTC (rev 27433)
@@ -78,7 +78,7 @@
 					  FacilityCode.FAC_ORB_PORTABILITY, "Setting property: "+propertyName+" with value: "+params[i+1]);
 		}
 
-		opPropertyManager.propertyManager.setProperty(propertyName, params[i+1]);
+		opPropertyManager.getPropertyManager().setProperty(propertyName, params[i+1]);
 		i++;
 
 		if (propertyName.compareTo(Environment.CORBA_DIAGNOSTICS) == 0)

Modified: labs/jbosstm/trunk/ArjunaJTS/orbportability/classes/com/arjuna/orbportability/internal/orbspecific/jacorb/orb/implementations/jacorb_2_0.java
===================================================================
--- labs/jbosstm/trunk/ArjunaJTS/orbportability/classes/com/arjuna/orbportability/internal/orbspecific/jacorb/orb/implementations/jacorb_2_0.java	2009-07-02 11:09:43 UTC (rev 27432)
+++ labs/jbosstm/trunk/ArjunaJTS/orbportability/classes/com/arjuna/orbportability/internal/orbspecific/jacorb/orb/implementations/jacorb_2_0.java	2009-07-02 11:29:12 UTC (rev 27433)
@@ -40,6 +40,6 @@
 	{
 		System.setProperty("org.omg.CORBA.ORBClass", "org.jacorb.orb.ORB");
 		System.setProperty("org.omg.CORBA.ORBSingletonClass", "org.jacorb.orb.ORBSingleton");
-		opPropertyManager.propertyManager.setProperty("com.arjuna.orbportability.internal.defaultBindMechanism", Services.bindString(Services.CONFIGURATION_FILE));
+		opPropertyManager.getPropertyManager().setProperty("com.arjuna.orbportability.internal.defaultBindMechanism", Services.bindString(Services.CONFIGURATION_FILE));
 	}
 }

Modified: labs/jbosstm/trunk/ArjunaJTS/orbportability/classes/com/arjuna/orbportability/internal/orbspecific/javaidl/orb/implementations/javaidl_1_4.java
===================================================================
--- labs/jbosstm/trunk/ArjunaJTS/orbportability/classes/com/arjuna/orbportability/internal/orbspecific/javaidl/orb/implementations/javaidl_1_4.java	2009-07-02 11:09:43 UTC (rev 27432)
+++ labs/jbosstm/trunk/ArjunaJTS/orbportability/classes/com/arjuna/orbportability/internal/orbspecific/javaidl/orb/implementations/javaidl_1_4.java	2009-07-02 11:29:12 UTC (rev 27433)
@@ -40,6 +40,6 @@
     {
 	System.setProperty("org.omg.CORBA.ORBClass", "com.sun.corba.se.internal.Interceptors.PIORB");
 	System.setProperty("org.omg.CORBA.ORBSingletonClass", "com.sun.corba.se.internal.corba.ORBSingleton");
-	opPropertyManager.propertyManager.setProperty("com.arjuna.orbportability.internal.defaultBindMechanism", Services.bindString(Services.CONFIGURATION_FILE));
+	opPropertyManager.getPropertyManager().setProperty("com.arjuna.orbportability.internal.defaultBindMechanism", Services.bindString(Services.CONFIGURATION_FILE));
     }
 }

Modified: labs/jbosstm/trunk/ArjunaJTS/orbportability/classes/com/arjuna/orbportability/internal/utils/InitLoader.java
===================================================================
--- labs/jbosstm/trunk/ArjunaJTS/orbportability/classes/com/arjuna/orbportability/internal/utils/InitLoader.java	2009-07-02 11:09:43 UTC (rev 27432)
+++ labs/jbosstm/trunk/ArjunaJTS/orbportability/classes/com/arjuna/orbportability/internal/utils/InitLoader.java	2009-07-02 11:29:12 UTC (rev 27433)
@@ -37,7 +37,6 @@
 
 import java.util.Properties;
 import java.util.Enumeration;
-import java.lang.ClassLoader;
 
 import java.lang.ClassNotFoundException;
 import java.lang.IllegalAccessException;
@@ -60,7 +59,7 @@
 
 protected void initialise ()
     {
-	Properties properties = opPropertyManager.propertyManager.getProperties();
+	Properties properties = opPropertyManager.getPropertyManager().getProperties();
 
 	if (properties != null)
 	{

Modified: labs/jbosstm/trunk/ArjunaJTS/orbportability/classes/com/arjuna/orbportability/logging/opLogger.java
===================================================================
--- labs/jbosstm/trunk/ArjunaJTS/orbportability/classes/com/arjuna/orbportability/logging/opLogger.java	2009-07-02 11:09:43 UTC (rev 27432)
+++ labs/jbosstm/trunk/ArjunaJTS/orbportability/classes/com/arjuna/orbportability/logging/opLogger.java	2009-07-02 11:29:12 UTC (rev 27433)
@@ -47,9 +47,9 @@
 
 		logger = LogFactory.getLogNoi18n("com.arjuna.orbportability.logging.logger");
 
-		_language = commonPropertyManager.propertyManager.getProperty("language", "en");
+		_language = commonPropertyManager.getPropertyManager().getProperty("language", "en");
 
-		_country = commonPropertyManager.propertyManager.getProperty("country", "US");
+		_country = commonPropertyManager.getPropertyManager().getProperty("country", "US");
 
 		_currentLocale = new Locale(_language, _country);
 		

Modified: labs/jbosstm/trunk/ArjunaJTS/orbportability/classes/com/arjuna/orbportability/oa/core/OA.java
===================================================================
--- labs/jbosstm/trunk/ArjunaJTS/orbportability/classes/com/arjuna/orbportability/oa/core/OA.java	2009-07-02 11:09:43 UTC (rev 27432)
+++ labs/jbosstm/trunk/ArjunaJTS/orbportability/classes/com/arjuna/orbportability/oa/core/OA.java	2009-07-02 11:29:12 UTC (rev 27433)
@@ -31,7 +31,6 @@
 
 package com.arjuna.orbportability.oa.core;
 
-import com.arjuna.common.util.propertyservice.PropertyManager;
 import com.arjuna.common.util.logging.VisibilityLevel;
 import com.arjuna.common.util.logging.DebugLevel;
 
@@ -39,9 +38,6 @@
 import com.arjuna.orbportability.logging.*;
 
 import org.omg.CORBA.Policy;
-import java.util.*;
-import java.applet.Applet;
-import java.io.*;
 
 import org.omg.CORBA.ORBPackage.InvalidName;
 import org.omg.CORBA.SystemException;
@@ -131,7 +127,7 @@
      */
 private final void initialise ()
 {
-    String className = opPropertyManager.propertyManager.getProperty(com.arjuna.orbportability.common.Environment.OA_IMPLEMENTATION);
+    String className = opPropertyManager.getPropertyManager().getProperty(com.arjuna.orbportability.common.Environment.OA_IMPLEMENTATION);
 
     if (className == null)
     {

Modified: labs/jbosstm/trunk/ArjunaJTS/orbportability/classes/com/arjuna/orbportability/orb/core/ORB.java
===================================================================
--- labs/jbosstm/trunk/ArjunaJTS/orbportability/classes/com/arjuna/orbportability/orb/core/ORB.java	2009-07-02 11:09:43 UTC (rev 27432)
+++ labs/jbosstm/trunk/ArjunaJTS/orbportability/classes/com/arjuna/orbportability/orb/core/ORB.java	2009-07-02 11:29:12 UTC (rev 27433)
@@ -31,17 +31,13 @@
 
 package com.arjuna.orbportability.orb.core;
 
-import com.arjuna.common.util.propertyservice.PropertyManager;
 import com.arjuna.common.util.logging.VisibilityLevel;
 import com.arjuna.common.util.logging.DebugLevel;
-import com.arjuna.orbportability.common.Configuration;
-import com.arjuna.orbportability.common.Environment;
 import com.arjuna.orbportability.common.opPropertyManager;
 import com.arjuna.orbportability.logging.*;
 
 import java.util.*;
 import java.applet.Applet;
-import java.io.*;
 
 import org.omg.CORBA.SystemException;
 
@@ -112,7 +108,7 @@
 	 * Let the application provide its own ORB implementation.
 	 */
 
-	String className = opPropertyManager.propertyManager.getProperty(com.arjuna.orbportability.common.Environment.ORB_IMPLEMENTATION);
+	String className = opPropertyManager.getPropertyManager().getProperty(com.arjuna.orbportability.common.Environment.ORB_IMPLEMENTATION);
 
         if (className == null)
         {

Modified: labs/jbosstm/trunk/ArjunaJTS/orbportability/classes/com/arjuna/orbportability/recovery/RebindFactory.java
===================================================================
--- labs/jbosstm/trunk/ArjunaJTS/orbportability/classes/com/arjuna/orbportability/recovery/RebindFactory.java	2009-07-02 11:09:43 UTC (rev 27432)
+++ labs/jbosstm/trunk/ArjunaJTS/orbportability/classes/com/arjuna/orbportability/recovery/RebindFactory.java	2009-07-02 11:29:12 UTC (rev 27433)
@@ -35,11 +35,8 @@
 import com.arjuna.orbportability.logging.opLogger;
 import com.arjuna.orbportability.common.opPropertyManager;
 
-import java.io.FileNotFoundException;
-import java.io.IOException;
 import org.omg.CORBA.BAD_PARAM;
 import org.omg.CORBA.BAD_OPERATION;
-import org.omg.CORBA.UNKNOWN;
 import org.omg.CORBA.SystemException;
 
 /**
@@ -72,7 +69,7 @@
 	
 	if (name != null)
 	{
-	    recoveryClassName = opPropertyManager.propertyManager.getProperty(name);
+	    recoveryClassName = opPropertyManager.getPropertyManager().getProperty(name);
 	    
 	    if (recoveryClassName != null)
 		return createRecoveryClass(recoveryClassName);
@@ -84,7 +81,7 @@
 	    {
 		String ior = orb.orb().object_to_string(obj);
 
-		recoveryClassName = opPropertyManager.propertyManager.getProperty(ior);
+		recoveryClassName = opPropertyManager.getPropertyManager().getProperty(ior);
 		
 		if (recoveryClassName != null)
 		    return createRecoveryClass(recoveryClassName);

Deleted: labs/jbosstm/trunk/ArjunaJTS/orbportability/etc/default-orbportability-properties.xml
===================================================================
--- labs/jbosstm/trunk/ArjunaJTS/orbportability/etc/default-orbportability-properties.xml	2009-07-02 11:09:43 UTC (rev 27432)
+++ labs/jbosstm/trunk/ArjunaJTS/orbportability/etc/default-orbportability-properties.xml	2009-07-02 11:29:12 UTC (rev 27433)
@@ -1,101 +0,0 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
-<!--
-  JBoss, Home of Professional Open Source
-  Copyright 2006, Red Hat Middleware LLC, and individual contributors
-  as indicated by the @author tags. 
-  See the copyright.txt in the distribution for a full listing 
-  of individual contributors.
-  This copyrighted material is made available to anyone wishing to use,
-  modify, copy, or redistribute it subject to the terms and conditions
-  of the GNU Lesser General Public License, v. 2.1.
-  This program is distributed in the hope that it will be useful, but WITHOUT A
-  WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
-  PARTICULAR PURPOSE.  See the GNU Lesser General Public License for more details.
-  You should have received a copy of the GNU Lesser General Public License,
-  v.2.1 along with this distribution; if not, write to the Free Software
-  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
-  MA  02110-1301, USA.
-
-  
-  (C) 2005-2006,
-  @author JBoss Inc.
--->
-<!-- $Id: default-orbportability-properties.xml 2342 2006-03-30 13:06:17Z  $ -->
-<!--
-  These options are described in the orb portability manual.
-  Defaults are provided here for convenience only.
- 
-  Please read through this file prior to using the system, and consider
-  updating the specified entries.
--->
-<transaction-service
-  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-  xsi:noNamespaceSchemaLocation="transaction-service-2_0.xsd">
-    <properties name="orbportability" depends="common">
-      <property
-        name="com.arjuna.orbportability.bindMechanism"
-        value="CONFIGURATION_FILE"/>
-      <!--
-        The location of initial references file (default is user.home)
-      -->
-      <!--
-      <property
-        name="com.arjuna.orbportability.initialReferencesRoot"
-        value=""/>
-      -->
-      <!--
-        The name of the initial references file (default is CosServices.cfg)
-      -->
-      <property
-        name="com.arjuna.orbportability.initialReferencesFile"
-        value="CosServices.cfg"/>
-      <!--
-        When reading and writing IORs, they can be read/written in this
-        directory. (default is serviceName)
-      -->
-      <!--
-        <property
-          name="com.arjuna.orbportability.fileDir"
-          value=""/>
-      -->
-      <!--
-        Default resolution service for the Transaction Manager Server.
-        ORB specific.
-      -->
-      <!--
-        <property
-          name="com.arjuna.orbportability.resolveService"
-          value=""/>
-      -->
-      <!--
-        Event handlers.
-      -->
-      <!--
-        <property
-          name="com.arjuna.orbportability.eventHandler_0"
-          value=""/>
-        <property
-          name="com.arjuna.orbportability.eventHandler_1"
-          value=""/>
-      -->
-      <!--
-        The ORB implementation class - this defaults to the class which
-        implements support for the first supported ORB in your classpath.
-      -->
-      <!--
-        <property
-          name="com.arjuna.orbportability.orbImplementation"
-          value=""/>
-      -->
-      <!--
-        The OA implementation class - this also defaults to the class which
-        implements support for the first supported ORB in your classpath
-      -->
-      <!--
-        <property
-          name="com.arjuna.orbportability.oaImplementation"
-          value=""/>
-      -->
-
-    </properties>
-</transaction-service>

Deleted: labs/jbosstm/trunk/ArjunaJTS/orbportability/etc/orbportability.properties_default
===================================================================
--- labs/jbosstm/trunk/ArjunaJTS/orbportability/etc/orbportability.properties_default	2009-07-02 11:09:43 UTC (rev 27432)
+++ labs/jbosstm/trunk/ArjunaJTS/orbportability/etc/orbportability.properties_default	2009-07-02 11:29:12 UTC (rev 27433)
@@ -1,66 +0,0 @@
-#
-# JBoss, Home of Professional Open Source
-# Copyright 2006, Red Hat Middleware LLC, and individual contributors
-# as indicated by the @author tags.
-# See the copyright.txt in the distribution for a full listing
-# of individual contributors.
-# This copyrighted material is made available to anyone wishing to use,
-# modify, copy, or redistribute it subject to the terms and conditions
-# of the GNU Lesser General Public License, v. 2.1.
-# This program is distributed in the hope that it will be useful, but WITHOUT A
-# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
-# PARTICULAR PURPOSE.  See the GNU Lesser General Public License for more details.
-# You should have received a copy of the GNU Lesser General Public License,
-# v.2.1 along with this distribution; if not, write to the Free Software
-# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
-# MA  02110-1301, USA.
-#
-# (C) 2005-2006,
-# @author JBoss Inc.
-#
-#
-# Copyright (C) 1999-2003 by Arjuna Technologies Ltd. All rights Reserved.
-#
-# Arjuna Technologies Ltd.
-# Newcastle upon Tyne,
-# Tyne and Wear,
-# UK.
-#
-# $Id: orbportability.properties_default 2342 2006-03-30 13:06:17Z  $
-#
-#
-# These options are described in the orb portability manual.
-# Defaults are provided here for convenience only.
-#
-# Please read through this file prior to using the system, and consider
-# updating the specified entries.
-
-com.arjuna.orbportability.bindMechanism=CONFIGURATION_FILE
-
-# The location of initial references file (default is etc)
-com.arjuna.orbportability.initialReferencesRoot=""
-
-
-# The name of the initial references file (default is CosServices.cfg)
-com.arjuna.orbportability.initialReferencesFile=CosServices.cfg
-
-
-# When reading and writing IORs, they can be read/written in this directory.
-# (default is current working directory)
-com.arjuna.orbportability.fileDir=""
-
-# (default resolution service for the Transaction Manager Server: ORB specific)
-com.arjuna.orbportability.resolveService=""
-
-# Event handlers
-
-com.arjuna.orbportability.eventHandler_0=""
-com.arjuna.orbportability.eventHandler_1=""
-
-# The ORB implementation class - this defaults to the class which implements
-# support for the first supported ORB in your classpath
-com.arjuna.orbportability.orbImplementation=""
-
-# The OA implementation class - this also defaults to the class which
-# implements support for the first supported ORB in your classpath
-com.arjuna.orbportability.oaImplementation=""

Modified: labs/jbosstm/trunk/ArjunaJTS/trailmap/src/com/arjuna/demo/jta/jdbcbank/BankClient.java
===================================================================
--- labs/jbosstm/trunk/ArjunaJTS/trailmap/src/com/arjuna/demo/jta/jdbcbank/BankClient.java	2009-07-02 11:09:43 UTC (rev 27432)
+++ labs/jbosstm/trunk/ArjunaJTS/trailmap/src/com/arjuna/demo/jta/jdbcbank/BankClient.java	2009-07-02 11:29:12 UTC (rev 27433)
@@ -576,8 +576,8 @@
             System.exit(0);
         }
         // Initialize the property manager with the correct JNDI credentials to use to log in to JNDI
-        jdbcPropertyManager.propertyManager.setProperty("Context.INITIAL_CONTEXT_FACTORY", "com.sun.jndi.fscontext.RefFSContextFactory");
-        jdbcPropertyManager.propertyManager.setProperty("Context.PROVIDER_URL", "file:/tmp/JNDI");
+        jdbcPropertyManager.getPropertyManager().setProperty("Context.INITIAL_CONTEXT_FACTORY", "com.sun.jndi.fscontext.RefFSContextFactory");
+        jdbcPropertyManager.getPropertyManager().setProperty("Context.PROVIDER_URL", "file:/tmp/JNDI");
 
         // Create a local representation of a bank and then create a bank client to interact with it
         Bank bank = new Bank();

Modified: labs/jbosstm/trunk/XTS/WS-C/dev/src/com/arjuna/webservices/logging/WSCLogger.java
===================================================================
--- labs/jbosstm/trunk/XTS/WS-C/dev/src/com/arjuna/webservices/logging/WSCLogger.java	2009-07-02 11:09:43 UTC (rev 27432)
+++ labs/jbosstm/trunk/XTS/WS-C/dev/src/com/arjuna/webservices/logging/WSCLogger.java	2009-07-02 11:29:12 UTC (rev 27433)
@@ -65,8 +65,8 @@
             
     	arjLogger = LogFactory.getLogNoi18n("com.arjuna.wsc.logging.WSCLogger");
     
-        final String language = commonPropertyManager.propertyManager.getProperty("language","en");
-        final String country  = commonPropertyManager.propertyManager.getProperty("country","US");
+        final String language = commonPropertyManager.getPropertyManager().getProperty("language","en");
+        final String country  = commonPropertyManager.getPropertyManager().getProperty("country","US");
     
     	final Locale currentLocale = new Locale(language, country);
     	log_mesg = ResourceBundle.getBundle("wsc_msg",currentLocale);

Modified: labs/jbosstm/trunk/XTS/WS-T/dev/src/com/arjuna/webservices/logging/WSTLogger.java
===================================================================
--- labs/jbosstm/trunk/XTS/WS-T/dev/src/com/arjuna/webservices/logging/WSTLogger.java	2009-07-02 11:09:43 UTC (rev 27432)
+++ labs/jbosstm/trunk/XTS/WS-T/dev/src/com/arjuna/webservices/logging/WSTLogger.java	2009-07-02 11:29:12 UTC (rev 27433)
@@ -53,8 +53,8 @@
             
     	arjLogger = LogFactory.getLogNoi18n("com.arjuna.webservices.logging.WSTLogger");
     
-        final String language = commonPropertyManager.propertyManager.getProperty("language","en");
-        final String country  = commonPropertyManager.propertyManager.getProperty("country","US");
+        final String language = commonPropertyManager.getPropertyManager().getProperty("language","en");
+        final String country  = commonPropertyManager.getPropertyManager().getProperty("country","US");
     
     	final Locale currentLocale = new Locale(language, country);
     	log_mesg = ResourceBundle.getBundle("wst_msg",currentLocale);

Modified: labs/jbosstm/trunk/XTS/WSAS/classes/com/arjuna/mw/wsas/logging/wsasLogger.java
===================================================================
--- labs/jbosstm/trunk/XTS/WSAS/classes/com/arjuna/mw/wsas/logging/wsasLogger.java	2009-07-02 11:09:43 UTC (rev 27432)
+++ labs/jbosstm/trunk/XTS/WSAS/classes/com/arjuna/mw/wsas/logging/wsasLogger.java	2009-07-02 11:29:12 UTC (rev 27433)
@@ -57,8 +57,8 @@
         
 	arjLogger = LogFactory.getLogNoi18n("com.arjuna.mw.wsas.logging.wsasLogger");
 
-	language = commonPropertyManager.propertyManager.getProperty("language","en");
-	country  = commonPropertyManager.propertyManager.getProperty("country","US");
+	language = commonPropertyManager.getPropertyManager().getProperty("language","en");
+	country  = commonPropertyManager.getPropertyManager().getProperty("country","US");
 
 	currentLocale = new Locale(language,country);
 	log_mesg = ResourceBundle.getBundle("wsas_msg",currentLocale);

Modified: labs/jbosstm/trunk/XTS/WSCF/classes/com/arjuna/mw/wscf/logging/wscfLogger.java
===================================================================
--- labs/jbosstm/trunk/XTS/WSCF/classes/com/arjuna/mw/wscf/logging/wscfLogger.java	2009-07-02 11:09:43 UTC (rev 27432)
+++ labs/jbosstm/trunk/XTS/WSCF/classes/com/arjuna/mw/wscf/logging/wscfLogger.java	2009-07-02 11:29:12 UTC (rev 27433)
@@ -57,8 +57,8 @@
         
 	arjLogger = LogFactory.getLogNoi18n("com.arjuna.mw.wscf.logging.wscfLogger");
 
-	language = commonPropertyManager.propertyManager.getProperty("language","en");
-	country  = commonPropertyManager.propertyManager.getProperty("country","US");
+	language = commonPropertyManager.getPropertyManager().getProperty("language","en");
+	country  = commonPropertyManager.getPropertyManager().getProperty("country","US");
 
 	currentLocale = new Locale(language,country);
 	log_mesg = ResourceBundle.getBundle("wscf_msg",currentLocale);

Modified: labs/jbosstm/trunk/XTS/WSTX/classes/com/arjuna/mw/wstx/logging/wstxLogger.java
===================================================================
--- labs/jbosstm/trunk/XTS/WSTX/classes/com/arjuna/mw/wstx/logging/wstxLogger.java	2009-07-02 11:09:43 UTC (rev 27432)
+++ labs/jbosstm/trunk/XTS/WSTX/classes/com/arjuna/mw/wstx/logging/wstxLogger.java	2009-07-02 11:29:12 UTC (rev 27433)
@@ -57,8 +57,8 @@
         
 	arjLogger = LogFactory.getLogNoi18n("com.arjuna.mw.wstx.logging.wstxLogger");
 
-	language = commonPropertyManager.propertyManager.getProperty("language","en");
-	country  = commonPropertyManager.propertyManager.getProperty("country","US");
+	language = commonPropertyManager.getPropertyManager().getProperty("language","en");
+	country  = commonPropertyManager.getPropertyManager().getProperty("country","US");
 
 	currentLocale = new Locale(language,country);
 	log_mesg = ResourceBundle.getBundle("wstx_msg",currentLocale);

Modified: labs/jbosstm/trunk/XTS/sar/src/org/jboss/jbossts/xts/logging/XTSLogger.java
===================================================================
--- labs/jbosstm/trunk/XTS/sar/src/org/jboss/jbossts/xts/logging/XTSLogger.java	2009-07-02 11:09:43 UTC (rev 27432)
+++ labs/jbosstm/trunk/XTS/sar/src/org/jboss/jbossts/xts/logging/XTSLogger.java	2009-07-02 11:29:12 UTC (rev 27433)
@@ -22,8 +22,8 @@
 
     	arjLogger = LogFactory.getLogNoi18n("com.arjuna.webservices.logging.XTSLogger");
 
-        final String language = commonPropertyManager.propertyManager.getProperty("language","en");
-        final String country  = commonPropertyManager.propertyManager.getProperty("country","US");
+        final String language = commonPropertyManager.getPropertyManager().getProperty("language","en");
+        final String country  = commonPropertyManager.getPropertyManager().getProperty("country","US");
 
     	final Locale currentLocale = new Locale(language, country);
     	log_mesg = ResourceBundle.getBundle("xts_msg",currentLocale);

Modified: labs/jbosstm/trunk/antbuildsystem/build.xml
===================================================================
--- labs/jbosstm/trunk/antbuildsystem/build.xml	2009-07-02 11:09:43 UTC (rev 27432)
+++ labs/jbosstm/trunk/antbuildsystem/build.xml	2009-07-02 11:29:12 UTC (rev 27433)
@@ -24,6 +24,10 @@
 
     <import file="../sharedbuild.xml"/>
 
+    <target name="compile" depends="init">
+        <compile.macro includeant="true"/>
+    </target>
+
     <target name="compile-tests"/>
     <target name="run.tests"/>
 

Deleted: labs/jbosstm/trunk/antbuildsystem/classes/com/hp/mw/buildsystem/ant/ConvertPropertyCase.java
===================================================================
--- labs/jbosstm/trunk/antbuildsystem/classes/com/hp/mw/buildsystem/ant/ConvertPropertyCase.java	2009-07-02 11:09:43 UTC (rev 27432)
+++ labs/jbosstm/trunk/antbuildsystem/classes/com/hp/mw/buildsystem/ant/ConvertPropertyCase.java	2009-07-02 11:29:12 UTC (rev 27433)
@@ -1,103 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source
- * Copyright 2006, Red Hat Middleware LLC, and individual contributors 
- * as indicated by the @author tags. 
- * See the copyright.txt in the distribution for a
- * full listing of individual contributors. 
- * This copyrighted material is made available to anyone wishing to use,
- * modify, copy, or redistribute it subject to the terms and conditions
- * of the GNU Lesser General Public License, v. 2.1.
- * This program is distributed in the hope that it will be useful, but WITHOUT A 
- * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A 
- * PARTICULAR PURPOSE.  See the GNU Lesser General Public License for more details.
- * You should have received a copy of the GNU Lesser General Public License,
- * v.2.1 along with this distribution; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, 
- * MA  02110-1301, USA.
- * 
- * (C) 2005-2006,
- * @author JBoss Inc.
- */
-package com.hp.mw.buildsystem.ant;
-
-/*
- * Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004
- *
- * Arjuna Technologies Limited,
- * Newcastle upon Tyne,
- * Tyne and Wear,
- * UK.
- *
- * $Id: ConvertPropertyCase.java 2342 2006-03-30 13:06:17Z  $
- */
-
-import org.apache.tools.ant.*;
-
-/**
- * This ant task can be used to easily convert property values cases.
- *
- * @version $Id: ConvertPropertyCase.java 2342 2006-03-30 13:06:17Z  $
- * @author Richard A. Begg (richard.begg at arjuna.com)
- */
-public class ConvertPropertyCase extends Task
-{
-    private String  _inProperty = null;
-    private String  _outProperty = null;
-    private String  _function = null;
-
-    public void setInProperty(String inProperty)
-    {
-        _inProperty = inProperty;
-    }
-
-    public void setOutProperty(String outProperty)
-    {
-        _outProperty = outProperty;
-    }
-
-    public void setFunction(String function)
-    {
-        _function = function;
-    }
-
-    public String uppercase(String text)
-    {
-        return getProject().getProperty(text).toUpperCase();
-    }
-
-    public String lowercase(String text)
-    {
-        return getProject().getProperty(text).toLowerCase();
-    }
-
-    public void execute() throws BuildException
-    {
-        if ( _inProperty == null )
-        {
-            throw new BuildException("'inproperty' not set");
-        }
-
-        if ( _outProperty == null )
-        {
-            throw new BuildException("'outproperty' not set");
-        }
-
-        if ( _function == null )
-        {
-            throw new BuildException("'function' not set");
-        }
-
-        try
-        {
-            java.lang.reflect.Method function = this.getClass().getMethod(_function, new Class[] { String.class });
-
-            String newValue = (String)function.invoke(this, new Object[] { _inProperty });
-
-            getProject().setProperty(_outProperty, newValue);
-        }
-        catch (Exception e)
-        {
-            throw new BuildException("Failed to invoke function '"+_function+"': "+e);
-        }
-    }
-}

Deleted: labs/jbosstm/trunk/antbuildsystem/classes/com/hp/mw/buildsystem/ant/MergePropertyFiles.java
===================================================================
--- labs/jbosstm/trunk/antbuildsystem/classes/com/hp/mw/buildsystem/ant/MergePropertyFiles.java	2009-07-02 11:09:43 UTC (rev 27432)
+++ labs/jbosstm/trunk/antbuildsystem/classes/com/hp/mw/buildsystem/ant/MergePropertyFiles.java	2009-07-02 11:29:12 UTC (rev 27433)
@@ -1,215 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source
- * Copyright 2006, Red Hat Middleware LLC, and individual contributors 
- * as indicated by the @author tags. 
- * See the copyright.txt in the distribution for a
- * full listing of individual contributors. 
- * This copyrighted material is made available to anyone wishing to use,
- * modify, copy, or redistribute it subject to the terms and conditions
- * of the GNU Lesser General Public License, v. 2.1.
- * This program is distributed in the hope that it will be useful, but WITHOUT A 
- * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A 
- * PARTICULAR PURPOSE.  See the GNU Lesser General Public License for more details.
- * You should have received a copy of the GNU Lesser General Public License,
- * v.2.1 along with this distribution; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, 
- * MA  02110-1301, USA.
- * 
- * (C) 2005-2006,
- * @author JBoss Inc.
- */
-/*
- * Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003
- *
- * Arjuna Technologies Ltd.
- * Newcastle upon Tyne,
- * Tyne and Wear,
- * UK.
- *
- * $Id: MergePropertyFiles.java 2342 2006-03-30 13:06:17Z  $
- */
-
-package com.hp.mw.buildsystem.ant;
-
-import org.apache.tools.ant.Task;
-import org.apache.tools.ant.BuildException;
-import org.apache.xml.serialize.XMLSerializer;
-import org.apache.xml.serialize.OutputFormat;
-import org.w3c.dom.Document;
-import org.w3c.dom.Element;
-import org.w3c.dom.NodeList;
-import org.w3c.dom.Node;
-
-import javax.xml.parsers.DocumentBuilderFactory;
-import java.io.File;
-import java.io.FileOutputStream;
-
-/**
- * This ANT task allows an XML property file to be produced by merging property files into a
- * single property file.
- *
- * @author Richard A. Begg
- * @version $Id: MergePropertyFiles.java 2342 2006-03-30 13:06:17Z  $
- */
-public class MergePropertyFiles extends Task
-{
-	public final static String PROPERTIES_ELEMENT_NAME = "properties";
-	public final static String NAME_ATTRIBUTE_NAME = "name";
-	public final static String DEPENDS_ATTRIBUTE_NAME = "depends";
-
-	public final static String PROPERTY_ELEMENT_NAME = "property";
-	public final static String VALUE_ATTRIBUTE_NAME = "value";
-
-	private File	_master = null;
-	private File	_merge = null;
-	private String	_topLevelElementName = null;
-	private boolean _override = false;
-
-	public void setMaster(String filename)
-	{
-		_master = new File(filename);
-	}
-
-	public void setMerge(String filename)
-	{
-		_merge = new File(filename);
-	}
-
-	public void setTopLevelElement(String name)
-	{
-		_topLevelElementName = name;
-	}
-
-	public void setOverride(String text)
-	{
-		_override = new Boolean(text).booleanValue();
-	}
-
-	public void execute() throws BuildException
-	{
-    	if ( _master == null )
-		{
-			throw new BuildException("Please specify the master property file (master)");
-		}
-
-		if ( _merge == null || !_merge.exists() )
-		{
-			throw new BuildException("Please specify a valid property file to merge (merge)");
-		}
-
-		merge(_master, _merge);
-	}
-
-	private void merge(File master, File merge) throws BuildException
-	{
-		log("Merging '"+master.getName()+"' with '"+merge.getName()+"'");
-		Document mergedDoc = mergeProperties(master, merge);
-
-		try
-		{
-			log("Creating merged file '"+master.getName()+"'");
-
-			FileOutputStream out;
-			OutputFormat of = new OutputFormat(mergedDoc);
-			of.setIndenting(true);
-        	XMLSerializer srl = new XMLSerializer(out = new FileOutputStream(master), of);
-
-			srl.serialize(mergedDoc);
-
-			out.close();
-		}
-		catch (Exception e)
-		{
-			throw new BuildException("Unexpected exception while outputting merged file: "+e);
-		}
-	}
-
-	public Document mergeProperties(File master, File merge) throws BuildException
-	{
-		Document masterDoc = null;
-        Element masterDocRoot;
-
-		try
-		{
-			Document mergeDoc = DocumentBuilderFactory.newInstance().newDocumentBuilder().parse(merge);
-			Element mergeDocRoot = mergeDoc.getDocumentElement();
-
-			if ( master.exists() )
-			{
-				masterDoc = DocumentBuilderFactory.newInstance().newDocumentBuilder().parse(master);
-				masterDocRoot = masterDoc.getDocumentElement();
-			}
-			else
-			{
-				masterDoc = DocumentBuilderFactory.newInstance().newDocumentBuilder().newDocument();
-				masterDocRoot = masterDoc.createElement(_topLevelElementName != null ? _topLevelElementName : mergeDocRoot.getNodeName());
-				masterDoc.appendChild(masterDocRoot);
-			}
-
-			NodeList mergePropertiesElements = mergeDocRoot.getElementsByTagName(PROPERTIES_ELEMENT_NAME);
-			for (int count=0;count<mergePropertiesElements.getLength();count++)
-			{
-				Element mergePropertiesElement = (Element)mergePropertiesElements.item(count);
-				String name = mergePropertiesElement.getAttributeNode(NAME_ATTRIBUTE_NAME).getNodeValue();
-
-				/** Find the equivelant element in the master document **/
-				Element masterPropertiesElement = getPropertiesElement(masterDocRoot, name);
-
-				/** If we have been told to override then remove the previous settings **/
-				if ( _override )
-				{
-					masterDocRoot.removeChild(masterPropertiesElement);
-					masterPropertiesElement = null;
-				}
-
-
-				/** If this element doesn't appear in the master document add it **/
-				if ( masterPropertiesElement == null )
-				{
-					Node newNode = masterDoc.importNode(mergePropertiesElement, true);
-					masterDocRoot.appendChild(newNode);
-				}
-				else
-				{
-					NodeList mergePropertyElements = mergePropertiesElement.getChildNodes();
-
-					for (int childCount=0;childCount<mergePropertyElements.getLength();childCount++)
-					{
-						Node childNode = mergePropertyElements.item(childCount);
-						Node newNode = masterDoc.importNode(childNode, true);
-
-						masterPropertiesElement.appendChild( newNode );
-					}
-				}
-			}
-		}
-		catch (BuildException e)
-		{
-			throw e;
-		}
-		catch (Exception e)
-		{
-			e.printStackTrace(System.err);
-			throw new BuildException("Exception while merging properties file:"+e);
-		}
-
-		return masterDoc;
-	}
-
-	private Element getPropertiesElement(Element masterDocRoot, String findName)
-	{
-		NodeList masterPropertiesElements = masterDocRoot.getElementsByTagName(PROPERTIES_ELEMENT_NAME);
-		for (int count=0;count<masterPropertiesElements.getLength();count++)
-		{
-			Element mergePropertiesElement = (Element)masterPropertiesElements.item(count);
-			String name = mergePropertiesElement.getAttributeNode(NAME_ATTRIBUTE_NAME).getNodeValue();
-
-			if ( name.equals(findName) )
-			{
-				return mergePropertiesElement;
-			}
-		}
-
-		return null;
-	}
-}

Deleted: labs/jbosstm/trunk/antbuildsystem/classes/com/hp/mw/buildsystem/ant/ModuleToProduct.java
===================================================================
--- labs/jbosstm/trunk/antbuildsystem/classes/com/hp/mw/buildsystem/ant/ModuleToProduct.java	2009-07-02 11:09:43 UTC (rev 27432)
+++ labs/jbosstm/trunk/antbuildsystem/classes/com/hp/mw/buildsystem/ant/ModuleToProduct.java	2009-07-02 11:29:12 UTC (rev 27433)
@@ -1,184 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source
- * Copyright 2006, Red Hat Middleware LLC, and individual contributors 
- * as indicated by the @author tags. 
- * See the copyright.txt in the distribution for a
- * full listing of individual contributors. 
- * This copyrighted material is made available to anyone wishing to use,
- * modify, copy, or redistribute it subject to the terms and conditions
- * of the GNU Lesser General Public License, v. 2.1.
- * This program is distributed in the hope that it will be useful, but WITHOUT A 
- * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A 
- * PARTICULAR PURPOSE.  See the GNU Lesser General Public License for more details.
- * You should have received a copy of the GNU Lesser General Public License,
- * v.2.1 along with this distribution; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, 
- * MA  02110-1301, USA.
- * 
- * (C) 2005-2006,
- * @author JBoss Inc.
- */
-package com.hp.mw.buildsystem.ant;
-
-/**
- * Ant task to take individual module jar files and create product jar files
- * from them.  Parameters are <EM>destdir</EM>, <EM>destfile</EM>,
- * <EM>workdir</EM> and a fileset containing the complete list of module jar
- * files.
- *
- * Unpacks the module jar files into the work directory.  Jar files with a
- * <EM>-orbname</EM> suffix are unpacked into <EM>-orbname</EM>
- * directories.  Jar files without the suffix are unpacked into the default
- * directory.  All these directories are then packed into jar files in the
- * destination directory and are named with the prefix <EM>destfile</EM>
- * converted to lower case.
- *
- * @author Julian Coleman (julian_coleman at hp.com)
- * @version $Id: ModuleToProduct.java 2342 2006-03-30 13:06:17Z  $
- */
-
-import java.io.File;
-import java.util.ArrayList;
-import java.util.HashSet;
-import java.util.Iterator;
-import java.util.List;
-
-import org.apache.tools.ant.BuildException;
-import org.apache.tools.ant.DirectoryScanner;
-import org.apache.tools.ant.taskdefs.Delete;
-import org.apache.tools.ant.taskdefs.Expand;
-import org.apache.tools.ant.taskdefs.Jar;
-import org.apache.tools.ant.taskdefs.Mkdir;
-import org.apache.tools.ant.types.FileSet;
-
-public class ModuleToProduct extends org.apache.tools.ant.Task {
-
-	private String	workdir = ".work";
-	private String	destdir, destfile;
-	private List	 libs = new ArrayList() ;
-	private HashSet orbList = new HashSet();
-	private boolean ignoreOrb = false ;
-
-	/**
-	 * Set the destination directory.
-	 */
-	public void setDestdir(String destdir) {
-		this.destdir = destdir;
-	}
-
-	/**
-	 * Set the destination filename root.
-	 */
-	public void setDestfile(String destfile) {
-		this.destfile = destfile.toLowerCase();
-	}
-
-	/**
-	 * Set the temporary working directory.
-	 */
-	public void setWorkdir(String workdir) {
-		this.workdir = workdir;
-	}
-
-	/**
-	 * Set the list of .jar files to process.
-	 */
-	public void addFileset(FileSet fileSet) {
-		libs.add(fileSet) ;
-	}
-
-	/**
-	 * Set the ignore orb glaf.
-	 */
-	public void setIgnoreorb(final boolean ignoreOrb) {
-		this.ignoreOrb = ignoreOrb;
-	}
-
-	/**
-	 * Unjar list of jar files into separate directories.
-	 * Jar directories into separate product jar files.
-	 */
-	public void execute() throws BuildException {
-		DirectoryScanner	ds;
-		int	hyphen;
-		String	orbName, srcDir, destDir;
-		Expand	unjar = new Expand();
-		Delete  delete = new Delete();
-		Mkdir	mkdir = new Mkdir();
-		Jar	jar = new Jar();
-
-		try {
-			/* Remove any existing work directory */
-			delete.setProject(getProject());
-			delete.setDir(new File(workdir));
-			delete.execute();
-	
-			/* Get list of files */
-			final int numLibs = libs.size() ;
-			for(int count = 0 ; count < numLibs ; count++)
-			{
-				final FileSet fileSet = (FileSet)libs.get(count) ;
-				ds = fileSet.getDirectoryScanner(project);
-				ds.scan();
-				final String[] files = ds.getIncludedFiles() ;
-				for (int i = 0; i < files.length;i++) {
-					/* Build extract directory name */
-					destDir = workdir.concat("/classes");
-					hyphen = files[i].lastIndexOf('-');
-					orbName = new String();
-					if (!ignoreOrb && (hyphen > 0)) {
-						orbName = orbName.concat(
-					    	files[i].substring(hyphen,
-					    	files[i].indexOf(".jar")));
-						destDir = destDir.concat(orbName);
-						if (!orbList.contains(orbName)) {
-							orbList.add(orbName);
-						}
-					} else {
-						if (!orbList.contains("")) {
-							orbList.add("");
-						}
-					}
-					/* Unpack jar file */
-					unjar.setProject(getProject());
-					unjar.setDest(new File(destDir));
-					unjar.setSrc(new File(ds.getBasedir(), files[i]));
-					unjar.setOverwrite(true);
-					unjar.execute();
-				}
-			}
-			for (Iterator i = orbList.iterator(); i.hasNext();) {
-				/* Delete META-INF directory */
-				orbName = i.next().toString();
-				srcDir = workdir.concat("/classes");
-				srcDir = srcDir.concat(orbName);
-				srcDir = srcDir.concat("/META-INF");
-				delete.setDir(new File(srcDir));
-				delete.execute();
-	
-				/* Create destination directory */
-				mkdir.setProject(getProject());
-				mkdir.setDir(new File(destdir));
-				mkdir.execute();
-	
-				/* Create new jar files */
-				srcDir = workdir.concat("/classes");
-				srcDir = srcDir.concat(orbName);
-				destDir = destdir.concat("/");
-				destDir = destDir.concat(destfile);
-				destDir = destDir.concat(orbName);
-				destDir = destDir.concat(".jar");
-				jar.setProject(getProject());
-				jar.setBasedir(new File(srcDir));
-				jar.setJarfile(new File(destDir));
-				jar.execute();
-			}
-			/* Remove the work directory */
-			delete.setDir(new File(workdir));
-			delete.execute();
-		}
-		catch (Exception e) {
-			throw new BuildException(e);
-		}
-	}
-}

Deleted: labs/jbosstm/trunk/antbuildsystem/classes/com/hp/mw/buildsystem/ant/VersToProp.java
===================================================================
--- labs/jbosstm/trunk/antbuildsystem/classes/com/hp/mw/buildsystem/ant/VersToProp.java	2009-07-02 11:09:43 UTC (rev 27432)
+++ labs/jbosstm/trunk/antbuildsystem/classes/com/hp/mw/buildsystem/ant/VersToProp.java	2009-07-02 11:29:12 UTC (rev 27433)
@@ -1,79 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source
- * Copyright 2006, Red Hat Middleware LLC, and individual contributors 
- * as indicated by the @author tags. 
- * See the copyright.txt in the distribution for a
- * full listing of individual contributors. 
- * This copyrighted material is made available to anyone wishing to use,
- * modify, copy, or redistribute it subject to the terms and conditions
- * of the GNU Lesser General Public License, v. 2.1.
- * This program is distributed in the hope that it will be useful, but WITHOUT A 
- * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A 
- * PARTICULAR PURPOSE.  See the GNU Lesser General Public License for more details.
- * You should have received a copy of the GNU Lesser General Public License,
- * v.2.1 along with this distribution; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, 
- * MA  02110-1301, USA.
- * 
- * (C) 2005-2006,
- * @author JBoss Inc.
- */
-package com.hp.mw.buildsystem.ant;
-
-/**
- * Ant task to convert an HP-TS version number to a property filename part.
- * Parameters are <EM>version</EM>, <EM>property</EM>.
- *
- * Takes an HTPS version number in the form <EM>A.B.C</EM> and stores the
- * HPTS property filename part as <EM>_A_B</EM> in the specified Ant property.
- * Generates an empty string for version numbers not in the format
- * <EM>A.B.C</EM>.
- *
- * @author Julian Coleman (julian_coleman at hp.com)
- * @version $Id: VersToProp.java 2342 2006-03-30 13:06:17Z  $
- */
-
-import org.apache.tools.ant.BuildException;
-import org.apache.tools.ant.Task;
-
-public class VersToProp extends Task {
-
-	private String property, version;
-
-	/**
-	 * Set the property name to store the property filename part.
-	 */
-	public void setProperty(String property) {
-		this.property = property;
-	}
-
-	/**
-	 * Set the version number to convert.
-	 */
-	public void setVersion(String version) {
-		this.version = version;
-	}
-
-	/**
-	 * Do the conversion and store the result in the specified property.
-	 */
-	public void execute() throws BuildException {
-
-		int	dot1;
-		String	fileVersion = "_";
-
-		try {
-			dot1 = version.indexOf('.');
-			fileVersion = fileVersion.concat(version.substring(0, dot1));
-			fileVersion = fileVersion.concat("_");
-			fileVersion = fileVersion.concat(version.substring(dot1 + 1, version.indexOf('.', dot1 + 1)));
-			project.setProperty(property, fileVersion);
-		}
-		catch(ArrayIndexOutOfBoundsException e) {
-			project.setProperty(property, "");
-		}
-		catch(StringIndexOutOfBoundsException e) {
-			project.setProperty(property, "");
-		}
-	}
-}

Deleted: labs/jbosstm/trunk/antbuildsystem/lib/ext/xercesImpl.jar
===================================================================
(Binary files differ)

Deleted: labs/jbosstm/trunk/antbuildsystem/lib/ext/xmlParserAPIs.jar
===================================================================
(Binary files differ)

Modified: labs/jbosstm/trunk/atsintegration/classes/com/arjuna/ats/jbossatx/jta/TransactionManagerService.java
===================================================================
--- labs/jbosstm/trunk/atsintegration/classes/com/arjuna/ats/jbossatx/jta/TransactionManagerService.java	2009-07-02 11:09:43 UTC (rev 27432)
+++ labs/jbosstm/trunk/atsintegration/classes/com/arjuna/ats/jbossatx/jta/TransactionManagerService.java	2009-07-02 11:29:12 UTC (rev 27433)
@@ -31,7 +31,6 @@
 package com.arjuna.ats.jbossatx.jta;
 
 import org.jboss.bootstrap.spi.ServerConfig;
-import org.jboss.tm.*;
 
 import org.jboss.logging.Logger;
 
@@ -52,6 +51,7 @@
 import com.arjuna.ats.arjuna.utils.Utility;
 import com.arjuna.ats.arjuna.common.arjPropertyManager;
 import com.arjuna.ats.arjuna.common.Configuration;
+import com.arjuna.ats.arjuna.common.recoveryPropertyManager;
 
 import com.arjuna.ats.internal.tsmx.mbeans.PropertyServiceJMXPlugin;
 import com.arjuna.common.util.propertyservice.PropertyManagerFactory;
@@ -107,7 +107,7 @@
 		 * Hence the static initializer block.
 		 * see also http://jira.jboss.com/jira/browse/JBTM-20
 		 */
-		com.arjuna.ats.arjuna.common.arjPropertyManager.propertyManager.setProperty(LogFactory.LOGGER_PROPERTY, "log4j_releveler");
+		com.arjuna.ats.arjuna.common.arjPropertyManager.getPropertyManager().setProperty(LogFactory.LOGGER_PROPERTY, "log4j_releveler");
 		//System.setProperty(LogFactory.LOGGER_PROPERTY, "log4j_releveler") ;
 	}
 
@@ -186,7 +186,7 @@
         }
 
         /** Register management plugin **/
-        com.arjuna.ats.arjuna.common.arjPropertyManager.propertyManager.addManagementPlugin(new PropertyServiceJMXPlugin());
+        com.arjuna.ats.arjuna.common.arjPropertyManager.getPropertyManager().addManagementPlugin(new PropertyServiceJMXPlugin());
 
         // Associate transaction reaper with our context classloader.
         TransactionReaper.create() ;
@@ -240,13 +240,13 @@
         /** Bind the transaction manager and tsr JNDI references **/
         log.info("Binding TransactionManager JNDI Reference");
 
-        jtaPropertyManager.propertyManager.setProperty(Environment.JTA_TM_IMPLEMENTATION, TransactionManagerDelegate.class.getName());
-        jtaPropertyManager.propertyManager.setProperty(Environment.JTA_UT_IMPLEMENTATION, UserTransactionImple.class.getName());
+        jtaPropertyManager.getPropertyManager().setProperty(Environment.JTA_TM_IMPLEMENTATION, TransactionManagerDelegate.class.getName());
+        jtaPropertyManager.getPropertyManager().setProperty(Environment.JTA_UT_IMPLEMENTATION, UserTransactionImple.class.getName());
 
-		jtaPropertyManager.propertyManager.setProperty(Environment.JTA_TSR_IMPLEMENTATION, TransactionSynchronizationRegistryImple.class.getName());
+		jtaPropertyManager.getPropertyManager().setProperty(Environment.JTA_TSR_IMPLEMENTATION, TransactionSynchronizationRegistryImple.class.getName());
 		// When running inside the app server, we bind TSR in the JNDI java:/ space, not its required location.
 		// It's the job of individual components (EJB3, web, etc) to copy the ref to the java:/comp space)
-        jtaPropertyManager.propertyManager.setProperty(Environment.TSR_JNDI_CONTEXT, "java:/TransactionSynchronizationRegistry");
+        jtaPropertyManager.getPropertyManager().setProperty(Environment.TSR_JNDI_CONTEXT, "java:/TransactionSynchronizationRegistry");
 
 		JNDIManager.bindJTATransactionManagerImplementation();
 		JNDIManager.bindJTATransactionSynchronizationRegistryImplementation();
@@ -287,7 +287,7 @@
     private boolean isRecoveryManagerRunning() throws Exception
     {
         boolean active = false;
-        PropertyManager pm = PropertyManagerFactory.getPropertyManager("com.arjuna.ats.propertymanager", "recoverymanager");
+        PropertyManager pm = recoveryPropertyManager.getPropertyManager();
 
         if ( pm != null )
         {
@@ -739,7 +739,7 @@
 
     public InetAddress getTransactionStatusManagerInetAddress()
     {
-        PropertyManager pm = PropertyManagerFactory.getPropertyManager("com.arjuna.ats.propertymanager", "recoverymanager");
+        PropertyManager pm = recoveryPropertyManager.getPropertyManager();
         try {
             return Utility.hostNameToInetAddress(pm.getProperty(com.arjuna.ats.arjuna.common.Environment.TRANSACTION_STATUS_MANAGER_ADDRESS), "");
         } catch(UnknownHostException e) {
@@ -760,7 +760,7 @@
             }
             else
             {
-                PropertyManager pm = PropertyManagerFactory.getPropertyManager("com.arjuna.ats.propertymanager", "recoverymanager");
+                PropertyManager pm = recoveryPropertyManager.getPropertyManager();
                 pm.setProperty(com.arjuna.ats.arjuna.common.Environment.TRANSACTION_STATUS_MANAGER_ADDRESS, tsmInetAddress.getHostAddress());
                 isTransactionStatusManagerBindAddressSet = true;
             }
@@ -769,7 +769,7 @@
 
     public int getTransactionStatusManagerPort()
     {
-        PropertyManager pm = PropertyManagerFactory.getPropertyManager("com.arjuna.ats.propertymanager", "recoverymanager");
+        PropertyManager pm = recoveryPropertyManager.getPropertyManager();
         return Integer.parseInt(pm.getProperty(com.arjuna.ats.arjuna.common.Environment.TRANSACTION_STATUS_MANAGER_PORT));
     }
 
@@ -783,7 +783,7 @@
         }
         else
         {
-            PropertyManager pm = PropertyManagerFactory.getPropertyManager("com.arjuna.ats.propertymanager", "recoverymanager");
+            PropertyManager pm = recoveryPropertyManager.getPropertyManager();
             pm.setProperty(com.arjuna.ats.arjuna.common.Environment.TRANSACTION_STATUS_MANAGER_PORT, ""+port);
         }
     }
@@ -792,7 +792,7 @@
 
     public InetAddress getRecoveryInetAddress()
     {
-        PropertyManager pm = PropertyManagerFactory.getPropertyManager("com.arjuna.ats.propertymanager", "recoverymanager");
+        PropertyManager pm = recoveryPropertyManager.getPropertyManager();
         try {
             return Utility.hostNameToInetAddress(pm.getProperty(com.arjuna.ats.arjuna.common.Environment.RECOVERY_MANAGER_ADDRESS), "");
         } catch(UnknownHostException e) {
@@ -811,7 +811,7 @@
         }
         else
         {
-            PropertyManager pm = PropertyManagerFactory.getPropertyManager("com.arjuna.ats.propertymanager", "recoverymanager");
+            PropertyManager pm = recoveryPropertyManager.getPropertyManager();
             pm.setProperty(com.arjuna.ats.arjuna.common.Environment.RECOVERY_MANAGER_ADDRESS, recoveryInetAddress.getHostAddress());
             isRecoveryManagerBindAddressSet = true;
         }
@@ -819,7 +819,7 @@
 
     public int getRecoveryPort()
     {
-        PropertyManager pm = PropertyManagerFactory.getPropertyManager("com.arjuna.ats.propertymanager", "recoverymanager");
+        PropertyManager pm = recoveryPropertyManager.getPropertyManager();
         return Integer.parseInt(pm.getProperty(com.arjuna.ats.arjuna.common.Environment.RECOVERY_MANAGER_PORT));
     }
 
@@ -833,7 +833,7 @@
         }
         else
         {
-            PropertyManager pm = PropertyManagerFactory.getPropertyManager("com.arjuna.ats.propertymanager", "recoverymanager");
+            PropertyManager pm = recoveryPropertyManager.getPropertyManager();
             pm.setProperty(com.arjuna.ats.arjuna.common.Environment.RECOVERY_MANAGER_PORT, ""+port);
         }
     }

Modified: labs/jbosstm/trunk/atsintegration/classes/com/arjuna/ats/jbossatx/jts/TransactionManagerService.java
===================================================================
--- labs/jbosstm/trunk/atsintegration/classes/com/arjuna/ats/jbossatx/jts/TransactionManagerService.java	2009-07-02 11:09:43 UTC (rev 27432)
+++ labs/jbosstm/trunk/atsintegration/classes/com/arjuna/ats/jbossatx/jts/TransactionManagerService.java	2009-07-02 11:29:12 UTC (rev 27433)
@@ -32,7 +32,6 @@
 
 import org.jboss.bootstrap.spi.ServerConfig;
 import org.jboss.iiop.CorbaORBService;
-import org.jboss.tm.*;
 import org.jboss.logging.Logger;
 import com.arjuna.ats.internal.jbossatx.jts.PropagationContextWrapper;
 import com.arjuna.ats.internal.jbossatx.jts.jca.XATerminator;
@@ -57,6 +56,7 @@
 import com.arjuna.ats.arjuna.recovery.RecoveryModule;
 import com.arjuna.ats.arjuna.utils.Utility;
 import com.arjuna.ats.arjuna.common.arjPropertyManager;
+import com.arjuna.ats.arjuna.common.recoveryPropertyManager;
 import com.arjuna.orbportability.ORB;
 import com.arjuna.orbportability.OA;
 
@@ -121,7 +121,7 @@
 		 * Hence the static initializer block.
 		 * see also http://jira.jboss.com/jira/browse/JBTM-20
 		 */
-		com.arjuna.ats.arjuna.common.arjPropertyManager.propertyManager.setProperty(LogFactory.LOGGER_PROPERTY, "log4j_releveler");
+		com.arjuna.ats.arjuna.common.arjPropertyManager.getPropertyManager().setProperty(LogFactory.LOGGER_PROPERTY, "log4j_releveler");
 		//System.setProperty(LogFactory.LOGGER_PROPERTY, "log4j_releveler") ;
 	}
 
@@ -193,7 +193,7 @@
         System.setProperty(com.arjuna.ats.jts.common.Environment.ALWAYS_PROPAGATE_CONTEXT, alwaysPropagateProperty);
 
         /** Register management plugin **/
-        com.arjuna.ats.arjuna.common.arjPropertyManager.propertyManager.addManagementPlugin(new PropertyServiceJMXPlugin());
+        com.arjuna.ats.arjuna.common.arjPropertyManager.getPropertyManager().addManagementPlugin(new PropertyServiceJMXPlugin());
 
         // Associate transaction reaper with our context classloader.
         TransactionReaper.create() ;
@@ -213,13 +213,13 @@
         /** Bind the transaction manager and tsr JNDI reference **/
         log.info("Binding TransactionManager JNDI Reference");
 
-        jtaPropertyManager.propertyManager.setProperty(Environment.JTA_TM_IMPLEMENTATION, TransactionManagerDelegate.class.getName());
-        jtaPropertyManager.propertyManager.setProperty(Environment.JTA_UT_IMPLEMENTATION, UserTransactionImple.class.getName());
+        jtaPropertyManager.getPropertyManager().setProperty(Environment.JTA_TM_IMPLEMENTATION, TransactionManagerDelegate.class.getName());
+        jtaPropertyManager.getPropertyManager().setProperty(Environment.JTA_UT_IMPLEMENTATION, UserTransactionImple.class.getName());
 
-        jtaPropertyManager.propertyManager.setProperty(Environment.JTA_TSR_IMPLEMENTATION, TransactionSynchronizationRegistryImple.class.getName());
+        jtaPropertyManager.getPropertyManager().setProperty(Environment.JTA_TSR_IMPLEMENTATION, TransactionSynchronizationRegistryImple.class.getName());
         // When running inside the app server, we bind TSR in the JNDI java:/ space, not its required location.
         // It's the job of individual components (EJB3, web, etc) to copy the ref to the java:/comp space)
-        jtaPropertyManager.propertyManager.setProperty(Environment.TSR_JNDI_CONTEXT, "java:/TransactionSynchronizationRegistry");
+        jtaPropertyManager.getPropertyManager().setProperty(Environment.TSR_JNDI_CONTEXT, "java:/TransactionSynchronizationRegistry");
 
         JNDIManager.bindJTATransactionManagerImplementation();
         JNDIManager.bindJTATransactionSynchronizationRegistryImplementation();
@@ -320,7 +320,7 @@
     private boolean isRecoveryManagerRunning() throws Exception
     {
         boolean active = false;
-        PropertyManager pm = PropertyManagerFactory.getPropertyManager("com.arjuna.ats.propertymanager", "recoverymanager");
+        PropertyManager pm = recoveryPropertyManager.getPropertyManager();
 
         if ( pm != null )
         {
@@ -407,7 +407,7 @@
             }
             else
             {
-        	jtsPropertyManager.propertyManager.setProperty(com.arjuna.ats.jts.common.Environment.DEFAULT_TIMEOUT, Integer.toString(timeout));
+        	jtsPropertyManager.getPropertyManager().setProperty(com.arjuna.ats.jts.common.Environment.DEFAULT_TIMEOUT, Integer.toString(timeout));
             }
         }
     }
@@ -421,7 +421,7 @@
      */
     public int getTransactionTimeout()
     {
-        final String timeout = jtsPropertyManager.propertyManager.getProperty(com.arjuna.ats.jts.common.Environment.DEFAULT_TIMEOUT);
+        final String timeout = jtsPropertyManager.getPropertyManager().getProperty(com.arjuna.ats.jts.common.Environment.DEFAULT_TIMEOUT);
         if (timeout != null)
         {
             try
@@ -815,7 +815,7 @@
 
     public InetAddress getTransactionStatusManagerInetAddress()
     {
-        PropertyManager pm = PropertyManagerFactory.getPropertyManager("com.arjuna.ats.propertymanager", "recoverymanager");
+        PropertyManager pm = recoveryPropertyManager.getPropertyManager();
         try {
             return Utility.hostNameToInetAddress(pm.getProperty(com.arjuna.ats.arjuna.common.Environment.TRANSACTION_STATUS_MANAGER_ADDRESS), "");
         } catch(UnknownHostException e) {
@@ -836,7 +836,7 @@
             }
             else
             {
-                PropertyManager pm = PropertyManagerFactory.getPropertyManager("com.arjuna.ats.propertymanager", "recoverymanager");
+                PropertyManager pm = recoveryPropertyManager.getPropertyManager();
                 pm.setProperty(com.arjuna.ats.arjuna.common.Environment.TRANSACTION_STATUS_MANAGER_ADDRESS, tsmInetAddress.getHostAddress());
                 isTransactionStatusManagerBindAddressSet = true;
             }
@@ -845,7 +845,7 @@
 
     public int getTransactionStatusManagerPort()
     {
-        PropertyManager pm = PropertyManagerFactory.getPropertyManager("com.arjuna.ats.propertymanager", "recoverymanager");
+        PropertyManager pm = recoveryPropertyManager.getPropertyManager();
         return Integer.parseInt(pm.getProperty(com.arjuna.ats.arjuna.common.Environment.TRANSACTION_STATUS_MANAGER_PORT));
     }
 
@@ -859,7 +859,7 @@
         }
         else
         {
-            PropertyManager pm = PropertyManagerFactory.getPropertyManager("com.arjuna.ats.propertymanager", "recoverymanager");
+            PropertyManager pm = recoveryPropertyManager.getPropertyManager();
             pm.setProperty(com.arjuna.ats.arjuna.common.Environment.TRANSACTION_STATUS_MANAGER_PORT, ""+port);
         }
     }
@@ -868,7 +868,7 @@
 
     public InetAddress getRecoveryInetAddress()
     {
-        PropertyManager pm = PropertyManagerFactory.getPropertyManager("com.arjuna.ats.propertymanager", "recoverymanager");
+        PropertyManager pm = recoveryPropertyManager.getPropertyManager();
         try {
             return Utility.hostNameToInetAddress(pm.getProperty(com.arjuna.ats.arjuna.common.Environment.RECOVERY_MANAGER_ADDRESS), "");
         } catch(UnknownHostException e) {
@@ -887,7 +887,7 @@
         }
         else
         {
-            PropertyManager pm = PropertyManagerFactory.getPropertyManager("com.arjuna.ats.propertymanager", "recoverymanager");
+            PropertyManager pm = recoveryPropertyManager.getPropertyManager();
             pm.setProperty(com.arjuna.ats.arjuna.common.Environment.RECOVERY_MANAGER_ADDRESS, recoveryInetAddress.getHostAddress());
             isRecoveryManagerBindAddressSet = true;
         }
@@ -895,7 +895,7 @@
 
     public int getRecoveryPort()
     {
-        PropertyManager pm = PropertyManagerFactory.getPropertyManager("com.arjuna.ats.propertymanager", "recoverymanager");
+        PropertyManager pm = recoveryPropertyManager.getPropertyManager();
         return Integer.parseInt(pm.getProperty(com.arjuna.ats.arjuna.common.Environment.RECOVERY_MANAGER_PORT));
     }
 
@@ -909,7 +909,7 @@
         }
         else
         {
-            PropertyManager pm = PropertyManagerFactory.getPropertyManager("com.arjuna.ats.propertymanager", "recoverymanager");
+            PropertyManager pm = recoveryPropertyManager.getPropertyManager();
             pm.setProperty(com.arjuna.ats.arjuna.common.Environment.RECOVERY_MANAGER_PORT, ""+port);
         }
     }

Modified: labs/jbosstm/trunk/common/build.xml
===================================================================
--- labs/jbosstm/trunk/common/build.xml	2009-07-02 11:09:43 UTC (rev 27432)
+++ labs/jbosstm/trunk/common/build.xml	2009-07-02 11:29:12 UTC (rev 27433)
@@ -22,12 +22,59 @@
 
     <property name="modulename" value="common"/>
 
+    <property name="global.ext.test.libs" value="junit-4.6.jar"/>
+
     <import file="../sharedbuild.xml"/>
 
     <target name="run.tests">
+
+        <javadoc sourcepath="${tests.dir}"
+                 packagenames="com.hp.mwtests.commonlogging.testlevels"
+                 failonerror="yes"
+                 private="yes"
+                 defaultexcludes="yes">
+
+            <doclet name="com.hp.mw.buildsystem.doclet.resbundledoclet.ResourceBundleDoclet">
+                <path>
+                    <pathelement location="${sharedbuild.base.dir}/antbuildsystem/build/lib/buildsystem.jar"/>
+                </path>
+                <!-- force absolute path for -basedir or bad things happen -->
+                <param name="-basedir" value="${basedir}/${build.dir}/tests"/>
+                <param name="-resourcebundle" value="TestLevels_en_US.properties"/>
+            </doclet>
+
+        </javadoc>
+
+        <copy todir="${build.dir}/tests" flatten="true">
+            <fileset dir="${tests.dir}" includes="**/logging_msg*"/>
+            <fileset dir="${tests.dir}" includes="**/test-product.xml"/>
+        </copy>
+
         <run.tests.macro>
             <tests><fileset dir="tests" includes="**/TestLevels.java"/></tests>
         </run.tests.macro>
+        <run.tests.macro>
+            <tests><fileset dir="tests" includes="**/logi18n.java"/></tests>
+        </run.tests.macro>
+        <run.tests.macro>
+            <tests><fileset dir="tests" includes="**/DebugExt.java"/></tests>
+        </run.tests.macro>
+        <run.tests.macro>
+            <tests><fileset dir="tests" includes="**/SetPropertyTest.java"/></tests>
+        </run.tests.macro>
+        <run.tests.macro>
+            <tests><fileset dir="tests" includes="**/PropertiesTest.java"/></tests>
+        </run.tests.macro>
+        <run.tests.macro>
+            <tests><fileset dir="tests" includes="**/SimpleTest.java"/></tests>
+        </run.tests.macro>
+        <run.tests.macro>
+            <tests><fileset dir="tests" includes="**/SystemPropertyTest.java"/></tests>
+        </run.tests.macro>
+        <run.tests.macro>
+            <tests><fileset dir="tests" includes="**/IOTest.java"/></tests>
+        </run.tests.macro>
+
     </target>
 
 </project>
\ No newline at end of file

Modified: labs/jbosstm/trunk/common/classes/com/arjuna/common/internal/util/logging/DefaultLog.java
===================================================================
--- labs/jbosstm/trunk/common/classes/com/arjuna/common/internal/util/logging/DefaultLog.java	2009-07-02 11:09:43 UTC (rev 27432)
+++ labs/jbosstm/trunk/common/classes/com/arjuna/common/internal/util/logging/DefaultLog.java	2009-07-02 11:29:12 UTC (rev 27433)
@@ -152,7 +152,7 @@
     // ------------------------------------------------------------ Initializer
 
     private static String getStringProperty(String name) {
-        String prop = commonPropertyManager.propertyManager.getProperty(name);
+        String prop = commonPropertyManager.getPropertyManager().getProperty(name);
         // if the property manager has no info set, use the system property
         // and if this isn't set either, default to JAKARTA simple logging.
         if (prop == null) {
@@ -227,7 +227,7 @@
         setLevel(DefaultLog.LOG_LEVEL_INFO);
 
         // Set log level from properties
-        String lvl = commonPropertyManager.propertyManager.getProperty(LOG_LEVEL, null);
+        String lvl = commonPropertyManager.getPropertyManager().getProperty(LOG_LEVEL, null);
         if(null == lvl) {
             lvl =  System.getProperty(LOG_LEVEL + "info");
         }

Modified: labs/jbosstm/trunk/common/classes/com/arjuna/common/internal/util/logging/LogImpl.java
===================================================================
--- labs/jbosstm/trunk/common/classes/com/arjuna/common/internal/util/logging/LogImpl.java	2009-07-02 11:09:43 UTC (rev 27432)
+++ labs/jbosstm/trunk/common/classes/com/arjuna/common/internal/util/logging/LogImpl.java	2009-07-02 11:29:12 UTC (rev 27433)
@@ -92,7 +92,7 @@
         String defaultLog = "false";
 
         try {
-            defaultLog = commonPropertyManager.propertyManager.getProperty(DefaultLog.LOG_ENABLED_PROPERTY, null);
+            defaultLog = commonPropertyManager.getPropertyManager().getProperty(DefaultLog.LOG_ENABLED_PROPERTY, null);
             // if the property manager has no info set, use the system property
             // and if this isn't set either, default to false.
             if (defaultLog == null) {

Modified: labs/jbosstm/trunk/common/classes/com/arjuna/common/internal/util/logging/commonPropertyManager.java
===================================================================
--- labs/jbosstm/trunk/common/classes/com/arjuna/common/internal/util/logging/commonPropertyManager.java	2009-07-02 11:09:43 UTC (rev 27432)
+++ labs/jbosstm/trunk/common/classes/com/arjuna/common/internal/util/logging/commonPropertyManager.java	2009-07-02 11:29:12 UTC (rev 27433)
@@ -23,8 +23,8 @@
 /**
  * This class is used to control properties values for CLF.
  *
- * The properties can originate either from a configuration file (by default CommonLogging.properties or
- * CommonLogging.xml) or it can be primed by using the class directly from an embedding product (such as
+ * The properties can originate either from a configuration file (by default common.properties)
+ * or it can be primed by using the class directly from an embedding product (such as
  * the JBoss Transaction Service).
  *
  * The default file location can be overridden by setting the property
@@ -35,34 +35,11 @@
 
 import com.arjuna.common.util.propertyservice.PropertyManager;
 import com.arjuna.common.util.propertyservice.PropertyManagerFactory;
-import com.arjuna.common.internal.util.propertyservice.plugins.io.XMLFilePlugin;
 
 public class commonPropertyManager
 {
-   public static PropertyManager propertyManager;
-
-   static
-   {
-      /*
-      * Retrieve the property manager from the factory and add the CLF properties file to it.
-      */
-      propertyManager = PropertyManagerFactory.getPropertyManager("com.hp.mw.ts.propertymanager", "common");
-
-      //TR-2003-08-07: removed loading of a properties file for logging, since all log configuration
-      // is now delegated to the underlying logging framework.
-      // reinserted to support fine-grained logging configuration
-      String defaultPropertyFile = System.getProperty("com.arjuna.common.util.logging.propertiesFile");
-
-      if (defaultPropertyFile == null)
-         defaultPropertyFile = Configuration.propertiesFile();
-
-      try
-      {
-		  propertyManager.load(XMLFilePlugin.class.getName(),defaultPropertyFile);
-      }
-      catch (Exception e)
-      {
-          throw new ExceptionInInitializerError(e);
-      }
-   }
+    public static PropertyManager getPropertyManager()
+    {
+        return PropertyManagerFactory.getPropertyManagerForModule("common", "com.arjuna.common.util.logging.propertiesFile");
+    }
 }

Modified: labs/jbosstm/trunk/common/classes/com/arjuna/common/internal/util/propertyservice/PropertyManagerImpl.java
===================================================================
--- labs/jbosstm/trunk/common/classes/com/arjuna/common/internal/util/propertyservice/PropertyManagerImpl.java	2009-07-02 11:09:43 UTC (rev 27432)
+++ labs/jbosstm/trunk/common/classes/com/arjuna/common/internal/util/propertyservice/PropertyManagerImpl.java	2009-07-02 11:29:12 UTC (rev 27433)
@@ -20,16 +20,16 @@
  */
 package com.arjuna.common.internal.util.propertyservice;
 
-import com.arjuna.common.util.propertyservice.PropertyManager;
+import com.arjuna.common.util.propertyservice.propertycontainer.PropertyManagerPluginInterface;
 import com.arjuna.common.util.propertyservice.Environment;
-import com.arjuna.common.util.exceptions.LoadPropertiesException;
-import com.arjuna.common.util.exceptions.ManagementPluginException;
 import com.arjuna.common.util.propertyservice.plugins.PropertyManagerIOPlugin;
 import com.arjuna.common.util.propertyservice.plugins.PropertyManagementPlugin;
-import com.arjuna.common.util.propertyservice.propertycontainer.PropertyManagerPluginInterface;
+import com.arjuna.common.util.exceptions.LoadPropertiesException;
 import com.arjuna.common.util.exceptions.SavePropertiesException;
+import com.arjuna.common.util.exceptions.ManagementPluginException;
 
-import java.util.*;
+import java.util.Properties;
+import java.util.Enumeration;
 import java.io.IOException;
 
 /*
@@ -51,45 +51,19 @@
 public class PropertyManagerImpl implements PropertyManagerPluginInterface
 {
     /** Specifies whether the property manager is in verbose mode **/
-	private static boolean		_verbose = false;
-
-    /** This is the top level property manager **/
-	private PropertyManagerImpl _topLevelPropertyManager = this;
-
-    /** The parent and children of this property manager **/
-	private HashSet		_parentPropertyManagers;
-    private HashSet		_childPropertyManagers;
-
+	protected static boolean _verbose = false;
     /** Properties stored within this property manager **/
-	private Properties	_properties;
-
+    protected Properties _properties;
     /** The name of this property manager **/
-	private String		_name;
-
+    protected String _name;
     /** The uri associated with this property manager **/
-    private String      _associatedUri;
-	private String		_associatedPluginClassname;
+    protected String _associatedUri;
+    private String _associatedPluginClassname;
 
-	public PropertyManagerImpl(String name)
-	{
-		_name = name;
-		_parentPropertyManagers = new HashSet();
-    	_childPropertyManagers = new HashSet();
-
-		_properties = new Properties();
+    public PropertyManagerImpl(String name) {
         _associatedUri = null;
-	}
-
-	public PropertyManagerImpl(String name, PropertyManagerImpl parent)
-	{
-		this(name);
-
-		_topLevelPropertyManager = parent;
-	}
-
-    public PropertyManagerPluginInterface getTopLevelPropertyManager()
-    {
-        return _topLevelPropertyManager;
+        _name = name;
+        _properties = new Properties();
     }
 
     /**
@@ -119,17 +93,17 @@
         _associatedUri = uri;
     }
 
-	public String getIOPluginClassname()
+    public String getIOPluginClassname()
 	{
 		return _associatedPluginClassname;
 	}
 
-	public void setIOPluginClassname(String classname)
+    public void setIOPluginClassname(String classname)
 	{
 		_associatedPluginClassname = classname;
 	}
 
-	/**
+    /**
 	 * Get the value of the property with the name <code>name</code>
 	 *
 	 * @param name The name of the property to retrieve the value of.
@@ -140,38 +114,13 @@
 		/** Get the system property **/
 		String value = System.getProperty(name);
 
-		/** If the system property is null look in this property managers sub-tree **/
-		value = value != null ? value : getPropertyFromSubTree(name);
+		/** If the system property is null look in the local properties **/
+		value = value != null ? value : _properties.getProperty(name);
 
 		return value;
 	}
 
     /**
-     * Get the property from the sub-tree without checking the system
-     * properties.
-     * @param name the property name
-     * @return the property value
-     */
-    private String getPropertyFromSubTree(String name)
-    {
-        /** look in this property managers properties **/
-        String value = _properties.getProperty(name);
-
-        if ( value == null )
-        {
-            /** Else search upwards **/
-            Iterator itr = _parentPropertyManagers.iterator();
-            while (itr.hasNext() && value == null)
-            {
-                PropertyManagerImpl pm = (PropertyManagerImpl)itr.next();
-                value = pm.getPropertyFromSubTree(name);
-            }
-        }
-
-        return value;
-    }
-
-	/**
 	 * Get the value of the property with the name <code>name</code>.
 	 * If the property cannot be found return the value <code>defaultValue</code>.
 	 *
@@ -186,7 +135,7 @@
 		return value == null ? defaultValue : value;
 	}
 
-	/**
+    /**
 	 * Set the value of the property <code>name</code> to <code>value</code>.
 	 *
 	 * @param name The name of the property to set.
@@ -198,7 +147,7 @@
 		return setProperty(name, value, true);
 	}
 
-	/**
+    /**
 	 * Set the value of the property <code>name</code> to <code>value</code>.
 	 *
 	 * @param name The name of the property to set.
@@ -214,17 +163,14 @@
 			System.setProperty(name, value);
 		}
 
-		String oldValue = setLocalProperty(name, value);
+		String oldValue = _properties.getProperty(name);
 
-		if ( oldValue == null )
-		{
-			_properties.setProperty(name, value);
-		}
+		_properties.setProperty(name, value);
 
 		return oldValue;
 	}
 
-	/**
+    /**
 	 * Removes the property from the property manager.
 	 * @param name The name of the property to remove.
 	 * @return previous value of the property
@@ -237,52 +183,17 @@
 			System.getProperties().remove(name);
 		}
 
-		String oldValue = removeLocalProperty(name);
+        String oldValue = _properties.getProperty(name);
 
-		return oldValue;
-	}
+        if ( oldValue != null )
+        {
+            _properties.remove(name);
+        }
 
-	private String removeLocalProperty(String name)
-	{
-		PropertyManagerImpl pm = this;
-		String oldValue = _properties.getProperty(name);
-
-		if ( oldValue != null )
-		{
-			_properties.remove(name);
-		}
-
-		Iterator itr = _parentPropertyManagers.iterator();
-		while ( oldValue == null && itr.hasNext() )
-		{
-			pm = (PropertyManagerImpl)itr.next();
-			oldValue = pm.removeLocalProperty(name);
-		}
-
 		return oldValue;
 	}
 
-	private String setLocalProperty(String name, String value)
-	{
-		PropertyManagerImpl pm = this;
-		String oldValue = _properties.getProperty(name);
-
-		if ( oldValue != null )
-		{
-			_properties.setProperty(name, value);
-		}
-
-		Iterator itr = _parentPropertyManagers.iterator();
-		while ( oldValue == null && itr.hasNext() )
-		{
-			pm = (PropertyManagerImpl)itr.next();
-			oldValue = pm.setLocalProperty(name, value);
-		}
-
-		return oldValue;
-	}
-
-	/**
+    /**
 	 * Get the properties stored in this property manager only.
 	 * @return the Properties
 	 */
@@ -291,7 +202,7 @@
 		return _properties;
 	}
 
-	/**
+    /**
 	 * Get all the properties stored in this property manager and it's parents.
      * It also includes the system properties.
 	 *
@@ -299,7 +210,7 @@
 	 */
 	public Properties getProperties()
 	{
-		Properties returnProps = getAllProperties();
+		Properties returnProps = (Properties)_properties.clone();
 
         returnProps.putAll(System.getProperties());
 
@@ -307,29 +218,6 @@
     }
 
     /**
-     * This is an internal method which retrieves all the properties stored
-     * in this property manager and it's parents.  But it does not include
-     * the properties stored in system.
-     *
-     * @return the Properties
-     */
-    public Properties getAllProperties()
-    {
-        Properties returnProps = new Properties();
-		Iterator itr = _parentPropertyManagers.iterator();
-		while (itr.hasNext())
-		{
-			PropertyManagerImpl pm = (PropertyManagerImpl)itr.next();
-
-			returnProps.putAll(pm.getAllProperties());
-		}
-
-		returnProps.putAll(_properties);
-
-		return returnProps;
-	}
-
-	/**
 	 * Returns an enumeration of the property names
 	 * @return the enumeration
 	 */
@@ -338,7 +226,7 @@
 		return getProperties().keys();
 	}
 
-	/**
+    /**
 	 * Loads properties from a given URI using the given property manager plugin.
 	 * This plugin can be overridden by setting the system property 'propertyservice.plugin'.
 	 *
@@ -350,15 +238,22 @@
 	{
 		try
 		{
+            String existingUri = getUri();
+            if(existingUri != null && !existingUri.equals(uri)) {
+                throw new LoadPropertiesException("Not allowed to reload from a different uri! [existing: "+existingUri+", requested: "+uri+"]");
+            }
+
 			/** Check to see if the system property has been set **/
 			String classname = System.getProperty(Environment.OVERRIDING_PLUGIN_CLASSNAME);
 			classname = classname == null ? pluginClassname : classname;
 
 			PropertyManagerIOPlugin plugin = (PropertyManagerIOPlugin)Thread.currentThread().getContextClassLoader().loadClass(classname).newInstance();
 
-			plugin.load(uri, _topLevelPropertyManager, _verbose);
+			plugin.load(uri, this, _verbose);
+
+            this.setUri(uri);
 		}
-		catch (java.io.IOException e)
+		catch (IOException e)
 		{
 			throw e;
 		}
@@ -368,7 +263,7 @@
 		}
 	}
 
-	/**
+    /**
 	 * Saves the properties stored in this property manager using the given
 	 * property manager plugin.  This plugin can be overridden by setting the
 	 * system property 'propertyservice.plugin'
@@ -378,9 +273,9 @@
 	 * load the properties is also used to save them.
 	 * @param uri The URI to save to.  If null is provided the uri used to load the properties
 	 * is also used to save them.
-	 * @throws IOException
+	 * @throws java.io.IOException
 	 * @throws ClassNotFoundException
-	 * @throws SavePropertiesException
+	 * @throws com.arjuna.common.util.exceptions.SavePropertiesException
 	 */
 	public synchronized void save(String pluginClassname, String uri) throws IOException, ClassNotFoundException, SavePropertiesException
 	{
@@ -399,7 +294,7 @@
 
 			plugin.save(uri, this);
 		}
-		catch (java.io.IOException e)
+		catch (IOException e)
 		{
 			throw e;
 		}
@@ -410,123 +305,31 @@
 		}
 	}
 
-	public boolean verbose()
+    public boolean verbose()
 	{
 		return _verbose;
 	}
 
-	/**
-	 * Adds the given property manager as a child of this property manager
-	 *
-	 * @param pm The property manager to add as a child
-	 */
-	public void addChild(PropertyManager pm)
-	{
-		if ( !_childPropertyManagers.contains(pm) )
-		{
-			_childPropertyManagers.add(pm);
-			((PropertyManagerImpl)pm).addParent(this);
-		}
-	}
-
-	/**
-	 * This method adds a parent property manager.
-	 * @param pm The property manager to add as a parent.
-	 */
-	public void addParent(PropertyManager pm)
-	{
-		if ( !_parentPropertyManagers.contains(pm) )
-		{
-			_parentPropertyManagers.add(pm);
-			((PropertyManagerImpl)pm).addChild(this);
-		}
-	}
-
-	/**
-	 * This method creates a property manager with the name <code>moduleName</code>.
-	 * @param modulename the name of the module
-	 * @return the PropertyManagerPluginInterface
-	 */
-	public PropertyManagerPluginInterface createPropertyManager(String modulename)
-	{
-		return new PropertyManagerImpl(modulename, _topLevelPropertyManager);
-	}
-
-	/**
-	 * This method returns an array of parents to the property manager.
-	 * @return a PropertyManagerPluginInterface[]
-	 */
-	public PropertyManagerPluginInterface[] getParents()
-	{
-		PropertyManagerPluginInterface[] pms = new PropertyManagerPluginInterface[_parentPropertyManagers.size()];
-		_parentPropertyManagers.toArray(pms);
-		return pms;
-	}
-
-	/**
-	 * This method returns an array of the children of the current property manager.
-	 * @return a PropertyManagerPluginInterface[]
-	 */
-	public PropertyManagerPluginInterface[] getChildren()
-	{
-		PropertyManagerPluginInterface[] pms = new PropertyManagerPluginInterface[_childPropertyManagers.size()];
-		_childPropertyManagers.toArray(pms);
-		return pms;
-	}
-
-	/**
+    /**
 	 * This adds a management plugin to this property manager.
-	 *
-	 * @param plugin The proeprty management plugin to plugin.
-	 * @throws IOException
-	 * @throws ManagementPluginException
-	 */
-	public void addManagementPlugin(PropertyManagementPlugin plugin) throws IOException, ManagementPluginException
-	{
-		try
-		{
-			plugin.initialise(this);
-		}
-		catch (java.io.IOException e)
-		{
-			throw e;
-		}
-		catch (Exception e)
-		{
-			throw new ManagementPluginException(e.toString(), e);
-		}
-	}
-
-	public PropertyManagerPluginInterface getChild(String moduleName)
-	{
-		PropertyManagerPluginInterface returnPm = null;
-    	Iterator itr = _childPropertyManagers.iterator();
-
-		while ( returnPm == null && itr.hasNext() )
-		{
-			PropertyManagerImpl pm = (PropertyManagerImpl)itr.next();
-
-			if ( pm.getName().equals(moduleName) )
-			{
-				returnPm = pm;
-			}
-		}
-
-		if ( returnPm == null )
-		{
-			addChild(returnPm = createPropertyManager(moduleName));
-		}
-
-		return returnPm;
-	}
-
-	static
-	{
-		String verboseSetting = System.getProperty(Environment.VERBOSE_PROPERTY_MANAGER);
-
-		if ( verboseSetting != null && verboseSetting.equalsIgnoreCase("ON") )
-		{
-			_verbose = true;
-		}
-	}
+     *
+     * @param plugin The proeprty management plugin to plugin.
+     * @throws java.io.IOException
+     * @throws com.arjuna.common.util.exceptions.ManagementPluginException
+     */
+    public void addManagementPlugin(PropertyManagementPlugin plugin) throws IOException, ManagementPluginException
+    {
+        try
+        {
+            plugin.initialise(this);
+        }
+        catch (IOException e)
+        {
+            throw e;
+        }
+        catch (Exception e)
+        {
+            throw new ManagementPluginException(e.toString(), e);
+        }
+    }
 }

Modified: labs/jbosstm/trunk/common/classes/com/arjuna/common/internal/util/propertyservice/plugins/io/XMLFilePlugin.java
===================================================================
--- labs/jbosstm/trunk/common/classes/com/arjuna/common/internal/util/propertyservice/plugins/io/XMLFilePlugin.java	2009-07-02 11:09:43 UTC (rev 27432)
+++ labs/jbosstm/trunk/common/classes/com/arjuna/common/internal/util/propertyservice/plugins/io/XMLFilePlugin.java	2009-07-02 11:29:12 UTC (rev 27433)
@@ -22,31 +22,15 @@
 
 import com.arjuna.common.util.propertyservice.plugins.PropertyManagerIOPlugin;
 import com.arjuna.common.util.propertyservice.propertycontainer.PropertyManagerPluginInterface;
-import com.arjuna.common.util.exceptions.LoadPropertiesException;
-import com.arjuna.common.util.propertyservice.PropertyManager;
 import com.arjuna.common.util.propertyservice.StringPropertyReplacer;
-import com.arjuna.common.util.FileLocator;
+import com.arjuna.common.util.exceptions.LoadPropertiesException;
 import com.arjuna.common.util.exceptions.SavePropertiesException;
 
-import javax.xml.parsers.DocumentBuilderFactory;
-import javax.xml.parsers.DocumentBuilder;
 
-import java.io.IOException;
-import java.io.FileOutputStream;
-import java.io.File;
-import java.io.FileNotFoundException;
-import java.util.Hashtable;
+import java.io.*;
 import java.util.Enumeration;
-import java.util.StringTokenizer;
-import java.util.ArrayList;
 import java.util.Properties;
 
-import org.w3c.dom.Document;
-import org.w3c.dom.Element;
-import org.w3c.dom.NodeList;
-import org.w3c.dom.Node;
-import org.apache.xml.serialize.OutputFormat;
-import org.apache.xml.serialize.XMLSerializer;
 
 /*
  * Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003
@@ -61,57 +45,7 @@
 
 public class XMLFilePlugin implements PropertyManagerIOPlugin
 {
-	private final static String PROPERTIES_ELEMENT_NAME = "properties";
-	private final static String DEPENDS_ATTRIBUTE_NAME = "depends";
-
-	private final static String PROPERTY_ELEMENT_NAME = "property";
-	private final static String NAME_ATTRIBUTE_NAME = "name";
-	private final static String VALUE_ATTRIBUTE_NAME = "value";
-	private final static String PROPERTY_TYPE_ATTRIBUTE_NAME = "type";
-
-	private final static String SYSTEM_PROPERTY_TYPE_NAME = "system";
-
-    private static DocumentBuilder _documentBuilder;
-
-    /**
-     * This hashtable is used to store the URI's of files already loaded.
-     * The map is from PropertyManagerPluginInterface -> URI[]
-     * A PropertyManagerPluginInterface can only load the properties from a
-     * file once.
-     */
-    private static Hashtable    _loadedFiles = new Hashtable();
-
-    private static void setURILoaded(PropertyManagerPluginInterface pcm, String uri)
-    {
-        ArrayList uris = (ArrayList)_loadedFiles.get(pcm);
-
-        if ( uris == null )
-        {
-            uris = new ArrayList(1);
-            _loadedFiles.put(pcm, uris);
-        }
-
-        if ( !uris.contains(uri) )
-        {
-            uris.add(uri);
-        }
-    }
-
-    private static boolean isURILoaded(PropertyManagerPluginInterface pcm, String uri)
-    {
-        boolean loaded = false;
-
-        ArrayList uris = (ArrayList)_loadedFiles.get(pcm);
-
-        if ( uris != null )
-        {
-            loaded = uris.contains(uri);
-        }
-
-        return loaded;
-    }
-
-	/**
+    /*
 	 * This method loads the properties stored at the given <code>uri</code>.  The
 	 * plugin uses the <code>PropertyManagerPluginInterface</code> to put the properties
 	 * into the property manager.
@@ -122,138 +56,36 @@
 	 */
 	public void load(String uri, PropertyManagerPluginInterface pcm, boolean verbose) throws LoadPropertiesException, IOException
 	{
-        /** Ensure we haven't loaded the URI before **/
-        if ( !isURILoaded(pcm, uri) )
-        {
             try
             {
-                String filename = FileLocator.locateFile(uri);
-
-				if ( filename != null && new File(filename).exists() )
+				if ( uri != null && new File(uri).exists() )
 				{
-					Document doc = _documentBuilder.parse(filename);
-					Element rootElement = doc.getDocumentElement();
+                    Properties propertiesFromFile = new Properties();
+                    FileInputStream fileInputStream = new FileInputStream(uri);
+                    try {
+                        propertiesFromFile.loadFromXML(fileInputStream);
+                    } finally {
+                        fileInputStream.close();
+                    }
 
-					setURILoaded(pcm, uri);
+                    Enumeration namesEnumeration = propertiesFromFile.propertyNames();
+                    while(namesEnumeration.hasMoreElements()) {
+                        String propertyName = (String)namesEnumeration.nextElement();
+                        String propertyValue = propertiesFromFile.getProperty(propertyName);
 
-					NodeList propertiesNodes = rootElement.getElementsByTagName(PROPERTIES_ELEMENT_NAME);
+                        propertyValue = propertyValue.trim();
 
-					Hashtable pmDependents = new Hashtable();
-					Hashtable pms = new Hashtable();
-					for (int count=0;count<propertiesNodes.getLength();count++)
-					{
-						Element propertiesNode = (Element)propertiesNodes.item(count);
-                        Node nameNode = propertiesNode.getAttributeNode(NAME_ATTRIBUTE_NAME);
-						String propertiesName = nameNode != null ? nameNode.getNodeValue() : null;
-						Node dependsNode = propertiesNode.getAttributeNode(DEPENDS_ATTRIBUTE_NAME);
-						String dependsName = dependsNode != null ? dependsNode.getNodeValue() : "";
+                        // perform JBossAS style property substitutions. JBTM-369
+                        propertyValue = StringPropertyReplacer.replaceProperties(propertyValue);
 
-						NodeList propertyNodes = propertiesNode.getElementsByTagName(PROPERTY_ELEMENT_NAME);
-
-                        /** If the name is provided get the OM from the top level else just load into the current PM **/
-						PropertyManagerPluginInterface pm = propertiesName != null ? pcm.getTopLevelPropertyManager().getChild(propertiesName) : pcm;
-
-						/** If the child doesn't already exist create one **/
-						if ( pm == null )
-						{
-							pm = pcm.createPropertyManager(propertiesName);
-						}
-
-						if ( verbose )
-						{
-							System.out.println("Properties loaded ("+uri+"):");
-						}
-
-						/** Associate the current URI with this property manager **/
-						pm.setUri(uri);
-						/** Associate this plugin with the property manager **/
-						pm.setIOPluginClassname(this.getClass().getName());
-
-						for (int nodeCount=0;nodeCount<propertyNodes.getLength();nodeCount++)
-						{
-							Element propertyNode = (Element)propertyNodes.item(nodeCount);
-							String propertyName = propertyNode.getAttribute(NAME_ATTRIBUTE_NAME);
-							String propertyValue = propertyNode.getAttribute(VALUE_ATTRIBUTE_NAME);
-							String propertyType = propertyNode.getAttribute(PROPERTY_TYPE_ATTRIBUTE_NAME);
-
-							if ( verbose )
-							{
-								System.out.println( propertyName +"="+ propertyValue );
-							}
-
-                            // perform JBossAS style property substitutions. JBTM-369
-                            propertyValue = StringPropertyReplacer.replaceProperties(propertyValue);
-
-							/** Set the property but don't allow any system property to be overridden **/
-							pm.setProperty(propertyName, propertyValue, false);
-
-							/** If the property is specified as a System property and it's not already a system property **/
-							if ( propertyType != null &&
-							     propertyType.equalsIgnoreCase(SYSTEM_PROPERTY_TYPE_NAME) &&
-								 System.getProperty(propertyName) == null )
-							{
-								/** Set this as a system property also **/
-								System.setProperty(propertyName, propertyValue);
-							}
-						}
-
-						/** If this has no dependents then it is a top-level module **/
-						if ( dependsName.length() == 0 && pm != pcm)
-						{
-							pcm.addChild(pm);
-						}
-
-						pmDependents.put(pm, dependsName);
-
-                        /** If these properties belond to a named set store them **/
-                        if ( propertiesName != null )
-                        {
-						    pms.put(propertiesName, pm);
-                        }
-					}
-
-					/** Ensure dependency tree is kept **/
-					for (Enumeration e = pmDependents.keys();e.hasMoreElements();)
-					{
-						PropertyManagerPluginInterface pm = (PropertyManagerPluginInterface)e.nextElement();
-						String depends = (String)pmDependents.get(pm);
-
-						StringTokenizer strtok = new StringTokenizer(depends,",");
-
-						while (strtok.hasMoreElements())
-						{
-							String dependantName = strtok.nextToken().trim();
-							PropertyManager dependant = (PropertyManager)pms.get(dependantName);
-
-                            if ( dependant == null )
-                            {
-                                throw new LoadPropertiesException("Dependency not found - property file invalid");
-                            }
-							pm.addParent(dependant);
-						}
-					}
-				}
-				else
-				{
-					throw new FileNotFoundException();
-				}
+                        pcm.setProperty(propertyName, propertyValue);
+                    }
+                }
             }
-			catch (FileNotFoundException e)
-			{
-				if ( verbose )
-				{
-					System.err.println("Cannot load properties file: "+uri);
-				}
-			}
-            catch (IOException e)
-            {
-                throw e;
-            }
             catch (Exception e)
             {
-                throw new LoadPropertiesException("Failed to open properties file: "+e, e);
+                throw new LoadPropertiesException("Failed to load properties: "+e, e);
             }
-        }
 	}
 
 	/**
@@ -279,81 +111,16 @@
 
         try
 		{
-			String filename = FileLocator.locateFile(uri);
-			Document doc = DocumentBuilderFactory.newInstance().newDocumentBuilder().parse(filename);
-			Element root = doc.getDocumentElement();
-			String depends = null;
-
-			/** Remove the properties node for this property manager from the tree **/
-            NodeList propertiesNodes = root.getElementsByTagName(PROPERTIES_ELEMENT_NAME);
-
-			for (int count=0;count<propertiesNodes.getLength();count++)
-			{
-				Element propertiesElement = (Element)propertiesNodes.item(count);
-				String propertiesName = propertiesElement.getAttributeNode(NAME_ATTRIBUTE_NAME).getNodeValue();
-
-				/** If this is the properties node we are looking for remove it **/
-				if ( propertiesName.equals(pcm.getName()) )
-				{
-					root.removeChild(propertiesElement);
-					depends = propertiesElement.getAttributeNode(DEPENDS_ATTRIBUTE_NAME).getNodeValue();
-					break;
-				}
-			}
-
-			/** Now add the new properties node **/
-			Element newPropertiesElement = doc.createElement(PROPERTIES_ELEMENT_NAME);
-
-			newPropertiesElement.setAttribute(NAME_ATTRIBUTE_NAME, pcm.getName());
-
-			if ( depends != null)
-			{
-				newPropertiesElement.setAttribute(DEPENDS_ATTRIBUTE_NAME, depends);
-			}
-
-			for (Enumeration e = props.keys();e.hasMoreElements();)
-			{
-				String key = (String)e.nextElement();
-				String value = props.getProperty(key);
-
-				Element newPropertyElement = doc.createElement(PROPERTY_ELEMENT_NAME);
-				newPropertyElement.setAttribute(NAME_ATTRIBUTE_NAME, key);
-				newPropertyElement.setAttribute(VALUE_ATTRIBUTE_NAME, value);
-
-				newPropertiesElement.appendChild(newPropertyElement);
-			}
-
-			root.appendChild(newPropertiesElement);
-
-			/** Output new properties file **/
-			FileOutputStream out;
-			OutputFormat of = new OutputFormat(doc);
-			of.setIndenting(true);
-        	XMLSerializer srl = new XMLSerializer(out = new FileOutputStream(filename), of);
-
-			srl.serialize(doc);
-
-			out.close();
+			FileOutputStream out = new FileOutputStream(uri);
+            try {
+                props.storeToXML(out, null);
+            } finally {
+                out.close();
+            }
 		}
-		catch (java.io.IOException e)
-		{
-			throw e;
-		}
 		catch (Exception e)
 		{
-			throw new SavePropertiesException("Unexpected exception: "+e, e);
+			throw new SavePropertiesException("Failed to save properties: "+e, e);
 		}
 	}
-
-    static
-    {
-        try
-        {
-            _documentBuilder = DocumentBuilderFactory.newInstance().newDocumentBuilder();
-        }
-        catch (Exception e)
-        {
-            throw new ExceptionInInitializerError(e);
-        }
-    }
 }

Modified: labs/jbosstm/trunk/common/classes/com/arjuna/common/util/FileLocator.java
===================================================================
--- labs/jbosstm/trunk/common/classes/com/arjuna/common/util/FileLocator.java	2009-07-02 11:09:43 UTC (rev 27432)
+++ labs/jbosstm/trunk/common/classes/com/arjuna/common/util/FileLocator.java	2009-07-02 11:29:12 UTC (rev 27433)
@@ -67,6 +67,11 @@
       if (findFile == null)
          throw new FileNotFoundException("locateFile: null file name");
 
+      String testAbsolutePath = new File(findFile).getAbsolutePath();
+       if(testAbsolutePath.equals(findFile)) {
+           return testAbsolutePath;
+       }
+
       if (findFile.startsWith(absolutePath))
          return findFile.substring(absolutePath.length());
 

Modified: labs/jbosstm/trunk/common/classes/com/arjuna/common/util/logging/LogFactory.java
===================================================================
--- labs/jbosstm/trunk/common/classes/com/arjuna/common/util/logging/LogFactory.java	2009-07-02 11:09:43 UTC (rev 27432)
+++ labs/jbosstm/trunk/common/classes/com/arjuna/common/util/logging/LogFactory.java	2009-07-02 11:29:12 UTC (rev 27433)
@@ -286,11 +286,11 @@
             try
             {
                 // find out which log subsystem to use; by default log4j:
-                logSystem = commonPropertyManager.propertyManager.getProperty(LOGGER_PROPERTY, "log4j");
+                logSystem = commonPropertyManager.getPropertyManager().getProperty(LOGGER_PROPERTY, "log4j");
 
-                debugLevel = commonPropertyManager.propertyManager.getProperty(DEBUG_LEVEL, "0xffffffff");
-                facLevel = commonPropertyManager.propertyManager.getProperty(FACILITY_LEVEL, "0xfffffff");
-                visLevel = commonPropertyManager.propertyManager.getProperty(VISIBILITY_LEVEL, "0xfffffff");
+                debugLevel = commonPropertyManager.getPropertyManager().getProperty(DEBUG_LEVEL, "0xffffffff");
+                facLevel = commonPropertyManager.getPropertyManager().getProperty(FACILITY_LEVEL, "0xfffffff");
+                visLevel = commonPropertyManager.getPropertyManager().getProperty(VISIBILITY_LEVEL, "0xfffffff");
             }
             catch (Throwable t)
             {

Modified: labs/jbosstm/trunk/common/classes/com/arjuna/common/util/propertyservice/PropertyManagerFactory.java
===================================================================
--- labs/jbosstm/trunk/common/classes/com/arjuna/common/util/propertyservice/PropertyManagerFactory.java	2009-07-02 11:09:43 UTC (rev 27432)
+++ labs/jbosstm/trunk/common/classes/com/arjuna/common/util/propertyservice/PropertyManagerFactory.java	2009-07-02 11:29:12 UTC (rev 27433)
@@ -21,8 +21,15 @@
 package com.arjuna.common.util.propertyservice;
 
 import com.arjuna.common.internal.util.propertyservice.PropertyManagerImpl;
+import com.arjuna.common.internal.util.propertyservice.plugins.io.XMLFilePlugin;
+import com.arjuna.common.util.FileLocator;
 
-import java.util.Hashtable;
+import java.util.Properties;
+import java.util.concurrent.ConcurrentHashMap;
+import java.util.concurrent.ConcurrentMap;
+import java.io.InputStream;
+import java.io.IOException;
+import java.io.File;
 
 /*
  * Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003
@@ -42,23 +49,118 @@
  */
 public class PropertyManagerFactory
 {
-	private static Hashtable	_propertyManagers = new Hashtable();
+    private static ConcurrentMap<String, PropertyManager> propertyManagersByModuleName = new ConcurrentHashMap<String, PropertyManager>();
+    private static ConcurrentMap<String, PropertyManager> propertyManagersByCanonicalFileName = new ConcurrentHashMap<String, PropertyManager>();
 
-	public static PropertyManager getPropertyManager(String name)
-	{
-		return getPropertyManager(name, null);
-	}
+    /**
+     * Return a PropertyManager for the given module. If no such PropertyManager exists, create one using
+     * the property file whose name is found by resolving the given key property.
+     *
+     * @param moduleName The symbolic name of the application module e.g. 'arjuna', 'txoj'.
+     * @param fileNamePropertyKey The name of the property whose value is the config file name.
+     * @return a PropertyManager.
+     */
+    public static PropertyManager getPropertyManagerForModule(String moduleName, String fileNamePropertyKey)
+    {
+        // once loaded, Property managers for each module are cached here.
+        // Clients (usually the xxxPropertyManager classes in each app module) should not cache the returned
+        // propertyManager object, so that we can flush config just be clearing this one cache.
+        if(propertyManagersByModuleName.containsKey(moduleName)) {
+            return propertyManagersByModuleName.get(moduleName);
+        }
 
-	public static PropertyManager getPropertyManager(String name, String moduleName)
-	{
-		PropertyManagerImpl pm = (PropertyManagerImpl)_propertyManagers.get(name);
+        // first time we have been asked for this module's properties - try to load them.
+        return createPropertyManagerForModule(moduleName, fileNamePropertyKey);
+    }
 
-		if ( pm == null )
-		{
-			pm = new PropertyManagerImpl(name);
-			_propertyManagers.put(name, pm);
-		}
+    public static PropertyManager getPropertyManagerForFile(String propertyFileName, boolean withCaching)
+    {
+        // Convert the possibly relative path into a canonical path, using FileLocator.
+        // This is the point where the search path is applied - user.dir (pwd), user.home, java.home, classpath
+        String filepath = null;
+        try {
+            filepath = FileLocator.locateFile(propertyFileName);
+            File propertyFile = new File(filepath);
+            if(!propertyFile.exists() || !propertyFile.isFile()) {
+                throw new RuntimeException("invalid property file "+filepath);
+            }
+            filepath = propertyFile.getCanonicalPath();
+        } catch (IOException e) {
+            throw new RuntimeException("invalid property file "+filepath, e);
+        }
 
-		return moduleName != null ? (PropertyManager)pm.getChild(moduleName) : pm;
-	}
+        // We have a candidate file. Check if we have loaded it already. If so, associate it to the module cache and return it.
+        PropertyManager propertyManager = null;
+
+        if(withCaching) {
+            propertyManager = propertyManagersByCanonicalFileName.get(filepath);
+        }
+
+        // We have not loaded this file before. Do so now.
+        if(propertyManager == null) {
+            propertyManager = new PropertyManagerImpl(propertyFileName);
+            try {
+                propertyManager.load(XMLFilePlugin.class.getName(), filepath);
+                if(withCaching) {
+                    PropertyManager existingPropertyManager = propertyManagersByCanonicalFileName.putIfAbsent(filepath, propertyManager);
+                    if(existingPropertyManager != null) {
+                        propertyManager = existingPropertyManager;
+                    }
+                }
+            } catch(Exception e) {
+                throw new RuntimeException("unable to load properties from file "+filepath, e);
+            }
+        }
+        
+        return propertyManager;
+    }
+
+
+    private static synchronized PropertyManager createPropertyManagerForModule(String moduleName, String fileNamePropertyKey)
+    {
+        if(propertyManagersByModuleName.containsKey(moduleName)) {
+            return propertyManagersByModuleName.get(moduleName);
+        }
+
+        // This is where the properties loading takes place. The algorithm is as follows:
+
+        // If the specified fileNamePropertyKey exists as a key is the system properties, take the value of that property as
+        // the location of the module's properties file. This allows file location to be overriden easily.
+        String propertyFileName = System.getProperty(fileNamePropertyKey);
+
+        // If the system property is not set, try to load the build time properties for the module. Build time properties
+        // are not the module properties! These are optional and so loading may fail. That's not considered an error.
+        // If the build time property key PROPERTIES_FILE exists, take its value as the module's property file location.
+        // (In JBossTS it does exist for most modules - the build scripts put build time properties files for the modules
+        // into the product .jar)
+        if (propertyFileName == null)
+            propertyFileName = getFileNameFromBuildTimeProperties(moduleName);
+
+        // Bail out if it has not been possible to get a file name by either of these method.
+        if(propertyFileName == null) {
+            throw new RuntimeException("Unable to resolve property file name for module "+moduleName);
+        }
+
+        PropertyManager propertyManager = getPropertyManagerForFile(propertyFileName, true);
+
+        propertyManagersByModuleName.put(moduleName, propertyManager);
+
+        return propertyManager;
+    }
+
+    private static String getFileNameFromBuildTimeProperties(String moduleName) {
+        Properties buildTimeProperties = new Properties();
+        final InputStream is = PropertyManagerFactory.class.getResourceAsStream("/"+moduleName+".properties") ;
+        if (is != null)
+        {
+            try {
+                buildTimeProperties.load(is);
+            } catch(IOException e) {
+                try {
+                    is.close();
+                } catch(IOException e2) {}
+            }
+        }
+        return buildTimeProperties.getProperty("PROPERTIES_FILE");
+    }
 }

Modified: labs/jbosstm/trunk/common/classes/com/arjuna/common/util/propertyservice/propertycontainer/PropertyManagerPluginInterface.java
===================================================================
--- labs/jbosstm/trunk/common/classes/com/arjuna/common/util/propertyservice/propertycontainer/PropertyManagerPluginInterface.java	2009-07-02 11:09:43 UTC (rev 27432)
+++ labs/jbosstm/trunk/common/classes/com/arjuna/common/util/propertyservice/propertycontainer/PropertyManagerPluginInterface.java	2009-07-02 11:29:12 UTC (rev 27433)
@@ -39,51 +39,7 @@
 {
 	public String getName();
 
-    /**
-     * Get the top-level property manager for this property manager
-     * @return the PropertyManagerPluginInterface
-     */
-    public PropertyManagerPluginInterface getTopLevelPropertyManager();
-
 	/**
-	 * This method creates a property manager with the name <code>moduleName</code>.
-	 * @param modulename
-	 * @return the PropertyManagerPluginInterface
-	 */
-	public PropertyManagerPluginInterface createPropertyManager(String modulename);
-
-	/**
-	 * This method adds the property manager as a child.
-	 */
-	public void addChild(PropertyManager pm);
-
-	/**
-	 * This method adds a parent property manager.
- 	 * @param pm The property manager to add as a parent.
-	 */
-	public void addParent(PropertyManager pm);
-
-	/**
-	 * This method returns an array of parents to the property manager.
-	 * @return a PropertyManagerPluginInterface[]
-	 */
-	public PropertyManagerPluginInterface[] getParents();
-
-	/**
-	 * This method returns an array of the children of the current property manager.
-	 * @return a PropertyManagerPluginInterface[]
-	 */
-	public PropertyManagerPluginInterface[] getChildren();
-
-	/**
-	 * Get the child module.
-	 *
-	 * @param moduleName the name of the module
-	 * @return the PropertyManagerPluginInterface
-	 */
-	public PropertyManagerPluginInterface getChild(String moduleName);
-
-	/**
 	 * Get the properties stored in this property manager only.
 	 * @return the properties
 	 */

Modified: labs/jbosstm/trunk/common/tests/com/arjuna/common/tests/iotest/IOTest.java
===================================================================
--- labs/jbosstm/trunk/common/tests/com/arjuna/common/tests/iotest/IOTest.java	2009-07-02 11:09:43 UTC (rev 27432)
+++ labs/jbosstm/trunk/common/tests/com/arjuna/common/tests/iotest/IOTest.java	2009-07-02 11:29:12 UTC (rev 27433)
@@ -22,8 +22,15 @@
 
 import com.arjuna.common.util.propertyservice.PropertyManager;
 import com.arjuna.common.util.propertyservice.PropertyManagerFactory;
+import com.arjuna.common.util.FileLocator;
 import com.arjuna.common.internal.util.propertyservice.plugins.io.XMLFilePlugin;
 
+import org.junit.Test;
+import static org.junit.Assert.assertEquals;
+
+import java.util.Properties;
+import java.io.FileInputStream;
+
 /*
  * Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003
  *
@@ -37,28 +44,19 @@
 
 public class IOTest
 {
-	public static void main(String[] args)
+    @Test
+	public void ioTest() throws Exception
 	{
-		PropertyManager arjunaPM = PropertyManagerFactory.getPropertyManager( "test-property-manager", "Arjuna" );
+        System.setProperty("property.file.name", "test-product.xml");
+        PropertyManager testPropertyManager = PropertyManagerFactory.getPropertyManagerForModule("test", "property.file.name");
 
-		try
-		{
-			arjunaPM.load(XMLFilePlugin.class.getName(), "test-product.xml");
-		}
-		catch (Exception e)
-		{
-			e.printStackTrace();  //To change body of catch statement use Options | File Templates.
-		}
+		testPropertyManager.setProperty("com.arjuna.ats.arjuna.IOTest", "SavedProperty");
 
-		arjunaPM.setProperty("com.arjuna.ats.arjuna.Test","SavedProperty");
+		testPropertyManager.save(XMLFilePlugin.class.getName(), null);
 
-		try
-		{
-			arjunaPM.save(XMLFilePlugin.class.getName(), null);
-		}
-		catch (Exception e)
-		{
-			e.printStackTrace();
-		}
+        Properties properties = new Properties();
+        properties.loadFromXML(new FileInputStream(FileLocator.locateFile("test-product.xml")));
+
+        assertEquals("SavedProperty", properties.getProperty("com.arjuna.ats.arjuna.IOTest"));
 	}
 }

Modified: labs/jbosstm/trunk/common/tests/com/arjuna/common/tests/simple/PropertiesTest.java
===================================================================
--- labs/jbosstm/trunk/common/tests/com/arjuna/common/tests/simple/PropertiesTest.java	2009-07-02 11:09:43 UTC (rev 27432)
+++ labs/jbosstm/trunk/common/tests/com/arjuna/common/tests/simple/PropertiesTest.java	2009-07-02 11:29:12 UTC (rev 27433)
@@ -27,6 +27,9 @@
 import java.util.Properties;
 import java.util.Enumeration;
 
+import org.junit.Test;
+import static org.junit.Assert.*;
+
 /*
  * Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003
  *
@@ -40,24 +43,14 @@
 
 public class PropertiesTest
 {
-	public static void main(String[] args)
+    @Test
+	public void propertiesTest()
 	{
-		PropertyManager arjunaPM = PropertyManagerFactory.getPropertyManager( "test-property-manager", "Arjuna" );
-		PropertyManager txojPM = PropertyManagerFactory.getPropertyManager( "test-property-manager", "TXOJ" );
-		PropertyManager orbPM = PropertyManagerFactory.getPropertyManager( "test-property-manager", "ORB Portability" );
+        System.setProperty("property.file.name", "test-product.xml");
+        PropertyManager txojPropertyManager = PropertyManagerFactory.getPropertyManagerForModule("txoj", "property.file.name");
 
-		try
-		{
-			arjunaPM.load(XMLFilePlugin.class.getName(), "test-properties.xml");
-		}
-		catch (Exception e)
-		{
-			e.printStackTrace();  //To change body of catch statement use Options | File Templates.
-		}
-
-		boolean passed = true;
         int count = 0;
-		Properties p = txojPM.getProperties();
+		Properties p = txojPropertyManager.getProperties();
 
 		System.out.println("TXOJ Properties size = "+p.size());
 
@@ -66,6 +59,10 @@
 			String propertyName = (String)e.nextElement();
 			String propertyValue = p.getProperty(propertyName);
 
+            if(!propertyName.startsWith("com.arjuna.")) {
+                continue;
+            }
+
 			if ( ( propertyName.equals("com.arjuna.ats.arjuna.Test") ) ||
 			     ( propertyName.equals("com.arjuna.ats.txoj.Test") ) )
 			{
@@ -74,38 +71,10 @@
 			}
 			else
 			{
-				System.out.println("Found unexpected property '"+propertyName+"' failed");
-				passed = false;
+                fail("Found unexpected property '"+propertyName+"' failed");
 			}
 		}
 
-		passed &= (count == 2);
-
-		count = 0;
-
-		p = orbPM.getProperties();
-
-		System.out.println("ORB Portability Properties size = "+p.size());
-
-		for (Enumeration e = p.keys();e.hasMoreElements();)
-		{
-			String propertyName = (String)e.nextElement();
-			String propertyValue = p.getProperty(propertyName);
-
-			if ( propertyName.equals("com.arjuna.orbportability.Test") )
-			{
-				System.out.println("Found property '"+propertyName+"', value: "+propertyValue);
-				count++;
-			}
-			else
-			{
-				System.out.println("Found unexpected property '"+propertyName+"'");
-				passed = false;
-			}
-		}
-
-		passed &= (count == 1);
-
-		System.out.println( passed ? "Passed" : "Failed" );
+        assertEquals(2, count);
 	}
 }

Modified: labs/jbosstm/trunk/common/tests/com/arjuna/common/tests/simple/SetPropertyTest.java
===================================================================
--- labs/jbosstm/trunk/common/tests/com/arjuna/common/tests/simple/SetPropertyTest.java	2009-07-02 11:09:43 UTC (rev 27432)
+++ labs/jbosstm/trunk/common/tests/com/arjuna/common/tests/simple/SetPropertyTest.java	2009-07-02 11:29:12 UTC (rev 27433)
@@ -23,6 +23,8 @@
 import com.arjuna.common.util.propertyservice.PropertyManager;
 import com.arjuna.common.util.propertyservice.PropertyManagerFactory;
 import com.arjuna.common.internal.util.propertyservice.plugins.io.XMLFilePlugin;
+import org.junit.Test;
+import static org.junit.Assert.*;
 
 /*
  * Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003
@@ -37,37 +39,30 @@
 
 public class SetPropertyTest
 {
-	public static void main(String[] args)
+    @Test
+	public void setPropertyTest()
 	{
-		PropertyManager arjunaPM = PropertyManagerFactory.getPropertyManager( "test-property-manager", "Arjuna" );
-		PropertyManager txojPM = PropertyManagerFactory.getPropertyManager( "test-property-manager", "TXOJ" );
+        System.setProperty("property.file.name", "test-product.xml");
+        PropertyManager arjunaPropertyManager = PropertyManagerFactory.getPropertyManagerForModule("arjuna", "property.file.name");
+        PropertyManager txojPropertyManager = PropertyManagerFactory.getPropertyManagerForModule("arjuna", "property.file.name");
 
-		try
-		{
-			arjunaPM.load(XMLFilePlugin.class.getName(), "test-product.xml");
-		}
-		catch (Exception e)
-		{
-			e.printStackTrace();  //To change body of catch statement use Options | File Templates.
-		}
-
-		boolean passed = true;
 		int count = 0;
 
-		String value = arjunaPM.getProperty("com.arjuna.ats.arjuna.Test");
+		String value = arjunaPropertyManager.getProperty("com.arjuna.ats.arjuna.Test");
 		System.out.println("Value["+(++count)+"] :"+value);
-		passed &= value.equals("Test");
 
-		arjunaPM.setProperty("com.arjuna.ats.arjuna.Test", "OverriddenInCode");
+        assertEquals("Test", value);
 
-		value = txojPM.getProperty("com.arjuna.ats.arjuna.Test");
+		arjunaPropertyManager.setProperty("com.arjuna.ats.arjuna.Test", "OverriddenInCode");
+
+		value = txojPropertyManager.getProperty("com.arjuna.ats.arjuna.Test");
 		System.out.println("Value["+(++count)+"] :"+value);
-		passed &= value.equals("Overridden");
 
-		value = arjunaPM.getProperty("com.arjuna.ats.arjuna.Test");
+        assertEquals("OverriddenInCode", value);
+
+		value = arjunaPropertyManager.getProperty("com.arjuna.ats.arjuna.Test");
 		System.out.println("Value["+(++count)+"] :"+value);
-		passed &= value.equals("OverriddenInCode");
 
-		System.out.println( passed ? "Passed" : "Failed" );
+        assertEquals("OverriddenInCode", value);
 	}
 }

Modified: labs/jbosstm/trunk/common/tests/com/arjuna/common/tests/simple/SimpleTest.java
===================================================================
--- labs/jbosstm/trunk/common/tests/com/arjuna/common/tests/simple/SimpleTest.java	2009-07-02 11:09:43 UTC (rev 27432)
+++ labs/jbosstm/trunk/common/tests/com/arjuna/common/tests/simple/SimpleTest.java	2009-07-02 11:29:12 UTC (rev 27433)
@@ -24,6 +24,9 @@
 import com.arjuna.common.util.propertyservice.PropertyManagerFactory;
 import com.arjuna.common.internal.util.propertyservice.plugins.io.XMLFilePlugin;
 
+import org.junit.Test;
+import static org.junit.Assert.*;
+
 /*
  * Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003
  *
@@ -34,51 +37,31 @@
  *
  * $Id: SimpleTest.java 2342 2006-03-30 13:06:17Z  $
  */
-
 public class SimpleTest
 {
-	public static void main(String[] args)
+    @Test
+	public void main()
 	{
-		PropertyManager arjunaPM = PropertyManagerFactory.getPropertyManager( "test-property-manager", "Arjuna" );
-		PropertyManager txojPM = PropertyManagerFactory.getPropertyManager( "test-property-manager", "TXOJ" );
-		PropertyManager orbPM = PropertyManagerFactory.getPropertyManager( "test-property-manager", "ORB Portability" );
+        System.setProperty("property.file.name", "test-product.xml");
+        PropertyManager arjunaPropertyManager = PropertyManagerFactory.getPropertyManagerForModule("arjuna", "property.file.name");
+        PropertyManager txojPropertyManager = PropertyManagerFactory.getPropertyManagerForModule("arjuna", "property.file.name");
 
-		try
-		{
-			arjunaPM.load(XMLFilePlugin.class.getName(), "test-product.xml");
-		}
-		catch (Exception e)
-		{
-			e.printStackTrace();  //To change body of catch statement use Options | File Templates.
-		}
 
-		boolean passed = true;
 		int count = 0;
 
-		String value = arjunaPM.getProperty("com.arjuna.ats.arjuna.Test");
+		String value = arjunaPropertyManager.getProperty("com.arjuna.ats.arjuna.Test");
 		System.out.println("Value["+(++count)+"] :"+value);
-		passed &= value.equals("Test");
 
-		value = txojPM.getProperty("com.arjuna.ats.arjuna.Test");
-		System.out.println("Value["+(++count)+"] :"+value);
-		passed &= value.equals("Overridden");
+        assertEquals("Test", value);
 
-		value = arjunaPM.getProperty("com.arjuna.ats.txoj.Test");
+		value = txojPropertyManager.getProperty("com.arjuna.ats.arjuna.Test");
 		System.out.println("Value["+(++count)+"] :"+value);
-		passed &= ( value == null );
 
-		value = txojPM.getProperty("com.arjuna.ats.txoj.Test");
-		System.out.println("Value["+(++count)+"] :"+value);
-		passed &= value.equals("Test2");
+        assertEquals("Test", value);
 
-		value = orbPM.getProperty("com.arjuna.ats.txoj.Test");
+		value = txojPropertyManager.getProperty("com.arjuna.ats.txoj.Test");
 		System.out.println("Value["+(++count)+"] :"+value);
-		passed &= ( value == null );
 
-		value = orbPM.getProperty("com.arjuna.orbportability.Test");
-		System.out.println("Value["+(++count)+"] :"+value);
-		passed &= value.equals("Test3");
-
-		System.out.println( passed ? "Passed" : "Failed" );
+        assertEquals("Test2", value);
 	}
 }

Modified: labs/jbosstm/trunk/common/tests/com/arjuna/common/tests/simple/SystemPropertyTest.java
===================================================================
--- labs/jbosstm/trunk/common/tests/com/arjuna/common/tests/simple/SystemPropertyTest.java	2009-07-02 11:09:43 UTC (rev 27432)
+++ labs/jbosstm/trunk/common/tests/com/arjuna/common/tests/simple/SystemPropertyTest.java	2009-07-02 11:29:12 UTC (rev 27433)
@@ -23,6 +23,9 @@
 import com.arjuna.common.util.propertyservice.PropertyManager;
 import com.arjuna.common.util.propertyservice.PropertyManagerFactory;
 import com.arjuna.common.internal.util.propertyservice.plugins.io.XMLFilePlugin;
+import org.junit.Test;
+import static org.junit.Assert.assertEquals;
+import static org.junit.Assert.assertNull;
 
 /*
  * Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003
@@ -37,50 +40,30 @@
 
 public class SystemPropertyTest
 {
-	public static void main(String[] args)
+    @Test
+	public void main()
 	{
-		System.setProperty("com.arjuna.ats.arjuna.Test","SysOverride");
+        System.setProperty("property.file.name", "test-product.xml");
+        PropertyManager arjunaPropertyManager = PropertyManagerFactory.getPropertyManagerForModule("arjuna", "property.file.name");
+        PropertyManager txojPropertyManager = PropertyManagerFactory.getPropertyManagerForModule("arjuna", "property.file.name");
 
-		PropertyManager arjunaPM = PropertyManagerFactory.getPropertyManager( "test-property-manager", "Arjuna" );
-		PropertyManager txojPM = PropertyManagerFactory.getPropertyManager( "test-property-manager", "TXOJ" );
-		PropertyManager orbPM = PropertyManagerFactory.getPropertyManager( "test-property-manager", "ORB Portability" );
+        System.setProperty("com.arjuna.ats.arjuna.Test", "SysOverride");
 
-		try
-		{
-			arjunaPM.load(XMLFilePlugin.class.getName(), "test-product.xml");
-		}
-		catch (Exception e)
-		{
-			e.printStackTrace();  //To change body of catch statement use Options | File Templates.
-		}
-
-		boolean passed = true;
 		int count = 0;
 
-		String value = arjunaPM.getProperty("com.arjuna.ats.arjuna.Test");
+		String value = arjunaPropertyManager.getProperty("com.arjuna.ats.arjuna.Test");
 		System.out.println("Value["+(++count)+"] :"+value);
-		passed &= value.equals("SysOverride");
 
-		value = txojPM.getProperty("com.arjuna.ats.arjuna.Test");
-		System.out.println("Value["+(++count)+"] :"+value);
-		passed &= value.equals("SysOverride");
+        assertEquals("SysOverride", value);
 
-		value = arjunaPM.getProperty("com.arjuna.ats.txoj.Test");
+		value = txojPropertyManager.getProperty("com.arjuna.ats.arjuna.Test");
 		System.out.println("Value["+(++count)+"] :"+value);
-		passed &= ( value == null );
 
-		value = txojPM.getProperty("com.arjuna.ats.txoj.Test");
-		System.out.println("Value["+(++count)+"] :"+value);
-		passed &= value.equals("Test2");
+        assertEquals("SysOverride", value);
 
-		value = orbPM.getProperty("com.arjuna.ats.txoj.Test");
+		value = txojPropertyManager.getProperty("com.arjuna.ats.txoj.Test");
 		System.out.println("Value["+(++count)+"] :"+value);
-		passed &= ( value == null );
 
-		value = orbPM.getProperty("com.arjuna.orbportability.Test");
-		System.out.println("Value["+(++count)+"] :"+value);
-		passed &= value.equals("Test3");
-
-		System.out.println( passed ? "Passed" : "Failed" );
+        assertEquals("Test2", value);
 	}
 }

Added: labs/jbosstm/trunk/common/tests/com/arjuna/common/tests/simple/test-product.xml
===================================================================
--- labs/jbosstm/trunk/common/tests/com/arjuna/common/tests/simple/test-product.xml	                        (rev 0)
+++ labs/jbosstm/trunk/common/tests/com/arjuna/common/tests/simple/test-product.xml	2009-07-02 11:29:12 UTC (rev 27433)
@@ -0,0 +1,6 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE properties SYSTEM "http://java.sun.com/dtd/properties.dtd">
+<properties>
+    <entry key="com.arjuna.ats.arjuna.Test">Test</entry>
+    <entry key="com.arjuna.ats.txoj.Test">Test2</entry>
+</properties>

Modified: labs/jbosstm/trunk/common/tests/com/hp/mwtests/commonlogging/debugextension/DebugExt.java
===================================================================
--- labs/jbosstm/trunk/common/tests/com/hp/mwtests/commonlogging/debugextension/DebugExt.java	2009-07-02 11:09:43 UTC (rev 27432)
+++ labs/jbosstm/trunk/common/tests/com/hp/mwtests/commonlogging/debugextension/DebugExt.java	2009-07-02 11:29:12 UTC (rev 27433)
@@ -21,33 +21,54 @@
 package com.hp.mwtests.commonlogging.debugextension;
 
 import com.arjuna.common.util.logging.*;
+import com.arjuna.common.internal.util.logging.commonPropertyManager;
+import org.junit.Test;
+import static org.junit.Assert.*;
 
-//import com.hp.mw.common.util.logging.CommonLevel;
-//import com.hp.mw.common.util.logging.commonLogger;
-//import com.hp.mw.common.util.logging.LoggerFactory;
-//import com.hp.mw.common.util.logging.LogManager;
-//import com.hp.mw.common.util.logging.Level;
-//import com.hp.mw.common.util.logging.DebugLevel;
+import java.io.ByteArrayOutputStream;
+import java.io.PrintStream;
 
-
 public class DebugExt
 {
-   static LogNoi18n myNoi18nLog = LogFactory.getLogNoi18n("com.hp.mwtests.commonlogging.debugextension.DebugExt");
-
-   public static void main(String[] args)
+    @Test
+   public void testDebugExt()
    {
+		ByteArrayOutputStream buffer = new ByteArrayOutputStream();
+		PrintStream bufferedStream = new PrintStream(buffer);
+		PrintStream originalStream = System.out;
 
-      myNoi18nLog.setLevels(DebugLevel.FULL_DEBUGGING, VisibilityLevel.VIS_ALL,
-                      FacilityCode.FAC_ALL);
+		// TODO: how to configure this on a per-test (not per-JVM) basis?
+		commonPropertyManager.getPropertyManager().setProperty(LogFactory.LOGGER_PROPERTY, "log4j");
 
-      myNoi18nLog.debug(DebugLevel.FUNCS_AND_OPS, VisibilityLevel.VIS_PACKAGE, FacilityCode.FAC_ALL,
-                        "This debug message is enabled since it matches default Finer Values");
+		System.setOut(bufferedStream);
+		writeLogMessages();
+		System.setOut(originalStream);
+		verifyResult(buffer.toString());
+	}
 
-      myNoi18nLog.debug(DebugLevel.CONSTRUCT_AND_DESTRUCT, VisibilityLevel.VIS_PACKAGE, FacilityCode.FAC_ALL,
-                        "This debug message is discarded since it does'nt match default Finer Values");
+    public static void writeLogMessages()
+    {
+        LogNoi18n myNoi18nLog = LogFactory.getLogNoi18n("DebugExt");
 
-      myNoi18nLog.mergeDebugLevel(DebugLevel.FULL_DEBUGGING);
-      myNoi18nLog.debug(DebugLevel.FULL_DEBUGGING, VisibilityLevel.VIS_PACKAGE, FacilityCode.FAC_ALL,
-                        "This debug message is enabled since it the Logger allows full debugging");
-   }
+        myNoi18nLog.setLevels(DebugLevel.FUNCS_AND_OPS, VisibilityLevel.VIS_PACKAGE, FacilityCode.FAC_ALL);
+
+        myNoi18nLog.debug(DebugLevel.FUNCS_AND_OPS, VisibilityLevel.VIS_PACKAGE, FacilityCode.FAC_ALL,
+                "This debug message is enabled since it matches default Finer Values");
+
+        myNoi18nLog.debug(DebugLevel.CONSTRUCT_AND_DESTRUCT, VisibilityLevel.VIS_PACKAGE, FacilityCode.FAC_ALL,
+                "This debug message is discarded since it does'nt match default Finer Values");
+
+        myNoi18nLog.debug(DebugLevel.FULL_DEBUGGING, VisibilityLevel.VIS_PACKAGE, FacilityCode.FAC_ALL,
+                "This debug message is enabled since it the Logger allows full debugging");
+    }
+
+        public static void verifyResult(String result) {
+        String[] lines = result.split("\r?\n");
+
+        assertNotNull(lines);
+        assertEquals(2, lines.length);
+
+        assertTrue("Got actual value: "+lines[0], lines[0].matches("\\s*DEBUG \\[main\\] .*enabled.*"));
+        assertTrue("Got actual value: "+lines[1], lines[1].matches("\\s*DEBUG \\[main\\] .*enabled.*"));
+    }
 }

Modified: labs/jbosstm/trunk/common/tests/com/hp/mwtests/commonlogging/i18n/logging_msg_en_US.properties
===================================================================
--- labs/jbosstm/trunk/common/tests/com/hp/mwtests/commonlogging/i18n/logging_msg_en_US.properties	2009-07-02 11:09:43 UTC (rev 27432)
+++ labs/jbosstm/trunk/common/tests/com/hp/mwtests/commonlogging/i18n/logging_msg_en_US.properties	2009-07-02 11:29:12 UTC (rev 27433)
@@ -18,6 +18,6 @@
 # (C) 2005-2006,
 # @author JBoss Inc.
 #
-FATAL_Message = This is a Fatal message 
+FATAL_Message = This is a Fatal message
 INFO_Message = This is an Info message
 IDENTIFICATION = The FirstName is {0} and the LastName is {1}

Modified: labs/jbosstm/trunk/common/tests/com/hp/mwtests/commonlogging/i18n/logging_msg_fr_FR.properties
===================================================================
--- labs/jbosstm/trunk/common/tests/com/hp/mwtests/commonlogging/i18n/logging_msg_fr_FR.properties	2009-07-02 11:09:43 UTC (rev 27432)
+++ labs/jbosstm/trunk/common/tests/com/hp/mwtests/commonlogging/i18n/logging_msg_fr_FR.properties	2009-07-02 11:29:12 UTC (rev 27433)
@@ -19,5 +19,5 @@
 # @author JBoss Inc.
 #
 FATAL_Message = Ceci est un message Fatal
-INFO_Message = Ceci est un message pour information 
+INFO_Message = Ceci est un message pour information
 IDENTIFICATION = le prenom est {0} et le nom est {1}

Modified: labs/jbosstm/trunk/common/tests/com/hp/mwtests/commonlogging/i18n/logi18n.java
===================================================================
--- labs/jbosstm/trunk/common/tests/com/hp/mwtests/commonlogging/i18n/logi18n.java	2009-07-02 11:09:43 UTC (rev 27432)
+++ labs/jbosstm/trunk/common/tests/com/hp/mwtests/commonlogging/i18n/logi18n.java	2009-07-02 11:29:12 UTC (rev 27433)
@@ -22,41 +22,64 @@
 
 import com.arjuna.common.util.logging.Logi18n;
 import com.arjuna.common.util.logging.LogFactory;
-//import com.arjuna.common.util.logging.CommonLevel;
+import com.arjuna.common.internal.util.logging.commonPropertyManager;
 
 import java.util.*;
+import java.io.ByteArrayOutputStream;
+import java.io.PrintStream;
 
+import org.junit.Test;
+import static org.junit.Assert.*;
+
 public class logi18n
 {
+    public static final String CLASS = logi18n.class.getName();
 
-   //static LoggerFactory log_fac = LogManager.getLogFactory();
-   static String language = System.getProperty("language", "en");
-   static String country = System.getProperty("country", "US");
+    @Test
+	public void testLogi18n() {
+		ByteArrayOutputStream buffer = new ByteArrayOutputStream();
+		PrintStream bufferedStream = new PrintStream(buffer);
+		PrintStream originalStream = System.out;
 
-   private static Locale currentLocale = new Locale(language, country);
-   //private static ResourceBundle log_mesg = ResourceBundle.getBundle("logging_msg", currentLocale);
+		// TODO: how to configure this on a per-test (not per-JVM) basis?
+		commonPropertyManager.getPropertyManager().setProperty(LogFactory.LOGGER_PROPERTY, "log4j");
 
-   //static commonLogger mylog = (commonLogger)log_fac.getLogger(logi18n.class.getName(),"logging_msg_"+language+"_"+country);
-   //static Logi18n log = LogFactory.getLogi18n("logi18n", "com.hp.mwtests.commonlogging.i18n.logging_msg_fr_FR");
-   static Logi18n log = LogFactory.getLogi18n("logi18n", "com.hp.mwtests.commonlogging.i18n.logging_msg");
+		System.setOut(bufferedStream);
+		writeLogMessages();
+		System.setOut(originalStream);
+		verifyResult(buffer.toString());
+	}
 
-   public static void main(String[] args)
+   public static void writeLogMessages()
    {
+       Logi18n log = LogFactory.getLogi18n(CLASS, "logging_msg");
 
-      Object[] myParams = new Object[2];
+       Locale.setDefault(new Locale("en", "US"));
+       log.info("IDENTIFICATION", new String[] { "Foo", "Bar"});
+       log.fatal("FATAL_Message");
+       log.info("INFO_Message");
 
-      String lastname = "Foo";
-      String firstname = "Bar";
-      myParams[0] = firstname;
-      myParams[1] = lastname;
+       Locale.setDefault(new Locale("fr", "FR"));
+       log = LogFactory.getLogi18n(CLASS, "logging_msg");
+       log.info("IDENTIFICATION", new String[] { "Foo", "Bar"});
+       log.fatal("FATAL_Message");
+       log.info("INFO_Message");
+   }
 
-      log.info("IDENTIFICATION", myParams);
-      //log.log(CommonLevel.FATAL, "FATAL_Message");
-      log.fatal("FATAL_Message");
+    public static void verifyResult(String result) {
+        String[] lines = result.split("\r?\n");
 
-      //log.log(CommonLevel.INFO, "INFO_Message");
-      log.info("INFO_Message");
-   }
+        assertNotNull(lines);
+        assertEquals(6, lines.length);
+        
+        assertTrue("Got actual value: "+lines[0], lines[0].matches("\\s*INFO \\[main\\] \\(logi18n.java.*The FirstName is Foo and the LastName is Bar$"));
+        assertTrue("Got actual value: "+lines[1], lines[1].matches("\\s*FATAL \\[main\\] \\(logi18n.java.*This is a Fatal message$"));
+        assertTrue("Got actual value: "+lines[2], lines[2].matches("\\s*INFO \\[main\\] \\(logi18n.java.*This is an Info message$"));
+
+        assertTrue("Got actual value: "+lines[3], lines[3].matches("\\s*INFO \\[main\\] \\(logi18n.java.*le prenom est Foo et le nom est Bar$"));
+        assertTrue("Got actual value: "+lines[4], lines[4].matches("\\s*FATAL \\[main\\] \\(logi18n.java.*Ceci est un message Fatal$"));
+        assertTrue("Got actual value: "+lines[5], lines[5].matches("\\s*INFO \\[main\\] \\(logi18n.java.*Ceci est un message pour information$"));
+    }
 }
     
     

Modified: labs/jbosstm/trunk/common/tests/com/hp/mwtests/commonlogging/testlevels/TestLevels.java
===================================================================
--- labs/jbosstm/trunk/common/tests/com/hp/mwtests/commonlogging/testlevels/TestLevels.java	2009-07-02 11:09:43 UTC (rev 27432)
+++ labs/jbosstm/trunk/common/tests/com/hp/mwtests/commonlogging/testlevels/TestLevels.java	2009-07-02 11:29:12 UTC (rev 27433)
@@ -26,14 +26,11 @@
 
 import java.io.ByteArrayOutputStream;
 import java.io.PrintStream;
-import java.io.File;
-import java.util.regex.Pattern;
-import java.util.regex.Matcher;
 
-import junit.framework.TestCase;
-import junit.framework.Test;
-import junit.framework.TestSuite;
+import org.junit.Test;
+import static org.junit.Assert.*;
 
+
 /**
  * JUnit test that verifies log statments made through the CLF appear at the expexted log level.
  * It does this by replacing System.out with a memory backed buffer, writing some log messages
@@ -42,7 +39,7 @@
  * Note: due to the way logging is initialized, this is somewhat fragile.
  * In general you can run only one such test in a given JVM without risking interference.
  */
-public class TestLevels extends TestCase
+public class TestLevels
 {
    /**
     * for logging purposes.
@@ -60,14 +57,15 @@
 	   // CommonLogging-properties.xml: <common><properties><property name= value=>
 	   // cd common/install/lib
 	   // java -cp jbossts-common.jar:tests/common_tests.jar:../../../ext/commons-logging.jar:../../../ext/log4j-1.2.8.jar:../../etc/ com.hp.mwtests.commonlogging.testlevels.TestLevels
-	   junit.textui.TestRunner.run(suite());
+//	   junit.textui.TestRunner.run(suite());
 	}
 
-	public static Test suite() {
-		return new TestSuite(TestLevels.class);
-	}
+//	public static Test suite() {
+//		return new TestSuite(TestLevels.class);
+//	}
 
 
+    @Test
 	public void testLog4j() {
 		ByteArrayOutputStream buffer = new ByteArrayOutputStream();
 		PrintStream bufferedStream = new PrintStream(buffer);
@@ -75,7 +73,7 @@
 
 		// test the releveling for AS integration:
 		// TODO: how to configure this on a per-test (not per-JVM) basis?
-		commonPropertyManager.propertyManager.setProperty(LogFactory.LOGGER_PROPERTY, "log4j_releveler");
+		commonPropertyManager.getPropertyManager().setProperty(LogFactory.LOGGER_PROPERTY, "log4j_releveler");
 
 		System.setOut(bufferedStream);
 		writeLogMessages();

Added: labs/jbosstm/trunk/ext/junit-4.6.jar
===================================================================
(Binary files differ)


Property changes on: labs/jbosstm/trunk/ext/junit-4.6.jar
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Modified: labs/jbosstm/trunk/ext/third_party_licenses.txt
===================================================================
--- labs/jbosstm/trunk/ext/third_party_licenses.txt	2009-07-02 11:09:43 UTC (rev 27432)
+++ labs/jbosstm/trunk/ext/third_party_licenses.txt	2009-07-02 11:29:12 UTC (rev 27433)
@@ -2277,6 +2277,99 @@
 
 --------------------------------------------------------------------------------------
 
+JUnit 4.6: 
+Common Public License - v 1.0
+
+THE ACCOMPANYING PROGRAM IS PROVIDED UNDER THE TERMS OF THIS COMMON PUBLIC LICENSE ("AGREEMENT"). ANY USE, REPRODUCTION OR DISTRIBUTION OF THE PROGRAM CONSTITUTES RECIPIENT'S ACCEPTANCE OF THIS AGREEMENT.
+
+1. DEFINITIONS
+
+"Contribution" means:
+
+      a) in the case of the initial Contributor, the initial code and documentation distributed under this Agreement, and
+      b) in the case of each subsequent Contributor:
+
+      i) changes to the Program, and
+
+      ii) additions to the Program;
+
+      where such changes and/or additions to the Program originate from and are distributed by that particular Contributor. A Contribution 'originates' from a Contributor if it was added to the Program by such Contributor itself or anyone acting on such Contributor's behalf. Contributions do not include additions to the Program which: (i) are separate modules of software distributed in conjunction with the Program under their own license agreement, and (ii) are not derivative works of the Program.
+
+"Contributor" means any person or entity that distributes the Program.
+
+"Licensed Patents " mean patent claims licensable by a Contributor which are necessarily infringed by the use or sale of its Contribution alone or when combined with the Program.
+
+"Program" means the Contributions distributed in accordance with this Agreement.
+
+"Recipient" means anyone who receives the Program under this Agreement, including all Contributors.
+
+2. GRANT OF RIGHTS
+
+      a) Subject to the terms of this Agreement, each Contributor hereby grants Recipient a non-exclusive, worldwide, royalty-free copyright license to reproduce, prepare derivative works of, publicly display, publicly perform, distribute and sublicense the Contribution of such Contributor, if any, and such derivative works, in source code and object code form.
+
+      b) Subject to the terms of this Agreement, each Contributor hereby grants Recipient a non-exclusive, worldwide, royalty-free patent license under Licensed Patents to make, use, sell, offer to sell, import and otherwise transfer the Contribution of such Contributor, if any, in source code and object code form. This patent license shall apply to the combination of the Contribution and the Program if, at the time the Contribution is added by the Contributor, such addition of the Contribution causes such combination to be covered by the Licensed Patents. The patent license shall not apply to any other combinations which include the Contribution. No hardware per se is licensed hereunder.
+
+      c) Recipient understands that although each Contributor grants the licenses to its Contributions set forth herein, no assurances are provided by any Contributor that the Program does not infringe the patent or other intellectual property rights of any other entity. Each Contributor disclaims any liability to Recipient for claims brought by any other entity based on infringement of intellectual property rights or otherwise. As a condition to exercising the rights and licenses granted hereunder, each Recipient hereby assumes sole responsibility to secure any other intellectual property rights needed, if any. For example, if a third party patent license is required to allow Recipient to distribute the Program, it is Recipient's responsibility to acquire that license before distributing the Program.
+
+      d) Each Contributor represents that to its knowledge it has sufficient copyright rights in its Contribution, if any, to grant the copyright license set forth in this Agreement.
+
+3. REQUIREMENTS
+
+A Contributor may choose to distribute the Program in object code form under its own license agreement, provided that:
+
+      a) it complies with the terms and conditions of this Agreement; and
+
+      b) its license agreement:
+
+      i) effectively disclaims on behalf of all Contributors all warranties and conditions, express and implied, including warranties or conditions of title and non-infringement, and implied warranties or conditions of merchantability and fitness for a particular purpose;
+
+      ii) effectively excludes on behalf of all Contributors all liability for damages, including direct, indirect, special, incidental and consequential damages, such as lost profits;
+
+      iii) states that any provisions which differ from this Agreement are offered by that Contributor alone and not by any other party; and
+
+      iv) states that source code for the Program is available from such Contributor, and informs licensees how to obtain it in a reasonable manner on or through a medium customarily used for software exchange.
+
+When the Program is made available in source code form:
+
+      a) it must be made available under this Agreement; and
+
+      b) a copy of this Agreement must be included with each copy of the Program.
+
+Contributors may not remove or alter any copyright notices contained within the Program.
+
+Each Contributor must identify itself as the originator of its Contribution, if any, in a manner that reasonably allows subsequent Recipients to identify the originator of the Contribution.
+
+4. COMMERCIAL DISTRIBUTION
+
+Commercial distributors of software may accept certain responsibilities with respect to end users, business partners and the like. While this license is intended to facilitate the commercial use of the Program, the Contributor who includes the Program in a commercial product offering should do so in a manner which does not create potential liability for other Contributors. Therefore, if a Contributor includes the Program in a commercial product offering, such Contributor ("Commercial Contributor") hereby agrees to defend and indemnify every other Contributor ("Indemnified Contributor") against any losses, damages and costs (collectively "Losses") arising from claims, lawsuits and other legal actions brought by a third party against the Indemnified Contributor to the extent caused by the acts or omissions of such Commercial Contributor in connection with its distribution of the Program in a commercial product offering. The obligations in this section do not apply to any clai!
 ms or Losses relating to any actual or alleged intellectual property infringement. In order to qualify, an Indemnified Contributor must: a) promptly notify the Commercial Contributor in writing of such claim, and b) allow the Commercial Contributor to control, and cooperate with the Commercial Contributor in, the defense and any related settlement negotiations. The Indemnified Contributor may participate in any such claim at its own expense.
+
+For example, a Contributor might include the Program in a commercial product offering, Product X. That Contributor is then a Commercial Contributor. If that Commercial Contributor then makes performance claims, or offers warranties related to Product X, those performance claims and warranties are such Commercial Contributor's responsibility alone. Under this section, the Commercial Contributor would have to defend claims against the other Contributors related to those performance claims and warranties, and if a court requires any other Contributor to pay any damages as a result, the Commercial Contributor must pay those damages.
+
+5. NO WARRANTY
+
+EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, THE PROGRAM IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED INCLUDING, WITHOUT LIMITATION, ANY WARRANTIES OR CONDITIONS OF TITLE, NON-INFRINGEMENT, MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Each Recipient is solely responsible for determining the appropriateness of using and distributing the Program and assumes all risks associated with its exercise of rights under this Agreement, including but not limited to the risks and costs of program errors, compliance with applicable laws, damage to or loss of data, programs or equipment, and unavailability or interruption of operations.
+
+6. DISCLAIMER OF LIABILITY
+
+EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, NEITHER RECIPIENT NOR ANY CONTRIBUTORS SHALL HAVE ANY LIABILITY FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING WITHOUT LIMITATION LOST PROFITS), HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OR DISTRIBUTION OF THE PROGRAM OR THE EXERCISE OF ANY RIGHTS GRANTED HEREUNDER, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
+
+7. GENERAL
+
+If any provision of this Agreement is invalid or unenforceable under applicable law, it shall not affect the validity or enforceability of the remainder of the terms of this Agreement, and without further action by the parties hereto, such provision shall be reformed to the minimum extent necessary to make such provision valid and enforceable.
+
+If Recipient institutes patent litigation against a Contributor with respect to a patent applicable to software (including a cross-claim or counterclaim in a lawsuit), then any patent licenses granted by that Contributor to such Recipient under this Agreement shall terminate as of the date such litigation is filed. In addition, if Recipient institutes patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Program itself (excluding combinations of the Program with other software or hardware) infringes such Recipient's patent(s), then such Recipient's rights granted under Section 2(b) shall terminate as of the date such litigation is filed.
+
+All Recipient's rights under this Agreement shall terminate if it fails to comply with any of the material terms or conditions of this Agreement and does not cure such failure in a reasonable period of time after becoming aware of such noncompliance. If all Recipient's rights under this Agreement terminate, Recipient agrees to cease use and distribution of the Program as soon as reasonably practicable. However, Recipient's obligations under this Agreement and any licenses granted by Recipient relating to the Program shall continue and survive.
+
+Everyone is permitted to copy and distribute copies of this Agreement, but in order to avoid inconsistency the Agreement is copyrighted and may only be modified in the following manner. The Agreement Steward reserves the right to publish new versions (including revisions) of this Agreement from time to time. No one other than the Agreement Steward has the right to modify this Agreement. IBM is the initial Agreement Steward. IBM may assign the responsibility to serve as the Agreement Steward to a suitable separate entity. Each new version of the Agreement will be given a distinguishing version number. The Program (including Contributions) may always be distributed subject to the version of the Agreement under which it was received. In addition, after a new version of the Agreement is published, Contributor may elect to distribute the Program (including its Contributions) under the new version. Except as expressly stated in Sections 2(a) and 2(b) above, Recipient receives no !
 rights or licenses to the intellectual property of any Contributor under this Agreement, whether expressly, by implication, estoppel or otherwise. All rights in the Program not expressly granted under this Agreement are reserved.
+
+This Agreement is governed by the laws of the State of New York and the intellectual property laws of the United States of America. No party to this Agreement will bring a legal action under this Agreement more than one year after the cause of action arose. Each party waives its rights to a jury trial in any resulting litigation.
+
+-------------------------------------------------------------------------------------------------------
+
+
+
+
 LICENSE TERMS FOR LRMP/INRIS THAT MAY ACCOMPANY THE ARJUNA SOFTWARE
 
 

Modified: labs/jbosstm/trunk/qa/config/jbossts-jta-properties.xml
===================================================================
--- labs/jbosstm/trunk/qa/config/jbossts-jta-properties.xml	2009-07-02 11:09:43 UTC (rev 27432)
+++ labs/jbosstm/trunk/qa/config/jbossts-jta-properties.xml	2009-07-02 11:29:12 UTC (rev 27433)
@@ -1,7 +1,8 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE properties SYSTEM "http://java.sun.com/dtd/properties.dtd">
 <!--
   JBoss, Home of Professional Open Source
-  Copyright 2008, Red Hat Middleware LLC, and individual contributors
+  Copyright 2009, Red Hat Middleware LLC, and individual contributors
   as indicated by the @author tags.
   See the copyright.txt in the distribution for a
   full listing of individual contributors.
@@ -16,311 +17,145 @@
   Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
   MA  02110-1301, USA.
 
-  (C) 2005-2008,
-  @author JBoss Inc.
+  (C) 2009,
+  @author JBoss, a division of Red Hat.
 -->
 
 <!-- This is the jbossts-qa version of the properties file. It should get copied over
 	the top of the default one from the product build by the jbossts-qa build process.
 	It differs from the standard one in the following respects:
-	 - shorter txReaperTimeout = 1000 (was 120000), does not actually matter as now DYNAMIC
+
 	 - com.arjuna.ats.arjuna.coordinator.maintainHeuristics = NO
 	 - periodicRecoveryPeriod = 10 (was 120)
 	 - recoveryBackoffPeriod = 5 (was 10)
 -->
 
-<transaction-service>
-    <properties depends="common" name="arjuna">
-        <!--
-        Transaction Reaper Timeout (default is 120000 ms).
-      -->
-        <property
-            name="com.arjuna.ats.arjuna.coordinator.txReaperTimeout" value="1000"/>
+<properties>
 
-        <property name="com.arjuna.ats.arjuna.coordinator.maintainHeuristics" value="NO"/>
-        
-        <!--
-        Transaction Reaper Mode, can be: PERIODIC or DYNAMIC. Default is DYNAMIC.
-      -->
-        <property name="com.arjuna.ats.arjuna.coordinator.txReaperMode" value="DYNAMIC"/>
-        <!--
-        Transaction Reaper Cancel Wait Period (default is 500 ms, min is 10 msecs).
-      -->
-        <property
-            name="com.arjuna.ats.arjuna.coordinator.txReaperCancelWaitPeriod" value="500"/>
-        <!--
-        Transaction Reaper Cancel Fail Wait Period (default is 500 ms, min is 10 msecs).
-      -->
-        <property
-            name="com.arjuna.ats.arjuna.coordinator.txReaperCancelFailWaitPeriod" value="500"/>
-        <!--
-        Transaction Reaper Zombie Max (default is 8).
-      -->
-        <property
-            name="com.arjuna.ats.arjuna.coordinator.txReaperZombieMax" value="8"/>
-        <!--
-        (default is NO)
-      -->
-        <property name="com.arjuna.ats.arjuna.coordinator.asyncCommit" value="NO"/>
-        <!--
-        (default is NO)
-      -->
-        <property name="com.arjuna.ats.arjuna.coordinator.asyncPrepare" value="NO"/>
-        <!--
-        (default is YES)
-      -->
-        <property
-            name="com.arjuna.ats.arjuna.coordinator.commitOnePhase" value="YES"/>
-        <!--
-        (default is defaultStore)
-      -->
-        <property name="com.arjuna.ats.arjuna.objectstore.localOSRoot" value="defaultStore"/>
-        <!--
-        default is under user.home - must be writeable!)
-      -->
-        <property
-            name="com.arjuna.ats.arjuna.objectstore.objectStoreDir" value="PutObjectStoreDirHere"/>
-        <!--
-        (default is ON)
-      -->
-        <property
-            name="com.arjuna.ats.arjuna.objectstore.objectStoreSync" value="ON"/>
-        <!--
-        (default is ShadowNoFileLockStore)
-      -->
-        <property
-            name="com.arjuna.ats.arjuna.objectstore.objectStoreType" value="ShadowNoFileLockStore"/>
-        <!--
-        (default is 255)
-      -->
-        <property
-            name="com.arjuna.ats.arjuna.objectstore.hashedDirectories" value="255"/>
-        <!--
-        (default is ON)
-      -->
-        <property
-            name="com.arjuna.ats.arjuna.objectstore.transactionSync" value="ON"/>
-        <!--
-        (Must be unique across all Arjuna instances.)
-      -->
-        <property name="com.arjuna.ats.arjuna.xa.nodeIdentifier" value="1"/>
-        <!--
-        Base port number for determining a unique number to associate with an instance of the transaction service
-        (which is needed in order to support multiple instances on the same machine).
-        Use the value 0 to allow the system to select the first available port number.
-        If the port number is non-zero and the port is in use then the value will be incremented until either a successful binding
-        to the loopback address is created or until the the maximum number of ports (specified by the
-        com.arjuna.ats.internal.arjuna.utils.SocketProcessIdMaxPorts property) have been tried or until the port number
-        reaches the maximum possible port number.
-      -->
-        <property
-            name="com.arjuna.ats.internal.arjuna.utils.SocketProcessIdPort" value="0"/>
-        <!--
-        The maximum number of ports to try starting from the value specified by the property
-        com.arjuna.ats.internal.arjuna.utils.SocketProcessIdPort. Any non-numeric or value less than 1 will
-        defautl to 1.
-      -->
-        <property
-            name="com.arjuna.ats.internal.arjuna.utils.SocketProcessIdMaxPorts" value="1"/>
-        <!--
-        Run the TransactionStatusManager to allow out-of-process recovery managers to query
-        the status of transactions owned by this coordinator.  Default is YES.
-        This can be set to NO in cases where an ObjectStore is used only by one transaction manager
-        and the recovery manager for that store is in the same JVM. In any other cases disabling the
-        TransactionStatusManager may cause crash recovery to misbehave.
-      -->
-        <property
-            name="com.arjuna.ats.arjuna.coordinator.transactionStatusManagerEnable" value="YES"/>
-        <!-- property
-        name="com.arjuna.ats.arjuna.coordinator.actionStore"
-		value="HashedActionStore"
-		value="JDBCActionStore"
-      -->
-        <!-- property
-        name="com.arjuna.ats.arjuna.objectstore.jdbcTxDbAccess"
-		value="JDBCAccess"
-      -->
-        <!-- property
-        name="com.arjuna.ats.arjuna.objectstore.objectStoreType"
-		value="ShadowNoFileLockStore"
-		value="JDBCStore"
-      -->
-        <!-- property
-        name="com.arjuna.ats.arjuna.objectstore.jdbcUserDbAccess"
-		value="JDBCAccess"
-      -->
-        <!-- property
-        name="com.arjuna.ats.arjuna.objectstore.jdbcPoolSizeInitial"
-		value="1"
-      -->
-        <!-- property
-        name="com.arjuna.ats.arjuna.objectstore.jdbcPoolSizeMaximum"
-		value="1"
-      -->
-        <!-- property
-        name="com.arjuna.ats.arjuna.objectstore.jdbcPoolPutConnections"
-		value="false"
-      -->
-        <!-- property
-        name="com.arjuna.ats.arjuna.internal.arjuna.objectstore.cacheStore.size"
-		value=""
-      -->
-        <!-- property
-        name="com.arjuna.ats.arjuna.internal.arjuna.objectstore.cacheStore.period"
-		value=""
-      -->
-        <!--
-        The location for creating temporary files, e.g., Uids.
-        Default is under user.home.
-        IMPORTANT: make sure the directory is lockable, e.g., /tmp on Unix
-        may not be!
-      -->
-        <!--
-        <property
-          name="com.arjuna.ats.arjuna.common.varDir"
-          value="var"/>
-      -->
-    </properties>
-    <properties name="common">
-        <!-- CLF 2.0 properties -->
-        <property name="com.arjuna.common.util.logging.DebugLevel"
-            type="System" value="0x00000000"/>
-        <property name="com.arjuna.common.util.logging.FacilityLevel"
-            type="System" value="0xffffffff"/>
-        <property name="com.arjuna.common.util.logging.VisibilityLevel"
-            type="System" value="0xffffffff"/>
-        <property name="com.arjuna.common.util.logger" type="System" value="log4j"/>
-    </properties>
-    <properties depends="arjuna" name="txoj">
-        <!--
-        (default is LockStore of installation - must be writeable!)
-      -->
-        <!--
-        <property
-          name="com.arjuna.ats.txoj.lockstore.lockStoreDir"
-          value="LockStore"/>
-      -->
-        <!--
-        (default is BasicLockStore)
-      -->
-        <property name="com.arjuna.ats.txoj.lockstore.lockStoreType" value="BasicLockStore"/>
-        <!--
-        (default is NO)
-      -->
-        <property name="com.arjuna.ats.txoj.lockstore.multipleLockStore" value="NO"/>
-        <!--
-        (default is YES)
-      -->
-        <property name="com.arjuna.ats.txoj.lockstore.singleLockStore" value="YES"/>
-        <!--
-        (default is YES)
-      -->
-        <property
-            name="com.arjuna.ats.txoj.lockstore.allowNestedLocking" value="YES"/>
-    </properties>
-    <properties depends="arjuna" name="jta">
-        <!--
-        Support subtransactions in the JTA layer?
-        Default is NO.
-      -->
-        <property name="com.arjuna.ats.jta.supportSubtransactions" value="NO"/>
-        <property name="com.arjuna.ats.jta.jtaTMImplementation" value="com.arjuna.ats.internal.jta.transaction.arjunacore.TransactionManagerImple"/>
-        <!--
-			com.arjuna.ats.internal.jta.transaction.jts.TransactionManagerImple
-			-->
-        <property name="com.arjuna.ats.jta.jtaUTImplementation" value="com.arjuna.ats.internal.jta.transaction.arjunacore.UserTransactionImple"/>
-        <!--
-			com.arjuna.ats.internal.jta.transaction.jts.UserTransactionImple
-			-->
-    </properties>
-    <properties depends="arjuna,txoj,jta" name="recoverymanager">
-        <!--
-        Properties used only by the RecoveryManager.
-      -->
-        <!--
-        Periodic recovery settings.
-        Time values in this section are in seconds.
-      -->
-        <!--
-        Interval in seconds between initiating the periodic recovery modules.
-        Default is 120 seconds.
-      -->
-        <property
-            name="com.arjuna.ats.arjuna.recovery.periodicRecoveryPeriod" value="10"/>
-        <!--
-        Interval in seconds between first and second pass of periodic recovery.
-        Default is 10 seconds.
-      -->
-        <property
-            name="com.arjuna.ats.arjuna.recovery.recoveryBackoffPeriod" value="5"/>
-        <!--
-        The port number on which the recovery manager listens.
-      -->
-        <property name="com.arjuna.ats.arjuna.recovery.recoveryPort" value="4712"/>
-        <!--
-        The address on which the recovery manager listens.
-        If running within an AS then the address the AS is bound to (jboss.bind.address) takes precedence
-      -->
-        <property name="com.arjuna.ats.arjuna.recovery.recoveryAddress" value=""/>
-        <!--
-        Periodic recovery modules to use.  Invoked in sort-order of names.
-      -->
-        <property
-            name="com.arjuna.ats.arjuna.recovery.recoveryExtension1" value="com.arjuna.ats.internal.arjuna.recovery.AtomicActionRecoveryModule"/>
-        <property
-            name="com.arjuna.ats.arjuna.recovery.recoveryExtension2" value="com.arjuna.ats.internal.txoj.recovery.TORecoveryModule"/>
-        <property
-            name="com.arjuna.ats.arjuna.recovery.recoveryExtension3" value="com.arjuna.ats.internal.jta.recovery.arjunacore.XARecoveryModule"/>
-        <!--
-        Expired entry removal
-      -->
-        <!--
-        Expiry scanners to use (order of invocation is random).
-        Names must begin with "com.arjuna.ats.arjuna.recovery.expiryScanner"
-      -->
-        <property
-            name="com.arjuna.ats.arjuna.recovery.expiryScannerTransactionStatusManager" value="com.arjuna.ats.internal.arjuna.recovery.ExpiredTransactionStatusManagerScanner"/>
-        <!--
-        Interval, in hours, between running the expiry scanners.
-        This can be quite long. The absolute value determines the interval -
-        if the value is negative, the scan will NOT be run until after one
-        interval has elapsed. If positive the first scan will be immediately
-        after startup. Zero will prevent any scanning.
-        Default  = 12 = run immediately, then every 12 hours.
-      -->
-        <property
-            name="com.arjuna.ats.arjuna.recovery.expiryScanInterval" value="12"/>
-        <!--
-        This is the interval, in hours, after which a process that cannot be contacted will be considered dead.
-        It should be long enough to avoid accidentally removing valid entries due to short lived
-        transient errors such as network downtime. Zero = Never removed.  Default is 12.
-      -->
-        <property
-            name="com.arjuna.ats.arjuna.recovery.transactionStatusManagerExpiryTime" value="12"/>
-        <!--
-        Use this to fix the port on which the TransactionStatusManager listens,
-        The default behaviour is to use any free port.
-      -->
-        <property
-            name="com.arjuna.ats.arjuna.recovery.transactionStatusManagerPort" value="0"/>
-        <!--
-        Use this to fix the address on which the TransactionStatusManager binds,
-        The default behaviour is to use the loopback address (ie localhost).
-        If running within an AS then the address the AS is bound to (jboss.bind.address) takes precedence
-      -->
-        <property
-            name="com.arjuna.ats.arjuna.recovery.transactionStatusManagerAddress" value=""/>
-        <!--
-          For cases where the recovery manager is in process with the transaction manager and nothing else uses
-          the ObjectStore, it is possible to disable the socket based recovery listener by setting this to NO.
-          Caution: use of this property can allow multiple recovery processes to run on the same ObjectStore
-          if you are not careful. That in turn can lead to incorrect transaction processing. Use with care.
-        -->
-        <property name="com.arjuna.ats.arjuna.recovery.recoveryListener" value="YES"/>
-    </properties>
-    <properties depends="jta" name="jdbc">
-        <!--
-           property name="com.arjuna.ats.jdbc.isolationLevel" value="TRANSACTION_SERIALIZABLE"/>
-        -->
-    </properties>
-</transaction-service>
+    <entry key="com.arjuna.ats.arjuna.coordinator.maintainHeuristics">NO</entry>
+
+    <entry key="com.arjuna.ats.arjuna.recovery.periodicRecoveryPeriod">10</entry>
+
+    <entry key="com.arjuna.ats.arjuna.recovery.recoveryBackoffPeriod">5</entry>
+
+
+    <!--
+    This is the JBossTS configuration file for running ArjunaCore.
+    It should be called jbossts-properties.xml.
+    You need a different version for JTA or JTS usage.
+
+    ***************************
+
+    Property values may be literals or be tokens of the form ${p1[,p2][:v]}
+    in which case the token values are substituted for the values of the corresponding system
+    properties as follows:
+
+    - Any occurance of ${p} with the System.getProperty(p) value.
+    If there is no such property p defined, then the ${p} reference will remain unchanged.
+
+    - If the property reference is of the form ${p:v} and there is no such property p,
+    then the default value v will be returned.
+
+    - If the property reference is of the form ${p1,p2} or ${p1,p2:v} then
+    the primary and the secondary properties will be tried in turn, before
+    returning either the unchanged input, or the default value.
+
+    The property ${/} is replaced with System.getProperty("file.separator")
+    value and the property ${:} is replaced with System.getProperty("path.separator").
+
+    Note this substitution applies to property values only at the point they are read from
+    the config file. Tokens in system properties won't be substituted.
+    -->
+
+
+
+    <!-- (default is YES) -->
+    <entry key="com.arjuna.ats.arjuna.coordinator.commitOnePhase">YES</entry>
+
+    <!-- (default is defaultStore) -->
+    <entry key="com.arjuna.ats.arjuna.objectstore.localOSRoot">defaultStore</entry>
+
+    <!-- default is under user.home - must be writeable!) -->
+    <entry key="com.arjuna.ats.arjuna.objectstore.objectStoreDir">PutObjectStoreDirHere</entry>
+
+    <!-- (default is ON) -->
+    <entry key="com.arjuna.ats.arjuna.objectstore.transactionSync">ON</entry>
+
+    <!-- (Must be unique across all Arjuna instances.) -->
+    <entry key="com.arjuna.ats.arjuna.xa.nodeIdentifier">1</entry>
+
+    <!--
+      Base port number for determining a unique number to associate with an instance of the transaction service
+      (which is needed in order to support multiple instances on the same machine).
+      Use the value 0 to allow the system to select the first available port number.
+      If the port number is non-zero and the port is in use then the value will be incremented until either a successful binding
+      to the loopback address is created or until the the maximum number of ports (specified by the
+      com.arjuna.ats.internal.arjuna.utils.SocketProcessIdMaxPorts property) have been tried or until the port number
+      reaches the maximum possible port number.
+    -->
+    <entry key="com.arjuna.ats.internal.arjuna.utils.SocketProcessIdPort">0</entry>
+
+
+
+
+
+    <!--
+      Periodic recovery modules to use.  Invoked in sort-order of names.
+         Check http://www.jboss.org/community/docs/DOC-10788 for more information
+         on recovery modules and their configuration when running in various
+         deployments.
+    -->
+    <entry key="com.arjuna.ats.arjuna.recovery.recoveryExtension1">com.arjuna.ats.internal.arjuna.recovery.AtomicActionRecoveryModule</entry>
+
+    <entry key="com.arjuna.ats.arjuna.recovery.recoveryExtension2">com.arjuna.ats.internal.txoj.recovery.TORecoveryModule</entry>
+
+    <entry key="com.arjuna.ats.arjuna.recovery.recoveryExtension3">com.arjuna.ats.internal.jta.recovery.arjunacore.XARecoveryModule</entry>
+
+    <!--
+      Expiry scanners to use (order of invocation is random).
+      Names must begin with "com.arjuna.ats.arjuna.recovery.expiryScanner"
+    -->
+    <entry key="com.arjuna.ats.arjuna.recovery.expiryScannerTransactionStatusManager">com.arjuna.ats.internal.arjuna.recovery.ExpiredTransactionStatusManagerScanner</entry>
+
+    <!-- Enable the following to move logs that cannot be completed by failure recovery. But
+be sure you know what you are doing and why! -->
+    <!-- entry key="com.arjuna.ats.arjuna.recovery.expiryScannerAtomicActionLog">com.arjuna.ats.internal.arjuna.recovery.AtomicActionExpiryScanner</entry> -->
+
+    <!--
+      The address and port number on which the recovery manager listens
+      If running within an AS then the address the AS is bound to (jboss.bind.address) takes precedence
+    -->
+    <entry key="com.arjuna.ats.arjuna.recovery.recoveryPort">4712</entry>
+
+    <entry key="com.arjuna.ats.arjuna.recovery.recoveryAddress"></entry>
+
+    <!--
+      Use this to fix the port on which the TransactionStatusManager listens,
+      The default behaviour is to use any free port.
+    -->
+    <entry key="com.arjuna.ats.arjuna.recovery.transactionStatusManagerPort">0</entry>
+
+    <!--
+      Use this to fix the address on which the TransactionStatusManager binds,
+      The default behaviour is to use the loopback address (ie localhost).
+      If running within an AS then the address the AS is bound to (jboss.bind.address) takes precedence
+    -->
+    <entry key="com.arjuna.ats.arjuna.recovery.transactionStatusManagerAddress"></entry>
+
+    <!--
+      For cases where the recovery manager is in process with the transaction manager and nothing else uses
+      the ObjectStore, it is possible to disable the socket based recovery listener by setting this to NO.
+      Caution: use of this property can allow multiple recovery processes to run on the same ObjectStore
+      if you are not careful. That in turn can lead to incorrect transaction processing. Use with care.
+    -->
+    <entry key="com.arjuna.ats.arjuna.recovery.recoveryListener">YES</entry>
+
+
+    
+    <entry name="com.arjuna.ats.jta.supportSubtransactions">NO</entry>
+
+	<entry name="com.arjuna.ats.jta.jtaTMImplementation">com.arjuna.ats.internal.jta.transaction.arjunacore.TransactionManagerImple</entry>
+
+	<entry name="com.arjuna.ats.jta.jtaUTImplementation">com.arjuna.ats.internal.jta.transaction.arjunacore.UserTransactionImple</entry>
+
+</properties>

Modified: labs/jbosstm/trunk/qa/config/jbossts-jts-properties.xml
===================================================================
--- labs/jbosstm/trunk/qa/config/jbossts-jts-properties.xml	2009-07-02 11:09:43 UTC (rev 27432)
+++ labs/jbosstm/trunk/qa/config/jbossts-jts-properties.xml	2009-07-02 11:29:12 UTC (rev 27433)
@@ -1,7 +1,8 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE properties SYSTEM "http://java.sun.com/dtd/properties.dtd">
 <!--
   JBoss, Home of Professional Open Source
-  Copyright 2007, Red Hat Middleware LLC, and individual contributors
+  Copyright 2009, Red Hat Middleware LLC, and individual contributors
   as indicated by the @author tags.
   See the copyright.txt in the distribution for a
   full listing of individual contributors.
@@ -16,468 +17,203 @@
   Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
   MA  02110-1301, USA.
 
-  (C) 2005-2006,
-  @author JBoss Inc.
+  (C) 2009,
+  @author JBoss, a division of Red Hat.
 -->
 
 <!-- This is the jbossts-qa version of the properties file. It should get copied over
 	the top of the default one from the product build by the jbossts-qa build process.
 	It differs from the standard one in the following respects:
-	 - shorter txReaperTimeout = 1000 (was 120000), does not actually matter as now DYNAMIC
+
 	 - com.arjuna.ats.arjuna.coordinator.maintainHeuristics = NO
 	 - periodicRecoveryPeriod = 10 (was 120)
 	 - recoveryBackoffPeriod = 5 (was 10)
 -->
 
-<transaction-service>
-    <properties depends="common" name="arjuna">
-        <!--
-        Transaction Reaper Timeout (default is 120000 ms).
-      -->
-        <property
-            name="com.arjuna.ats.arjuna.coordinator.txReaperTimeout" value="1000"/>
+<properties>
 
-        <property name="com.arjuna.ats.arjuna.coordinator.maintainHeuristics" value="NO"/>
-        
-        <!--
-        Transaction Reaper Mode, can be: PERIODIC or DYNAMIC. Default is DYNAMIC.
-      -->
-        <property name="com.arjuna.ats.arjuna.coordinator.txReaperMode" value="DYNAMIC"/>
-        <!--
-        Transaction Reaper Cancel Wait Period (default is 500 ms, min is 10 msecs).
-      -->
-        <property
-            name="com.arjuna.ats.arjuna.coordinator.txReaperCancelWaitPeriod" value="500"/>
-        <!--
-        Transaction Reaper Cancel Fail Wait Period (default is 500 ms, min is 10 msecs).
-      -->
-        <property
-            name="com.arjuna.ats.arjuna.coordinator.txReaperCancelFailWaitPeriod" value="500"/>
-        <!--
-        Transaction Reaper Zombie Max (default is 8).
-      -->
-        <property
-            name="com.arjuna.ats.arjuna.coordinator.txReaperZombieMax" value="8"/>
-        <!--
-        (default is NO)
-      -->
-        <property name="com.arjuna.ats.arjuna.coordinator.asyncCommit" value="NO"/>
-        <!--
-        (default is NO)
-      -->
-        <property name="com.arjuna.ats.arjuna.coordinator.asyncPrepare" value="NO"/>
-        <!--
-        (default is YES)
-      -->
-        <property
-            name="com.arjuna.ats.arjuna.coordinator.commitOnePhase" value="YES"/>
-        <!--
-        (default is defaultStore)
-      -->
-        <property name="com.arjuna.ats.arjuna.objectstore.localOSRoot" value="defaultStore"/>
-        <!--
-        default is under user.home - must be writeable!)
-      -->
-        <property
-            name="com.arjuna.ats.arjuna.objectstore.objectStoreDir" value="PutObjectStoreDirHere"/>
-        <!--
-        (default is ON)
-      -->
-        <property
-            name="com.arjuna.ats.arjuna.objectstore.objectStoreSync" value="ON"/>
-        <!--
-        (default is ShadowNoFileLockStore)
-      -->
-        <property
-            name="com.arjuna.ats.arjuna.objectstore.objectStoreType" value="ShadowNoFileLockStore"/>
-        <!--
-        (default is 255)
-      -->
-        <property
-            name="com.arjuna.ats.arjuna.objectstore.hashedDirectories" value="255"/>
-        <!--
-        (default is ON)
-      -->
-        <property
-            name="com.arjuna.ats.arjuna.objectstore.transactionSync" value="ON"/>
-        <!--
-        (Must be unique across all Arjuna instances.)
-      -->
-        <property name="com.arjuna.ats.arjuna.xa.nodeIdentifier" value="1"/>
-        <!--
-        Base port number for determining a unique number to associate with an instance of the transaction service
-        (which is needed in order to support multiple instances on the same machine).
-        Use the value 0 to allow the system to select the first available port number.
-        If the port number is non-zero and the port is in use then the value will be incremented until either a successful binding
-        to the loopback address is created or until the the maximum number of ports (specified by the
-        com.arjuna.ats.internal.arjuna.utils.SocketProcessIdMaxPorts property) have been tried or until the port number
-        reaches the maximum possible port number.
-      -->
-        <property
-            name="com.arjuna.ats.internal.arjuna.utils.SocketProcessIdPort" value="0"/>
-        <!--
-        The maximum number of ports to try starting from the value specified by the property
-        com.arjuna.ats.internal.arjuna.utils.SocketProcessIdPort. Any non-numeric or value less than 1 will
-        defautl to 1.
-      -->
-        <property
-            name="com.arjuna.ats.internal.arjuna.utils.SocketProcessIdMaxPorts" value="1"/>
-        <!--
-        Run the TransactionStatusManager to allow out-of-process recovery managers to query
-        the status of transactions owned by this coordinator.  Default is YES.
-        This can be set to NO in cases where an ObjectStore is used only by one transaction manager
-        and the recovery manager for that store is in the same JVM. In any other cases disabling the
-        TransactionStatusManager may cause crash recovery to misbehave.
-      -->
-        <property
-            name="com.arjuna.ats.arjuna.coordinator.transactionStatusManagerEnable" value="YES"/>
-        <!-- property
-        name="com.arjuna.ats.arjuna.coordinator.actionStore"
-		value="HashedActionStore"
-		value="JDBCActionStore"
-      -->
-        <!-- property
-        name="com.arjuna.ats.arjuna.objectstore.jdbcTxDbAccess"
-		value="JDBCAccess"
-      -->
-        <!-- property
-        name="com.arjuna.ats.arjuna.objectstore.objectStoreType"
-		value="ShadowNoFileLockStore"
-		value="JDBCStore"
-      -->
-        <!-- property
-        name="com.arjuna.ats.arjuna.objectstore.jdbcUserDbAccess"
-		value="JDBCAccess"
-      -->
-        <!-- property
-        name="com.arjuna.ats.arjuna.objectstore.jdbcPoolSizeInitial"
-		value="1"
-      -->
-        <!-- property
-        name="com.arjuna.ats.arjuna.objectstore.jdbcPoolSizeMaximum"
-		value="1"
-      -->
-        <!-- property
-        name="com.arjuna.ats.arjuna.objectstore.jdbcPoolPutConnections"
-		value="false"
-      -->
-        <!-- property
-        name="com.arjuna.ats.arjuna.internal.arjuna.objectstore.cacheStore.size"
-		value=""
-      -->
-        <!-- property
-        name="com.arjuna.ats.arjuna.internal.arjuna.objectstore.cacheStore.period"
-		value=""
-      -->
-        <!--
-        The location for creating temporary files, e.g., Uids.
-        Default is under user.home.
-        IMPORTANT: make sure the directory is lockable, e.g., /tmp on Unix
-        may not be!
-      -->
-        <!--
-        <property
-          name="com.arjuna.ats.arjuna.common.varDir"
-          value="var"/>
-      -->
-    </properties>
-    <properties name="common">
-        <!-- CLF 2.0 properties -->
-        <property name="com.arjuna.common.util.logging.DebugLevel"
-            type="System" value="0x00000000"/>
-        <property name="com.arjuna.common.util.logging.FacilityLevel"
-            type="System" value="0xffffffff"/>
-        <property name="com.arjuna.common.util.logging.VisibilityLevel"
-            type="System" value="0xffffffff"/>
-        <property name="com.arjuna.common.util.logger" type="System" value="log4j"/>
-    </properties>
-    <properties depends="arjuna" name="txoj">
-        <!--
-        (default is LockStore of installation - must be writeable!)
-      -->
-        <!--
-        <property
-          name="com.arjuna.ats.txoj.lockstore.lockStoreDir"
-          value="LockStore"/>
-      -->
-        <!--
-        (default is BasicLockStore)
-      -->
-        <property name="com.arjuna.ats.txoj.lockstore.lockStoreType" value="BasicLockStore"/>
-        <!--
-        (default is NO)
-      -->
-        <property name="com.arjuna.ats.txoj.lockstore.multipleLockStore" value="NO"/>
-        <!--
-        (default is YES)
-      -->
-        <property name="com.arjuna.ats.txoj.lockstore.singleLockStore" value="YES"/>
-        <!--
-        (default is YES)
-      -->
-        <property
-            name="com.arjuna.ats.txoj.lockstore.allowNestedLocking" value="YES"/>
-    </properties>
-    <properties depends="jts" name="jta">
-        <!--
-        Support subtransactions in the JTA layer?
-        Default is NO.
-      -->
-        <property name="com.arjuna.ats.jta.supportSubtransactions" value="NO"/>
-        <property name="com.arjuna.ats.jta.jtaTMImplementation" value="com.arjuna.ats.internal.jta.transaction.jts.TransactionManagerImple"/>
-        <!--
-			com.arjuna.ats.internal.jta.transaction.arjunacore.TransactionManagerImple
-			-->
-        <property name="com.arjuna.ats.jta.jtaUTImplementation" value="com.arjuna.ats.internal.jta.transaction.jts.UserTransactionImple"/>
-        <!--
-			com.arjuna.ats.internal.jta.transaction.arjunacore.UserTransactionImple
-			-->
-    </properties>
-    <properties depends="jta" name="jdbc">
-        <!--
-           property name="com.arjuna.ats.jdbc.isolationLevel" value="TRANSACTION_SERIALIZABLE"/>
-        -->
-    </properties>
-    <properties depends="common" name="orbportability">
-        <property name="com.arjuna.orbportability.bindMechanism" value="CONFIGURATION_FILE"/>
-        <!--
-        The location of initial references file (default is user.home)
-      -->
-        <!--
-      <property
-        name="com.arjuna.orbportability.initialReferencesRoot"
-        value=""/>
-      -->
-        <!--
-        The name of the initial references file (default is CosServices.cfg)
-      -->
-        <property name="com.arjuna.orbportability.initialReferencesFile" value="CosServices.cfg"/>
-        <!--
-        When reading and writing IORs, they can be read/written in this
-        directory. (default is serviceName)
-      -->
-        <!--
-        <property
-          name="com.arjuna.orbportability.fileDir"
-          value=""/>
-      -->
-        <!--
-        Default resolution service for the Transaction Manager Server.
-        ORB specific.
-      -->
-        <!--
-        <property
-          name="com.arjuna.orbportability.resolveService"
-          value=""/>
-      -->
-        <!--
-        Event handlers.
-      -->
-        <!--
-        <property
-          name="com.arjuna.orbportability.eventHandler_0"
-          value=""/>
-        <property
-          name="com.arjuna.orbportability.eventHandler_1"
-          value=""/>
-      -->
-        <!--
-        The ORB implementation class - this defaults to the class which
-        implements support for the first supported ORB in your classpath.
-      -->
-        <!--
-        <property
-          name="com.arjuna.orbportability.orbImplementation"
-          value=""/>
-      -->
-        <!--
-        The OA implementation class - this also defaults to the class which
-        implements support for the first supported ORB in your classpath
-      -->
-        <!--
-        <property
-          name="com.arjuna.orbportability.oaImplementation"
-          value=""/>
-      -->
-        <!--
-          This class handles context propagation issues, and should never
-          be commented out or removed.
-        -->
-        <property name="com.arjuna.orbportability.orb.PreInit1" value="com.arjuna.ats.internal.jts.context.ContextPropagationManager"/>
-        <!--
-          This property ensures the JTS knows which ORB to use and should never
-          be commented out or removed
-        -->
-        <property name="com.arjuna.orbportability.orb.PostInit1" value="com.arjuna.ats.jts.utils.ORBSetup"/>
-        <!--
-          This property ensures the crash recovery is initialised correctly and
-          should never be commented out or removed
-        -->
-        <property name="com.arjuna.orbportability.orb.PostInit2" value="com.arjuna.ats.internal.jts.recovery.RecoveryInit"/>
-        <!--
-          This property ensures the JTS knows which ORB to use and should never
-          be commented out or removed
-        -->
-        <property name="com.arjuna.orbportability.orb.PostSet1" value="com.arjuna.ats.jts.utils.ORBSetup"/>
-        <!--
-          This property ensures the JTS knows which ORB to use and should never
-          be commented out or removed
-        -->
-        <property name="com.arjuna.orbportability.orb.PostSet2" value="com.arjuna.ats.internal.jts.recovery.RecoveryInit"/>
-        <!--
-	  This property controls the port on which the Recovery ORB listens
-	-->
-        <property name="com.arjuna.ats.jts.recoveryManagerPort" value="4711"/>
-        <!--
-	  This property controls the address on which the Recovery ORB binds - defaults to the loopback connection
+    <entry key="com.arjuna.ats.arjuna.coordinator.maintainHeuristics">NO</entry>
+
+    <entry key="com.arjuna.ats.arjuna.recovery.periodicRecoveryPeriod">10</entry>
+
+    <entry key="com.arjuna.ats.arjuna.recovery.recoveryBackoffPeriod">5</entry>
+
+
+    <!--
+    This is the JBossTS configuration file for running ArjunaCore.
+    It should be called jbossts-properties.xml.
+    You need a different version for JTA or JTS usage.
+
+    ***************************
+
+    Property values may be literals or be tokens of the form ${p1[,p2][:v]}
+    in which case the token values are substituted for the values of the corresponding system
+    properties as follows:
+
+    - Any occurance of ${p} with the System.getProperty(p) value.
+    If there is no such property p defined, then the ${p} reference will remain unchanged.
+
+    - If the property reference is of the form ${p:v} and there is no such property p,
+    then the default value v will be returned.
+
+    - If the property reference is of the form ${p1,p2} or ${p1,p2:v} then
+    the primary and the secondary properties will be tried in turn, before
+    returning either the unchanged input, or the default value.
+
+    The property ${/} is replaced with System.getProperty("file.separator")
+    value and the property ${:} is replaced with System.getProperty("path.separator").
+
+    Note this substitution applies to property values only at the point they are read from
+    the config file. Tokens in system properties won't be substituted.
+    -->
+
+
+
+    <!-- (default is YES) -->
+    <entry key="com.arjuna.ats.arjuna.coordinator.commitOnePhase">YES</entry>
+
+    <!-- (default is defaultStore) -->
+    <entry key="com.arjuna.ats.arjuna.objectstore.localOSRoot">defaultStore</entry>
+
+    <!-- default is under user.home - must be writeable!) -->
+    <entry key="com.arjuna.ats.arjuna.objectstore.objectStoreDir">PutObjectStoreDirHere</entry>
+
+    <!-- (default is ON) -->
+    <entry key="com.arjuna.ats.arjuna.objectstore.transactionSync">ON</entry>
+
+    <!-- (Must be unique across all Arjuna instances.) -->
+    <entry key="com.arjuna.ats.arjuna.xa.nodeIdentifier">1</entry>
+
+    <!--
+      Base port number for determining a unique number to associate with an instance of the transaction service
+      (which is needed in order to support multiple instances on the same machine).
+      Use the value 0 to allow the system to select the first available port number.
+      If the port number is non-zero and the port is in use then the value will be incremented until either a successful binding
+      to the loopback address is created or until the the maximum number of ports (specified by the
+      com.arjuna.ats.internal.arjuna.utils.SocketProcessIdMaxPorts property) have been tried or until the port number
+      reaches the maximum possible port number.
+    -->
+    <entry key="com.arjuna.ats.internal.arjuna.utils.SocketProcessIdPort">0</entry>
+
+
+
+
+
+    <!--
+      Periodic recovery modules to use.  Invoked in sort-order of names.
+         Check http://www.jboss.org/community/docs/DOC-10788 for more information
+         on recovery modules and their configuration when running in various
+         deployments.
+    -->
+    <entry key="com.arjuna.ats.arjuna.recovery.recoveryExtension1">com.arjuna.ats.internal.arjuna.recovery.AtomicActionRecoveryModule</entry>
+
+    <entry key="com.arjuna.ats.arjuna.recovery.recoveryExtension2">com.arjuna.ats.internal.txoj.recovery.TORecoveryModule</entry>
+
+    <entry key="com.arjuna.ats.arjuna.recovery.recoveryExtension3">com.arjuna.ats.internal.jts.recovery.transactions.TopLevelTransactionRecoveryModule</entry>
+
+    <entry key="com.arjuna.ats.arjuna.recovery.recoveryExtension4">com.arjuna.ats.internal.jts.recovery.transactions.ServerTransactionRecoveryModule</entry>
+
+    <entry key="com.arjuna.ats.arjuna.recovery.recoveryExtension5">com.arjuna.ats.internal.jta.recovery.jts.XARecoveryModule</entry>
+
+
+    <!--
+      Expiry scanners to use (order of invocation is random).
+      Names must begin with "com.arjuna.ats.arjuna.recovery.expiryScanner"
+    -->
+    <entry key="com.arjuna.ats.arjuna.recovery.expiryScannerTransactionStatusManager">com.arjuna.ats.internal.arjuna.recovery.ExpiredTransactionStatusManagerScanner</entry>
+
+    <entry key="com.arjuna.ats.arjuna.recovery.expiryScannerContact">com.arjuna.ats.internal.jts.recovery.contact.ExpiredContactScanner</entry>
+
+    <entry key="com.arjuna.ats.arjuna.recovery.expiryScannerTopLevelTran">com.arjuna.ats.internal.jts.recovery.transactions.ExpiredToplevelScanner</entry>
+
+    <entry key="com.arjuna.ats.arjuna.recovery.expiryScannerServerTran">com.arjuna.ats.internal.jts.recovery.transactions.ExpiredServerScanner</entry>
+    
+    <!-- Enable the following to move logs that cannot be completed by failure recovery. But
+be sure you know what you are doing and why! -->
+    <!-- entry key="com.arjuna.ats.arjuna.recovery.expiryScannerAtomicActionLog">com.arjuna.ats.internal.arjuna.recovery.AtomicActionExpiryScanner</entry> -->
+
+    <!--
+      The address and port number on which the recovery manager listens
+      If running within an AS then the address the AS is bound to (jboss.bind.address) takes precedence
+    -->
+    <entry key="com.arjuna.ats.arjuna.recovery.recoveryPort">4712</entry>
+
+    <entry key="com.arjuna.ats.arjuna.recovery.recoveryAddress"></entry>
+
+    <!--
+      Use this to fix the port on which the TransactionStatusManager listens,
+      The default behaviour is to use any free port.
+    -->
+    <entry key="com.arjuna.ats.arjuna.recovery.transactionStatusManagerPort">0</entry>
+
+    <!--
+      Use this to fix the address on which the TransactionStatusManager binds,
+      The default behaviour is to use the loopback address (ie localhost).
+      If running within an AS then the address the AS is bound to (jboss.bind.address) takes precedence
+    -->
+    <entry key="com.arjuna.ats.arjuna.recovery.transactionStatusManagerAddress"></entry>
+
+    <!--
+      For cases where the recovery manager is in process with the transaction manager and nothing else uses
+      the ObjectStore, it is possible to disable the socket based recovery listener by setting this to NO.
+      Caution: use of this property can allow multiple recovery processes to run on the same ObjectStore
+      if you are not careful. That in turn can lead to incorrect transaction processing. Use with care.
+    -->
+    <entry key="com.arjuna.ats.arjuna.recovery.recoveryListener">YES</entry>
+
+    <!-- Recovery Activator to use. -->
+    <entry key="com.arjuna.ats.arjuna.recovery.recoveryActivator_1">com.arjuna.ats.internal.jts.orbspecific.recovery.RecoveryEnablement</entry>
+
+    
+    <entry key="com.arjuna.ats.jta.supportSubtransactions">NO</entry>
+
+	<entry key="com.arjuna.ats.jta.jtaTMImplementation">com.arjuna.ats.internal.jta.transaction.jts.TransactionManagerImple</entry>
+
+	<entry key="com.arjuna.ats.jta.jtaUTImplementation">com.arjuna.ats.internal.jta.transaction.jts.UserTransactionImple</entry>
+
+
+
+    <entry key="com.arjuna.orbportability.bindMechanism">CONFIGURATION_FILE</entry>
+
+    <!--
+      This class handles context propagation issues, and should never
+      be commented out or removed.
+    -->
+    <entry key="com.arjuna.orbportability.orb.PreInit1">com.arjuna.ats.internal.jts.context.ContextPropagationManager</entry>
+
+    <!--
+      This property ensures the JTS knows which ORB to use and should never
+      be commented out or removed
+    -->
+    <entry key="com.arjuna.orbportability.orb.PostInit1">com.arjuna.ats.jts.utils.ORBSetup</entry>
+    <!--
+      This property ensures the crash recovery is initialised correctly and
+      should never be commented out or removed
+    -->
+    <entry key="com.arjuna.orbportability.orb.PostInit2">com.arjuna.ats.internal.jts.recovery.RecoveryInit</entry>
+
+    <!--
+      This property ensures the JTS knows which ORB to use and should never
+      be commented out or removed
+    -->
+    <entry key="com.arjuna.orbportability.orb.PostSet1">com.arjuna.ats.jts.utils.ORBSetup</entry>
+
+    <!--
+      This property ensures the JTS knows which ORB to use and should never
+      be commented out or removed
+    -->
+    <entry key="com.arjuna.orbportability.orb.PostSet2">com.arjuna.ats.internal.jts.recovery.RecoveryInit</entry>
+
+    <!--
+      This property controls the port on which the Recovery ORB listens
+    -->
+    <entry key="com.arjuna.ats.jts.recoveryManagerPort">4711</entry>
+
+    <!--
+      This property controls the address on which the Recovery ORB binds - defaults to the loopback connection
           If running within an AS then the address the AS is bound to (jboss.bind.address) takes precedence
-	-->
-        <property name="com.arjuna.ats.jts.recoveryManagerAddress" value=""/>
-    </properties>
-    <properties depends="orbportability,arjuna" name="jts">
-        <!--
-	(default is NO)
-      -->
-        <property name="com.arjuna.ats.jts.transactionManager" value="NO"/>
-        <!--
-        (default is NO)
-      -->
-        <property name="com.arjuna.ats.jts.needTranContext" value="NO"/>
-        <!--
-        (default is NO)
-      -->
-        <property name="com.arjuna.ats.jts.alwaysPropagateContext" value="NO"/>
-        <!--
-        (default is NO)
-      -->
-        <property name="com.arjuna.ats.jts.checkedTransactions" value="NO"/>
-        <!--
-        (default is YES)
-      -->
-        <property name="com.arjuna.ats.jts.supportSubtransactions" value="YES"/>
-        <!--
-        (default is YES)
-      -->
-        <property name="com.arjuna.ats.jts.supportRollbackSync" value="YES"/>
-        <!--
-        (default is NO)
-      -->
-        <property
-            name="com.arjuna.ats.jts.supportInterposedSynchronization" value="NO"/>
-        <!--
-        Timeout in seconds to use for top-level transaction if 0 specified.
-        (default is no timeout)
-      -->
-        <!---
-        <property
-          name="com.arjuna.ats.jts.defaultTimeout"
-          value=""/>
-      -->
-        <!--
-        Propagate the context? (default is INTERPOSITION)
-      -->
-        <property name="com.arjuna.ats.jts.contextPropMode" value="INTERPOSITION"/>
-    </properties>
-    <properties depends="arjuna,txoj,jts" name="recoverymanager">
-        <!--
-        Properties used only by the RecoveryManager.
-      -->
-        <!--
-        Periodic recovery settings.
-        Time values in this section are in seconds.
-      -->
-        <!--
-        Interval in seconds between initiating the periodic recovery modules.
-        Default is 120 seconds.
-      -->
-        <property
-            name="com.arjuna.ats.arjuna.recovery.periodicRecoveryPeriod" value="10"/>
-        <!--
-        Interval in seconds between first and second pass of periodic recovery.
-        Default is 10 seconds.
-      -->
-        <property
-            name="com.arjuna.ats.arjuna.recovery.recoveryBackoffPeriod" value="5"/>
-        <!--
-        Periodic recovery modules to use.  Invoked in sort-order of names.
-      -->
-        <property
-            name="com.arjuna.ats.arjuna.recovery.recoveryExtension1" value="com.arjuna.ats.internal.arjuna.recovery.AtomicActionRecoveryModule"/>
-        <property
-            name="com.arjuna.ats.arjuna.recovery.recoveryExtension2" value="com.arjuna.ats.internal.txoj.recovery.TORecoveryModule"/>
-        <property
-            name="com.arjuna.ats.arjuna.recovery.recoveryExtension3" value="com.arjuna.ats.internal.jts.recovery.transactions.TopLevelTransactionRecoveryModule"/>
-        <property
-            name="com.arjuna.ats.arjuna.recovery.recoveryExtension4" value="com.arjuna.ats.internal.jts.recovery.transactions.ServerTransactionRecoveryModule"/>
-        <property
-            name="com.arjuna.ats.arjuna.recovery.recoveryExtension5" value="com.arjuna.ats.internal.jta.recovery.arjunacore.XARecoveryModule"/>
-        <property
-            name="com.arjuna.ats.arjuna.recovery.recoveryExtension6" value="com.arjuna.ats.internal.jta.recovery.jts.XARecoveryModule"/>
-        <!--
-         Recovery Activator to use.
-      -->
-        <property
-            name="com.arjuna.ats.arjuna.recovery.recoveryActivator_1" value="com.arjuna.ats.internal.jts.orbspecific.recovery.RecoveryEnablement"/>
-        <!--
-        Expired entry removal
-      -->
-        <!--
-        Expiry scanners to use (order of invocation is random).
-        Names must begin with "com.arjuna.ats.arjuna.recovery.expiryScanner"
-      -->
-        <property
-            name="com.arjuna.ats.arjuna.recovery.expiryScannerTransactionStatusManager" value="com.arjuna.ats.internal.arjuna.recovery.ExpiredTransactionStatusManagerScanner"/>
-        <property
-            name="com.arjuna.ats.arjuna.recovery.expiryScannerContact" value="com.arjuna.ats.internal.jts.recovery.contact.ExpiredContactScanner"/>
-        <property
-            name="com.arjuna.ats.arjuna.recovery.expiryScannerTopLevelTran" value="com.arjuna.ats.internal.jts.recovery.transactions.ExpiredToplevelScanner"/>
-        <property
-            name="com.arjuna.ats.arjuna.recovery.expiryScannerServerTran" value="com.arjuna.ats.internal.jts.recovery.transactions.ExpiredServerScanner"/>
-        <!--
-        Interval, in hours, between running the expiry scanners.
-        This can be quite long. The absolute value determines the interval -
-        if the value is negative, the scan will NOT be run until after one
-        interval has elapsed. If positive the first scan will be immediately
-        after startup. Zero will prevent any scanning.
-        Default  = 12 = run immediately, then every 12 hours.
-      -->
-        <property
-            name="com.arjuna.ats.arjuna.recovery.expiryScanInterval" value="12"/>
-        <!--
-        This is the interval, in hours, after which a process that cannot be contacted will be considered dead.
-        It should be long enough to avoid accidentally removing valid entries due to short lived
-        transient errors such as network downtime. Zero = Never removed.  Default is 12.
-      -->
-        <property
-            name="com.arjuna.ats.arjuna.recovery.transactionStatusManagerExpiryTime" value="12"/>
-        <!--
-        The port number on which the recovery manager listens.
-      -->
-        <property name="com.arjuna.ats.arjuna.recovery.recoveryPort" value="4712"/>
-        <!--
-        The address on which the recovery manager listens.
-        If running within an AS then the address the AS is bound to (jboss.bind.address) takes precedence
-      -->
-        <property name="com.arjuna.ats.arjuna.recovery.recoveryAddress" value=""/>
-        <!--
-        Use this to fix the port on which the TransactionStatusManager listens,
-        The default behaviour is to use any free port.
-      -->
-        <property
-            name="com.arjuna.ats.arjuna.recovery.transactionStatusManagerPort" value="0"/>
-        <!--
-        Use this to fix the address on which the TransactionStatusManager binds,
-        The default behaviour is to use the loopback address (ie localhost).
-        If running within an AS then the address the AS is bound to (jboss.bind.address) takes precedence
-      -->
-        <property
-            name="com.arjuna.ats.arjuna.recovery.transactionStatusManagerAddress" value=""/>
-        <!--
-          For cases where the recovery manager is in process with the transaction manager and nothing else uses
-          the ObjectStore, it is possible to disable the socket based recovery listener by setting this to NO.
-          Caution: use of this property can allow multiple recovery processes to run on the same ObjectStore
-          if you are not careful. That in turn can lead to incorrect transaction processing. Use with care.
-        -->
-        <property name="com.arjuna.ats.arjuna.recovery.recoveryListener" value="YES"/>
-    </properties>
-</transaction-service>
+    -->
+    <entry key="com.arjuna.ats.jts.recoveryManagerAddress"></entry>
+
+
+</properties>

Modified: labs/jbosstm/trunk/qa/tests/src/org/jboss/jbossts/qa/ArjunaCore/Common/PropertyManagerTest.java
===================================================================
--- labs/jbosstm/trunk/qa/tests/src/org/jboss/jbossts/qa/ArjunaCore/Common/PropertyManagerTest.java	2009-07-02 11:09:43 UTC (rev 27432)
+++ labs/jbosstm/trunk/qa/tests/src/org/jboss/jbossts/qa/ArjunaCore/Common/PropertyManagerTest.java	2009-07-02 11:29:12 UTC (rev 27433)
@@ -21,6 +21,7 @@
 package org.jboss.jbossts.qa.ArjunaCore.Common;
 
 import com.arjuna.common.util.propertyservice.PropertyManager;
+import com.arjuna.common.internal.util.propertyservice.PropertyManagerImpl;
 import org.jboss.jbossts.qa.ArjunaCore.Utils.ChangeClasspath;
 import org.jboss.jbossts.qa.ArjunaCore.Utils.qautil;
 
@@ -200,5 +201,5 @@
 		}
 	}
 
-	private static PropertyManager pm = com.arjuna.common.util.propertyservice.PropertyManagerFactory.getPropertyManager("qa");
+	private static PropertyManager pm = new PropertyManagerImpl("qa");
 }

Modified: labs/jbosstm/trunk/qa/tests/src/org/jboss/jbossts/qa/ArjunaCore/Utils/EmptyObjectStore.java
===================================================================
--- labs/jbosstm/trunk/qa/tests/src/org/jboss/jbossts/qa/ArjunaCore/Utils/EmptyObjectStore.java	2009-07-02 11:09:43 UTC (rev 27432)
+++ labs/jbosstm/trunk/qa/tests/src/org/jboss/jbossts/qa/ArjunaCore/Utils/EmptyObjectStore.java	2009-07-02 11:29:12 UTC (rev 27433)
@@ -43,8 +43,8 @@
 	{
 		try
 		{
-			if (arjPropertyManager.propertyManager.getProperty(Environment.OBJECTSTORE_TYPE) != null &&
-					arjPropertyManager.propertyManager.getProperty(Environment.OBJECTSTORE_TYPE).startsWith("JDBCStore"))
+			if (arjPropertyManager.getPropertyManager().getProperty(Environment.OBJECTSTORE_TYPE) != null &&
+					arjPropertyManager.getPropertyManager().getProperty(Environment.OBJECTSTORE_TYPE).startsWith("JDBCStore"))
 			{
 				JDBCAccess mJDBC = (JDBCAccess) Class.forName(System.getProperty("JDBC2_USER_DB_ACCESS")).newInstance();
 				Connection mConnection = mJDBC.getConnection();
@@ -53,7 +53,7 @@
 			}
 			else
 			{
-				String objectStoreDirName = arjPropertyManager.propertyManager.getProperty(Environment.OBJECTSTORE_DIR, com.arjuna.ats.arjuna.common.Configuration.objectStoreRoot());
+				String objectStoreDirName = arjPropertyManager.getPropertyManager().getProperty(Environment.OBJECTSTORE_DIR, com.arjuna.ats.arjuna.common.Configuration.objectStoreRoot());
 
 				System.out.println("Emptying " + objectStoreDirName);
 

Modified: labs/jbosstm/trunk/qa/tests/src/org/jboss/jbossts/qa/CrashRecovery11Utils/Delays.java
===================================================================
--- labs/jbosstm/trunk/qa/tests/src/org/jboss/jbossts/qa/CrashRecovery11Utils/Delays.java	2009-07-02 11:09:43 UTC (rev 27432)
+++ labs/jbosstm/trunk/qa/tests/src/org/jboss/jbossts/qa/CrashRecovery11Utils/Delays.java	2009-07-02 11:29:12 UTC (rev 27433)
@@ -41,8 +41,8 @@
 		//
 		// get from the propertyManager
 		//
-		String backoffPeriodString = arjPropertyManager.propertyManager.getProperty(Environment.RECOVERY_BACKOFF_PERIOD);
-		String recoveryPeriodString = arjPropertyManager.propertyManager.getProperty(Environment.PERIODIC_RECOVERY_PERIOD);
+		String backoffPeriodString = arjPropertyManager.getPropertyManager().getProperty(Environment.RECOVERY_BACKOFF_PERIOD);
+		String recoveryPeriodString = arjPropertyManager.getPropertyManager().getProperty(Environment.PERIODIC_RECOVERY_PERIOD);
 
 		try
 		{

Modified: labs/jbosstm/trunk/qa/tests/src/org/jboss/jbossts/qa/Utils/AssertCleanEnvironment.java
===================================================================
--- labs/jbosstm/trunk/qa/tests/src/org/jboss/jbossts/qa/Utils/AssertCleanEnvironment.java	2009-07-02 11:09:43 UTC (rev 27432)
+++ labs/jbosstm/trunk/qa/tests/src/org/jboss/jbossts/qa/Utils/AssertCleanEnvironment.java	2009-07-02 11:29:12 UTC (rev 27433)
@@ -88,7 +88,7 @@
 			ORBInterface.initORB(args, null);
 			OAInterface.initOA();
 
-			objectStoreDirName = arjPropertyManager.propertyManager.getProperty(
+			objectStoreDirName = arjPropertyManager.getPropertyManager().getProperty(
 					Environment.OBJECTSTORE_DIR,
 					com.arjuna.ats.arjuna.common.Configuration.objectStoreRoot());
 		}

Modified: labs/jbosstm/trunk/qa/tests/src/org/jboss/jbossts/qa/Utils/EmptyObjectStore.java
===================================================================
--- labs/jbosstm/trunk/qa/tests/src/org/jboss/jbossts/qa/Utils/EmptyObjectStore.java	2009-07-02 11:09:43 UTC (rev 27432)
+++ labs/jbosstm/trunk/qa/tests/src/org/jboss/jbossts/qa/Utils/EmptyObjectStore.java	2009-07-02 11:29:12 UTC (rev 27433)
@@ -66,10 +66,10 @@
 				orbClass.start(args);
 			}
 
-			if (arjPropertyManager.propertyManager.getProperty(Environment.OBJECTSTORE_TYPE) != null &&
-					arjPropertyManager.propertyManager.getProperty(Environment.OBJECTSTORE_TYPE).startsWith("JDBCStore"))
+			if (arjPropertyManager.getPropertyManager().getProperty(Environment.OBJECTSTORE_TYPE) != null &&
+					arjPropertyManager.getPropertyManager().getProperty(Environment.OBJECTSTORE_TYPE).startsWith("JDBCStore"))
 			{
-				JDBCAccess mJDBC = (JDBCAccess) Class.forName(arjPropertyManager.propertyManager.getProperty(Environment.JDBC_USER_DB_ACCESS)).newInstance();
+				JDBCAccess mJDBC = (JDBCAccess) Class.forName(arjPropertyManager.getPropertyManager().getProperty(Environment.JDBC_USER_DB_ACCESS)).newInstance();
 				String tableName = mJDBC.tableName();
 				if (tableName == "")
 					/* from arjuna.internal.JDBCStore */
@@ -100,7 +100,7 @@
 			}
 			else
 			{
-				String objectStoreDirName = arjPropertyManager.propertyManager.getProperty(Environment.OBJECTSTORE_DIR, com.arjuna.ats.arjuna.common.Configuration.objectStoreRoot());
+				String objectStoreDirName = arjPropertyManager.getPropertyManager().getProperty(Environment.OBJECTSTORE_DIR, com.arjuna.ats.arjuna.common.Configuration.objectStoreRoot());
 
 				System.out.println("Emptying " + objectStoreDirName);
 

Modified: labs/jbosstm/trunk/sharedbuild.xml
===================================================================
--- labs/jbosstm/trunk/sharedbuild.xml	2009-07-02 11:09:43 UTC (rev 27432)
+++ labs/jbosstm/trunk/sharedbuild.xml	2009-07-02 11:29:12 UTC (rev 27433)
@@ -87,12 +87,14 @@
     <macrodef name="compile.macro">
 
         <attribute name="excluded.classes" default="${excluded.classes}"/>
+        <attribute name="includeant" default="false"/>
+
         <element name="additional.classpath" optional="true"/>
         <element name="additional.src.dirs" optional="true"/>
         <sequential>
         <mkdir dir="${build.dir}/classes"/>
         <property name="excludes.list" value="${excluded.classes}"/>
-        <javac srcdir="${src.dir}" destdir="${build.dir}/classes" debug="${debug}"
+        <javac srcdir="${src.dir}" destdir="${build.dir}/classes" debug="${debug}" includeantruntime="@{includeant}"
                deprecation="${deprecation}" excludes="@{excluded.classes}" fork="true">
             <classpath>
                 <fileset dir="${build.dir}/lib/ext/" includes="*"/>
@@ -126,7 +128,7 @@
         <sequential>
         <mkdir dir="${build.dir}/tests"/>
 
-        <javac srcdir="${tests.dir}" destdir="${build.dir}/tests" debug="${debug}"
+        <javac srcdir="${tests.dir}" destdir="${build.dir}/tests" debug="${debug}" includeantruntime="false"
                deprecation="${deprecation}" excludes="${excluded.test.classes}">
             <classpath>
                 <pathelement location="${build.dir}/classes"/>
@@ -372,7 +374,7 @@
         <sequential>
 
         <echo file="${build.dir}/tests/jbossts-properties.xml"
-                message="&lt;properties/&gt;"/>
+                message="&lt;!DOCTYPE properties SYSTEM &quot;http://java.sun.com/dtd/properties.dtd&quot;&gt;&lt;properties/&gt;"/>
 
         <mkdir dir="${build.dir}/testresults"/>
         <junit printsummary="yes" fork="yes" dir="${build.dir}">
@@ -392,6 +394,9 @@
             <batchtest haltonerror="yes" haltonfailure="yes" fork="yes" todir="${build.dir}/testresults">
                 <tests/>
             </batchtest>
+
+            <!--<jvmarg value="-Xdebug"/>-->
+            <!--<jvmarg value="-Xrunjdwp:transport=dt_socket,server=y,suspend=y,address=5006"/>-->
         </junit>
         </sequential>
 




More information about the jboss-svn-commits mailing list