You are viewing a plain text version of this content. The canonical link for it is here.
Posted to lokahi-commits@incubator.apache.org by to...@apache.org on 2006/06/27 03:30:29 UTC

svn commit: r417333 [1/6] - in /incubator/lokahi/lokahi/trunk: ./ conf/ database/ docs/ src/java/org/apache/lokahi/core/agent/ src/java/org/apache/lokahi/core/agent/callable/ src/java/org/apache/lokahi/core/agent/callable/context/ src/java/org/apache/l...

Author: toback
Date: Mon Jun 26 20:30:12 2006
New Revision: 417333

URL: http://svn.apache.org/viewvc?rev=417333&view=rev
Log:
set property keyword id on all relavent files

Modified:
    incubator/lokahi/lokahi/trunk/LICENSE   (props changed)
    incubator/lokahi/lokahi/trunk/STATUS   (props changed)
    incubator/lokahi/lokahi/trunk/build.properties   (props changed)
    incubator/lokahi/lokahi/trunk/build.xml   (props changed)
    incubator/lokahi/lokahi/trunk/conf/ApplicationResources.properties   (props changed)
    incubator/lokahi/lokahi/trunk/conf/VM_global_library.vm   (props changed)
    incubator/lokahi/lokahi/trunk/conf/agent.log4j.xml   (props changed)
    incubator/lokahi/lokahi/trunk/conf/agent.properties   (props changed)
    incubator/lokahi/lokahi/trunk/conf/agent.wsdd   (props changed)
    incubator/lokahi/lokahi/trunk/conf/agent.xml   (contents, props changed)
    incubator/lokahi/lokahi/trunk/conf/cacerts   (props changed)
    incubator/lokahi/lokahi/trunk/conf/db.properties   (props changed)
    incubator/lokahi/lokahi/trunk/conf/derby.xml   (contents, props changed)
    incubator/lokahi/lokahi/trunk/conf/function.xml   (props changed)
    incubator/lokahi/lokahi/trunk/conf/log4j.dtd   (props changed)
    incubator/lokahi/lokahi/trunk/conf/log4j.xml   (props changed)
    incubator/lokahi/lokahi/trunk/conf/lokahi.properties   (props changed)
    incubator/lokahi/lokahi/trunk/conf/oracle.xml   (props changed)
    incubator/lokahi/lokahi/trunk/conf/server-config.wsdd   (props changed)
    incubator/lokahi/lokahi/trunk/conf/state.xml   (props changed)
    incubator/lokahi/lokahi/trunk/conf/struts-config.xml   (props changed)
    incubator/lokahi/lokahi/trunk/conf/struts-config_1_2.dtd   (contents, props changed)
    incubator/lokahi/lokahi/trunk/conf/toolbox.xml   (props changed)
    incubator/lokahi/lokahi/trunk/conf/validation.xml   (props changed)
    incubator/lokahi/lokahi/trunk/conf/validator-rules-1_1.xml   (props changed)
    incubator/lokahi/lokahi/trunk/conf/validator-rules.xml   (contents, props changed)
    incubator/lokahi/lokahi/trunk/conf/validator_1_1.dtd   (contents, props changed)
    incubator/lokahi/lokahi/trunk/conf/validator_1_2_0.dtd   (contents, props changed)
    incubator/lokahi/lokahi/trunk/conf/velocity.properties   (props changed)
    incubator/lokahi/lokahi/trunk/conf/web.xml   (props changed)
    incubator/lokahi/lokahi/trunk/database/functions.sql   (props changed)
    incubator/lokahi/lokahi/trunk/database/install.sql   (props changed)
    incubator/lokahi/lokahi/trunk/database/packages.sql   (props changed)
    incubator/lokahi/lokahi/trunk/database/procs.sql   (props changed)
    incubator/lokahi/lokahi/trunk/database/recompile.sql   (props changed)
    incubator/lokahi/lokahi/trunk/database/schema_priv.sql   (props changed)
    incubator/lokahi/lokahi/trunk/database/sequences.sql   (props changed)
    incubator/lokahi/lokahi/trunk/database/tables.sql   (props changed)
    incubator/lokahi/lokahi/trunk/database/tmc_instance_data.sql   (props changed)
    incubator/lokahi/lokahi/trunk/database/tmc_rel_function_user_data.sql   (props changed)
    incubator/lokahi/lokahi/trunk/database/tmc_user_data.sql   (props changed)
    incubator/lokahi/lokahi/trunk/database/triggers.sql   (props changed)
    incubator/lokahi/lokahi/trunk/database/views.sql   (props changed)
    incubator/lokahi/lokahi/trunk/docs/README.TXT   (props changed)
    incubator/lokahi/lokahi/trunk/docs/RUNNING.TXT   (props changed)
    incubator/lokahi/lokahi/trunk/src/java/org/apache/lokahi/core/agent/AbstractAgentTask.java   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/java/org/apache/lokahi/core/agent/JobSOAP.java   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/java/org/apache/lokahi/core/agent/TMCAgent.java   (props changed)
    incubator/lokahi/lokahi/trunk/src/java/org/apache/lokahi/core/agent/callable/MakeDirCallable.java   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/java/org/apache/lokahi/core/agent/callable/PutFileCallable.java   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/java/org/apache/lokahi/core/agent/callable/context/AddContextCallable.java   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/java/org/apache/lokahi/core/agent/callable/context/GetSessionsCallable.java   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/java/org/apache/lokahi/core/agent/callable/context/ListContextCallable.java   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/java/org/apache/lokahi/core/agent/callable/context/RedeployContextCallable.java   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/java/org/apache/lokahi/core/agent/callable/context/ReloadContextCallable.java   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/java/org/apache/lokahi/core/agent/callable/context/RemoveContextCallable.java   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/java/org/apache/lokahi/core/agent/callable/context/StartContextCallable.java   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/java/org/apache/lokahi/core/agent/callable/context/StopContextCallable.java   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/java/org/apache/lokahi/core/agent/callable/tomcat/RestartTomcatCallable.java   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/java/org/apache/lokahi/core/agent/callable/tomcat/StartTomcatCallable.java   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/java/org/apache/lokahi/core/agent/callable/tomcat/StopTomcatCallable.java   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/java/org/apache/lokahi/core/agent/dao/AgentJob.java   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/java/org/apache/lokahi/core/agent/dao/ProcessMonitor.java   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/java/org/apache/lokahi/core/agent/dao/TaskType.java   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/java/org/apache/lokahi/core/agent/dao/TomcatDao.java   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/java/org/apache/lokahi/core/agent/dao/URLMonitor.java   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/java/org/apache/lokahi/core/agent/interfaces/AgentTask.java   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/java/org/apache/lokahi/core/agent/interfaces/AgentTomcat.java   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/java/org/apache/lokahi/core/agent/interfaces/Monitor.java   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/java/org/apache/lokahi/core/agent/interfaces/MonitoredProcess.java   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/java/org/apache/lokahi/core/agent/jmx/JMXConnect.java   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/java/org/apache/lokahi/core/agent/jmx/JMXTomcat.java   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/java/org/apache/lokahi/core/agent/jmx/JMXVirtualMachine.java   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/java/org/apache/lokahi/core/agent/jmx/TMCJMXClient.java   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/java/org/apache/lokahi/core/agent/job/CommandLineJob.java   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/java/org/apache/lokahi/core/agent/job/MonitoringJob.java   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/java/org/apache/lokahi/core/agent/job/ScheduledJob.java   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/java/org/apache/lokahi/core/agent/runnable/JobScheduler.java   (props changed)
    incubator/lokahi/lokahi/trunk/src/java/org/apache/lokahi/core/agent/runnable/ReportingThread.java   (props changed)
    incubator/lokahi/lokahi/trunk/src/java/org/apache/lokahi/core/agent/runnable/Watchdog.java   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/java/org/apache/lokahi/core/agent/servlets/AgentStatusServlet.java   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/java/org/apache/lokahi/core/agent/soap/JobTransmission.java   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/java/org/apache/lokahi/core/agent/task/AddContextTask.java   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/java/org/apache/lokahi/core/agent/task/ConfigtestApacheTask.java   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/java/org/apache/lokahi/core/agent/task/GetSessionsTask.java   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/java/org/apache/lokahi/core/agent/task/GracefulApacheTask.java   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/java/org/apache/lokahi/core/agent/task/HttpsdctlTask.java   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/java/org/apache/lokahi/core/agent/task/ListContextTask.java   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/java/org/apache/lokahi/core/agent/task/MakeDirTask.java   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/java/org/apache/lokahi/core/agent/task/PutFileTask.java   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/java/org/apache/lokahi/core/agent/task/RedeployContextTask.java   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/java/org/apache/lokahi/core/agent/task/ReloadContextTask.java   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/java/org/apache/lokahi/core/agent/task/RemoveContextTask.java   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/java/org/apache/lokahi/core/agent/task/RestartApacheTask.java   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/java/org/apache/lokahi/core/agent/task/RestartTomcatTask.java   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/java/org/apache/lokahi/core/agent/task/StartApacheTask.java   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/java/org/apache/lokahi/core/agent/task/StartContextTask.java   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/java/org/apache/lokahi/core/agent/task/StartTomcatTask.java   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/java/org/apache/lokahi/core/agent/task/StopApacheTask.java   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/java/org/apache/lokahi/core/agent/task/StopContextTask.java   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/java/org/apache/lokahi/core/agent/task/StopTomcatTask.java   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/java/org/apache/lokahi/core/agent/tomcat/HttpTomcat.java   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/java/org/apache/lokahi/core/agent/util/CommandLineProcess.java   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/java/org/apache/lokahi/core/agent/util/ProcessFactory.java   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/java/org/apache/lokahi/core/agent/util/ProcessTable.java   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/java/org/apache/lokahi/core/agent/util/TMCAgentBrowser.java   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/java/org/apache/lokahi/core/agent/util/TMCTaskException.java   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/java/org/apache/lokahi/core/agent/util/TaskFactory.java   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/java/org/apache/lokahi/core/api/alert/AlertDAO.java   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/java/org/apache/lokahi/core/api/alert/AlertModel.java   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/java/org/apache/lokahi/core/api/alert/AlertTool.java   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/java/org/apache/lokahi/core/api/environment/Environment.java   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/java/org/apache/lokahi/core/api/environment/EnvironmentModel.java   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/java/org/apache/lokahi/core/api/file/File.java   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/java/org/apache/lokahi/core/api/file/FileModel.java   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/java/org/apache/lokahi/core/api/function/Function.java   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/java/org/apache/lokahi/core/api/function/FunctionModel.java   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/java/org/apache/lokahi/core/api/instance/Instance.java   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/java/org/apache/lokahi/core/api/instance/InstanceModel.java   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/java/org/apache/lokahi/core/api/ipaddress/Ip.java   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/java/org/apache/lokahi/core/api/ipaddress/IpModel.java   (props changed)
    incubator/lokahi/lokahi/trunk/src/java/org/apache/lokahi/core/api/job/Job.java   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/java/org/apache/lokahi/core/api/job/JobModel.java   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/java/org/apache/lokahi/core/api/jobpool/JobPool.java   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/java/org/apache/lokahi/core/api/jobpool/JobPoolModel.java   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/java/org/apache/lokahi/core/api/pool/HostingPool.java   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/java/org/apache/lokahi/core/api/pool/HostingPoolModel.java   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/java/org/apache/lokahi/core/api/project/Project.java   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/java/org/apache/lokahi/core/api/project/ProjectModel.java   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/java/org/apache/lokahi/core/api/server/Hardware.java   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/java/org/apache/lokahi/core/api/server/HardwareModel.java   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/java/org/apache/lokahi/core/api/state/State.java   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/java/org/apache/lokahi/core/api/state/StateModel.java   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/java/org/apache/lokahi/core/api/user/User.java   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/java/org/apache/lokahi/core/api/user/UserModel.java   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/java/org/apache/lokahi/core/common/authentication/Authentication.java   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/java/org/apache/lokahi/core/common/authentication/AuthenticationFactory.java   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/java/org/apache/lokahi/core/common/authentication/DatabaseAuthentication.java   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/java/org/apache/lokahi/core/common/authentication/NoAuthentication.java   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/java/org/apache/lokahi/core/common/authorization/AbilityDAO.java   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/java/org/apache/lokahi/core/common/authorization/AbilityObject.java   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/java/org/apache/lokahi/core/common/authorization/AuthorizationManager.java   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/java/org/apache/lokahi/core/common/authorization/Global.java   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/java/org/apache/lokahi/core/common/collection/TMCCache.java   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/java/org/apache/lokahi/core/common/collection/TMCCollectionImpl.java   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/java/org/apache/lokahi/core/common/collection/TMCDataStore.java   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/java/org/apache/lokahi/core/common/collection/TMCSet.java   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/java/org/apache/lokahi/core/common/database/BrokerFactory.java   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/java/org/apache/lokahi/core/common/database/CachingBroker.java   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/java/org/apache/lokahi/core/common/database/ConnBean.java   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/java/org/apache/lokahi/core/common/database/DerbyBroker.java   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/java/org/apache/lokahi/core/common/database/Field.java   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/java/org/apache/lokahi/core/common/database/OracleBroker.java   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/java/org/apache/lokahi/core/common/database/XMLBroker.java   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/java/org/apache/lokahi/core/common/exception/AlreadyExistException.java   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/java/org/apache/lokahi/core/common/exception/AuthenticationException.java   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/java/org/apache/lokahi/core/common/exception/AuthorizationException.java   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/java/org/apache/lokahi/core/common/exception/TMCException.java   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/java/org/apache/lokahi/core/common/exception/TMCIllegalArgumentException.java   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/java/org/apache/lokahi/core/common/exception/UnsupportedParameterException.java   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/java/org/apache/lokahi/core/common/interfaces/Application.java   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/java/org/apache/lokahi/core/common/interfaces/Cacheable.java   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/java/org/apache/lokahi/core/common/interfaces/Collectable.java   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/java/org/apache/lokahi/core/common/interfaces/Dao.java   (props changed)
    incubator/lokahi/lokahi/trunk/src/java/org/apache/lokahi/core/common/interfaces/Datable.java   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/java/org/apache/lokahi/core/common/interfaces/Entity.java   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/java/org/apache/lokahi/core/common/interfaces/FunctionableEntity.java   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/java/org/apache/lokahi/core/common/interfaces/GenericDatabaseBroker.java   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/java/org/apache/lokahi/core/common/interfaces/LokahiModel.java   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/java/org/apache/lokahi/core/common/interfaces/Pool.java   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/java/org/apache/lokahi/core/common/interfaces/ReadOnlyBroker.java   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/java/org/apache/lokahi/core/common/interfaces/RestObject.java   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/java/org/apache/lokahi/core/common/interfaces/Restable.java   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/java/org/apache/lokahi/core/common/interfaces/Server.java   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/java/org/apache/lokahi/core/common/interfaces/TMCBroker.java   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/java/org/apache/lokahi/core/common/interfaces/TMCConstants.java   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/java/org/apache/lokahi/core/common/interfaces/TMCDao.java   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/java/org/apache/lokahi/core/common/interfaces/TMCMessage.java   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/java/org/apache/lokahi/core/common/interfaces/XMLDao.java   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/java/org/apache/lokahi/core/common/message/Message.java   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/java/org/apache/lokahi/core/common/message/MessageFactory.java   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/java/org/apache/lokahi/core/common/message/TMCSOAPMessage.java   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/java/org/apache/lokahi/core/common/util/DateComparator.java   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/java/org/apache/lokahi/core/common/util/PropertiesFile.java   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/java/org/apache/lokahi/core/common/util/TMCVelocityViewTool.java   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/java/org/apache/lokahi/core/common/util/WapTool.java   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/java/org/apache/lokahi/core/controller/AdminBean.java   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/java/org/apache/lokahi/core/controller/CheckJvmThread.java   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/java/org/apache/lokahi/core/controller/ControllerJobFactory.java   (props changed)
    incubator/lokahi/lokahi/trunk/src/java/org/apache/lokahi/core/controller/ControllerThread.java   (props changed)
    incubator/lokahi/lokahi/trunk/src/java/org/apache/lokahi/core/controller/task/BuildDeployApacheConfig.java   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/java/org/apache/lokahi/core/controller/task/CheckJobPoolTask.java   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/java/org/apache/lokahi/core/controller/task/PingPong.java   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/java/org/apache/lokahi/core/controller/task/SendJobTask.java   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/java/org/apache/lokahi/core/gui/help/HelpItemAction.java   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/java/org/apache/lokahi/core/gui/help/HelpItemDAO.java   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/java/org/apache/lokahi/core/gui/help/HelpItemModel.java   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/java/org/apache/lokahi/core/gui/help/HelpItemTool.java   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/java/org/apache/lokahi/core/gui/www/AlertAction.java   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/java/org/apache/lokahi/core/gui/www/Authorization.java   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/java/org/apache/lokahi/core/gui/www/EnvironmentAction.java   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/java/org/apache/lokahi/core/gui/www/FileAction.java   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/java/org/apache/lokahi/core/gui/www/HardwareAction.java   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/java/org/apache/lokahi/core/gui/www/HostingPoolAction.java   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/java/org/apache/lokahi/core/gui/www/InstanceAction.java   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/java/org/apache/lokahi/core/gui/www/ProjectAction.java   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/java/org/apache/lokahi/core/gui/www/RestServlet.java   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/java/org/apache/lokahi/core/gui/www/TMCAction.java   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/java/org/apache/lokahi/core/gui/www/TMCActionServlet.java   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/java/org/apache/lokahi/core/gui/www/TMCRSSAlertServlet.java   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/java/org/apache/lokahi/core/gui/www/TMCStartupServlet.java   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/java/org/apache/lokahi/core/gui/www/TMCVelocityServlet.java   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/java/org/apache/lokahi/core/gui/www/TemplateAction.java   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/java/org/apache/lokahi/core/gui/www/UserAction.java   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/java/org/apache/lokahi/httpd/api/entity/VirtualHost.java   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/java/org/apache/lokahi/httpd/api/entity/VirtualHostModel.java   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/java/org/apache/lokahi/httpd/api/pool/AMPoolWorker.java   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/java/org/apache/lokahi/httpd/api/pool/ApachePool.java   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/java/org/apache/lokahi/httpd/api/pool/ApachePoolModel.java   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/java/org/apache/lokahi/httpd/api/server/Apache.java   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/java/org/apache/lokahi/httpd/api/server/ApacheModel.java   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/java/org/apache/lokahi/httpd/api/worker/ApacheWorker.java   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/java/org/apache/lokahi/httpd/api/worker/ApacheWorkerModel.java   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/java/org/apache/lokahi/httpd/gui/www/ApacheAction.java   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/java/org/apache/lokahi/httpd/gui/www/ApachePoolAction.java   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/java/org/apache/lokahi/httpd/gui/www/ApacheWorkerAction.java   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/java/org/apache/lokahi/httpd/gui/www/VirtualHostAction.java   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/java/org/apache/lokahi/modjk/WorkersPropertiesFile.java   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/java/org/apache/lokahi/tomcat/api/entity/TomcatContext.java   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/java/org/apache/lokahi/tomcat/api/entity/TomcatContextModel.java   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/java/org/apache/lokahi/tomcat/api/pool/TMPoolWorker.java   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/java/org/apache/lokahi/tomcat/api/pool/TomcatPool.java   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/java/org/apache/lokahi/tomcat/api/pool/TomcatPoolModel.java   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/java/org/apache/lokahi/tomcat/api/server/Tomcat.java   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/java/org/apache/lokahi/tomcat/api/server/TomcatModel.java   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/java/org/apache/lokahi/tomcat/api/worker/ServerXmlFile.java   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/java/org/apache/lokahi/tomcat/api/worker/TomcatWorker.java   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/java/org/apache/lokahi/tomcat/api/worker/TomcatWorkerModel.java   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/java/org/apache/lokahi/tomcat/gui/www/ContextAction.java   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/java/org/apache/lokahi/tomcat/gui/www/TomcatAction.java   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/java/org/apache/lokahi/tomcat/gui/www/TomcatPoolAction.java   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/java/org/apache/lokahi/tomcat/gui/www/TomcatWorkerAction.java   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/www/Apache/Entity/add.vm   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/www/Apache/Entity/confirm.vm   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/www/Apache/Entity/delete.vm   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/www/Apache/Entity/details.vm   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/www/Apache/Entity/list.vm   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/www/Apache/Entity/menu/global.vm   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/www/Apache/Entity/menu/indiv.vm   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/www/Apache/Entity/modify.vm   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/www/Apache/Entity/update.vm   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/www/Apache/Entity/view.vm   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/www/Apache/Pool/add.vm   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/www/Apache/Pool/buildconf.vm   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/www/Apache/Pool/configtestapache.vm   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/www/Apache/Pool/confirm.vm   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/www/Apache/Pool/delete.vm   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/www/Apache/Pool/deployconf.vm   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/www/Apache/Pool/details.vm   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/www/Apache/Pool/gracefulapache.vm   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/www/Apache/Pool/list.vm   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/www/Apache/Pool/menu/global.vm   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/www/Apache/Pool/menu/indiv.vm   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/www/Apache/Pool/restartapache.vm   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/www/Apache/Pool/startapache.vm   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/www/Apache/Pool/stopapache.vm   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/www/Apache/Pool/update.vm   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/www/Apache/Pool/view.vm   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/www/Apache/Pool/viewconf.vm   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/www/Apache/Pool/viewprop.vm   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/www/Apache/Server/add.vm   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/www/Apache/Server/confirm.vm   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/www/Apache/Server/delete.vm   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/www/Apache/Server/details.vm   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/www/Apache/Server/list.vm   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/www/Apache/Server/menu/global.vm   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/www/Apache/Server/menu/indiv.vm   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/www/Apache/Server/update.vm   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/www/Apache/Server/viewconf.vm   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/www/Apache/Worker/add.vm   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/www/Apache/Worker/buildconf.vm   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/www/Apache/Worker/configtestapache.vm   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/www/Apache/Worker/confirm.vm   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/www/Apache/Worker/delete.vm   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/www/Apache/Worker/deployconf.vm   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/www/Apache/Worker/details.vm   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/www/Apache/Worker/gracefulapache.vm   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/www/Apache/Worker/list.vm   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/www/Apache/Worker/menu/global.vm   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/www/Apache/Worker/menu/indiv.vm   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/www/Apache/Worker/restartapache.vm   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/www/Apache/Worker/startapache.vm   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/www/Apache/Worker/stopapache.vm   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/www/Apache/Worker/update.vm   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/www/Apache/Worker/view.vm   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/www/Apache/Worker/viewconf.vm   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/www/Apache/Worker/viewprop.vm   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/www/Core/Alerts/add.vm   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/www/Core/Alerts/delete.vm   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/www/Core/Alerts/menu/global.vm   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/www/Core/Alerts/menu/indiv.vm   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/www/Core/Alerts/update.vm   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/www/Core/Entity/index.vm   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/www/Core/Entity/search.vm   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/www/Core/Environment/add.vm   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/www/Core/Environment/delete.vm   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/www/Core/Environment/details.vm   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/www/Core/Environment/list.vm   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/www/Core/Environment/menu/global.vm   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/www/Core/Environment/menu/indiv.vm   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/www/Core/Environment/update.vm   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/www/Core/File/add.vm   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/www/Core/File/delete.vm   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/www/Core/File/details.vm   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/www/Core/File/list.vm   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/www/Core/File/menu/global.vm   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/www/Core/File/menu/indiv.vm   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/www/Core/File/update.vm   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/www/Core/Function/add.vm   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/www/Core/Function/delete.vm   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/www/Core/Function/details.vm   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/www/Core/Function/list.vm   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/www/Core/Function/update.vm   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/www/Core/Instance/add.vm   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/www/Core/Instance/delete.vm   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/www/Core/Instance/details.vm   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/www/Core/Instance/list.vm   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/www/Core/Instance/menu/global.vm   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/www/Core/Instance/menu/indiv.vm   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/www/Core/Instance/update.vm   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/www/Core/Ip/add.vm   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/www/Core/Ip/delete.vm   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/www/Core/Ip/details.vm   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/www/Core/Ip/list.vm   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/www/Core/JobPool/delete.vm   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/www/Core/JobPool/details.vm   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/www/Core/JobPool/recent.vm   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/www/Core/JobPool/running.vm   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/www/Core/JobPool/search.vm   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/www/Core/Pool/add.vm   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/www/Core/Pool/buildapacheconf.vm   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/www/Core/Pool/buildconf.vm   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/www/Core/Pool/buildtomcatconf.vm   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/www/Core/Pool/configtestapache.vm   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/www/Core/Pool/confirm.vm   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/www/Core/Pool/delete.vm   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/www/Core/Pool/deployapacheconf.vm   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/www/Core/Pool/deploytomcatconf.vm   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/www/Core/Pool/details.vm   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/www/Core/Pool/gracefulapache.vm   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/www/Core/Pool/list.vm   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/www/Core/Pool/menu/global.vm   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/www/Core/Pool/menu/indiv.vm   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/www/Core/Pool/menu/search.vm   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/www/Core/Pool/restartapache.vm   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/www/Core/Pool/restarttomcat.vm   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/www/Core/Pool/search.vm   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/www/Core/Pool/startapache.vm   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/www/Core/Pool/starttomcat.vm   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/www/Core/Pool/stopapache.vm   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/www/Core/Pool/stoptomcat.vm   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/www/Core/Pool/update.vm   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/www/Core/Pool/view.vm   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/www/Core/Pool/viewapacheconf.vm   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/www/Core/Pool/viewapacheprop.vm   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/www/Core/Pool/viewserverxml.vm   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/www/Core/Project/add.vm   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/www/Core/Project/availtemplates.vm   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/www/Core/Project/delete.vm   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/www/Core/Project/details.vm   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/www/Core/Project/index.vm   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/www/Core/Project/list.vm   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/www/Core/Project/my.vm   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/www/Core/Project/search.vm   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/www/Core/Project/user.vm   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/www/Core/Server/add.vm   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/www/Core/Server/confirm.vm   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/www/Core/Server/delete.vm   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/www/Core/Server/details.vm   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/www/Core/Server/list.vm   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/www/Core/Server/menu/global.vm   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/www/Core/Server/menu/indiv.vm   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/www/Core/Server/search.vm   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/www/Core/Server/update.vm   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/www/Core/State/add.vm   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/www/Core/State/delete.vm   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/www/Core/State/details.vm   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/www/Core/State/list.vm   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/www/Core/State/update.vm   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/www/Core/User/add.vm   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/www/Core/User/addAdmin.vm   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/www/Core/User/addToProject.vm   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/www/Core/User/confirm.vm   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/www/Core/User/delete.vm   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/www/Core/User/details.vm   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/www/Core/User/index.vm   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/www/Core/User/list.vm   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/www/Core/User/menu/global.vm   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/www/Core/User/menu/indiv.vm   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/www/Core/User/update.vm   (props changed)
    incubator/lokahi/lokahi/trunk/src/www/Core/Worker/search.vm   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/www/Core/index.vm   (props changed)
    incubator/lokahi/lokahi/trunk/src/www/Core/infrastructure.vm   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/www/Help/add.vm   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/www/Help/index.vm   (props changed)
    incubator/lokahi/lokahi/trunk/src/www/Help/update.vm   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/www/Template/addInternetProject.vm   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/www/Template/addVhost.vm   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/www/Template/addsite.vm   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/www/Template/deploy.vm   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/www/Tomcat/Entity/add.vm   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/www/Tomcat/Entity/addExistingToVhost.vm   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/www/Tomcat/Entity/confirm.vm   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/www/Tomcat/Entity/delete.vm   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/www/Tomcat/Entity/details.vm   (props changed)
    incubator/lokahi/lokahi/trunk/src/www/Tomcat/Entity/list.vm   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/www/Tomcat/Entity/menu/global.vm   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/www/Tomcat/Entity/menu/indiv.vm   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/www/Tomcat/Entity/update.vm   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/www/Tomcat/Entity/view.vm   (props changed)
    incubator/lokahi/lokahi/trunk/src/www/Tomcat/Pool/add.vm   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/www/Tomcat/Pool/buildconf.vm   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/www/Tomcat/Pool/confirm.vm   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/www/Tomcat/Pool/delete.vm   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/www/Tomcat/Pool/deployconf.vm   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/www/Tomcat/Pool/details.vm   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/www/Tomcat/Pool/list.vm   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/www/Tomcat/Pool/menu/global.vm   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/www/Tomcat/Pool/menu/indiv.vm   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/www/Tomcat/Pool/restarttomcat.vm   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/www/Tomcat/Pool/starttomcat.vm   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/www/Tomcat/Pool/stoptomcat.vm   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/www/Tomcat/Pool/update.vm   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/www/Tomcat/Pool/view.vm   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/www/Tomcat/Pool/viewconf.vm   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/www/Tomcat/Server/add.vm   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/www/Tomcat/Server/confirm.vm   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/www/Tomcat/Server/delete.vm   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/www/Tomcat/Server/details.vm   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/www/Tomcat/Server/list.vm   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/www/Tomcat/Server/menu/global.vm   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/www/Tomcat/Server/menu/indiv.vm   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/www/Tomcat/Server/update.vm   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/www/Tomcat/Worker/add.vm   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/www/Tomcat/Worker/buildconf.vm   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/www/Tomcat/Worker/confirm.vm   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/www/Tomcat/Worker/delete.vm   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/www/Tomcat/Worker/deployconf.vm   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/www/Tomcat/Worker/details.vm   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/www/Tomcat/Worker/list.vm   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/www/Tomcat/Worker/menu/global.vm   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/www/Tomcat/Worker/menu/indiv.vm   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/www/Tomcat/Worker/restarttomcat.vm   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/www/Tomcat/Worker/starttomcat.vm   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/www/Tomcat/Worker/stoptomcat.vm   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/www/Tomcat/Worker/update.vm   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/www/Tomcat/Worker/view.vm   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/www/Tomcat/Worker/viewconf.vm   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/www/error/404.vm   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/www/home.vm   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/www/images/menu/left.jpg   (props changed)
    incubator/lokahi/lokahi/trunk/src/www/images/menu/left_on.jpg   (props changed)
    incubator/lokahi/lokahi/trunk/src/www/images/menu/right.jpg   (props changed)
    incubator/lokahi/lokahi/trunk/src/www/images/menu/right_on.jpg   (props changed)
    incubator/lokahi/lokahi/trunk/src/www/images/menu/submenu-background.jpg   (props changed)
    incubator/lokahi/lokahi/trunk/src/www/images/menu/tab-background.jpg   (props changed)
    incubator/lokahi/lokahi/trunk/src/www/index.vm   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/www/js/common.js   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/www/js/popup.js   (props changed)
    incubator/lokahi/lokahi/trunk/src/www/layout/checksession.vm   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/www/layout/footer.vm   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/www/layout/header.vm   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/www/layout/list2.vm   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/www/layout/login.vm   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/www/layout/menu/EntityTop.vm   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/www/layout/menu/HelpTop.vm   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/www/layout/menu/HomeTop.vm   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/www/layout/menu/PoolTop.vm   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/www/layout/menu/ProjectTop.vm   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/www/layout/menu/UserTop.vm   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/www/layout/menu/top.vm   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/www/layout/style.vmcss   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/www/wap/confirm.wml   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/www/wap/details.wml   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/www/wap/home.wml   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/www/wap/index.wml   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/www/wap/redirect.wml   (contents, props changed)
    incubator/lokahi/lokahi/trunk/src/www/wap/results.wml   (contents, props changed)

Propchange: incubator/lokahi/lokahi/trunk/LICENSE
------------------------------------------------------------------------------
    svn:keywords = Id

Propchange: incubator/lokahi/lokahi/trunk/STATUS
------------------------------------------------------------------------------
    svn:keywords = Id

Propchange: incubator/lokahi/lokahi/trunk/build.properties
------------------------------------------------------------------------------
    svn:keywords = Id

Propchange: incubator/lokahi/lokahi/trunk/build.xml
------------------------------------------------------------------------------
    svn:keywords = Id

Propchange: incubator/lokahi/lokahi/trunk/conf/ApplicationResources.properties
------------------------------------------------------------------------------
    svn:keywords = Id

Propchange: incubator/lokahi/lokahi/trunk/conf/VM_global_library.vm
------------------------------------------------------------------------------
    svn:keywords = Id

Propchange: incubator/lokahi/lokahi/trunk/conf/agent.log4j.xml
------------------------------------------------------------------------------
    svn:keywords = Id

Propchange: incubator/lokahi/lokahi/trunk/conf/agent.properties
------------------------------------------------------------------------------
    svn:keywords = Id

Propchange: incubator/lokahi/lokahi/trunk/conf/agent.wsdd
------------------------------------------------------------------------------
    svn:keywords = Id

Modified: incubator/lokahi/lokahi/trunk/conf/agent.xml
URL: http://svn.apache.org/viewvc/incubator/lokahi/lokahi/trunk/conf/agent.xml?rev=417333&r1=417332&r2=417333&view=diff
==============================================================================
--- incubator/lokahi/lokahi/trunk/conf/agent.xml (original)
+++ incubator/lokahi/lokahi/trunk/conf/agent.xml Mon Jun 26 20:30:12 2006
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
- <!-- $Id: agent.xml,v 1.1 2005/12/08 22:04:23 drtobes Exp $ -->
+ <!-- $Id$ -->
 <!DOCTYPE database [
   <!ELEMENT database    (table)>
   <!ELEMENT table      (column)>

Propchange: incubator/lokahi/lokahi/trunk/conf/agent.xml
------------------------------------------------------------------------------
    svn:keywords = Id

Propchange: incubator/lokahi/lokahi/trunk/conf/cacerts
------------------------------------------------------------------------------
    svn:keywords = Id

Propchange: incubator/lokahi/lokahi/trunk/conf/db.properties
------------------------------------------------------------------------------
    svn:keywords = Id

Modified: incubator/lokahi/lokahi/trunk/conf/derby.xml
URL: http://svn.apache.org/viewvc/incubator/lokahi/lokahi/trunk/conf/derby.xml?rev=417333&r1=417332&r2=417333&view=diff
==============================================================================
--- incubator/lokahi/lokahi/trunk/conf/derby.xml (original)
+++ incubator/lokahi/lokahi/trunk/conf/derby.xml Mon Jun 26 20:30:12 2006
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
- <!-- $Id: derby.xml,v 1.2 2006/01/17 18:54:34 drtobes Exp $ -->
+ <!-- $Id$ -->
 <!DOCTYPE database [
   <!ELEMENT database    (table)>
   <!ELEMENT table      (column)>

Propchange: incubator/lokahi/lokahi/trunk/conf/derby.xml
------------------------------------------------------------------------------
    svn:keywords = Id

Propchange: incubator/lokahi/lokahi/trunk/conf/function.xml
------------------------------------------------------------------------------
    svn:keywords = Id

Propchange: incubator/lokahi/lokahi/trunk/conf/log4j.dtd
------------------------------------------------------------------------------
    svn:keywords = Id

Propchange: incubator/lokahi/lokahi/trunk/conf/log4j.xml
------------------------------------------------------------------------------
    svn:keywords = Id

Propchange: incubator/lokahi/lokahi/trunk/conf/lokahi.properties
------------------------------------------------------------------------------
    svn:keywords = Id

Propchange: incubator/lokahi/lokahi/trunk/conf/oracle.xml
------------------------------------------------------------------------------
    svn:keywords = Id

Propchange: incubator/lokahi/lokahi/trunk/conf/server-config.wsdd
------------------------------------------------------------------------------
    svn:keywords = Id

Propchange: incubator/lokahi/lokahi/trunk/conf/state.xml
------------------------------------------------------------------------------
    svn:keywords = Id

Propchange: incubator/lokahi/lokahi/trunk/conf/struts-config.xml
------------------------------------------------------------------------------
    svn:keywords = Id

Modified: incubator/lokahi/lokahi/trunk/conf/struts-config_1_2.dtd
URL: http://svn.apache.org/viewvc/incubator/lokahi/lokahi/trunk/conf/struts-config_1_2.dtd?rev=417333&r1=417332&r2=417333&view=diff
==============================================================================
--- incubator/lokahi/lokahi/trunk/conf/struts-config_1_2.dtd (original)
+++ incubator/lokahi/lokahi/trunk/conf/struts-config_1_2.dtd Mon Jun 26 20:30:12 2006
@@ -8,7 +8,7 @@
        "-//Apache Software Foundation//DTD Struts Configuration 1.2//EN"
        "http://struts.apache.org/dtds/struts-config_1_2.dtd">
 
-     $Id: struts-config_1_2.dtd 55025 2004-10-18 17:40:29Z craigmcc $
+     $Id$
 -->
 
 

Propchange: incubator/lokahi/lokahi/trunk/conf/struts-config_1_2.dtd
------------------------------------------------------------------------------
    svn:keywords = Id

Propchange: incubator/lokahi/lokahi/trunk/conf/toolbox.xml
------------------------------------------------------------------------------
    svn:keywords = Id

Propchange: incubator/lokahi/lokahi/trunk/conf/validation.xml
------------------------------------------------------------------------------
    svn:keywords = Id

Propchange: incubator/lokahi/lokahi/trunk/conf/validator-rules-1_1.xml
------------------------------------------------------------------------------
    svn:keywords = Id

Modified: incubator/lokahi/lokahi/trunk/conf/validator-rules.xml
URL: http://svn.apache.org/viewvc/incubator/lokahi/lokahi/trunk/conf/validator-rules.xml?rev=417333&r1=417332&r2=417333&view=diff
==============================================================================
--- incubator/lokahi/lokahi/trunk/conf/validator-rules.xml (original)
+++ incubator/lokahi/lokahi/trunk/conf/validator-rules.xml Mon Jun 26 20:30:12 2006
@@ -2,7 +2,7 @@
           "-//Apache Software Foundation//DTD Commons Validator Rules Configuration 1.1.3//EN"
           "http://jakarta.apache.org/commons/dtds/validator_1_1_3.dtd">
 <!--
-  $Id: validator-rules.xml 159291 2005-03-28 20:19:29Z niallp $
+  $Id$
 
    This file contains the default Struts Validator pluggable validator
    definitions.  It should be placed somewhere under /WEB-INF and

Propchange: incubator/lokahi/lokahi/trunk/conf/validator-rules.xml
------------------------------------------------------------------------------
    svn:keywords = Id

Modified: incubator/lokahi/lokahi/trunk/conf/validator_1_1.dtd
URL: http://svn.apache.org/viewvc/incubator/lokahi/lokahi/trunk/conf/validator_1_1.dtd?rev=417333&r1=417332&r2=417333&view=diff
==============================================================================
--- incubator/lokahi/lokahi/trunk/conf/validator_1_1.dtd (original)
+++ incubator/lokahi/lokahi/trunk/conf/validator_1_1.dtd Mon Jun 26 20:30:12 2006
@@ -9,7 +9,7 @@
      "-//Apache Software Foundation//DTD Commons Validator Rules Configuration 1.1//EN"
      "http://jakarta.apache.org/commons/dtds/validator_1_1.dtd">
 
-    $Id: validator_1_1.dtd,v 1.1.1.1 2005/11/30 22:34:13 drtobes Exp $
+    $Id$
 -->
 
 

Propchange: incubator/lokahi/lokahi/trunk/conf/validator_1_1.dtd
------------------------------------------------------------------------------
    svn:keywords = Id

Modified: incubator/lokahi/lokahi/trunk/conf/validator_1_2_0.dtd
URL: http://svn.apache.org/viewvc/incubator/lokahi/lokahi/trunk/conf/validator_1_2_0.dtd?rev=417333&r1=417332&r2=417333&view=diff
==============================================================================
--- incubator/lokahi/lokahi/trunk/conf/validator_1_2_0.dtd (original)
+++ incubator/lokahi/lokahi/trunk/conf/validator_1_2_0.dtd Mon Jun 26 20:30:12 2006
@@ -9,7 +9,7 @@
      "-//Apache Software Foundation//DTD Commons Validator Rules Configuration 1.2.0//EN"
      "http://jakarta.apache.org/commons/dtds/validator_1_2_0.dtd">
 
-    $Id: validator_1_2_0.dtd,v 1.1.1.1 2005/11/30 22:34:13 drtobes Exp $
+    $Id$
 -->
 
 

Propchange: incubator/lokahi/lokahi/trunk/conf/validator_1_2_0.dtd
------------------------------------------------------------------------------
    svn:keywords = Id

Propchange: incubator/lokahi/lokahi/trunk/conf/velocity.properties
------------------------------------------------------------------------------
    svn:keywords = Id

Propchange: incubator/lokahi/lokahi/trunk/conf/web.xml
------------------------------------------------------------------------------
    svn:keywords = Id

Propchange: incubator/lokahi/lokahi/trunk/database/functions.sql
------------------------------------------------------------------------------
    svn:keywords = Id

Propchange: incubator/lokahi/lokahi/trunk/database/install.sql
------------------------------------------------------------------------------
    svn:keywords = Id

Propchange: incubator/lokahi/lokahi/trunk/database/packages.sql
------------------------------------------------------------------------------
    svn:keywords = Id

Propchange: incubator/lokahi/lokahi/trunk/database/procs.sql
------------------------------------------------------------------------------
    svn:keywords = Id

Propchange: incubator/lokahi/lokahi/trunk/database/recompile.sql
------------------------------------------------------------------------------
    svn:keywords = Id

Propchange: incubator/lokahi/lokahi/trunk/database/schema_priv.sql
------------------------------------------------------------------------------
    svn:keywords = Id

Propchange: incubator/lokahi/lokahi/trunk/database/sequences.sql
------------------------------------------------------------------------------
    svn:keywords = Id

Propchange: incubator/lokahi/lokahi/trunk/database/tables.sql
------------------------------------------------------------------------------
    svn:keywords = Id

Propchange: incubator/lokahi/lokahi/trunk/database/tmc_instance_data.sql
------------------------------------------------------------------------------
    svn:keywords = Id

Propchange: incubator/lokahi/lokahi/trunk/database/tmc_rel_function_user_data.sql
------------------------------------------------------------------------------
    svn:keywords = Id

Propchange: incubator/lokahi/lokahi/trunk/database/tmc_user_data.sql
------------------------------------------------------------------------------
    svn:keywords = Id

Propchange: incubator/lokahi/lokahi/trunk/database/triggers.sql
------------------------------------------------------------------------------
    svn:keywords = Id

Propchange: incubator/lokahi/lokahi/trunk/database/views.sql
------------------------------------------------------------------------------
    svn:keywords = Id

Propchange: incubator/lokahi/lokahi/trunk/docs/README.TXT
------------------------------------------------------------------------------
    svn:keywords = Id

Propchange: incubator/lokahi/lokahi/trunk/docs/RUNNING.TXT
------------------------------------------------------------------------------
    svn:keywords = Id

Modified: incubator/lokahi/lokahi/trunk/src/java/org/apache/lokahi/core/agent/AbstractAgentTask.java
URL: http://svn.apache.org/viewvc/incubator/lokahi/lokahi/trunk/src/java/org/apache/lokahi/core/agent/AbstractAgentTask.java?rev=417333&r1=417332&r2=417333&view=diff
==============================================================================
--- incubator/lokahi/lokahi/trunk/src/java/org/apache/lokahi/core/agent/AbstractAgentTask.java (original)
+++ incubator/lokahi/lokahi/trunk/src/java/org/apache/lokahi/core/agent/AbstractAgentTask.java Mon Jun 26 20:30:12 2006
@@ -22,7 +22,7 @@
 
 /**
  * @author Stephen Toback
- * @version $Id: AbstractAgentTask.java,v 1.1 2006/03/02 19:19:44 drtobes Exp $
+ * @version $Id$
  */
 public abstract class AbstractAgentTask<V> implements AgentTask {
   protected FutureTask<V> task;

Propchange: incubator/lokahi/lokahi/trunk/src/java/org/apache/lokahi/core/agent/AbstractAgentTask.java
------------------------------------------------------------------------------
    svn:keywords = Id

Modified: incubator/lokahi/lokahi/trunk/src/java/org/apache/lokahi/core/agent/JobSOAP.java
URL: http://svn.apache.org/viewvc/incubator/lokahi/lokahi/trunk/src/java/org/apache/lokahi/core/agent/JobSOAP.java?rev=417333&r1=417332&r2=417333&view=diff
==============================================================================
--- incubator/lokahi/lokahi/trunk/src/java/org/apache/lokahi/core/agent/JobSOAP.java (original)
+++ incubator/lokahi/lokahi/trunk/src/java/org/apache/lokahi/core/agent/JobSOAP.java Mon Jun 26 20:30:12 2006
@@ -27,7 +27,7 @@
 
 /**
  * @author Stephen Toback
- * @version $Id: JobSOAP.java,v 1.1 2006/03/02 19:19:44 drtobes Exp $
+ * @version $Id$
  */
 public class JobSOAP {
   static final Logger logger = Logger.getLogger(JobSOAP.class);

Propchange: incubator/lokahi/lokahi/trunk/src/java/org/apache/lokahi/core/agent/JobSOAP.java
------------------------------------------------------------------------------
    svn:keywords = Id

Propchange: incubator/lokahi/lokahi/trunk/src/java/org/apache/lokahi/core/agent/TMCAgent.java
------------------------------------------------------------------------------
    svn:keywords = Id

Modified: incubator/lokahi/lokahi/trunk/src/java/org/apache/lokahi/core/agent/callable/MakeDirCallable.java
URL: http://svn.apache.org/viewvc/incubator/lokahi/lokahi/trunk/src/java/org/apache/lokahi/core/agent/callable/MakeDirCallable.java?rev=417333&r1=417332&r2=417333&view=diff
==============================================================================
--- incubator/lokahi/lokahi/trunk/src/java/org/apache/lokahi/core/agent/callable/MakeDirCallable.java (original)
+++ incubator/lokahi/lokahi/trunk/src/java/org/apache/lokahi/core/agent/callable/MakeDirCallable.java Mon Jun 26 20:30:12 2006
@@ -20,7 +20,7 @@
 
 /**
  * @author Stephen Toback
- * @version $Id: MakeDirCallable.java,v 1.1 2006/03/02 19:19:40 drtobes Exp $
+ * @version $Id$
  */
 public class MakeDirCallable implements Callable<Boolean> {
   private File directory;

Propchange: incubator/lokahi/lokahi/trunk/src/java/org/apache/lokahi/core/agent/callable/MakeDirCallable.java
------------------------------------------------------------------------------
    svn:keywords = Id

Modified: incubator/lokahi/lokahi/trunk/src/java/org/apache/lokahi/core/agent/callable/PutFileCallable.java
URL: http://svn.apache.org/viewvc/incubator/lokahi/lokahi/trunk/src/java/org/apache/lokahi/core/agent/callable/PutFileCallable.java?rev=417333&r1=417332&r2=417333&view=diff
==============================================================================
--- incubator/lokahi/lokahi/trunk/src/java/org/apache/lokahi/core/agent/callable/PutFileCallable.java (original)
+++ incubator/lokahi/lokahi/trunk/src/java/org/apache/lokahi/core/agent/callable/PutFileCallable.java Mon Jun 26 20:30:12 2006
@@ -21,7 +21,7 @@
 
 /**
  * @author Stephen Toback
- * @version $Id: PutFileCallable.java,v 1.1 2006/03/02 19:19:40 drtobes Exp $
+ * @version $Id$
  */
 public class PutFileCallable implements Callable<Boolean> {
   private String fileContents;

Propchange: incubator/lokahi/lokahi/trunk/src/java/org/apache/lokahi/core/agent/callable/PutFileCallable.java
------------------------------------------------------------------------------
    svn:keywords = Id

Modified: incubator/lokahi/lokahi/trunk/src/java/org/apache/lokahi/core/agent/callable/context/AddContextCallable.java
URL: http://svn.apache.org/viewvc/incubator/lokahi/lokahi/trunk/src/java/org/apache/lokahi/core/agent/callable/context/AddContextCallable.java?rev=417333&r1=417332&r2=417333&view=diff
==============================================================================
--- incubator/lokahi/lokahi/trunk/src/java/org/apache/lokahi/core/agent/callable/context/AddContextCallable.java (original)
+++ incubator/lokahi/lokahi/trunk/src/java/org/apache/lokahi/core/agent/callable/context/AddContextCallable.java Mon Jun 26 20:30:12 2006
@@ -21,7 +21,7 @@
 
 /**
  * @author Stephen Toback
- * @version $Id: AddContextCallable.java,v 1.1 2006/03/02 19:19:39 drtobes Exp $
+ * @version $Id$
  */
 public class AddContextCallable implements Callable<Boolean> {
   private AgentTomcat tc;

Propchange: incubator/lokahi/lokahi/trunk/src/java/org/apache/lokahi/core/agent/callable/context/AddContextCallable.java
------------------------------------------------------------------------------
    svn:keywords = Id

Modified: incubator/lokahi/lokahi/trunk/src/java/org/apache/lokahi/core/agent/callable/context/GetSessionsCallable.java
URL: http://svn.apache.org/viewvc/incubator/lokahi/lokahi/trunk/src/java/org/apache/lokahi/core/agent/callable/context/GetSessionsCallable.java?rev=417333&r1=417332&r2=417333&view=diff
==============================================================================
--- incubator/lokahi/lokahi/trunk/src/java/org/apache/lokahi/core/agent/callable/context/GetSessionsCallable.java (original)
+++ incubator/lokahi/lokahi/trunk/src/java/org/apache/lokahi/core/agent/callable/context/GetSessionsCallable.java Mon Jun 26 20:30:12 2006
@@ -21,7 +21,7 @@
 
 /**
  * @author Stephen Toback
- * @version $Id: GetSessionsCallable.java,v 1.1 2006/03/02 19:19:39 drtobes Exp $
+ * @version $Id$
  */
 public class GetSessionsCallable implements Callable<String> {
   private AgentTomcat tc;

Propchange: incubator/lokahi/lokahi/trunk/src/java/org/apache/lokahi/core/agent/callable/context/GetSessionsCallable.java
------------------------------------------------------------------------------
    svn:keywords = Id

Modified: incubator/lokahi/lokahi/trunk/src/java/org/apache/lokahi/core/agent/callable/context/ListContextCallable.java
URL: http://svn.apache.org/viewvc/incubator/lokahi/lokahi/trunk/src/java/org/apache/lokahi/core/agent/callable/context/ListContextCallable.java?rev=417333&r1=417332&r2=417333&view=diff
==============================================================================
--- incubator/lokahi/lokahi/trunk/src/java/org/apache/lokahi/core/agent/callable/context/ListContextCallable.java (original)
+++ incubator/lokahi/lokahi/trunk/src/java/org/apache/lokahi/core/agent/callable/context/ListContextCallable.java Mon Jun 26 20:30:12 2006
@@ -21,7 +21,7 @@
 
 /**
  * @author Stephen Toback
- * @version $Id: ListContextCallable.java,v 1.1 2006/03/02 19:19:39 drtobes Exp $
+ * @version $Id$
  */
 public class ListContextCallable implements Callable<String[]> {
   private AgentTomcat tc;

Propchange: incubator/lokahi/lokahi/trunk/src/java/org/apache/lokahi/core/agent/callable/context/ListContextCallable.java
------------------------------------------------------------------------------
    svn:keywords = Id

Modified: incubator/lokahi/lokahi/trunk/src/java/org/apache/lokahi/core/agent/callable/context/RedeployContextCallable.java
URL: http://svn.apache.org/viewvc/incubator/lokahi/lokahi/trunk/src/java/org/apache/lokahi/core/agent/callable/context/RedeployContextCallable.java?rev=417333&r1=417332&r2=417333&view=diff
==============================================================================
--- incubator/lokahi/lokahi/trunk/src/java/org/apache/lokahi/core/agent/callable/context/RedeployContextCallable.java (original)
+++ incubator/lokahi/lokahi/trunk/src/java/org/apache/lokahi/core/agent/callable/context/RedeployContextCallable.java Mon Jun 26 20:30:12 2006
@@ -21,7 +21,7 @@
 
 /**
  * @author Stephen Toback
- * @version $Id: RedeployContextCallable.java,v 1.1 2006/03/02 19:19:39 drtobes Exp $
+ * @version $Id$
  */
 public class RedeployContextCallable implements Callable<Boolean> {
   private AgentTomcat tc;

Propchange: incubator/lokahi/lokahi/trunk/src/java/org/apache/lokahi/core/agent/callable/context/RedeployContextCallable.java
------------------------------------------------------------------------------
    svn:keywords = Id

Modified: incubator/lokahi/lokahi/trunk/src/java/org/apache/lokahi/core/agent/callable/context/ReloadContextCallable.java
URL: http://svn.apache.org/viewvc/incubator/lokahi/lokahi/trunk/src/java/org/apache/lokahi/core/agent/callable/context/ReloadContextCallable.java?rev=417333&r1=417332&r2=417333&view=diff
==============================================================================
--- incubator/lokahi/lokahi/trunk/src/java/org/apache/lokahi/core/agent/callable/context/ReloadContextCallable.java (original)
+++ incubator/lokahi/lokahi/trunk/src/java/org/apache/lokahi/core/agent/callable/context/ReloadContextCallable.java Mon Jun 26 20:30:12 2006
@@ -21,7 +21,7 @@
 
 /**
  * @author Stephen Toback
- * @version $Id: ReloadContextCallable.java,v 1.1 2006/03/02 19:19:39 drtobes Exp $
+ * @version $Id$
  */
 public class ReloadContextCallable implements Callable<Boolean> {
   private AgentTomcat tc;

Propchange: incubator/lokahi/lokahi/trunk/src/java/org/apache/lokahi/core/agent/callable/context/ReloadContextCallable.java
------------------------------------------------------------------------------
    svn:keywords = Id

Modified: incubator/lokahi/lokahi/trunk/src/java/org/apache/lokahi/core/agent/callable/context/RemoveContextCallable.java
URL: http://svn.apache.org/viewvc/incubator/lokahi/lokahi/trunk/src/java/org/apache/lokahi/core/agent/callable/context/RemoveContextCallable.java?rev=417333&r1=417332&r2=417333&view=diff
==============================================================================
--- incubator/lokahi/lokahi/trunk/src/java/org/apache/lokahi/core/agent/callable/context/RemoveContextCallable.java (original)
+++ incubator/lokahi/lokahi/trunk/src/java/org/apache/lokahi/core/agent/callable/context/RemoveContextCallable.java Mon Jun 26 20:30:12 2006
@@ -21,7 +21,7 @@
 
 /**
  * @author Stephen Toback
- * @version $Id: RemoveContextCallable.java,v 1.1 2006/03/02 19:19:39 drtobes Exp $
+ * @version $Id$
  */
 public class RemoveContextCallable implements Callable<Boolean> {
   private AgentTomcat tc;

Propchange: incubator/lokahi/lokahi/trunk/src/java/org/apache/lokahi/core/agent/callable/context/RemoveContextCallable.java
------------------------------------------------------------------------------
    svn:keywords = Id

Modified: incubator/lokahi/lokahi/trunk/src/java/org/apache/lokahi/core/agent/callable/context/StartContextCallable.java
URL: http://svn.apache.org/viewvc/incubator/lokahi/lokahi/trunk/src/java/org/apache/lokahi/core/agent/callable/context/StartContextCallable.java?rev=417333&r1=417332&r2=417333&view=diff
==============================================================================
--- incubator/lokahi/lokahi/trunk/src/java/org/apache/lokahi/core/agent/callable/context/StartContextCallable.java (original)
+++ incubator/lokahi/lokahi/trunk/src/java/org/apache/lokahi/core/agent/callable/context/StartContextCallable.java Mon Jun 26 20:30:12 2006
@@ -21,7 +21,7 @@
 
 /**
  * @author Stephen Toback
- * @version $Id: StartContextCallable.java,v 1.1 2006/03/02 19:19:39 drtobes Exp $
+ * @version $Id$
  */
 public class StartContextCallable implements Callable<Boolean> {
   private AgentTomcat tc;

Propchange: incubator/lokahi/lokahi/trunk/src/java/org/apache/lokahi/core/agent/callable/context/StartContextCallable.java
------------------------------------------------------------------------------
    svn:keywords = Id

Modified: incubator/lokahi/lokahi/trunk/src/java/org/apache/lokahi/core/agent/callable/context/StopContextCallable.java
URL: http://svn.apache.org/viewvc/incubator/lokahi/lokahi/trunk/src/java/org/apache/lokahi/core/agent/callable/context/StopContextCallable.java?rev=417333&r1=417332&r2=417333&view=diff
==============================================================================
--- incubator/lokahi/lokahi/trunk/src/java/org/apache/lokahi/core/agent/callable/context/StopContextCallable.java (original)
+++ incubator/lokahi/lokahi/trunk/src/java/org/apache/lokahi/core/agent/callable/context/StopContextCallable.java Mon Jun 26 20:30:12 2006
@@ -21,7 +21,7 @@
 
 /**
  * @author Stephen Toback
- * @version $Id: StopContextCallable.java,v 1.1 2006/03/02 19:19:39 drtobes Exp $
+ * @version $Id$
  */
 public class StopContextCallable implements Callable<Boolean> {
   private AgentTomcat tc;

Propchange: incubator/lokahi/lokahi/trunk/src/java/org/apache/lokahi/core/agent/callable/context/StopContextCallable.java
------------------------------------------------------------------------------
    svn:keywords = Id

Modified: incubator/lokahi/lokahi/trunk/src/java/org/apache/lokahi/core/agent/callable/tomcat/RestartTomcatCallable.java
URL: http://svn.apache.org/viewvc/incubator/lokahi/lokahi/trunk/src/java/org/apache/lokahi/core/agent/callable/tomcat/RestartTomcatCallable.java?rev=417333&r1=417332&r2=417333&view=diff
==============================================================================
--- incubator/lokahi/lokahi/trunk/src/java/org/apache/lokahi/core/agent/callable/tomcat/RestartTomcatCallable.java (original)
+++ incubator/lokahi/lokahi/trunk/src/java/org/apache/lokahi/core/agent/callable/tomcat/RestartTomcatCallable.java Mon Jun 26 20:30:12 2006
@@ -21,7 +21,7 @@
 
 /**
  * @author Stephen Toback
- * @version $Id: RestartTomcatCallable.java,v 1.1 2006/03/02 19:19:39 drtobes Exp $
+ * @version $Id$
  */
 public class RestartTomcatCallable implements Callable<Boolean> {
   private AgentTomcat tc;

Propchange: incubator/lokahi/lokahi/trunk/src/java/org/apache/lokahi/core/agent/callable/tomcat/RestartTomcatCallable.java
------------------------------------------------------------------------------
    svn:keywords = Id

Modified: incubator/lokahi/lokahi/trunk/src/java/org/apache/lokahi/core/agent/callable/tomcat/StartTomcatCallable.java
URL: http://svn.apache.org/viewvc/incubator/lokahi/lokahi/trunk/src/java/org/apache/lokahi/core/agent/callable/tomcat/StartTomcatCallable.java?rev=417333&r1=417332&r2=417333&view=diff
==============================================================================
--- incubator/lokahi/lokahi/trunk/src/java/org/apache/lokahi/core/agent/callable/tomcat/StartTomcatCallable.java (original)
+++ incubator/lokahi/lokahi/trunk/src/java/org/apache/lokahi/core/agent/callable/tomcat/StartTomcatCallable.java Mon Jun 26 20:30:12 2006
@@ -24,7 +24,7 @@
 
 /**
  * @author Stephen Toback
- * @version $Id: StartTomcatCallable.java,v 1.1 2006/03/02 19:19:39 drtobes Exp $
+ * @version $Id$
  */
 public class StartTomcatCallable implements Callable<Boolean> {
   private AgentTomcat tc;

Propchange: incubator/lokahi/lokahi/trunk/src/java/org/apache/lokahi/core/agent/callable/tomcat/StartTomcatCallable.java
------------------------------------------------------------------------------
    svn:keywords = Id

Modified: incubator/lokahi/lokahi/trunk/src/java/org/apache/lokahi/core/agent/callable/tomcat/StopTomcatCallable.java
URL: http://svn.apache.org/viewvc/incubator/lokahi/lokahi/trunk/src/java/org/apache/lokahi/core/agent/callable/tomcat/StopTomcatCallable.java?rev=417333&r1=417332&r2=417333&view=diff
==============================================================================
--- incubator/lokahi/lokahi/trunk/src/java/org/apache/lokahi/core/agent/callable/tomcat/StopTomcatCallable.java (original)
+++ incubator/lokahi/lokahi/trunk/src/java/org/apache/lokahi/core/agent/callable/tomcat/StopTomcatCallable.java Mon Jun 26 20:30:12 2006
@@ -22,7 +22,7 @@
 
 /**
  * @author Stephen Toback
- * @version $Id: StopTomcatCallable.java,v 1.1 2006/03/02 19:19:39 drtobes Exp $
+ * @version $Id$
  */
 public class StopTomcatCallable implements Callable<Boolean> {
   private AgentTomcat tc;

Propchange: incubator/lokahi/lokahi/trunk/src/java/org/apache/lokahi/core/agent/callable/tomcat/StopTomcatCallable.java
------------------------------------------------------------------------------
    svn:keywords = Id

Modified: incubator/lokahi/lokahi/trunk/src/java/org/apache/lokahi/core/agent/dao/AgentJob.java
URL: http://svn.apache.org/viewvc/incubator/lokahi/lokahi/trunk/src/java/org/apache/lokahi/core/agent/dao/AgentJob.java?rev=417333&r1=417332&r2=417333&view=diff
==============================================================================
--- incubator/lokahi/lokahi/trunk/src/java/org/apache/lokahi/core/agent/dao/AgentJob.java (original)
+++ incubator/lokahi/lokahi/trunk/src/java/org/apache/lokahi/core/agent/dao/AgentJob.java Mon Jun 26 20:30:12 2006
@@ -30,7 +30,7 @@
 
 /**
  * @author Stephen Toback
- * @version $Id: AgentJob.java,v 1.4 2006/03/07 20:18:45 drtobes Exp $
+ * @version $Id$
  */
 public class AgentJob implements Dao, Collectable {
   private static final TMCDataStore<AgentJob> broker = new TMCDataStore<AgentJob>();

Propchange: incubator/lokahi/lokahi/trunk/src/java/org/apache/lokahi/core/agent/dao/AgentJob.java
------------------------------------------------------------------------------
    svn:keywords = Id

Modified: incubator/lokahi/lokahi/trunk/src/java/org/apache/lokahi/core/agent/dao/ProcessMonitor.java
URL: http://svn.apache.org/viewvc/incubator/lokahi/lokahi/trunk/src/java/org/apache/lokahi/core/agent/dao/ProcessMonitor.java?rev=417333&r1=417332&r2=417333&view=diff
==============================================================================
--- incubator/lokahi/lokahi/trunk/src/java/org/apache/lokahi/core/agent/dao/ProcessMonitor.java (original)
+++ incubator/lokahi/lokahi/trunk/src/java/org/apache/lokahi/core/agent/dao/ProcessMonitor.java Mon Jun 26 20:30:12 2006
@@ -24,7 +24,7 @@
 
 /**
  * @author Stephen Toback
- * @version $Id: ProcessMonitor.java,v 1.1 2006/03/02 19:19:40 drtobes Exp $
+ * @version $Id$
  */
 public class ProcessMonitor implements Monitor {
   static final Logger logger = Logger.getLogger(ProcessMonitor.class);

Propchange: incubator/lokahi/lokahi/trunk/src/java/org/apache/lokahi/core/agent/dao/ProcessMonitor.java
------------------------------------------------------------------------------
    svn:keywords = Id

Modified: incubator/lokahi/lokahi/trunk/src/java/org/apache/lokahi/core/agent/dao/TaskType.java
URL: http://svn.apache.org/viewvc/incubator/lokahi/lokahi/trunk/src/java/org/apache/lokahi/core/agent/dao/TaskType.java?rev=417333&r1=417332&r2=417333&view=diff
==============================================================================
--- incubator/lokahi/lokahi/trunk/src/java/org/apache/lokahi/core/agent/dao/TaskType.java (original)
+++ incubator/lokahi/lokahi/trunk/src/java/org/apache/lokahi/core/agent/dao/TaskType.java Mon Jun 26 20:30:12 2006
@@ -17,7 +17,7 @@
 
 /**
  * @author Stephen Toback
- * @version $Id: TaskType.java,v 1.1 2006/03/02 19:19:40 drtobes Exp $
+ * @version $Id$
  */
 public enum TaskType {
   SCHEDULED_JOB(1),

Propchange: incubator/lokahi/lokahi/trunk/src/java/org/apache/lokahi/core/agent/dao/TaskType.java
------------------------------------------------------------------------------
    svn:keywords = Id

Modified: incubator/lokahi/lokahi/trunk/src/java/org/apache/lokahi/core/agent/dao/TomcatDao.java
URL: http://svn.apache.org/viewvc/incubator/lokahi/lokahi/trunk/src/java/org/apache/lokahi/core/agent/dao/TomcatDao.java?rev=417333&r1=417332&r2=417333&view=diff
==============================================================================
--- incubator/lokahi/lokahi/trunk/src/java/org/apache/lokahi/core/agent/dao/TomcatDao.java (original)
+++ incubator/lokahi/lokahi/trunk/src/java/org/apache/lokahi/core/agent/dao/TomcatDao.java Mon Jun 26 20:30:12 2006
@@ -17,7 +17,7 @@
 
 /**
  * @author Stephen Toback
- * @version $Id: TomcatDao.java,v 1.1 2006/03/02 19:19:40 drtobes Exp $
+ * @version $Id$
  */
 public class TomcatDao {
   private String name;

Propchange: incubator/lokahi/lokahi/trunk/src/java/org/apache/lokahi/core/agent/dao/TomcatDao.java
------------------------------------------------------------------------------
    svn:keywords = Id

Modified: incubator/lokahi/lokahi/trunk/src/java/org/apache/lokahi/core/agent/dao/URLMonitor.java
URL: http://svn.apache.org/viewvc/incubator/lokahi/lokahi/trunk/src/java/org/apache/lokahi/core/agent/dao/URLMonitor.java?rev=417333&r1=417332&r2=417333&view=diff
==============================================================================
--- incubator/lokahi/lokahi/trunk/src/java/org/apache/lokahi/core/agent/dao/URLMonitor.java (original)
+++ incubator/lokahi/lokahi/trunk/src/java/org/apache/lokahi/core/agent/dao/URLMonitor.java Mon Jun 26 20:30:12 2006
@@ -22,7 +22,7 @@
 
 /**
  * @author Stephen Toback
- * @version $Id: URLMonitor.java,v 1.1 2006/03/02 19:19:40 drtobes Exp $
+ * @version $Id$
  */
 public class URLMonitor implements Monitor {
   private int pk;

Propchange: incubator/lokahi/lokahi/trunk/src/java/org/apache/lokahi/core/agent/dao/URLMonitor.java
------------------------------------------------------------------------------
    svn:keywords = Id

Modified: incubator/lokahi/lokahi/trunk/src/java/org/apache/lokahi/core/agent/interfaces/AgentTask.java
URL: http://svn.apache.org/viewvc/incubator/lokahi/lokahi/trunk/src/java/org/apache/lokahi/core/agent/interfaces/AgentTask.java?rev=417333&r1=417332&r2=417333&view=diff
==============================================================================
--- incubator/lokahi/lokahi/trunk/src/java/org/apache/lokahi/core/agent/interfaces/AgentTask.java (original)
+++ incubator/lokahi/lokahi/trunk/src/java/org/apache/lokahi/core/agent/interfaces/AgentTask.java Mon Jun 26 20:30:12 2006
@@ -22,7 +22,7 @@
 
 /**
  * @author Stephen Toback
- * @version $Id: AgentTask.java,v 1.1 2006/03/02 19:19:40 drtobes Exp $
+ * @version $Id$
  */
 public interface AgentTask {
   String getResult() throws ExecutionException, InterruptedException, TMCTaskException;

Propchange: incubator/lokahi/lokahi/trunk/src/java/org/apache/lokahi/core/agent/interfaces/AgentTask.java
------------------------------------------------------------------------------
    svn:keywords = Id

Modified: incubator/lokahi/lokahi/trunk/src/java/org/apache/lokahi/core/agent/interfaces/AgentTomcat.java
URL: http://svn.apache.org/viewvc/incubator/lokahi/lokahi/trunk/src/java/org/apache/lokahi/core/agent/interfaces/AgentTomcat.java?rev=417333&r1=417332&r2=417333&view=diff
==============================================================================
--- incubator/lokahi/lokahi/trunk/src/java/org/apache/lokahi/core/agent/interfaces/AgentTomcat.java (original)
+++ incubator/lokahi/lokahi/trunk/src/java/org/apache/lokahi/core/agent/interfaces/AgentTomcat.java Mon Jun 26 20:30:12 2006
@@ -17,7 +17,7 @@
 
 /**
  * @author Stephen Toback
- * @version $Id: AgentTomcat.java,v 1.1 2006/03/02 19:19:40 drtobes Exp $
+ * @version $Id$
  */
 public interface AgentTomcat extends MonitoredProcess {
   boolean startContext(String context);

Propchange: incubator/lokahi/lokahi/trunk/src/java/org/apache/lokahi/core/agent/interfaces/AgentTomcat.java
------------------------------------------------------------------------------
    svn:keywords = Id

Modified: incubator/lokahi/lokahi/trunk/src/java/org/apache/lokahi/core/agent/interfaces/Monitor.java
URL: http://svn.apache.org/viewvc/incubator/lokahi/lokahi/trunk/src/java/org/apache/lokahi/core/agent/interfaces/Monitor.java?rev=417333&r1=417332&r2=417333&view=diff
==============================================================================
--- incubator/lokahi/lokahi/trunk/src/java/org/apache/lokahi/core/agent/interfaces/Monitor.java (original)
+++ incubator/lokahi/lokahi/trunk/src/java/org/apache/lokahi/core/agent/interfaces/Monitor.java Mon Jun 26 20:30:12 2006
@@ -17,7 +17,7 @@
 
 /**
  * @author Stephen Toback
- * @version $Id: Monitor.java,v 1.1 2006/03/02 19:19:40 drtobes Exp $
+ * @version $Id$
  */
 public interface Monitor {
   void check();

Propchange: incubator/lokahi/lokahi/trunk/src/java/org/apache/lokahi/core/agent/interfaces/Monitor.java
------------------------------------------------------------------------------
    svn:keywords = Id

Modified: incubator/lokahi/lokahi/trunk/src/java/org/apache/lokahi/core/agent/interfaces/MonitoredProcess.java
URL: http://svn.apache.org/viewvc/incubator/lokahi/lokahi/trunk/src/java/org/apache/lokahi/core/agent/interfaces/MonitoredProcess.java?rev=417333&r1=417332&r2=417333&view=diff
==============================================================================
--- incubator/lokahi/lokahi/trunk/src/java/org/apache/lokahi/core/agent/interfaces/MonitoredProcess.java (original)
+++ incubator/lokahi/lokahi/trunk/src/java/org/apache/lokahi/core/agent/interfaces/MonitoredProcess.java Mon Jun 26 20:30:12 2006
@@ -23,7 +23,7 @@
 
 /**
  * @author Stephen Toback
- * @version $Id: MonitoredProcess.java,v 1.2 2006/03/06 22:31:42 drtobes Exp $
+ * @version $Id$
  */
 public interface MonitoredProcess {
   Map<String, String> getEnv();

Propchange: incubator/lokahi/lokahi/trunk/src/java/org/apache/lokahi/core/agent/interfaces/MonitoredProcess.java
------------------------------------------------------------------------------
    svn:keywords = Id

Modified: incubator/lokahi/lokahi/trunk/src/java/org/apache/lokahi/core/agent/jmx/JMXConnect.java
URL: http://svn.apache.org/viewvc/incubator/lokahi/lokahi/trunk/src/java/org/apache/lokahi/core/agent/jmx/JMXConnect.java?rev=417333&r1=417332&r2=417333&view=diff
==============================================================================
--- incubator/lokahi/lokahi/trunk/src/java/org/apache/lokahi/core/agent/jmx/JMXConnect.java (original)
+++ incubator/lokahi/lokahi/trunk/src/java/org/apache/lokahi/core/agent/jmx/JMXConnect.java Mon Jun 26 20:30:12 2006
@@ -50,7 +50,7 @@
 
 /**
  * @author Stephen Toback
- * @version $Id: JMXConnect.java,v 1.1 2006/03/02 19:19:41 drtobes Exp $
+ * @version $Id$
  * @deprecated
  */
 public class JMXConnect {

Propchange: incubator/lokahi/lokahi/trunk/src/java/org/apache/lokahi/core/agent/jmx/JMXConnect.java
------------------------------------------------------------------------------
    svn:keywords = Id