#	$Id: srcfiles.in,v 1.108 2006/10/31 17:28:52 gmf Exp $
#
# This is an input file for the s_win32_dsp and s_vxworks scripts.  It lists
# the source files in the Berkeley DB XML tree and notes which are 
# used to build the Win/32 and VxWorks libraries.
#
# Please keep this list sorted alphabetically!
#
# Each non-blank, non-comment line is of the form
#   filename		module [ module ...]
#
# The possible modules, including the name of the project (.dsp) file:
#
#   app=NAME		Linked into application NAME.exe (NAME.{dsp,vcproj})
#   test=NAME		Linked into application NAME.exe, linked
#                       with Xerces and Pathan, as well (NAME.{dsp,vcproj})
#   dll=NAME		Linked into dll NAME.dll (dbxml_NAME.{dsp,vcproj})
#   lib			File is in the main Windows DLL/LIB (dbxml.dsp)
#library.filters=dbxml nodeStore dataItem optimizer
examples/cxx/basic/helloWorld.cpp			app=helloWorld
examples/cxx/basic/helloWorldTxn.cpp			app=helloWorldTxn
examples/cxx/basic/query.cpp				app=query
examples/cxx/basic/queryTxn.cpp				app=queryTxn
examples/cxx/gettingStarted/addIndex.cpp		app=dbxml_example_addIndex
examples/cxx/gettingStarted/buildDB.cpp			app=dbxml_example_buildDB
examples/cxx/gettingStarted/deleteDocument.cpp		app=dbxml_example_deleteDocument
examples/cxx/gettingStarted/deleteIndex.cpp		app=dbxml_example_deleteIndex
examples/cxx/gettingStarted/exampleLoadContainer.cpp	app=dbxml_example_exampleLoadContainer
examples/cxx/gettingStarted/modifyDocument.cpp		app=dbxml_example_modifyDocument
examples/cxx/gettingStarted/queryForDocumentValue.cpp	app=dbxml_example_queryForDocumentValue
examples/cxx/gettingStarted/queryForMetaData.cpp	app=dbxml_example_queryForMetaData
examples/cxx/gettingStarted/queryWithContext.cpp	app=dbxml_example_queryWithContext
examples/cxx/gettingStarted/queryWithDocumentNames.cpp	app=dbxml_example_queryWithDocumentNames
examples/cxx/gettingStarted/replaceIndex.cpp		app=dbxml_example_replaceIndex
examples/cxx/gettingStarted/retrieveDB.cpp		app=dbxml_example_retrieveDB
examples/cxx/gettingStarted/simpleAdd.cpp		app=dbxml_example_simpleAdd
examples/cxx/gettingStarted/simpleContainer.cpp		app=dbxml_example_simpleContainer
examples/cxx/gettingStarted/simpleContainerInEnv.cpp	app=dbxml_example_simpleContainerInEnv
examples/cxx/gettingStarted/simpleQuery.cpp		app=dbxml_example_simpleQuery
examples/cxx/gettingStarted/updateDocument.cpp		app=dbxml_example_updateDocument
include/dbxml/DbXml.hpp				library
include/dbxml/DbXmlFwd.hpp			library
include/dbxml/XmlContainer.hpp			library
include/dbxml/XmlData.hpp			library
include/dbxml/XmlDocument.hpp			library
include/dbxml/XmlEventReader.hpp		library
include/dbxml/XmlEventReaderToWriter.hpp	library
include/dbxml/XmlEventWriter.hpp		library
include/dbxml/XmlException.hpp			library
include/dbxml/XmlIndexLookup.hpp		library
include/dbxml/XmlIndexSpecification.hpp		library
include/dbxml/XmlInputStream.hpp		library
include/dbxml/XmlManager.hpp			library
include/dbxml/XmlMetaDataIterator.hpp		library
include/dbxml/XmlModify.hpp			library
include/dbxml/XmlNamespace.hpp			library
include/dbxml/XmlPortability.hpp		library
include/dbxml/XmlQueryContext.hpp		library
include/dbxml/XmlQueryExpression.hpp		library
include/dbxml/XmlResolver.hpp			library
include/dbxml/XmlResults.hpp			library
include/dbxml/XmlStatistics.hpp			library
include/dbxml/XmlTransaction.hpp		library
include/dbxml/XmlUpdateContext.hpp		library
include/dbxml/XmlValue.hpp			library
src/clib/getopt.c				app=dbxml_dump app=dbxml_load app=dbxml_shell app=dbxml_load_container app=dbxml_benchmark test=dbxml_xqts_runner
src/common/SigBlock.cpp				app=dbxml_dump app=dbxml_load app=dbxml_shell app=dbxml_load_container
src/common/Timer.cpp				app=dbxml_shell app=dbxml_benchmark
src/common/util_sig.c				app=dbxml_dump app=dbxml_load app=dbxml_shell app=dbxml_load_container
src/dbxml/BaseInputStream.cpp					library
src/dbxml/BaseInputStream.hpp	library
src/dbxml/Buffer.cpp					library
src/dbxml/Buffer.hpp	library
src/dbxml/ConfigurationDatabase.cpp			library
src/dbxml/ConfigurationDatabase.hpp	library
src/dbxml/Container.cpp					library
src/dbxml/Container.hpp	library
src/dbxml/Cursor.cpp					library
src/dbxml/Cursor.hpp	library
src/dbxml/DbWrapper.cpp					library
src/dbxml/DbWrapper.hpp	library
src/dbxml/DbXmlInternal.cpp					library
src/dbxml/DbXmlInternal.hpp	library
src/dbxml/DictionaryDatabase.cpp			library
src/dbxml/DictionaryDatabase.hpp	library
src/dbxml/DocID.cpp					library
src/dbxml/DocID.hpp					library
src/dbxml/DocID.hpp	library
src/dbxml/Document.cpp					library
src/dbxml/Document.hpp	library
src/dbxml/DocumentDatabase.cpp      library
src/dbxml/DocumentDatabase.hpp	library
src/dbxml/Globals.cpp					library
src/dbxml/Globals.hpp	library
src/dbxml/HighResTimer.cpp				library
src/dbxml/HighResTimer.hpp	library
src/dbxml/IDS.cpp					library
src/dbxml/IDS.hpp	library
src/dbxml/ImpliedSchemaNode.cpp				library
src/dbxml/ImpliedSchemaNode.hpp	library
src/dbxml/IndexEntry.cpp				library
src/dbxml/IndexEntry.hpp	library
src/dbxml/IndexLookup.cpp				library
src/dbxml/IndexLookup.hpp	library
src/dbxml/IndexSpecification.cpp			library
src/dbxml/IndexSpecification.hpp	library
src/dbxml/Indexer.cpp					library
src/dbxml/Indexer.hpp	library
src/dbxml/Key.cpp					library
src/dbxml/Key.hpp	library
src/dbxml/KeyGenerator.cpp	library
src/dbxml/KeyGenerator.hpp	library
src/dbxml/KeyStash.cpp					library
src/dbxml/KeyStash.hpp	library
src/dbxml/KeyStatistics.cpp				library
src/dbxml/KeyStatistics.hpp	library
src/dbxml/LocalFileInputStream.cpp					library
src/dbxml/LocalFileInputStream.hpp	library
src/dbxml/Log.cpp					library
src/dbxml/Log.hpp	library
src/dbxml/Manager.cpp					library
src/dbxml/Manager.hpp	library
src/dbxml/MemBufInputStream.cpp					library
src/dbxml/MemBufInputStream.hpp	library
src/dbxml/MetaDatum.cpp					library
src/dbxml/MetaDatum.hpp	library
src/dbxml/Modify.cpp					library
src/dbxml/Modify.hpp	library
src/dbxml/Name.cpp					library
src/dbxml/Name.hpp	library
src/dbxml/NameID.cpp					library
src/dbxml/NameID.hpp					library
src/dbxml/NamespaceMap.hpp	library
src/dbxml/OperationContext.hpp	library
src/dbxml/PrintDataItemTree.cpp				library
src/dbxml/PrintDataItemTree.hpp	library
src/dbxml/QueryContext.cpp				library
src/dbxml/QueryContext.hpp	library
src/dbxml/QueryExecutionContext.cpp			library
src/dbxml/QueryExecutionContext.hpp	library
src/dbxml/QueryExpression.cpp				library
src/dbxml/QueryExpression.hpp	library
src/dbxml/QueryPlan.cpp					library
src/dbxml/QueryPlan.hpp	library
src/dbxml/ReferenceCounted.cpp				library
src/dbxml/ReferenceCounted.hpp	library
src/dbxml/ReferenceMinder.cpp				library
src/dbxml/ReferenceMinder.hpp	library
src/dbxml/Results.cpp					library
src/dbxml/Results.hpp	library
src/dbxml/ScopedDbt.hpp	library
src/dbxml/ScopedPtr.hpp	library
src/dbxml/SharedPtr.hpp	library
src/dbxml/Statistics.cpp				library
src/dbxml/Statistics.hpp	library
src/dbxml/StdInInputStream.cpp				library
src/dbxml/StdInInputStream.hpp	library
src/dbxml/Syntax.cpp					library
src/dbxml/Syntax.hpp	library
src/dbxml/SyntaxDatabase.cpp				library
src/dbxml/SyntaxDatabase.hpp	library
src/dbxml/SyntaxManager.cpp				library
src/dbxml/SyntaxManager.hpp	library
src/dbxml/TransactedContainer.cpp			library
src/dbxml/TransactedContainer.hpp	library
src/dbxml/Transaction.cpp				library
src/dbxml/Transaction.hpp	library
src/dbxml/TypeConversions.hpp	library
src/dbxml/URLInputStream.cpp					library
src/dbxml/URLInputStream.hpp	library
src/dbxml/UTF8.cpp					library
src/dbxml/UTF8.hpp	library
src/dbxml/UpdateContext.cpp				library
src/dbxml/UpdateContext.hpp	library
src/dbxml/Value.cpp					library
src/dbxml/Value.hpp	library
src/dbxml/VariableBindings.cpp				library
src/dbxml/VariableBindings.hpp	library
src/dbxml/XmlContainer.cpp				library
src/dbxml/XmlData.cpp					library
src/dbxml/XmlDocument.cpp				library
src/dbxml/XmlEventReader.cpp				library
src/dbxml/XmlEventReaderToWriter.cpp			library
src/dbxml/XmlEventWriter.cpp				library
src/dbxml/XmlException.cpp				library
src/dbxml/XmlIndexLookup.cpp				library
src/dbxml/XmlIndexSpecification.cpp			library
src/dbxml/XmlInputStream.cpp				library
src/dbxml/XmlInputStreamWrapper.hpp	library
src/dbxml/XmlManager.cpp				library
src/dbxml/XmlMetaDataIterator.cpp			library
src/dbxml/XmlModify.cpp					library
src/dbxml/XmlNamespace.cpp				library
src/dbxml/XmlQueryContext.cpp				library
src/dbxml/XmlQueryExpression.cpp			library
src/dbxml/XmlResolver.cpp				library
src/dbxml/XmlResults.cpp				library
src/dbxml/XmlStatistics.cpp				library
src/dbxml/XmlTransaction.cpp				library
src/dbxml/XmlUpdateContext.cpp				library
src/dbxml/XmlValue.cpp					library
src/dbxml/dataItem/DbXmlAtomize.cpp			library
src/dbxml/dataItem/DbXmlAtomize.hpp	library
src/dbxml/dataItem/DbXmlCompare.cpp			library
src/dbxml/dataItem/DbXmlCompare.hpp	library
src/dbxml/dataItem/DbXmlContains.cpp			library
src/dbxml/dataItem/DbXmlContains.hpp	library
src/dbxml/dataItem/DbXmlContext.cpp			library
src/dbxml/dataItem/DbXmlContext.hpp	library
src/dbxml/dataItem/DbXmlContextImpl.cpp			library
src/dbxml/dataItem/DbXmlContextImpl.hpp	library
src/dbxml/dataItem/DbXmlDocAvailable.cpp		library
src/dbxml/dataItem/DbXmlDocAvailable.hpp	library
src/dbxml/dataItem/DbXmlDynamicContextImpl.cpp		library
src/dbxml/dataItem/DbXmlDynamicContextImpl.hpp	library
src/dbxml/dataItem/DbXmlFactoryImpl.cpp			library
src/dbxml/dataItem/DbXmlFactoryImpl.hpp	library
src/dbxml/dataItem/DbXmlFilter.cpp			library
src/dbxml/dataItem/DbXmlFilter.hpp	library
src/dbxml/dataItem/DbXmlFunction.cpp			library
src/dbxml/dataItem/DbXmlFunction.hpp	library
src/dbxml/dataItem/DbXmlNav.cpp			library
src/dbxml/dataItem/DbXmlNav.hpp	library
src/dbxml/dataItem/DbXmlNodeImpl.cpp			library
src/dbxml/dataItem/DbXmlNodeImpl.hpp	library
src/dbxml/dataItem/DbXmlNodeTest.cpp			library
src/dbxml/dataItem/DbXmlNodeTest.hpp	library
src/dbxml/dataItem/DbXmlResult.cpp			library
src/dbxml/dataItem/DbXmlResult.hpp	library
src/dbxml/dataItem/DbXmlStep.cpp			library
src/dbxml/dataItem/DbXmlStep.hpp	library
src/dbxml/dataItem/DbXmlURIResolver.cpp			library
src/dbxml/dataItem/DbXmlURIResolver.hpp	library
src/dbxml/dataItem/DbXmlUri.cpp				library
src/dbxml/dataItem/DbXmlUri.hpp	library
src/dbxml/dataItem/Join.hpp	library
src/dbxml/dataItem/Join.cpp	library
src/dbxml/dataItem/LookupIndexFunction.cpp		library
src/dbxml/dataItem/LookupIndexFunction.hpp	library
src/dbxml/dataItem/MetaDataFunction.cpp			library
src/dbxml/dataItem/MetaDataFunction.hpp	library
src/dbxml/dataItem/NodeHandleFunction.cpp					library
src/dbxml/dataItem/NodeHandleFunction.hpp					library
src/dbxml/dataItem/QueryPlanFunction.cpp		library
src/dbxml/dataItem/QueryPlanFunction.hpp	library
src/dbxml/dataItem/QueryPlanHolder.cpp			library
src/dbxml/dataItem/QueryPlanHolder.hpp	library
src/dbxml/dataItem/QueryPlanResultImpl.cpp			library
src/dbxml/dataItem/QueryPlanResultImpl.hpp	library
src/dbxml/db_rdbt.c					library
src/dbxml/db_rdbt.h				library
src/dbxml/db_utils.h				library
src/dbxml/nodeStore/EventReader.cpp			library
src/dbxml/nodeStore/EventReader.hpp	library
src/dbxml/nodeStore/EventReaderToWriter.cpp		library
src/dbxml/nodeStore/EventReaderToWriter.hpp	library
src/dbxml/nodeStore/EventWriter.hpp	library
src/dbxml/nodeStore/NsConstants.hpp	library
src/dbxml/nodeStore/NsDocument.cpp			library
src/dbxml/nodeStore/NsDocument.hpp	library
src/dbxml/nodeStore/NsDocumentDatabase.cpp		library
src/dbxml/nodeStore/NsDocumentDatabase.hpp	library
src/dbxml/nodeStore/NsDom.cpp				library
src/dbxml/nodeStore/NsDom.hpp	library
src/dbxml/nodeStore/NsDomReader.cpp			library
src/dbxml/nodeStore/NsDomReader.hpp	library
src/dbxml/nodeStore/NsEvent.cpp				library
src/dbxml/nodeStore/NsEvent.hpp	library
src/dbxml/nodeStore/NsEventReader.cpp			library
src/dbxml/nodeStore/NsEventReader.hpp	library
src/dbxml/nodeStore/NsEventWriter.cpp			library
src/dbxml/nodeStore/NsEventWriter.hpp	library
src/dbxml/nodeStore/NsFormat.cpp			library
src/dbxml/nodeStore/NsFormat.hpp	library
src/dbxml/nodeStore/NsHandlerBase.cpp			library
src/dbxml/nodeStore/NsHandlerBase.hpp	library
src/dbxml/nodeStore/NsIterator.cpp			library
src/dbxml/nodeStore/NsIterator.hpp	library
src/dbxml/nodeStore/NsNid.cpp				library
src/dbxml/nodeStore/NsNid.hpp	library
src/dbxml/nodeStore/NsNode.cpp				library
src/dbxml/nodeStore/NsNode.hpp	library
src/dbxml/nodeStore/NsSAX2Reader.cpp			library
src/dbxml/nodeStore/NsSAX2Reader.hpp	library
src/dbxml/nodeStore/NsTransientDomBuilder.cpp		library
src/dbxml/nodeStore/NsTransientDomBuilder.hpp	library
src/dbxml/nodeStore/NsTypes.hpp	library
src/dbxml/nodeStore/NsUpgrade.cpp			library
src/dbxml/nodeStore/NsUpgrade.hpp	library
src/dbxml/nodeStore/NsUtil.cpp				library
src/dbxml/nodeStore/NsUtil.hpp	library
src/dbxml/nodeStore/NsWriter.cpp			library
src/dbxml/nodeStore/NsWriter.hpp	library
src/dbxml/nodeStore/NsXercesDom.cpp			library
src/dbxml/nodeStore/NsXercesDom.hpp	library
src/dbxml/nodeStore/NsXercesIndexer.cpp			library
src/dbxml/nodeStore/NsXercesIndexer.hpp	library
src/dbxml/nodeStore/NsXercesTranscoder.cpp		library
src/dbxml/nodeStore/NsXercesTranscoder.hpp	library
src/dbxml/nodeStore/PullEventInputStream.cpp		library
src/dbxml/nodeStore/PullEventInputStream.hpp	library
src/dbxml/nodeStore/save/EventReader.hpp	library
src/dbxml/nodeStore/save/EventWriter.hpp	library
src/dbxml/nodeStore/save/Indexer.hpp	library
src/dbxml/nodeStore/save/NsConstants.hpp	library
src/dbxml/nodeStore/save/NsDocument.hpp	library
src/dbxml/nodeStore/save/NsDocumentDatabase.hpp	library
src/dbxml/nodeStore/save/NsDom.hpp	library
src/dbxml/nodeStore/save/NsDomReader.hpp	library
src/dbxml/nodeStore/save/NsEvent.hpp	library
src/dbxml/nodeStore/save/NsEventHandlerToWriter.hpp	library
src/dbxml/nodeStore/save/NsEventReader.hpp	library
src/dbxml/nodeStore/save/NsEventWriter.hpp	library
src/dbxml/nodeStore/save/NsFormat.hpp	library
src/dbxml/nodeStore/save/NsHandlerBase.hpp	library
src/dbxml/nodeStore/save/NsNid.hpp	library
src/dbxml/nodeStore/save/NsNode.hpp	library
src/dbxml/nodeStore/save/NsSAX2Reader.hpp	library
src/dbxml/nodeStore/save/NsTransientDomBuilder.hpp	library
src/dbxml/nodeStore/save/NsTypes.hpp	library
src/dbxml/nodeStore/save/NsUtil.hpp	library
src/dbxml/nodeStore/save/NsWriter.hpp	library
src/dbxml/nodeStore/save/NsXercesDom.hpp	library
src/dbxml/nodeStore/save/NsXercesIndexer.hpp	library
src/dbxml/nodeStore/save/NsXercesTranscoder.hpp	library
src/dbxml/nodeStore/save/PullEventInputStream.hpp	library
src/dbxml/nodeStore/save/ReaderToEvents.hpp	library
src/dbxml/optimizer/ASTReplaceOptimizer.cpp		library
src/dbxml/optimizer/ASTReplaceOptimizer.hpp	library
src/dbxml/optimizer/ASTRewriteOptimizer.cpp		library
src/dbxml/optimizer/ASTRewriteOptimizer.hpp	library
src/dbxml/optimizer/CombineStepsOptimizer.cpp		library
src/dbxml/optimizer/CombineStepsOptimizer.hpp		library
src/dbxml/optimizer/CostBasedOptimizer.cpp		library
src/dbxml/optimizer/CostBasedOptimizer.hpp	library
src/dbxml/optimizer/NodeVisitingOptimizer.cpp		library
src/dbxml/optimizer/NodeVisitingOptimizer.hpp	library
src/dbxml/optimizer/Optimizer.cpp			library
src/dbxml/optimizer/Optimizer.hpp	library
src/dbxml/optimizer/QueryPlanGenerator.cpp		library
src/dbxml/optimizer/QueryPlanGenerator.hpp	library
src/dbxml/optimizer/QueryPlanOptimizer.cpp		library
src/dbxml/optimizer/QueryPlanOptimizer.hpp	library
src/dbxml/tokenizer.hpp	library
src/dbxml_dump/dbxml_dump.cpp			app=dbxml_dump
src/dbxml_load/dbxml_load.cpp			app=dbxml_load
src/java/dbxml_java_wrap.cpp			dll=dbxml_java
src/python/dbxml_python_wrap.cpp		dll=dbxml_python
src/tcl/dbxml_tcl_wrap.cpp			dll=dbxml_tcl
src/utils/load_container/LoadContainer.cpp	app=dbxml_load_container
src/utils/load_container/LoadContainer.hpp	app=dbxml_load_container
src/utils/query_runner/QueryRunner.cpp		test=dbxml_query_runner
src/utils/query_runner/QueryRunner.hpp		test=dbxml_query_runner
src/utils/shell/AbortCommand.cpp		app=dbxml_shell
src/utils/shell/AbortCommand.hpp		app=dbxml_shell
src/utils/shell/AddAliasCommand.cpp		app=dbxml_shell
src/utils/shell/AddAliasCommand.hpp		app=dbxml_shell
src/utils/shell/AddContentCommand.cpp		app=dbxml_shell
src/utils/shell/AddContentCommand.hpp		app=dbxml_shell
src/utils/shell/AddDocumentCommand.cpp		app=dbxml_shell
src/utils/shell/AddDocumentCommand.hpp		app=dbxml_shell
src/utils/shell/AddIndexCommand.cpp		app=dbxml_shell
src/utils/shell/AddIndexCommand.hpp		app=dbxml_shell
src/utils/shell/AppendCommand.cpp		app=dbxml_shell
src/utils/shell/AppendCommand.hpp		app=dbxml_shell
src/utils/shell/ApplyChangesCommand.cpp		app=dbxml_shell
src/utils/shell/ApplyChangesCommand.hpp		app=dbxml_shell
src/utils/shell/CommentCommand.cpp		app=dbxml_shell
src/utils/shell/CommentCommand.hpp		app=dbxml_shell
src/utils/shell/CommitCommand.cpp		app=dbxml_shell
src/utils/shell/CommitCommand.hpp		app=dbxml_shell
src/utils/shell/CompactCommand.cpp		app=dbxml_shell
src/utils/shell/CompactCommand.hpp		app=dbxml_shell
src/utils/shell/ContainerQueryCommand.cpp	app=dbxml_shell
src/utils/shell/ContainerQueryCommand.hpp		app=dbxml_shell
src/utils/shell/ContextItemQueryCommand.cpp	app=dbxml_shell
src/utils/shell/ContextItemQueryCommand.hpp		app=dbxml_shell
src/utils/shell/CreateContainerCommand.cpp	app=dbxml_shell
src/utils/shell/CreateContainerCommand.hpp		app=dbxml_shell
src/utils/shell/DebugCommand.hpp		app=dbxml_shell
src/utils/shell/DefaultShell.cpp		app=dbxml_shell
src/utils/shell/DefaultShell.hpp		app=dbxml_shell
src/utils/shell/DeleteDocumentCommand.cpp	app=dbxml_shell
src/utils/shell/DeleteDocumentCommand.hpp		app=dbxml_shell
src/utils/shell/DeleteIndexCommand.cpp		app=dbxml_shell
src/utils/shell/DeleteIndexCommand.hpp		app=dbxml_shell
src/utils/shell/EchoCommand.cpp			app=dbxml_shell
src/utils/shell/EchoCommand.hpp		app=dbxml_shell
src/utils/shell/EdgeIndexLookupCommand.cpp	app=dbxml_shell
src/utils/shell/EdgeIndexLookupCommand.hpp		app=dbxml_shell
src/utils/shell/Environment.cpp			app=dbxml_shell
src/utils/shell/Environment.hpp		app=dbxml_shell
src/utils/shell/GetDocumentsCommand.cpp		app=dbxml_shell
src/utils/shell/GetDocumentsCommand.hpp		app=dbxml_shell
src/utils/shell/GetMetaDataCommand.cpp		app=dbxml_shell
src/utils/shell/GetMetaDataCommand.hpp		app=dbxml_shell
src/utils/shell/HelpCommand.cpp			app=dbxml_shell
src/utils/shell/HelpCommand.hpp		app=dbxml_shell
src/utils/shell/IncludeCommand.cpp		app=dbxml_shell
src/utils/shell/IncludeCommand.hpp		app=dbxml_shell
src/utils/shell/IndexLookupCommand.cpp		app=dbxml_shell
src/utils/shell/IndexLookupCommand.hpp		app=dbxml_shell
src/utils/shell/InfoCommand.cpp			app=dbxml_shell
src/utils/shell/InfoCommand.hpp		app=dbxml_shell
src/utils/shell/InputParser.cpp			app=dbxml_shell
src/utils/shell/InputParser.hpp		app=dbxml_shell
src/utils/shell/InsertAfterCommand.cpp		app=dbxml_shell
src/utils/shell/InsertAfterCommand.hpp		app=dbxml_shell
src/utils/shell/InsertBeforeCommand.cpp		app=dbxml_shell
src/utils/shell/InsertBeforeCommand.hpp		app=dbxml_shell
src/utils/shell/LazyCommand.cpp			app=dbxml_shell
src/utils/shell/LazyCommand.hpp		app=dbxml_shell
src/utils/shell/ListIndexesCommand.cpp		app=dbxml_shell
src/utils/shell/ListIndexesCommand.hpp		app=dbxml_shell
src/utils/shell/OpenContainerCommand.cpp	app=dbxml_shell
src/utils/shell/OpenContainerCommand.hpp		app=dbxml_shell
src/utils/shell/PreLoadCommand.cpp		app=dbxml_shell
src/utils/shell/PreLoadCommand.hpp		app=dbxml_shell
src/utils/shell/PrintCommand.cpp		app=dbxml_shell
src/utils/shell/PrintCommand.hpp		app=dbxml_shell
src/utils/shell/QueryCommand.cpp		app=dbxml_shell
src/utils/shell/QueryCommand.hpp		app=dbxml_shell
src/utils/shell/QueryPlanCommand.cpp		app=dbxml_shell
src/utils/shell/QueryPlanCommand.hpp		app=dbxml_shell
src/utils/shell/QuitCommand.cpp			app=dbxml_shell
src/utils/shell/QuitCommand.hpp		app=dbxml_shell
src/utils/shell/ReindexCommand.cpp		app=dbxml_shell
src/utils/shell/ReindexCommand.hpp		app=dbxml_shell
src/utils/shell/RemoveAliasCommand.cpp		app=dbxml_shell
src/utils/shell/RemoveAliasCommand.hpp		app=dbxml_shell
src/utils/shell/RemoveCommand.cpp		app=dbxml_shell
src/utils/shell/RemoveCommand.hpp		app=dbxml_shell
src/utils/shell/RemoveContainerCommand.cpp	app=dbxml_shell
src/utils/shell/RemoveContainerCommand.hpp		app=dbxml_shell
src/utils/shell/RenameCommand.cpp		app=dbxml_shell
src/utils/shell/RenameCommand.hpp		app=dbxml_shell
src/utils/shell/ReturnTypeCommand.cpp		app=dbxml_shell
src/utils/shell/ReturnTypeCommand.hpp		app=dbxml_shell
src/utils/shell/SetBaseURICommand.cpp		app=dbxml_shell
src/utils/shell/SetBaseURICommand.hpp		app=dbxml_shell
src/utils/shell/SetIgnoreCommand.cpp		app=dbxml_shell
src/utils/shell/SetIgnoreCommand.hpp		app=dbxml_shell
src/utils/shell/SetMetaDataCommand.cpp		app=dbxml_shell
src/utils/shell/SetMetaDataCommand.hpp		app=dbxml_shell
src/utils/shell/SetNamespaceCommand.cpp		app=dbxml_shell
src/utils/shell/SetNamespaceCommand.hpp		app=dbxml_shell
src/utils/shell/SetQueryTimeoutCommand.cpp	app=dbxml_shell
src/utils/shell/SetQueryTimeoutCommand.hpp		app=dbxml_shell
src/utils/shell/SetTypedVariableCommand.cpp	app=dbxml_shell
src/utils/shell/SetTypedVariableCommand.hpp		app=dbxml_shell
src/utils/shell/SetVariableCommand.cpp		app=dbxml_shell
src/utils/shell/SetVariableCommand.hpp		app=dbxml_shell
src/utils/shell/SetVerboseCommand.cpp		app=dbxml_shell
src/utils/shell/SetVerboseCommand.hpp		app=dbxml_shell
src/utils/shell/Shell.cpp			app=dbxml_shell
src/utils/shell/Shell.hpp		app=dbxml_shell
src/utils/shell/ShellCommand.cpp		app=dbxml_shell
src/utils/shell/ShellCommand.hpp		app=dbxml_shell
src/utils/shell/StartTransactionCommand.cpp	app=dbxml_shell
src/utils/shell/StartTransactionCommand.hpp		app=dbxml_shell
src/utils/shell/StatsLookupCommand.cpp		app=dbxml_shell
src/utils/shell/StatsLookupCommand.hpp		app=dbxml_shell
src/utils/shell/SyncCommand.cpp			app=dbxml_shell
src/utils/shell/SyncCommand.hpp		app=dbxml_shell
src/utils/shell/TimeCommand.cpp			app=dbxml_shell
src/utils/shell/TimeCommand.hpp		app=dbxml_shell
src/utils/shell/UpdateCommand.cpp		app=dbxml_shell
src/utils/shell/UpdateCommand.hpp		app=dbxml_shell
src/utils/shell/UpgradeCommand.cpp		app=dbxml_shell
src/utils/shell/UpgradeCommand.hpp		app=dbxml_shell
src/utils/shell/dbxmlsh.cpp			app=dbxml_shell
test/benchmark/src/Benchmark.cpp		app=dbxml_benchmark
test/cpp/databaseManagement/databaseManagement.cpp  test=dbxml_test_databases
test/cpp/inputStreams/inputStreams.cpp		test=dbxml_test_input_streams
test/cpp/queryProcessorAPI/queryProcessorAPI.cpp	test=dbxml_test_query_processor_api
test/cpp/unitTests/QueryPlanTest.cpp			test=dbxml_test_driver
test/cpp/unitTests/ResolverUnitTest.cpp			test=dbxml_test_driver
test/cpp/unitTests/TestEnvironment.cpp			test=dbxml_test_driver
test/cpp/unitTests/UnitTest.cpp				test=dbxml_test_driver
test/cpp/unitTests/UpdateDocumentTest.cpp		test=dbxml_test_driver
test/cpp/unitTests/XQueryTest.cpp			test=dbxml_test_driver
test/cpp/unitTests/unit_test_driver.cpp			test=dbxml_test_driver
test/cpp/util/TestLogging.cpp				test=dbxml_test_driver
test/cpp/util/TestLogging.cpp			test=dbxml_test_databases
test/cpp/util/TestLogging.cpp			test=dbxml_test_input_streams
test/cpp/util/TestLogging.cpp		test=dbxml_test_query_processor_api
test/cpp/util/TestResolver.cpp				test=dbxml_test_driver
test/cpp/util/TestResolver.cpp			test=dbxml_test_databases
test/cpp/util/TestResolver.cpp			test=dbxml_test_input_streams
test/cpp/util/TestResolver.cpp		test=dbxml_test_query_processor_api
test/cpp/util/Transcoding.cpp				test=dbxml_test_driver
test/cpp/util/Transcoding.cpp			test=dbxml_test_databases
test/cpp/util/Transcoding.cpp			test=dbxml_test_input_streams
test/cpp/util/Transcoding.cpp		test=dbxml_test_query_processor_api
test/cpp/xqts/xqts_runner.cpp			test=dbxml_xqts_runner
test/perf/DbXmlWorkload.cpp			app=dbxml_perf
test/perf/PutAndQueriesWorkload.cpp		app=dbxml_perf
test/perf/PutWorkload.cpp			app=dbxml_perf
test/perf/QueryWorkload.cpp			app=dbxml_perf
test/perf/perf_os.c				app=dbxml_perf
test/perf/perf_test.cpp				app=dbxml_perf
test/perf/perf_work.c				app=dbxml_perf
test/perf/perf_workload.cpp			app=dbxml_perf