You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@manifoldcf.apache.org by kw...@apache.org on 2011/01/07 02:33:44 UTC

svn commit: r1056152 [1/2] - in /incubator/lcf/branches/release-0.1-branch/framework: ./ agents/src/main/java/org/apache/manifoldcf/agents/ agents/src/main/java/org/apache/manifoldcf/agents/agentmanager/ agents/src/main/java/org/apache/manifoldcf/agent...

Author: kwright
Date: Fri Jan  7 01:33:37 2011
New Revision: 1056152

URL: http://svn.apache.org/viewvc?rev=1056152&view=rev
Log:
One of several commits for CONNECTORS-135.  Adjust properties of files to be consistent with intended usage.

Modified:
    incubator/lcf/branches/release-0.1-branch/framework/agents/src/main/java/org/apache/manifoldcf/agents/AgentRun.java   (props changed)
    incubator/lcf/branches/release-0.1-branch/framework/agents/src/main/java/org/apache/manifoldcf/agents/AgentStop.java   (props changed)
    incubator/lcf/branches/release-0.1-branch/framework/agents/src/main/java/org/apache/manifoldcf/agents/BaseAgentsInitializationCommand.java   (props changed)
    incubator/lcf/branches/release-0.1-branch/framework/agents/src/main/java/org/apache/manifoldcf/agents/DefineOutputConnection.java   (props changed)
    incubator/lcf/branches/release-0.1-branch/framework/agents/src/main/java/org/apache/manifoldcf/agents/DeleteOutputConnection.java   (props changed)
    incubator/lcf/branches/release-0.1-branch/framework/agents/src/main/java/org/apache/manifoldcf/agents/Install.java   (props changed)
    incubator/lcf/branches/release-0.1-branch/framework/agents/src/main/java/org/apache/manifoldcf/agents/Register.java   (props changed)
    incubator/lcf/branches/release-0.1-branch/framework/agents/src/main/java/org/apache/manifoldcf/agents/RegisterOutput.java   (props changed)
    incubator/lcf/branches/release-0.1-branch/framework/agents/src/main/java/org/apache/manifoldcf/agents/SynchronizeAll.java   (props changed)
    incubator/lcf/branches/release-0.1-branch/framework/agents/src/main/java/org/apache/manifoldcf/agents/SynchronizeOutputs.java   (props changed)
    incubator/lcf/branches/release-0.1-branch/framework/agents/src/main/java/org/apache/manifoldcf/agents/TransactionalAgentsInitializationCommand.java   (props changed)
    incubator/lcf/branches/release-0.1-branch/framework/agents/src/main/java/org/apache/manifoldcf/agents/UnRegister.java   (props changed)
    incubator/lcf/branches/release-0.1-branch/framework/agents/src/main/java/org/apache/manifoldcf/agents/UnRegisterAll.java   (props changed)
    incubator/lcf/branches/release-0.1-branch/framework/agents/src/main/java/org/apache/manifoldcf/agents/UnRegisterAllOutputs.java   (props changed)
    incubator/lcf/branches/release-0.1-branch/framework/agents/src/main/java/org/apache/manifoldcf/agents/UnRegisterOutput.java   (props changed)
    incubator/lcf/branches/release-0.1-branch/framework/agents/src/main/java/org/apache/manifoldcf/agents/Uninstall.java   (props changed)
    incubator/lcf/branches/release-0.1-branch/framework/agents/src/main/java/org/apache/manifoldcf/agents/agentmanager/AgentManager.java   (props changed)
    incubator/lcf/branches/release-0.1-branch/framework/agents/src/main/java/org/apache/manifoldcf/agents/common/XMLContext.java   (props changed)
    incubator/lcf/branches/release-0.1-branch/framework/agents/src/main/java/org/apache/manifoldcf/agents/common/XMLFileContext.java   (props changed)
    incubator/lcf/branches/release-0.1-branch/framework/agents/src/main/java/org/apache/manifoldcf/agents/common/XMLOutputStreamContext.java   (props changed)
    incubator/lcf/branches/release-0.1-branch/framework/agents/src/main/java/org/apache/manifoldcf/agents/common/XMLStream.java   (props changed)
    incubator/lcf/branches/release-0.1-branch/framework/agents/src/main/java/org/apache/manifoldcf/agents/common/XMLStringContext.java   (props changed)
    incubator/lcf/branches/release-0.1-branch/framework/agents/src/main/java/org/apache/manifoldcf/agents/common/XMLWriterContext.java   (props changed)
    incubator/lcf/branches/release-0.1-branch/framework/agents/src/main/java/org/apache/manifoldcf/agents/incrementalingest/IncrementalIngester.java   (props changed)
    incubator/lcf/branches/release-0.1-branch/framework/agents/src/main/java/org/apache/manifoldcf/agents/interfaces/AgentFactory.java   (props changed)
    incubator/lcf/branches/release-0.1-branch/framework/agents/src/main/java/org/apache/manifoldcf/agents/interfaces/AgentManagerFactory.java   (props changed)
    incubator/lcf/branches/release-0.1-branch/framework/agents/src/main/java/org/apache/manifoldcf/agents/interfaces/CacheKeyFactory.java   (props changed)
    incubator/lcf/branches/release-0.1-branch/framework/agents/src/main/java/org/apache/manifoldcf/agents/interfaces/DocumentIngestStatus.java   (props changed)
    incubator/lcf/branches/release-0.1-branch/framework/agents/src/main/java/org/apache/manifoldcf/agents/interfaces/IAgent.java   (props changed)
    incubator/lcf/branches/release-0.1-branch/framework/agents/src/main/java/org/apache/manifoldcf/agents/interfaces/IAgentManager.java   (props changed)
    incubator/lcf/branches/release-0.1-branch/framework/agents/src/main/java/org/apache/manifoldcf/agents/interfaces/IIncrementalIngester.java   (props changed)
    incubator/lcf/branches/release-0.1-branch/framework/agents/src/main/java/org/apache/manifoldcf/agents/interfaces/IIngestLogger.java   (props changed)
    incubator/lcf/branches/release-0.1-branch/framework/agents/src/main/java/org/apache/manifoldcf/agents/interfaces/IOutputActivity.java   (props changed)
    incubator/lcf/branches/release-0.1-branch/framework/agents/src/main/java/org/apache/manifoldcf/agents/interfaces/IOutputAddActivity.java   (props changed)
    incubator/lcf/branches/release-0.1-branch/framework/agents/src/main/java/org/apache/manifoldcf/agents/interfaces/IOutputConnection.java   (props changed)
    incubator/lcf/branches/release-0.1-branch/framework/agents/src/main/java/org/apache/manifoldcf/agents/interfaces/IOutputConnectionManager.java   (props changed)
    incubator/lcf/branches/release-0.1-branch/framework/agents/src/main/java/org/apache/manifoldcf/agents/interfaces/IOutputConnector.java   (props changed)
    incubator/lcf/branches/release-0.1-branch/framework/agents/src/main/java/org/apache/manifoldcf/agents/interfaces/IOutputConnectorManager.java   (props changed)
    incubator/lcf/branches/release-0.1-branch/framework/agents/src/main/java/org/apache/manifoldcf/agents/interfaces/IOutputHistoryActivity.java   (props changed)
    incubator/lcf/branches/release-0.1-branch/framework/agents/src/main/java/org/apache/manifoldcf/agents/interfaces/IOutputNotifyActivity.java   (props changed)
    incubator/lcf/branches/release-0.1-branch/framework/agents/src/main/java/org/apache/manifoldcf/agents/interfaces/IOutputRemoveActivity.java   (props changed)
    incubator/lcf/branches/release-0.1-branch/framework/agents/src/main/java/org/apache/manifoldcf/agents/interfaces/IncrementalIngesterFactory.java   (props changed)
    incubator/lcf/branches/release-0.1-branch/framework/agents/src/main/java/org/apache/manifoldcf/agents/interfaces/OutputConnectionManagerFactory.java   (props changed)
    incubator/lcf/branches/release-0.1-branch/framework/agents/src/main/java/org/apache/manifoldcf/agents/interfaces/OutputConnectorFactory.java   (props changed)
    incubator/lcf/branches/release-0.1-branch/framework/agents/src/main/java/org/apache/manifoldcf/agents/interfaces/OutputConnectorManagerFactory.java   (props changed)
    incubator/lcf/branches/release-0.1-branch/framework/agents/src/main/java/org/apache/manifoldcf/agents/interfaces/OutputSpecification.java   (props changed)
    incubator/lcf/branches/release-0.1-branch/framework/agents/src/main/java/org/apache/manifoldcf/agents/interfaces/RepositoryDocument.java   (props changed)
    incubator/lcf/branches/release-0.1-branch/framework/agents/src/main/java/org/apache/manifoldcf/agents/interfaces/ServiceInterruption.java   (props changed)
    incubator/lcf/branches/release-0.1-branch/framework/agents/src/main/java/org/apache/manifoldcf/agents/output/BaseOutputConnector.java   (props changed)
    incubator/lcf/branches/release-0.1-branch/framework/agents/src/main/java/org/apache/manifoldcf/agents/outputconnection/OutputConnection.java   (props changed)
    incubator/lcf/branches/release-0.1-branch/framework/agents/src/main/java/org/apache/manifoldcf/agents/outputconnection/OutputConnectionManager.java   (props changed)
    incubator/lcf/branches/release-0.1-branch/framework/agents/src/main/java/org/apache/manifoldcf/agents/outputconnmgr/OutputConnectorManager.java   (props changed)
    incubator/lcf/branches/release-0.1-branch/framework/agents/src/main/java/org/apache/manifoldcf/agents/system/Logging.java   (props changed)
    incubator/lcf/branches/release-0.1-branch/framework/agents/src/main/java/org/apache/manifoldcf/agents/system/ManifoldCF.java   (props changed)
    incubator/lcf/branches/release-0.1-branch/framework/api-servlet/src/main/java/org/apache/manifoldcf/api/APIServlet.java   (props changed)
    incubator/lcf/branches/release-0.1-branch/framework/authority-servlet/src/main/java/org/apache/manifoldcf/authorityservice/servlet/UserACLServlet.java   (props changed)
    incubator/lcf/branches/release-0.1-branch/framework/build.xml   (props changed)
    incubator/lcf/branches/release-0.1-branch/framework/core/src/main/java/org/apache/manifoldcf/core/DBCreate.java   (props changed)
    incubator/lcf/branches/release-0.1-branch/framework/core/src/main/java/org/apache/manifoldcf/core/DBDrop.java   (props changed)
    incubator/lcf/branches/release-0.1-branch/framework/core/src/main/java/org/apache/manifoldcf/core/DBInitializationCommand.java   (props changed)
    incubator/lcf/branches/release-0.1-branch/framework/core/src/main/java/org/apache/manifoldcf/core/InitializationCommand.java   (props changed)
    incubator/lcf/branches/release-0.1-branch/framework/core/src/main/java/org/apache/manifoldcf/core/LockClean.java   (props changed)
    incubator/lcf/branches/release-0.1-branch/framework/core/src/main/java/org/apache/manifoldcf/core/Obfuscate.java   (props changed)
    incubator/lcf/branches/release-0.1-branch/framework/core/src/main/java/org/apache/manifoldcf/core/cachemanager/BaseDescription.java   (props changed)
    incubator/lcf/branches/release-0.1-branch/framework/core/src/main/java/org/apache/manifoldcf/core/cachemanager/CacheManager.java   (props changed)
    incubator/lcf/branches/release-0.1-branch/framework/core/src/main/java/org/apache/manifoldcf/core/cachemanager/ExecutorBase.java   (props changed)
    incubator/lcf/branches/release-0.1-branch/framework/core/src/main/java/org/apache/manifoldcf/core/cachemanager/GeneralCache.java   (props changed)
    incubator/lcf/branches/release-0.1-branch/framework/core/src/main/java/org/apache/manifoldcf/core/common/Base64.java   (props changed)
    incubator/lcf/branches/release-0.1-branch/framework/core/src/main/java/org/apache/manifoldcf/core/common/XMLDoc.java   (props changed)
    incubator/lcf/branches/release-0.1-branch/framework/core/src/main/java/org/apache/manifoldcf/core/connector/BaseConnector.java   (props changed)
    incubator/lcf/branches/release-0.1-branch/framework/core/src/main/java/org/apache/manifoldcf/core/database/BaseObject.java   (props changed)
    incubator/lcf/branches/release-0.1-branch/framework/core/src/main/java/org/apache/manifoldcf/core/database/BaseTable.java   (props changed)
    incubator/lcf/branches/release-0.1-branch/framework/core/src/main/java/org/apache/manifoldcf/core/database/ConnectionFactory.java   (props changed)
    incubator/lcf/branches/release-0.1-branch/framework/core/src/main/java/org/apache/manifoldcf/core/database/DBInterfaceDerby.java   (props changed)
    incubator/lcf/branches/release-0.1-branch/framework/core/src/main/java/org/apache/manifoldcf/core/database/DBInterfaceMySQL.java   (props changed)
    incubator/lcf/branches/release-0.1-branch/framework/core/src/main/java/org/apache/manifoldcf/core/database/DBInterfacePostgreSQL.java   (props changed)
    incubator/lcf/branches/release-0.1-branch/framework/core/src/main/java/org/apache/manifoldcf/core/database/Database.java   (props changed)
    incubator/lcf/branches/release-0.1-branch/framework/core/src/main/java/org/apache/manifoldcf/core/database/MergedResultSet.java   (props changed)
    incubator/lcf/branches/release-0.1-branch/framework/core/src/main/java/org/apache/manifoldcf/core/database/QueryDescription.java   (props changed)
    incubator/lcf/branches/release-0.1-branch/framework/core/src/main/java/org/apache/manifoldcf/core/database/RRow.java   (props changed)
    incubator/lcf/branches/release-0.1-branch/framework/core/src/main/java/org/apache/manifoldcf/core/database/RSet.java   (props changed)
    incubator/lcf/branches/release-0.1-branch/framework/core/src/main/java/org/apache/manifoldcf/core/database/TransactionHandle.java   (props changed)
    incubator/lcf/branches/release-0.1-branch/framework/core/src/main/java/org/apache/manifoldcf/core/interfaces/BinaryInput.java   (props changed)
    incubator/lcf/branches/release-0.1-branch/framework/core/src/main/java/org/apache/manifoldcf/core/interfaces/CacheKeyFactory.java   (props changed)
    incubator/lcf/branches/release-0.1-branch/framework/core/src/main/java/org/apache/manifoldcf/core/interfaces/CacheManagerFactory.java   (props changed)
    incubator/lcf/branches/release-0.1-branch/framework/core/src/main/java/org/apache/manifoldcf/core/interfaces/CharacterInput.java   (props changed)
    incubator/lcf/branches/release-0.1-branch/framework/core/src/main/java/org/apache/manifoldcf/core/interfaces/ColumnDescription.java   (props changed)
    incubator/lcf/branches/release-0.1-branch/framework/core/src/main/java/org/apache/manifoldcf/core/interfaces/ConfigNode.java   (props changed)
    incubator/lcf/branches/release-0.1-branch/framework/core/src/main/java/org/apache/manifoldcf/core/interfaces/ConfigParams.java   (props changed)
    incubator/lcf/branches/release-0.1-branch/framework/core/src/main/java/org/apache/manifoldcf/core/interfaces/Configuration.java   (props changed)
    incubator/lcf/branches/release-0.1-branch/framework/core/src/main/java/org/apache/manifoldcf/core/interfaces/ConfigurationNode.java   (props changed)
    incubator/lcf/branches/release-0.1-branch/framework/core/src/main/java/org/apache/manifoldcf/core/interfaces/DBInterfaceFactory.java   (props changed)
    incubator/lcf/branches/release-0.1-branch/framework/core/src/main/java/org/apache/manifoldcf/core/interfaces/ICacheClass.java   (props changed)
    incubator/lcf/branches/release-0.1-branch/framework/core/src/main/java/org/apache/manifoldcf/core/interfaces/ICacheCreateHandle.java   (props changed)
    incubator/lcf/branches/release-0.1-branch/framework/core/src/main/java/org/apache/manifoldcf/core/interfaces/ICacheDescription.java   (props changed)
    incubator/lcf/branches/release-0.1-branch/framework/core/src/main/java/org/apache/manifoldcf/core/interfaces/ICacheExecutor.java   (props changed)
    incubator/lcf/branches/release-0.1-branch/framework/core/src/main/java/org/apache/manifoldcf/core/interfaces/ICacheHandle.java   (props changed)
    incubator/lcf/branches/release-0.1-branch/framework/core/src/main/java/org/apache/manifoldcf/core/interfaces/ICacheManager.java   (props changed)
    incubator/lcf/branches/release-0.1-branch/framework/core/src/main/java/org/apache/manifoldcf/core/interfaces/IConnector.java   (props changed)
    incubator/lcf/branches/release-0.1-branch/framework/core/src/main/java/org/apache/manifoldcf/core/interfaces/IDBInterface.java   (props changed)
    incubator/lcf/branches/release-0.1-branch/framework/core/src/main/java/org/apache/manifoldcf/core/interfaces/IDFactory.java   (props changed)
    incubator/lcf/branches/release-0.1-branch/framework/core/src/main/java/org/apache/manifoldcf/core/interfaces/IHTTPOutput.java   (props changed)
    incubator/lcf/branches/release-0.1-branch/framework/core/src/main/java/org/apache/manifoldcf/core/interfaces/IKeystoreManager.java   (props changed)
    incubator/lcf/branches/release-0.1-branch/framework/core/src/main/java/org/apache/manifoldcf/core/interfaces/ILimitChecker.java   (props changed)
    incubator/lcf/branches/release-0.1-branch/framework/core/src/main/java/org/apache/manifoldcf/core/interfaces/ILockManager.java   (props changed)
    incubator/lcf/branches/release-0.1-branch/framework/core/src/main/java/org/apache/manifoldcf/core/interfaces/IPostParameters.java   (props changed)
    incubator/lcf/branches/release-0.1-branch/framework/core/src/main/java/org/apache/manifoldcf/core/interfaces/IResultRow.java   (props changed)
    incubator/lcf/branches/release-0.1-branch/framework/core/src/main/java/org/apache/manifoldcf/core/interfaces/IResultSet.java   (props changed)
    incubator/lcf/branches/release-0.1-branch/framework/core/src/main/java/org/apache/manifoldcf/core/interfaces/IShutdownHook.java   (props changed)
    incubator/lcf/branches/release-0.1-branch/framework/core/src/main/java/org/apache/manifoldcf/core/interfaces/IThreadContext.java   (props changed)
    incubator/lcf/branches/release-0.1-branch/framework/core/src/main/java/org/apache/manifoldcf/core/interfaces/IndexDescription.java   (props changed)
    incubator/lcf/branches/release-0.1-branch/framework/core/src/main/java/org/apache/manifoldcf/core/interfaces/KeystoreManagerFactory.java   (props changed)
    incubator/lcf/branches/release-0.1-branch/framework/core/src/main/java/org/apache/manifoldcf/core/interfaces/LockException.java   (props changed)
    incubator/lcf/branches/release-0.1-branch/framework/core/src/main/java/org/apache/manifoldcf/core/interfaces/LockManagerFactory.java   (props changed)
    incubator/lcf/branches/release-0.1-branch/framework/core/src/main/java/org/apache/manifoldcf/core/interfaces/ManifoldCFException.java   (props changed)
    incubator/lcf/branches/release-0.1-branch/framework/core/src/main/java/org/apache/manifoldcf/core/interfaces/ResultSpecification.java   (props changed)
    incubator/lcf/branches/release-0.1-branch/framework/core/src/main/java/org/apache/manifoldcf/core/interfaces/Specification.java   (props changed)
    incubator/lcf/branches/release-0.1-branch/framework/core/src/main/java/org/apache/manifoldcf/core/interfaces/SpecificationNode.java   (props changed)
    incubator/lcf/branches/release-0.1-branch/framework/core/src/main/java/org/apache/manifoldcf/core/interfaces/StringSet.java   (props changed)
    incubator/lcf/branches/release-0.1-branch/framework/core/src/main/java/org/apache/manifoldcf/core/interfaces/StringSetBuffer.java   (props changed)
    incubator/lcf/branches/release-0.1-branch/framework/core/src/main/java/org/apache/manifoldcf/core/interfaces/TempFileCharacterInput.java   (props changed)
    incubator/lcf/branches/release-0.1-branch/framework/core/src/main/java/org/apache/manifoldcf/core/interfaces/TempFileInput.java   (props changed)
    incubator/lcf/branches/release-0.1-branch/framework/core/src/main/java/org/apache/manifoldcf/core/interfaces/ThreadContextFactory.java   (props changed)
    incubator/lcf/branches/release-0.1-branch/framework/core/src/main/java/org/apache/manifoldcf/core/interfaces/TimeMarker.java   (props changed)
    incubator/lcf/branches/release-0.1-branch/framework/core/src/main/java/org/apache/manifoldcf/core/interfaces/UTF8Stderr.java   (props changed)
    incubator/lcf/branches/release-0.1-branch/framework/core/src/main/java/org/apache/manifoldcf/core/interfaces/UTF8Stdout.java   (props changed)
    incubator/lcf/branches/release-0.1-branch/framework/core/src/main/java/org/apache/manifoldcf/core/keystore/KeystoreManager.java   (props changed)
    incubator/lcf/branches/release-0.1-branch/framework/core/src/main/java/org/apache/manifoldcf/core/lockmanager/ExpiredObjectException.java   (props changed)
    incubator/lcf/branches/release-0.1-branch/framework/core/src/main/java/org/apache/manifoldcf/core/lockmanager/LocalLockException.java   (props changed)
    incubator/lcf/branches/release-0.1-branch/framework/core/src/main/java/org/apache/manifoldcf/core/lockmanager/LockManager.java   (props changed)
    incubator/lcf/branches/release-0.1-branch/framework/core/src/main/java/org/apache/manifoldcf/core/lockmanager/LockObject.java   (props changed)
    incubator/lcf/branches/release-0.1-branch/framework/core/src/main/java/org/apache/manifoldcf/core/lockmanager/LockPool.java   (props changed)
    incubator/lcf/branches/release-0.1-branch/framework/core/src/main/java/org/apache/manifoldcf/core/system/Logging.java   (props changed)
    incubator/lcf/branches/release-0.1-branch/framework/core/src/main/java/org/apache/manifoldcf/core/system/ManifoldCF.java   (props changed)
    incubator/lcf/branches/release-0.1-branch/framework/core/src/main/java/org/apache/manifoldcf/core/system/ManifoldCFConfiguration.java   (props changed)
    incubator/lcf/branches/release-0.1-branch/framework/core/src/main/java/org/apache/manifoldcf/core/system/ManifoldCFResourceLoader.java   (props changed)
    incubator/lcf/branches/release-0.1-branch/framework/core/src/main/java/org/apache/manifoldcf/core/threadcontext/ThreadContext.java   (props changed)
    incubator/lcf/branches/release-0.1-branch/framework/crawler-ui/src/main/webapp/ManifoldCF-logo.png   (props changed)
    incubator/lcf/branches/release-0.1-branch/framework/crawler-ui/src/main/webapp/WEB-INF/jsp/c.tld   (props changed)
    incubator/lcf/branches/release-0.1-branch/framework/crawler-ui/src/main/webapp/WEB-INF/jsp/fmt.tld   (props changed)
    incubator/lcf/branches/release-0.1-branch/framework/crawler-ui/src/main/webapp/WEB-INF/jsp/sql.tld   (props changed)
    incubator/lcf/branches/release-0.1-branch/framework/crawler-ui/src/main/webapp/WEB-INF/jsp/x.tld   (props changed)
    incubator/lcf/branches/release-0.1-branch/framework/crawler-ui/src/main/webapp/WEB-INF/lib/jstl.jar   (props changed)
    incubator/lcf/branches/release-0.1-branch/framework/crawler-ui/src/main/webapp/WEB-INF/lib/standard.jar   (props changed)
    incubator/lcf/branches/release-0.1-branch/framework/crawler-ui/src/main/webapp/documentstatus.jsp   (props changed)
    incubator/lcf/branches/release-0.1-branch/framework/crawler-ui/src/main/webapp/listoutputs.jsp   (props changed)
    incubator/lcf/branches/release-0.1-branch/framework/crawler-ui/src/main/webapp/queuestatus.jsp   (props changed)
    incubator/lcf/branches/release-0.1-branch/framework/jetty-runner/src/main/java/org/apache/manifoldcf/jettyrunner/Connectors.java   (props changed)
    incubator/lcf/branches/release-0.1-branch/framework/jetty-runner/src/main/java/org/apache/manifoldcf/jettyrunner/ManifoldCFJettyRunner.java   (props changed)
    incubator/lcf/branches/release-0.1-branch/framework/pull-agent/src/main/java/org/apache/manifoldcf/authorities/BaseAuthoritiesInitializationCommand.java   (props changed)
    incubator/lcf/branches/release-0.1-branch/framework/pull-agent/src/main/java/org/apache/manifoldcf/authorities/ChangeAuthSpec.java   (props changed)
    incubator/lcf/branches/release-0.1-branch/framework/pull-agent/src/main/java/org/apache/manifoldcf/authorities/CheckAll.java   (props changed)
    incubator/lcf/branches/release-0.1-branch/framework/pull-agent/src/main/java/org/apache/manifoldcf/authorities/CheckConfigured.java   (props changed)
    incubator/lcf/branches/release-0.1-branch/framework/pull-agent/src/main/java/org/apache/manifoldcf/authorities/DefineAuthorityConnection.java   (props changed)
    incubator/lcf/branches/release-0.1-branch/framework/pull-agent/src/main/java/org/apache/manifoldcf/authorities/DeleteAuthorityConnection.java   (props changed)
    incubator/lcf/branches/release-0.1-branch/framework/pull-agent/src/main/java/org/apache/manifoldcf/authorities/RegisterAuthority.java   (props changed)
    incubator/lcf/branches/release-0.1-branch/framework/pull-agent/src/main/java/org/apache/manifoldcf/authorities/SynchronizeAuthorities.java   (props changed)
    incubator/lcf/branches/release-0.1-branch/framework/pull-agent/src/main/java/org/apache/manifoldcf/authorities/UnRegisterAllAuthorities.java   (props changed)
    incubator/lcf/branches/release-0.1-branch/framework/pull-agent/src/main/java/org/apache/manifoldcf/authorities/UnRegisterAuthority.java   (props changed)
    incubator/lcf/branches/release-0.1-branch/framework/pull-agent/src/main/java/org/apache/manifoldcf/authorities/authconnmgr/AuthorityConnectorManager.java   (props changed)
    incubator/lcf/branches/release-0.1-branch/framework/pull-agent/src/main/java/org/apache/manifoldcf/authorities/authorities/BaseAuthorityConnector.java   (props changed)
    incubator/lcf/branches/release-0.1-branch/framework/pull-agent/src/main/java/org/apache/manifoldcf/authorities/authority/AuthorityConnection.java   (props changed)
    incubator/lcf/branches/release-0.1-branch/framework/pull-agent/src/main/java/org/apache/manifoldcf/authorities/authority/AuthorityConnectionManager.java   (props changed)
    incubator/lcf/branches/release-0.1-branch/framework/pull-agent/src/main/java/org/apache/manifoldcf/authorities/interfaces/AuthorityConnectionManagerFactory.java   (props changed)
    incubator/lcf/branches/release-0.1-branch/framework/pull-agent/src/main/java/org/apache/manifoldcf/authorities/interfaces/AuthorityConnectorFactory.java   (props changed)
    incubator/lcf/branches/release-0.1-branch/framework/pull-agent/src/main/java/org/apache/manifoldcf/authorities/interfaces/AuthorityConnectorManagerFactory.java   (props changed)
    incubator/lcf/branches/release-0.1-branch/framework/pull-agent/src/main/java/org/apache/manifoldcf/authorities/interfaces/AuthorizationResponse.java   (props changed)
    incubator/lcf/branches/release-0.1-branch/framework/pull-agent/src/main/java/org/apache/manifoldcf/authorities/interfaces/CacheKeyFactory.java   (props changed)
    incubator/lcf/branches/release-0.1-branch/framework/pull-agent/src/main/java/org/apache/manifoldcf/authorities/interfaces/IAuthorityConnection.java   (props changed)
    incubator/lcf/branches/release-0.1-branch/framework/pull-agent/src/main/java/org/apache/manifoldcf/authorities/interfaces/IAuthorityConnectionManager.java   (props changed)
    incubator/lcf/branches/release-0.1-branch/framework/pull-agent/src/main/java/org/apache/manifoldcf/authorities/interfaces/IAuthorityConnector.java   (props changed)
    incubator/lcf/branches/release-0.1-branch/framework/pull-agent/src/main/java/org/apache/manifoldcf/authorities/interfaces/IAuthorityConnectorManager.java   (props changed)
    incubator/lcf/branches/release-0.1-branch/framework/pull-agent/src/main/java/org/apache/manifoldcf/authorities/system/AuthCheckThread.java   (props changed)
    incubator/lcf/branches/release-0.1-branch/framework/pull-agent/src/main/java/org/apache/manifoldcf/authorities/system/AuthRequest.java   (props changed)
    incubator/lcf/branches/release-0.1-branch/framework/pull-agent/src/main/java/org/apache/manifoldcf/authorities/system/IdleCleanupThread.java   (props changed)
    incubator/lcf/branches/release-0.1-branch/framework/pull-agent/src/main/java/org/apache/manifoldcf/authorities/system/Logging.java   (props changed)
    incubator/lcf/branches/release-0.1-branch/framework/pull-agent/src/main/java/org/apache/manifoldcf/authorities/system/ManifoldCF.java   (props changed)
    incubator/lcf/branches/release-0.1-branch/framework/pull-agent/src/main/java/org/apache/manifoldcf/authorities/system/RequestQueue.java   (props changed)
    incubator/lcf/branches/release-0.1-branch/framework/pull-agent/src/main/java/org/apache/manifoldcf/crawler/AbortJob.java   (props changed)
    incubator/lcf/branches/release-0.1-branch/framework/pull-agent/src/main/java/org/apache/manifoldcf/crawler/AddScheduledTime.java   (props changed)
    incubator/lcf/branches/release-0.1-branch/framework/pull-agent/src/main/java/org/apache/manifoldcf/crawler/BaseCrawlerInitializationCommand.java   (props changed)
    incubator/lcf/branches/release-0.1-branch/framework/pull-agent/src/main/java/org/apache/manifoldcf/crawler/ChangeJobDocSpec.java   (props changed)
    incubator/lcf/branches/release-0.1-branch/framework/pull-agent/src/main/java/org/apache/manifoldcf/crawler/CheckConfigured.java   (props changed)
    incubator/lcf/branches/release-0.1-branch/framework/pull-agent/src/main/java/org/apache/manifoldcf/crawler/DefineJob.java   (props changed)
    incubator/lcf/branches/release-0.1-branch/framework/pull-agent/src/main/java/org/apache/manifoldcf/crawler/DefineRepositoryConnection.java   (props changed)
    incubator/lcf/branches/release-0.1-branch/framework/pull-agent/src/main/java/org/apache/manifoldcf/crawler/DeleteJob.java   (props changed)
    incubator/lcf/branches/release-0.1-branch/framework/pull-agent/src/main/java/org/apache/manifoldcf/crawler/DeleteRepositoryConnection.java   (props changed)
    incubator/lcf/branches/release-0.1-branch/framework/pull-agent/src/main/java/org/apache/manifoldcf/crawler/ExportConfiguration.java   (props changed)
    incubator/lcf/branches/release-0.1-branch/framework/pull-agent/src/main/java/org/apache/manifoldcf/crawler/FindJob.java   (props changed)
    incubator/lcf/branches/release-0.1-branch/framework/pull-agent/src/main/java/org/apache/manifoldcf/crawler/GetJobSchedule.java   (props changed)
    incubator/lcf/branches/release-0.1-branch/framework/pull-agent/src/main/java/org/apache/manifoldcf/crawler/ImportConfiguration.java   (props changed)
    incubator/lcf/branches/release-0.1-branch/framework/pull-agent/src/main/java/org/apache/manifoldcf/crawler/ListJobStatuses.java   (props changed)
    incubator/lcf/branches/release-0.1-branch/framework/pull-agent/src/main/java/org/apache/manifoldcf/crawler/ListJobs.java   (props changed)
    incubator/lcf/branches/release-0.1-branch/framework/pull-agent/src/main/java/org/apache/manifoldcf/crawler/PauseJob.java   (props changed)
    incubator/lcf/branches/release-0.1-branch/framework/pull-agent/src/main/java/org/apache/manifoldcf/crawler/Register.java   (props changed)
    incubator/lcf/branches/release-0.1-branch/framework/pull-agent/src/main/java/org/apache/manifoldcf/crawler/RestartJob.java   (props changed)
    incubator/lcf/branches/release-0.1-branch/framework/pull-agent/src/main/java/org/apache/manifoldcf/crawler/RunDocumentStatus.java   (props changed)
    incubator/lcf/branches/release-0.1-branch/framework/pull-agent/src/main/java/org/apache/manifoldcf/crawler/RunMaxActivityHistory.java   (props changed)
    incubator/lcf/branches/release-0.1-branch/framework/pull-agent/src/main/java/org/apache/manifoldcf/crawler/RunMaxBandwidthHistory.java   (props changed)
    incubator/lcf/branches/release-0.1-branch/framework/pull-agent/src/main/java/org/apache/manifoldcf/crawler/RunQueueStatus.java   (props changed)
    incubator/lcf/branches/release-0.1-branch/framework/pull-agent/src/main/java/org/apache/manifoldcf/crawler/RunResultHistory.java   (props changed)
    incubator/lcf/branches/release-0.1-branch/framework/pull-agent/src/main/java/org/apache/manifoldcf/crawler/RunSimpleHistory.java   (props changed)
    incubator/lcf/branches/release-0.1-branch/framework/pull-agent/src/main/java/org/apache/manifoldcf/crawler/StartJob.java   (props changed)
    incubator/lcf/branches/release-0.1-branch/framework/pull-agent/src/main/java/org/apache/manifoldcf/crawler/SynchronizeConnectors.java   (props changed)
    incubator/lcf/branches/release-0.1-branch/framework/pull-agent/src/main/java/org/apache/manifoldcf/crawler/TransactionalCrawlerInitializationCommand.java   (props changed)
    incubator/lcf/branches/release-0.1-branch/framework/pull-agent/src/main/java/org/apache/manifoldcf/crawler/UnRegister.java   (props changed)
    incubator/lcf/branches/release-0.1-branch/framework/pull-agent/src/main/java/org/apache/manifoldcf/crawler/UnRegisterAll.java   (props changed)
    incubator/lcf/branches/release-0.1-branch/framework/pull-agent/src/main/java/org/apache/manifoldcf/crawler/WaitForJobDeleted.java   (props changed)
    incubator/lcf/branches/release-0.1-branch/framework/pull-agent/src/main/java/org/apache/manifoldcf/crawler/WaitForJobInactive.java   (props changed)
    incubator/lcf/branches/release-0.1-branch/framework/pull-agent/src/main/java/org/apache/manifoldcf/crawler/WaitJobPaused.java   (props changed)
    incubator/lcf/branches/release-0.1-branch/framework/pull-agent/src/main/java/org/apache/manifoldcf/crawler/connectors/BaseRepositoryConnector.java   (props changed)
    incubator/lcf/branches/release-0.1-branch/framework/pull-agent/src/main/java/org/apache/manifoldcf/crawler/connmgr/ConnectorManager.java   (props changed)
    incubator/lcf/branches/release-0.1-branch/framework/pull-agent/src/main/java/org/apache/manifoldcf/crawler/interfaces/BlockingDocuments.java   (props changed)
    incubator/lcf/branches/release-0.1-branch/framework/pull-agent/src/main/java/org/apache/manifoldcf/crawler/interfaces/BucketDescription.java   (props changed)
    incubator/lcf/branches/release-0.1-branch/framework/pull-agent/src/main/java/org/apache/manifoldcf/crawler/interfaces/CacheKeyFactory.java   (props changed)
    incubator/lcf/branches/release-0.1-branch/framework/pull-agent/src/main/java/org/apache/manifoldcf/crawler/interfaces/ConnectorManagerFactory.java   (props changed)
    incubator/lcf/branches/release-0.1-branch/framework/pull-agent/src/main/java/org/apache/manifoldcf/crawler/interfaces/DepthStatistics.java   (props changed)
    incubator/lcf/branches/release-0.1-branch/framework/pull-agent/src/main/java/org/apache/manifoldcf/crawler/interfaces/DocumentDescription.java   (props changed)
    incubator/lcf/branches/release-0.1-branch/framework/pull-agent/src/main/java/org/apache/manifoldcf/crawler/interfaces/DocumentSpecification.java   (props changed)
    incubator/lcf/branches/release-0.1-branch/framework/pull-agent/src/main/java/org/apache/manifoldcf/crawler/interfaces/EnumeratedValues.java   (props changed)
    incubator/lcf/branches/release-0.1-branch/framework/pull-agent/src/main/java/org/apache/manifoldcf/crawler/interfaces/FilterCriteria.java   (props changed)
    incubator/lcf/branches/release-0.1-branch/framework/pull-agent/src/main/java/org/apache/manifoldcf/crawler/interfaces/IAbortActivity.java   (props changed)
    incubator/lcf/branches/release-0.1-branch/framework/pull-agent/src/main/java/org/apache/manifoldcf/crawler/interfaces/IConnectorManager.java   (props changed)
    incubator/lcf/branches/release-0.1-branch/framework/pull-agent/src/main/java/org/apache/manifoldcf/crawler/interfaces/IDocumentIdentifierStream.java   (props changed)
    incubator/lcf/branches/release-0.1-branch/framework/pull-agent/src/main/java/org/apache/manifoldcf/crawler/interfaces/IEventActivity.java   (props changed)
    incubator/lcf/branches/release-0.1-branch/framework/pull-agent/src/main/java/org/apache/manifoldcf/crawler/interfaces/IFingerprintActivity.java   (props changed)
    incubator/lcf/branches/release-0.1-branch/framework/pull-agent/src/main/java/org/apache/manifoldcf/crawler/interfaces/IHistoryActivity.java   (props changed)
    incubator/lcf/branches/release-0.1-branch/framework/pull-agent/src/main/java/org/apache/manifoldcf/crawler/interfaces/IJobDescription.java   (props changed)
    incubator/lcf/branches/release-0.1-branch/framework/pull-agent/src/main/java/org/apache/manifoldcf/crawler/interfaces/IJobManager.java   (props changed)
    incubator/lcf/branches/release-0.1-branch/framework/pull-agent/src/main/java/org/apache/manifoldcf/crawler/interfaces/INamingActivity.java   (props changed)
    incubator/lcf/branches/release-0.1-branch/framework/pull-agent/src/main/java/org/apache/manifoldcf/crawler/interfaces/IProcessActivity.java   (props changed)
    incubator/lcf/branches/release-0.1-branch/framework/pull-agent/src/main/java/org/apache/manifoldcf/crawler/interfaces/IRepositoryConnection.java   (props changed)
    incubator/lcf/branches/release-0.1-branch/framework/pull-agent/src/main/java/org/apache/manifoldcf/crawler/interfaces/IRepositoryConnectionManager.java   (props changed)
    incubator/lcf/branches/release-0.1-branch/framework/pull-agent/src/main/java/org/apache/manifoldcf/crawler/interfaces/IRepositoryConnector.java   (props changed)
    incubator/lcf/branches/release-0.1-branch/framework/pull-agent/src/main/java/org/apache/manifoldcf/crawler/interfaces/ISeedingActivity.java   (props changed)
    incubator/lcf/branches/release-0.1-branch/framework/pull-agent/src/main/java/org/apache/manifoldcf/crawler/interfaces/IVersionActivity.java   (props changed)
    incubator/lcf/branches/release-0.1-branch/framework/pull-agent/src/main/java/org/apache/manifoldcf/crawler/interfaces/JobManagerFactory.java   (props changed)
    incubator/lcf/branches/release-0.1-branch/framework/pull-agent/src/main/java/org/apache/manifoldcf/crawler/interfaces/JobStartRecord.java   (props changed)
    incubator/lcf/branches/release-0.1-branch/framework/pull-agent/src/main/java/org/apache/manifoldcf/crawler/interfaces/JobStatus.java   (props changed)
    incubator/lcf/branches/release-0.1-branch/framework/pull-agent/src/main/java/org/apache/manifoldcf/crawler/interfaces/PerformanceStatistics.java   (props changed)
    incubator/lcf/branches/release-0.1-branch/framework/pull-agent/src/main/java/org/apache/manifoldcf/crawler/interfaces/QueueTracker.java   (props changed)
    incubator/lcf/branches/release-0.1-branch/framework/pull-agent/src/main/java/org/apache/manifoldcf/crawler/interfaces/RegExpCriteria.java   (props changed)
    incubator/lcf/branches/release-0.1-branch/framework/pull-agent/src/main/java/org/apache/manifoldcf/crawler/interfaces/RepositoryConnectionManagerFactory.java   (props changed)
    incubator/lcf/branches/release-0.1-branch/framework/pull-agent/src/main/java/org/apache/manifoldcf/crawler/interfaces/RepositoryConnectorFactory.java   (props changed)
    incubator/lcf/branches/release-0.1-branch/framework/pull-agent/src/main/java/org/apache/manifoldcf/crawler/interfaces/ScheduleRecord.java   (props changed)
    incubator/lcf/branches/release-0.1-branch/framework/pull-agent/src/main/java/org/apache/manifoldcf/crawler/interfaces/SortOrder.java   (props changed)
    incubator/lcf/branches/release-0.1-branch/framework/pull-agent/src/main/java/org/apache/manifoldcf/crawler/interfaces/StatusFilterCriteria.java   (props changed)
    incubator/lcf/branches/release-0.1-branch/framework/pull-agent/src/main/java/org/apache/manifoldcf/crawler/jobs/Carrydown.java   (props changed)
    incubator/lcf/branches/release-0.1-branch/framework/pull-agent/src/main/java/org/apache/manifoldcf/crawler/jobs/DeleteDependency.java   (props changed)
    incubator/lcf/branches/release-0.1-branch/framework/pull-agent/src/main/java/org/apache/manifoldcf/crawler/jobs/EventManager.java   (props changed)
    incubator/lcf/branches/release-0.1-branch/framework/pull-agent/src/main/java/org/apache/manifoldcf/crawler/jobs/HopCount.java   (props changed)
    incubator/lcf/branches/release-0.1-branch/framework/pull-agent/src/main/java/org/apache/manifoldcf/crawler/jobs/HopDeleteDeps.java   (props changed)
    incubator/lcf/branches/release-0.1-branch/framework/pull-agent/src/main/java/org/apache/manifoldcf/crawler/jobs/HopFilterManager.java   (props changed)
    incubator/lcf/branches/release-0.1-branch/framework/pull-agent/src/main/java/org/apache/manifoldcf/crawler/jobs/IntrinsicLink.java   (props changed)
    incubator/lcf/branches/release-0.1-branch/framework/pull-agent/src/main/java/org/apache/manifoldcf/crawler/jobs/JobDescription.java   (props changed)
    incubator/lcf/branches/release-0.1-branch/framework/pull-agent/src/main/java/org/apache/manifoldcf/crawler/jobs/JobManager.java   (props changed)
    incubator/lcf/branches/release-0.1-branch/framework/pull-agent/src/main/java/org/apache/manifoldcf/crawler/jobs/JobQueue.java   (props changed)
    incubator/lcf/branches/release-0.1-branch/framework/pull-agent/src/main/java/org/apache/manifoldcf/crawler/jobs/Jobs.java   (props changed)
    incubator/lcf/branches/release-0.1-branch/framework/pull-agent/src/main/java/org/apache/manifoldcf/crawler/jobs/PrereqEventManager.java   (props changed)
    incubator/lcf/branches/release-0.1-branch/framework/pull-agent/src/main/java/org/apache/manifoldcf/crawler/jobs/ScheduleList.java   (props changed)
    incubator/lcf/branches/release-0.1-branch/framework/pull-agent/src/main/java/org/apache/manifoldcf/crawler/jobs/ScheduleManager.java   (props changed)
    incubator/lcf/branches/release-0.1-branch/framework/pull-agent/src/main/java/org/apache/manifoldcf/crawler/repository/RepositoryConnection.java   (props changed)
    incubator/lcf/branches/release-0.1-branch/framework/pull-agent/src/main/java/org/apache/manifoldcf/crawler/repository/RepositoryConnectionManager.java   (props changed)
    incubator/lcf/branches/release-0.1-branch/framework/pull-agent/src/main/java/org/apache/manifoldcf/crawler/repository/RepositoryHistoryManager.java   (props changed)
    incubator/lcf/branches/release-0.1-branch/framework/pull-agent/src/main/java/org/apache/manifoldcf/crawler/repository/ThrottleSpecManager.java   (props changed)
    incubator/lcf/branches/release-0.1-branch/framework/pull-agent/src/main/java/org/apache/manifoldcf/crawler/system/CrawlerAgent.java   (props changed)
    incubator/lcf/branches/release-0.1-branch/framework/pull-agent/src/main/java/org/apache/manifoldcf/crawler/system/DeleteQueuedDocument.java   (props changed)
    incubator/lcf/branches/release-0.1-branch/framework/pull-agent/src/main/java/org/apache/manifoldcf/crawler/system/DocDeleteResetManager.java   (props changed)
    incubator/lcf/branches/release-0.1-branch/framework/pull-agent/src/main/java/org/apache/manifoldcf/crawler/system/DocumentDeleteQueue.java   (props changed)
    incubator/lcf/branches/release-0.1-branch/framework/pull-agent/src/main/java/org/apache/manifoldcf/crawler/system/DocumentDeleteSet.java   (props changed)
    incubator/lcf/branches/release-0.1-branch/framework/pull-agent/src/main/java/org/apache/manifoldcf/crawler/system/DocumentDeleteStufferThread.java   (props changed)
    incubator/lcf/branches/release-0.1-branch/framework/pull-agent/src/main/java/org/apache/manifoldcf/crawler/system/DocumentDeleteThread.java   (props changed)
    incubator/lcf/branches/release-0.1-branch/framework/pull-agent/src/main/java/org/apache/manifoldcf/crawler/system/DocumentQueue.java   (props changed)
    incubator/lcf/branches/release-0.1-branch/framework/pull-agent/src/main/java/org/apache/manifoldcf/crawler/system/ExpireStufferThread.java   (props changed)
    incubator/lcf/branches/release-0.1-branch/framework/pull-agent/src/main/java/org/apache/manifoldcf/crawler/system/ExpireThread.java   (props changed)
    incubator/lcf/branches/release-0.1-branch/framework/pull-agent/src/main/java/org/apache/manifoldcf/crawler/system/FinisherThread.java   (props changed)
    incubator/lcf/branches/release-0.1-branch/framework/pull-agent/src/main/java/org/apache/manifoldcf/crawler/system/IdleCleanupThread.java   (props changed)
    incubator/lcf/branches/release-0.1-branch/framework/pull-agent/src/main/java/org/apache/manifoldcf/crawler/system/JobDeleteThread.java   (props changed)
    incubator/lcf/branches/release-0.1-branch/framework/pull-agent/src/main/java/org/apache/manifoldcf/crawler/system/JobNotificationThread.java   (props changed)
    incubator/lcf/branches/release-0.1-branch/framework/pull-agent/src/main/java/org/apache/manifoldcf/crawler/system/JobResetThread.java   (props changed)
    incubator/lcf/branches/release-0.1-branch/framework/pull-agent/src/main/java/org/apache/manifoldcf/crawler/system/JobStartThread.java   (props changed)
    incubator/lcf/branches/release-0.1-branch/framework/pull-agent/src/main/java/org/apache/manifoldcf/crawler/system/Logging.java   (props changed)
    incubator/lcf/branches/release-0.1-branch/framework/pull-agent/src/main/java/org/apache/manifoldcf/crawler/system/ManifoldCF.java   (props changed)
    incubator/lcf/branches/release-0.1-branch/framework/pull-agent/src/main/java/org/apache/manifoldcf/crawler/system/QueuedDocument.java   (props changed)
    incubator/lcf/branches/release-0.1-branch/framework/pull-agent/src/main/java/org/apache/manifoldcf/crawler/system/QueuedDocumentSet.java   (props changed)
    incubator/lcf/branches/release-0.1-branch/framework/pull-agent/src/main/java/org/apache/manifoldcf/crawler/system/ResetManager.java   (props changed)
    incubator/lcf/branches/release-0.1-branch/framework/pull-agent/src/main/java/org/apache/manifoldcf/crawler/system/SeedingActivity.java   (props changed)
    incubator/lcf/branches/release-0.1-branch/framework/pull-agent/src/main/java/org/apache/manifoldcf/crawler/system/SeedingThread.java   (props changed)
    incubator/lcf/branches/release-0.1-branch/framework/pull-agent/src/main/java/org/apache/manifoldcf/crawler/system/SetPriorityThread.java   (props changed)
    incubator/lcf/branches/release-0.1-branch/framework/pull-agent/src/main/java/org/apache/manifoldcf/crawler/system/StartupThread.java   (props changed)
    incubator/lcf/branches/release-0.1-branch/framework/pull-agent/src/main/java/org/apache/manifoldcf/crawler/system/StufferThread.java   (props changed)
    incubator/lcf/branches/release-0.1-branch/framework/pull-agent/src/main/java/org/apache/manifoldcf/crawler/system/WorkerResetManager.java   (props changed)
    incubator/lcf/branches/release-0.1-branch/framework/pull-agent/src/main/java/org/apache/manifoldcf/crawler/system/WorkerThread.java   (props changed)
    incubator/lcf/branches/release-0.1-branch/framework/tests/src/main/java/org/apache/manifoldcf/agents/tests/Sanity.java   (props changed)
    incubator/lcf/branches/release-0.1-branch/framework/tests/src/main/java/org/apache/manifoldcf/agents/tests/TestBase.java   (props changed)
    incubator/lcf/branches/release-0.1-branch/framework/tests/src/main/java/org/apache/manifoldcf/core/tests/TestBase.java   (props changed)
    incubator/lcf/branches/release-0.1-branch/framework/tests/src/main/java/org/apache/manifoldcf/core/tests/UILockSpinner.java   (props changed)
    incubator/lcf/branches/release-0.1-branch/framework/tests/src/main/java/org/apache/manifoldcf/crawler/tests/Sanity.java   (props changed)
    incubator/lcf/branches/release-0.1-branch/framework/tests/src/main/java/org/apache/manifoldcf/crawler/tests/TestBase.java   (props changed)
    incubator/lcf/branches/release-0.1-branch/framework/tests/src/main/java/org/apache/manifoldcf/crawler/tests/TestConnectorBase.java   (props changed)
    incubator/lcf/branches/release-0.1-branch/framework/ui-core/src/main/java/org/apache/manifoldcf/ui/beans/AdminProfile.java   (props changed)
    incubator/lcf/branches/release-0.1-branch/framework/ui-core/src/main/java/org/apache/manifoldcf/ui/beans/ThreadContext.java   (props changed)
    incubator/lcf/branches/release-0.1-branch/framework/ui-core/src/main/java/org/apache/manifoldcf/ui/jsp/JspWrapper.java   (props changed)
    incubator/lcf/branches/release-0.1-branch/framework/ui-core/src/main/java/org/apache/manifoldcf/ui/multipart/MultipartWrapper.java   (props changed)
    incubator/lcf/branches/release-0.1-branch/framework/ui-core/src/main/java/org/apache/manifoldcf/ui/util/Encoder.java   (props changed)
    incubator/lcf/branches/release-0.1-branch/framework/ui-core/src/main/java/org/apache/manifoldcf/ui/util/Formatter.java   (props changed)
    incubator/lcf/branches/release-0.1-branch/framework/ui-core/src/main/java/org/apache/manifoldcf/ui/util/MultilineParser.java   (props changed)

Propchange: incubator/lcf/branches/release-0.1-branch/framework/agents/src/main/java/org/apache/manifoldcf/agents/AgentRun.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/lcf/branches/release-0.1-branch/framework/agents/src/main/java/org/apache/manifoldcf/agents/AgentStop.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/lcf/branches/release-0.1-branch/framework/agents/src/main/java/org/apache/manifoldcf/agents/BaseAgentsInitializationCommand.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/lcf/branches/release-0.1-branch/framework/agents/src/main/java/org/apache/manifoldcf/agents/DefineOutputConnection.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/lcf/branches/release-0.1-branch/framework/agents/src/main/java/org/apache/manifoldcf/agents/DeleteOutputConnection.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/lcf/branches/release-0.1-branch/framework/agents/src/main/java/org/apache/manifoldcf/agents/Install.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/lcf/branches/release-0.1-branch/framework/agents/src/main/java/org/apache/manifoldcf/agents/Register.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/lcf/branches/release-0.1-branch/framework/agents/src/main/java/org/apache/manifoldcf/agents/RegisterOutput.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/lcf/branches/release-0.1-branch/framework/agents/src/main/java/org/apache/manifoldcf/agents/SynchronizeAll.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/lcf/branches/release-0.1-branch/framework/agents/src/main/java/org/apache/manifoldcf/agents/SynchronizeOutputs.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/lcf/branches/release-0.1-branch/framework/agents/src/main/java/org/apache/manifoldcf/agents/TransactionalAgentsInitializationCommand.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/lcf/branches/release-0.1-branch/framework/agents/src/main/java/org/apache/manifoldcf/agents/UnRegister.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/lcf/branches/release-0.1-branch/framework/agents/src/main/java/org/apache/manifoldcf/agents/UnRegisterAll.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/lcf/branches/release-0.1-branch/framework/agents/src/main/java/org/apache/manifoldcf/agents/UnRegisterAllOutputs.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/lcf/branches/release-0.1-branch/framework/agents/src/main/java/org/apache/manifoldcf/agents/UnRegisterOutput.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/lcf/branches/release-0.1-branch/framework/agents/src/main/java/org/apache/manifoldcf/agents/Uninstall.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/lcf/branches/release-0.1-branch/framework/agents/src/main/java/org/apache/manifoldcf/agents/agentmanager/AgentManager.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/lcf/branches/release-0.1-branch/framework/agents/src/main/java/org/apache/manifoldcf/agents/common/XMLContext.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/lcf/branches/release-0.1-branch/framework/agents/src/main/java/org/apache/manifoldcf/agents/common/XMLFileContext.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/lcf/branches/release-0.1-branch/framework/agents/src/main/java/org/apache/manifoldcf/agents/common/XMLOutputStreamContext.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/lcf/branches/release-0.1-branch/framework/agents/src/main/java/org/apache/manifoldcf/agents/common/XMLStream.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/lcf/branches/release-0.1-branch/framework/agents/src/main/java/org/apache/manifoldcf/agents/common/XMLStringContext.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/lcf/branches/release-0.1-branch/framework/agents/src/main/java/org/apache/manifoldcf/agents/common/XMLWriterContext.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/lcf/branches/release-0.1-branch/framework/agents/src/main/java/org/apache/manifoldcf/agents/incrementalingest/IncrementalIngester.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/lcf/branches/release-0.1-branch/framework/agents/src/main/java/org/apache/manifoldcf/agents/interfaces/AgentFactory.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/lcf/branches/release-0.1-branch/framework/agents/src/main/java/org/apache/manifoldcf/agents/interfaces/AgentManagerFactory.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/lcf/branches/release-0.1-branch/framework/agents/src/main/java/org/apache/manifoldcf/agents/interfaces/CacheKeyFactory.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/lcf/branches/release-0.1-branch/framework/agents/src/main/java/org/apache/manifoldcf/agents/interfaces/DocumentIngestStatus.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/lcf/branches/release-0.1-branch/framework/agents/src/main/java/org/apache/manifoldcf/agents/interfaces/IAgent.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/lcf/branches/release-0.1-branch/framework/agents/src/main/java/org/apache/manifoldcf/agents/interfaces/IAgentManager.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/lcf/branches/release-0.1-branch/framework/agents/src/main/java/org/apache/manifoldcf/agents/interfaces/IIncrementalIngester.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/lcf/branches/release-0.1-branch/framework/agents/src/main/java/org/apache/manifoldcf/agents/interfaces/IIngestLogger.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/lcf/branches/release-0.1-branch/framework/agents/src/main/java/org/apache/manifoldcf/agents/interfaces/IOutputActivity.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/lcf/branches/release-0.1-branch/framework/agents/src/main/java/org/apache/manifoldcf/agents/interfaces/IOutputAddActivity.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/lcf/branches/release-0.1-branch/framework/agents/src/main/java/org/apache/manifoldcf/agents/interfaces/IOutputConnection.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/lcf/branches/release-0.1-branch/framework/agents/src/main/java/org/apache/manifoldcf/agents/interfaces/IOutputConnectionManager.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/lcf/branches/release-0.1-branch/framework/agents/src/main/java/org/apache/manifoldcf/agents/interfaces/IOutputConnector.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/lcf/branches/release-0.1-branch/framework/agents/src/main/java/org/apache/manifoldcf/agents/interfaces/IOutputConnectorManager.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/lcf/branches/release-0.1-branch/framework/agents/src/main/java/org/apache/manifoldcf/agents/interfaces/IOutputHistoryActivity.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/lcf/branches/release-0.1-branch/framework/agents/src/main/java/org/apache/manifoldcf/agents/interfaces/IOutputNotifyActivity.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/lcf/branches/release-0.1-branch/framework/agents/src/main/java/org/apache/manifoldcf/agents/interfaces/IOutputRemoveActivity.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/lcf/branches/release-0.1-branch/framework/agents/src/main/java/org/apache/manifoldcf/agents/interfaces/IncrementalIngesterFactory.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/lcf/branches/release-0.1-branch/framework/agents/src/main/java/org/apache/manifoldcf/agents/interfaces/OutputConnectionManagerFactory.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/lcf/branches/release-0.1-branch/framework/agents/src/main/java/org/apache/manifoldcf/agents/interfaces/OutputConnectorFactory.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/lcf/branches/release-0.1-branch/framework/agents/src/main/java/org/apache/manifoldcf/agents/interfaces/OutputConnectorManagerFactory.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/lcf/branches/release-0.1-branch/framework/agents/src/main/java/org/apache/manifoldcf/agents/interfaces/OutputSpecification.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/lcf/branches/release-0.1-branch/framework/agents/src/main/java/org/apache/manifoldcf/agents/interfaces/RepositoryDocument.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/lcf/branches/release-0.1-branch/framework/agents/src/main/java/org/apache/manifoldcf/agents/interfaces/ServiceInterruption.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/lcf/branches/release-0.1-branch/framework/agents/src/main/java/org/apache/manifoldcf/agents/output/BaseOutputConnector.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/lcf/branches/release-0.1-branch/framework/agents/src/main/java/org/apache/manifoldcf/agents/outputconnection/OutputConnection.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/lcf/branches/release-0.1-branch/framework/agents/src/main/java/org/apache/manifoldcf/agents/outputconnection/OutputConnectionManager.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/lcf/branches/release-0.1-branch/framework/agents/src/main/java/org/apache/manifoldcf/agents/outputconnmgr/OutputConnectorManager.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/lcf/branches/release-0.1-branch/framework/agents/src/main/java/org/apache/manifoldcf/agents/system/Logging.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/lcf/branches/release-0.1-branch/framework/agents/src/main/java/org/apache/manifoldcf/agents/system/ManifoldCF.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/lcf/branches/release-0.1-branch/framework/api-servlet/src/main/java/org/apache/manifoldcf/api/APIServlet.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/lcf/branches/release-0.1-branch/framework/authority-servlet/src/main/java/org/apache/manifoldcf/authorityservice/servlet/UserACLServlet.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/lcf/branches/release-0.1-branch/framework/build.xml
            ('svn:executable' removed)

Propchange: incubator/lcf/branches/release-0.1-branch/framework/core/src/main/java/org/apache/manifoldcf/core/DBCreate.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/lcf/branches/release-0.1-branch/framework/core/src/main/java/org/apache/manifoldcf/core/DBDrop.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/lcf/branches/release-0.1-branch/framework/core/src/main/java/org/apache/manifoldcf/core/DBInitializationCommand.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/lcf/branches/release-0.1-branch/framework/core/src/main/java/org/apache/manifoldcf/core/InitializationCommand.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/lcf/branches/release-0.1-branch/framework/core/src/main/java/org/apache/manifoldcf/core/LockClean.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/lcf/branches/release-0.1-branch/framework/core/src/main/java/org/apache/manifoldcf/core/Obfuscate.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/lcf/branches/release-0.1-branch/framework/core/src/main/java/org/apache/manifoldcf/core/cachemanager/BaseDescription.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/lcf/branches/release-0.1-branch/framework/core/src/main/java/org/apache/manifoldcf/core/cachemanager/CacheManager.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/lcf/branches/release-0.1-branch/framework/core/src/main/java/org/apache/manifoldcf/core/cachemanager/ExecutorBase.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/lcf/branches/release-0.1-branch/framework/core/src/main/java/org/apache/manifoldcf/core/cachemanager/GeneralCache.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/lcf/branches/release-0.1-branch/framework/core/src/main/java/org/apache/manifoldcf/core/common/Base64.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/lcf/branches/release-0.1-branch/framework/core/src/main/java/org/apache/manifoldcf/core/common/XMLDoc.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/lcf/branches/release-0.1-branch/framework/core/src/main/java/org/apache/manifoldcf/core/connector/BaseConnector.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/lcf/branches/release-0.1-branch/framework/core/src/main/java/org/apache/manifoldcf/core/database/BaseObject.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/lcf/branches/release-0.1-branch/framework/core/src/main/java/org/apache/manifoldcf/core/database/BaseTable.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/lcf/branches/release-0.1-branch/framework/core/src/main/java/org/apache/manifoldcf/core/database/ConnectionFactory.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/lcf/branches/release-0.1-branch/framework/core/src/main/java/org/apache/manifoldcf/core/database/DBInterfaceDerby.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/lcf/branches/release-0.1-branch/framework/core/src/main/java/org/apache/manifoldcf/core/database/DBInterfaceMySQL.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/lcf/branches/release-0.1-branch/framework/core/src/main/java/org/apache/manifoldcf/core/database/DBInterfacePostgreSQL.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/lcf/branches/release-0.1-branch/framework/core/src/main/java/org/apache/manifoldcf/core/database/Database.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/lcf/branches/release-0.1-branch/framework/core/src/main/java/org/apache/manifoldcf/core/database/MergedResultSet.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/lcf/branches/release-0.1-branch/framework/core/src/main/java/org/apache/manifoldcf/core/database/QueryDescription.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/lcf/branches/release-0.1-branch/framework/core/src/main/java/org/apache/manifoldcf/core/database/RRow.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/lcf/branches/release-0.1-branch/framework/core/src/main/java/org/apache/manifoldcf/core/database/RSet.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/lcf/branches/release-0.1-branch/framework/core/src/main/java/org/apache/manifoldcf/core/database/TransactionHandle.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/lcf/branches/release-0.1-branch/framework/core/src/main/java/org/apache/manifoldcf/core/interfaces/BinaryInput.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/lcf/branches/release-0.1-branch/framework/core/src/main/java/org/apache/manifoldcf/core/interfaces/CacheKeyFactory.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/lcf/branches/release-0.1-branch/framework/core/src/main/java/org/apache/manifoldcf/core/interfaces/CacheManagerFactory.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/lcf/branches/release-0.1-branch/framework/core/src/main/java/org/apache/manifoldcf/core/interfaces/CharacterInput.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/lcf/branches/release-0.1-branch/framework/core/src/main/java/org/apache/manifoldcf/core/interfaces/ColumnDescription.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/lcf/branches/release-0.1-branch/framework/core/src/main/java/org/apache/manifoldcf/core/interfaces/ConfigNode.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/lcf/branches/release-0.1-branch/framework/core/src/main/java/org/apache/manifoldcf/core/interfaces/ConfigParams.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/lcf/branches/release-0.1-branch/framework/core/src/main/java/org/apache/manifoldcf/core/interfaces/Configuration.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/lcf/branches/release-0.1-branch/framework/core/src/main/java/org/apache/manifoldcf/core/interfaces/ConfigurationNode.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/lcf/branches/release-0.1-branch/framework/core/src/main/java/org/apache/manifoldcf/core/interfaces/DBInterfaceFactory.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/lcf/branches/release-0.1-branch/framework/core/src/main/java/org/apache/manifoldcf/core/interfaces/ICacheClass.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/lcf/branches/release-0.1-branch/framework/core/src/main/java/org/apache/manifoldcf/core/interfaces/ICacheCreateHandle.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/lcf/branches/release-0.1-branch/framework/core/src/main/java/org/apache/manifoldcf/core/interfaces/ICacheDescription.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/lcf/branches/release-0.1-branch/framework/core/src/main/java/org/apache/manifoldcf/core/interfaces/ICacheExecutor.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/lcf/branches/release-0.1-branch/framework/core/src/main/java/org/apache/manifoldcf/core/interfaces/ICacheHandle.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/lcf/branches/release-0.1-branch/framework/core/src/main/java/org/apache/manifoldcf/core/interfaces/ICacheManager.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/lcf/branches/release-0.1-branch/framework/core/src/main/java/org/apache/manifoldcf/core/interfaces/IConnector.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/lcf/branches/release-0.1-branch/framework/core/src/main/java/org/apache/manifoldcf/core/interfaces/IDBInterface.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/lcf/branches/release-0.1-branch/framework/core/src/main/java/org/apache/manifoldcf/core/interfaces/IDFactory.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/lcf/branches/release-0.1-branch/framework/core/src/main/java/org/apache/manifoldcf/core/interfaces/IHTTPOutput.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/lcf/branches/release-0.1-branch/framework/core/src/main/java/org/apache/manifoldcf/core/interfaces/IKeystoreManager.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/lcf/branches/release-0.1-branch/framework/core/src/main/java/org/apache/manifoldcf/core/interfaces/ILimitChecker.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/lcf/branches/release-0.1-branch/framework/core/src/main/java/org/apache/manifoldcf/core/interfaces/ILockManager.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/lcf/branches/release-0.1-branch/framework/core/src/main/java/org/apache/manifoldcf/core/interfaces/IPostParameters.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/lcf/branches/release-0.1-branch/framework/core/src/main/java/org/apache/manifoldcf/core/interfaces/IResultRow.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/lcf/branches/release-0.1-branch/framework/core/src/main/java/org/apache/manifoldcf/core/interfaces/IResultSet.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/lcf/branches/release-0.1-branch/framework/core/src/main/java/org/apache/manifoldcf/core/interfaces/IShutdownHook.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/lcf/branches/release-0.1-branch/framework/core/src/main/java/org/apache/manifoldcf/core/interfaces/IThreadContext.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/lcf/branches/release-0.1-branch/framework/core/src/main/java/org/apache/manifoldcf/core/interfaces/IndexDescription.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/lcf/branches/release-0.1-branch/framework/core/src/main/java/org/apache/manifoldcf/core/interfaces/KeystoreManagerFactory.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/lcf/branches/release-0.1-branch/framework/core/src/main/java/org/apache/manifoldcf/core/interfaces/LockException.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/lcf/branches/release-0.1-branch/framework/core/src/main/java/org/apache/manifoldcf/core/interfaces/LockManagerFactory.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/lcf/branches/release-0.1-branch/framework/core/src/main/java/org/apache/manifoldcf/core/interfaces/ManifoldCFException.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/lcf/branches/release-0.1-branch/framework/core/src/main/java/org/apache/manifoldcf/core/interfaces/ResultSpecification.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/lcf/branches/release-0.1-branch/framework/core/src/main/java/org/apache/manifoldcf/core/interfaces/Specification.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/lcf/branches/release-0.1-branch/framework/core/src/main/java/org/apache/manifoldcf/core/interfaces/SpecificationNode.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/lcf/branches/release-0.1-branch/framework/core/src/main/java/org/apache/manifoldcf/core/interfaces/StringSet.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/lcf/branches/release-0.1-branch/framework/core/src/main/java/org/apache/manifoldcf/core/interfaces/StringSetBuffer.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/lcf/branches/release-0.1-branch/framework/core/src/main/java/org/apache/manifoldcf/core/interfaces/TempFileCharacterInput.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/lcf/branches/release-0.1-branch/framework/core/src/main/java/org/apache/manifoldcf/core/interfaces/TempFileInput.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/lcf/branches/release-0.1-branch/framework/core/src/main/java/org/apache/manifoldcf/core/interfaces/ThreadContextFactory.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/lcf/branches/release-0.1-branch/framework/core/src/main/java/org/apache/manifoldcf/core/interfaces/TimeMarker.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/lcf/branches/release-0.1-branch/framework/core/src/main/java/org/apache/manifoldcf/core/interfaces/UTF8Stderr.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/lcf/branches/release-0.1-branch/framework/core/src/main/java/org/apache/manifoldcf/core/interfaces/UTF8Stdout.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/lcf/branches/release-0.1-branch/framework/core/src/main/java/org/apache/manifoldcf/core/keystore/KeystoreManager.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/lcf/branches/release-0.1-branch/framework/core/src/main/java/org/apache/manifoldcf/core/lockmanager/ExpiredObjectException.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/lcf/branches/release-0.1-branch/framework/core/src/main/java/org/apache/manifoldcf/core/lockmanager/LocalLockException.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/lcf/branches/release-0.1-branch/framework/core/src/main/java/org/apache/manifoldcf/core/lockmanager/LockManager.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/lcf/branches/release-0.1-branch/framework/core/src/main/java/org/apache/manifoldcf/core/lockmanager/LockObject.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/lcf/branches/release-0.1-branch/framework/core/src/main/java/org/apache/manifoldcf/core/lockmanager/LockPool.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/lcf/branches/release-0.1-branch/framework/core/src/main/java/org/apache/manifoldcf/core/system/Logging.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/lcf/branches/release-0.1-branch/framework/core/src/main/java/org/apache/manifoldcf/core/system/ManifoldCF.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/lcf/branches/release-0.1-branch/framework/core/src/main/java/org/apache/manifoldcf/core/system/ManifoldCFConfiguration.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/lcf/branches/release-0.1-branch/framework/core/src/main/java/org/apache/manifoldcf/core/system/ManifoldCFResourceLoader.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/lcf/branches/release-0.1-branch/framework/core/src/main/java/org/apache/manifoldcf/core/threadcontext/ThreadContext.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/lcf/branches/release-0.1-branch/framework/crawler-ui/src/main/webapp/ManifoldCF-logo.png
            ('svn:executable' removed)

Propchange: incubator/lcf/branches/release-0.1-branch/framework/crawler-ui/src/main/webapp/WEB-INF/jsp/c.tld
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/lcf/branches/release-0.1-branch/framework/crawler-ui/src/main/webapp/WEB-INF/jsp/fmt.tld
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/lcf/branches/release-0.1-branch/framework/crawler-ui/src/main/webapp/WEB-INF/jsp/sql.tld
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/lcf/branches/release-0.1-branch/framework/crawler-ui/src/main/webapp/WEB-INF/jsp/x.tld
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/lcf/branches/release-0.1-branch/framework/crawler-ui/src/main/webapp/WEB-INF/lib/jstl.jar
            ('svn:executable' removed)

Propchange: incubator/lcf/branches/release-0.1-branch/framework/crawler-ui/src/main/webapp/WEB-INF/lib/standard.jar
            ('svn:executable' removed)

Propchange: incubator/lcf/branches/release-0.1-branch/framework/crawler-ui/src/main/webapp/documentstatus.jsp
            ('svn:executable' removed)

Propchange: incubator/lcf/branches/release-0.1-branch/framework/crawler-ui/src/main/webapp/listoutputs.jsp
            ('svn:executable' removed)

Propchange: incubator/lcf/branches/release-0.1-branch/framework/crawler-ui/src/main/webapp/queuestatus.jsp
            ('svn:executable' removed)

Propchange: incubator/lcf/branches/release-0.1-branch/framework/jetty-runner/src/main/java/org/apache/manifoldcf/jettyrunner/Connectors.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/lcf/branches/release-0.1-branch/framework/jetty-runner/src/main/java/org/apache/manifoldcf/jettyrunner/ManifoldCFJettyRunner.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/lcf/branches/release-0.1-branch/framework/pull-agent/src/main/java/org/apache/manifoldcf/authorities/BaseAuthoritiesInitializationCommand.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/lcf/branches/release-0.1-branch/framework/pull-agent/src/main/java/org/apache/manifoldcf/authorities/ChangeAuthSpec.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/lcf/branches/release-0.1-branch/framework/pull-agent/src/main/java/org/apache/manifoldcf/authorities/CheckAll.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/lcf/branches/release-0.1-branch/framework/pull-agent/src/main/java/org/apache/manifoldcf/authorities/CheckConfigured.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/lcf/branches/release-0.1-branch/framework/pull-agent/src/main/java/org/apache/manifoldcf/authorities/DefineAuthorityConnection.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/lcf/branches/release-0.1-branch/framework/pull-agent/src/main/java/org/apache/manifoldcf/authorities/DeleteAuthorityConnection.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/lcf/branches/release-0.1-branch/framework/pull-agent/src/main/java/org/apache/manifoldcf/authorities/RegisterAuthority.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/lcf/branches/release-0.1-branch/framework/pull-agent/src/main/java/org/apache/manifoldcf/authorities/SynchronizeAuthorities.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/lcf/branches/release-0.1-branch/framework/pull-agent/src/main/java/org/apache/manifoldcf/authorities/UnRegisterAllAuthorities.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/lcf/branches/release-0.1-branch/framework/pull-agent/src/main/java/org/apache/manifoldcf/authorities/UnRegisterAuthority.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/lcf/branches/release-0.1-branch/framework/pull-agent/src/main/java/org/apache/manifoldcf/authorities/authconnmgr/AuthorityConnectorManager.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/lcf/branches/release-0.1-branch/framework/pull-agent/src/main/java/org/apache/manifoldcf/authorities/authorities/BaseAuthorityConnector.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/lcf/branches/release-0.1-branch/framework/pull-agent/src/main/java/org/apache/manifoldcf/authorities/authority/AuthorityConnection.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/lcf/branches/release-0.1-branch/framework/pull-agent/src/main/java/org/apache/manifoldcf/authorities/authority/AuthorityConnectionManager.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/lcf/branches/release-0.1-branch/framework/pull-agent/src/main/java/org/apache/manifoldcf/authorities/interfaces/AuthorityConnectionManagerFactory.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/lcf/branches/release-0.1-branch/framework/pull-agent/src/main/java/org/apache/manifoldcf/authorities/interfaces/AuthorityConnectorFactory.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/lcf/branches/release-0.1-branch/framework/pull-agent/src/main/java/org/apache/manifoldcf/authorities/interfaces/AuthorityConnectorManagerFactory.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/lcf/branches/release-0.1-branch/framework/pull-agent/src/main/java/org/apache/manifoldcf/authorities/interfaces/AuthorizationResponse.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/lcf/branches/release-0.1-branch/framework/pull-agent/src/main/java/org/apache/manifoldcf/authorities/interfaces/CacheKeyFactory.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/lcf/branches/release-0.1-branch/framework/pull-agent/src/main/java/org/apache/manifoldcf/authorities/interfaces/IAuthorityConnection.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/lcf/branches/release-0.1-branch/framework/pull-agent/src/main/java/org/apache/manifoldcf/authorities/interfaces/IAuthorityConnectionManager.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/lcf/branches/release-0.1-branch/framework/pull-agent/src/main/java/org/apache/manifoldcf/authorities/interfaces/IAuthorityConnector.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/lcf/branches/release-0.1-branch/framework/pull-agent/src/main/java/org/apache/manifoldcf/authorities/interfaces/IAuthorityConnectorManager.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/lcf/branches/release-0.1-branch/framework/pull-agent/src/main/java/org/apache/manifoldcf/authorities/system/AuthCheckThread.java
------------------------------------------------------------------------------
    svn:eol-style = native