diff --git a/cpp/das/GettingStarted.html b/das-cpp/trunk/GettingStarted.html
similarity index 100%
rename from cpp/das/GettingStarted.html
rename to das-cpp/trunk/GettingStarted.html
diff --git a/cpp/das/README_ANT_INSTALL b/das-cpp/trunk/README_ANT_INSTALL
similarity index 100%
rename from cpp/das/README_ANT_INSTALL
rename to das-cpp/trunk/README_ANT_INSTALL
diff --git a/cpp/das/VSExpress/tuscany_das/Build/Build.vcproj b/das-cpp/trunk/VSExpress/tuscany_das/Build/Build.vcproj
similarity index 100%
rename from cpp/das/VSExpress/tuscany_das/Build/Build.vcproj
rename to das-cpp/trunk/VSExpress/tuscany_das/Build/Build.vcproj
diff --git a/cpp/das/VSExpress/tuscany_das/das_runtime/das_runtime.vcproj b/das-cpp/trunk/VSExpress/tuscany_das/das_runtime/das_runtime.vcproj
similarity index 100%
rename from cpp/das/VSExpress/tuscany_das/das_runtime/das_runtime.vcproj
rename to das-cpp/trunk/VSExpress/tuscany_das/das_runtime/das_runtime.vcproj
diff --git a/cpp/das/VSExpress/tuscany_das/das_test/das_test.vcproj b/das-cpp/trunk/VSExpress/tuscany_das/das_test/das_test.vcproj
similarity index 100%
rename from cpp/das/VSExpress/tuscany_das/das_test/das_test.vcproj
rename to das-cpp/trunk/VSExpress/tuscany_das/das_test/das_test.vcproj
diff --git a/cpp/das/VSExpress/tuscany_das/tuscany_das.sln b/das-cpp/trunk/VSExpress/tuscany_das/tuscany_das.sln
similarity index 100%
rename from cpp/das/VSExpress/tuscany_das/tuscany_das.sln
rename to das-cpp/trunk/VSExpress/tuscany_das/tuscany_das.sln
diff --git a/cpp/das/VSExpress/tuscany_das/tuscany_das.suo b/das-cpp/trunk/VSExpress/tuscany_das/tuscany_das.suo
similarity index 100%
rename from cpp/das/VSExpress/tuscany_das/tuscany_das.suo
rename to das-cpp/trunk/VSExpress/tuscany_das/tuscany_das.suo
diff --git a/cpp/das/antscripts/OpenPGP.jar b/das-cpp/trunk/antscripts/OpenPGP.jar
similarity index 100%
rename from cpp/das/antscripts/OpenPGP.jar
rename to das-cpp/trunk/antscripts/OpenPGP.jar
diff --git a/cpp/das/antscripts/TuscanyMSVC8DevStudioCCompiler.jar b/das-cpp/trunk/antscripts/TuscanyMSVC8DevStudioCCompiler.jar
similarity index 100%
rename from cpp/das/antscripts/TuscanyMSVC8DevStudioCCompiler.jar
rename to das-cpp/trunk/antscripts/TuscanyMSVC8DevStudioCCompiler.jar
diff --git a/cpp/das/antscripts/compile-targets.xml b/das-cpp/trunk/antscripts/compile-targets.xml
similarity index 100%
rename from cpp/das/antscripts/compile-targets.xml
rename to das-cpp/trunk/antscripts/compile-targets.xml
diff --git a/cpp/das/antscripts/platform.properties b/das-cpp/trunk/antscripts/platform.properties
similarity index 100%
rename from cpp/das/antscripts/platform.properties
rename to das-cpp/trunk/antscripts/platform.properties
diff --git a/cpp/das/antscripts/system.xml b/das-cpp/trunk/antscripts/system.xml
similarity index 100%
rename from cpp/das/antscripts/system.xml
rename to das-cpp/trunk/antscripts/system.xml
diff --git a/cpp/das/build.xml b/das-cpp/trunk/build.xml
similarity index 100%
rename from cpp/das/build.xml
rename to das-cpp/trunk/build.xml
diff --git a/cpp/das/runtime/core/build.xml b/das-cpp/trunk/runtime/core/build.xml
similarity index 100%
rename from cpp/das/runtime/core/build.xml
rename to das-cpp/trunk/runtime/core/build.xml
diff --git a/cpp/das/runtime/core/include/apache/das/Command.h b/das-cpp/trunk/runtime/core/include/apache/das/Command.h
similarity index 100%
rename from cpp/das/runtime/core/include/apache/das/Command.h
rename to das-cpp/trunk/runtime/core/include/apache/das/Command.h
diff --git a/cpp/das/runtime/core/include/apache/das/CommandPtr.h b/das-cpp/trunk/runtime/core/include/apache/das/CommandPtr.h
similarity index 100%
rename from cpp/das/runtime/core/include/apache/das/CommandPtr.h
rename to das-cpp/trunk/runtime/core/include/apache/das/CommandPtr.h
diff --git a/cpp/das/runtime/core/include/apache/das/Config.h b/das-cpp/trunk/runtime/core/include/apache/das/Config.h
similarity index 100%
rename from cpp/das/runtime/core/include/apache/das/Config.h
rename to das-cpp/trunk/runtime/core/include/apache/das/Config.h
diff --git a/cpp/das/runtime/core/include/apache/das/DAS.h b/das-cpp/trunk/runtime/core/include/apache/das/DAS.h
similarity index 100%
rename from cpp/das/runtime/core/include/apache/das/DAS.h
rename to das-cpp/trunk/runtime/core/include/apache/das/DAS.h
diff --git a/cpp/das/runtime/core/include/apache/das/DASCommandNotFoundException.h b/das-cpp/trunk/runtime/core/include/apache/das/DASCommandNotFoundException.h
similarity index 100%
rename from cpp/das/runtime/core/include/apache/das/DASCommandNotFoundException.h
rename to das-cpp/trunk/runtime/core/include/apache/das/DASCommandNotFoundException.h
diff --git a/cpp/das/runtime/core/include/apache/das/DASFactory.h b/das-cpp/trunk/runtime/core/include/apache/das/DASFactory.h
similarity index 100%
rename from cpp/das/runtime/core/include/apache/das/DASFactory.h
rename to das-cpp/trunk/runtime/core/include/apache/das/DASFactory.h
diff --git a/cpp/das/runtime/core/include/apache/das/DASInvalidPropertyNameException.h b/das-cpp/trunk/runtime/core/include/apache/das/DASInvalidPropertyNameException.h
similarity index 100%
rename from cpp/das/runtime/core/include/apache/das/DASInvalidPropertyNameException.h
rename to das-cpp/trunk/runtime/core/include/apache/das/DASInvalidPropertyNameException.h
diff --git a/cpp/das/runtime/core/include/apache/das/DASInvalidTypeNameException.h b/das-cpp/trunk/runtime/core/include/apache/das/DASInvalidTypeNameException.h
similarity index 100%
rename from cpp/das/runtime/core/include/apache/das/DASInvalidTypeNameException.h
rename to das-cpp/trunk/runtime/core/include/apache/das/DASInvalidTypeNameException.h
diff --git a/cpp/das/runtime/core/include/apache/das/DASNullPointerException.h b/das-cpp/trunk/runtime/core/include/apache/das/DASNullPointerException.h
similarity index 100%
rename from cpp/das/runtime/core/include/apache/das/DASNullPointerException.h
rename to das-cpp/trunk/runtime/core/include/apache/das/DASNullPointerException.h
diff --git a/cpp/das/runtime/core/include/apache/das/DataGraphPrinter.h b/das-cpp/trunk/runtime/core/include/apache/das/DataGraphPrinter.h
similarity index 100%
rename from cpp/das/runtime/core/include/apache/das/DataGraphPrinter.h
rename to das-cpp/trunk/runtime/core/include/apache/das/DataGraphPrinter.h
diff --git a/cpp/das/runtime/core/include/apache/das/RefCountingObject.h b/das-cpp/trunk/runtime/core/include/apache/das/RefCountingObject.h
similarity index 100%
rename from cpp/das/runtime/core/include/apache/das/RefCountingObject.h
rename to das-cpp/trunk/runtime/core/include/apache/das/RefCountingObject.h
diff --git a/cpp/das/runtime/core/include/apache/das/RefCountingPointer.h b/das-cpp/trunk/runtime/core/include/apache/das/RefCountingPointer.h
similarity index 100%
rename from cpp/das/runtime/core/include/apache/das/RefCountingPointer.h
rename to das-cpp/trunk/runtime/core/include/apache/das/RefCountingPointer.h
diff --git a/cpp/das/runtime/core/include/apache/das/SDODataObjectWrapper.h b/das-cpp/trunk/runtime/core/include/apache/das/SDODataObjectWrapper.h
similarity index 100%
rename from cpp/das/runtime/core/include/apache/das/SDODataObjectWrapper.h
rename to das-cpp/trunk/runtime/core/include/apache/das/SDODataObjectWrapper.h
diff --git a/cpp/das/runtime/core/include/apache/das/StringWrapper.h b/das-cpp/trunk/runtime/core/include/apache/das/StringWrapper.h
similarity index 100%
rename from cpp/das/runtime/core/include/apache/das/StringWrapper.h
rename to das-cpp/trunk/runtime/core/include/apache/das/StringWrapper.h
diff --git a/cpp/das/runtime/core/include/apache/das/rdb/ApplyChanges.h b/das-cpp/trunk/runtime/core/include/apache/das/rdb/ApplyChanges.h
similarity index 100%
rename from cpp/das/runtime/core/include/apache/das/rdb/ApplyChanges.h
rename to das-cpp/trunk/runtime/core/include/apache/das/rdb/ApplyChanges.h
diff --git a/cpp/das/runtime/core/include/apache/das/rdb/Column.h b/das-cpp/trunk/runtime/core/include/apache/das/rdb/Column.h
similarity index 100%
rename from cpp/das/runtime/core/include/apache/das/rdb/Column.h
rename to das-cpp/trunk/runtime/core/include/apache/das/rdb/Column.h
diff --git a/cpp/das/runtime/core/include/apache/das/rdb/ColumnData.h b/das-cpp/trunk/runtime/core/include/apache/das/rdb/ColumnData.h
similarity index 100%
rename from cpp/das/runtime/core/include/apache/das/rdb/ColumnData.h
rename to das-cpp/trunk/runtime/core/include/apache/das/rdb/ColumnData.h
diff --git a/cpp/das/runtime/core/include/apache/das/rdb/CommandImpl.h b/das-cpp/trunk/runtime/core/include/apache/das/rdb/CommandImpl.h
similarity index 100%
rename from cpp/das/runtime/core/include/apache/das/rdb/CommandImpl.h
rename to das-cpp/trunk/runtime/core/include/apache/das/rdb/CommandImpl.h
diff --git a/cpp/das/runtime/core/include/apache/das/rdb/ConfigImpl.h b/das-cpp/trunk/runtime/core/include/apache/das/rdb/ConfigImpl.h
similarity index 100%
rename from cpp/das/runtime/core/include/apache/das/rdb/ConfigImpl.h
rename to das-cpp/trunk/runtime/core/include/apache/das/rdb/ConfigImpl.h
diff --git a/cpp/das/runtime/core/include/apache/das/rdb/Connection.h b/das-cpp/trunk/runtime/core/include/apache/das/rdb/Connection.h
similarity index 100%
rename from cpp/das/runtime/core/include/apache/das/rdb/Connection.h
rename to das-cpp/trunk/runtime/core/include/apache/das/rdb/Connection.h
diff --git a/cpp/das/runtime/core/include/apache/das/rdb/CreatedDataObject.h b/das-cpp/trunk/runtime/core/include/apache/das/rdb/CreatedDataObject.h
similarity index 100%
rename from cpp/das/runtime/core/include/apache/das/rdb/CreatedDataObject.h
rename to das-cpp/trunk/runtime/core/include/apache/das/rdb/CreatedDataObject.h
diff --git a/cpp/das/runtime/core/include/apache/das/rdb/DASColumnNotFoundException.h b/das-cpp/trunk/runtime/core/include/apache/das/rdb/DASColumnNotFoundException.h
similarity index 100%
rename from cpp/das/runtime/core/include/apache/das/rdb/DASColumnNotFoundException.h
rename to das-cpp/trunk/runtime/core/include/apache/das/rdb/DASColumnNotFoundException.h
diff --git a/cpp/das/runtime/core/include/apache/das/rdb/DASDataObject.h b/das-cpp/trunk/runtime/core/include/apache/das/rdb/DASDataObject.h
similarity index 100%
rename from cpp/das/runtime/core/include/apache/das/rdb/DASDataObject.h
rename to das-cpp/trunk/runtime/core/include/apache/das/rdb/DASDataObject.h
diff --git a/cpp/das/runtime/core/include/apache/das/rdb/DASFactoryImpl.h b/das-cpp/trunk/runtime/core/include/apache/das/rdb/DASFactoryImpl.h
similarity index 100%
rename from cpp/das/runtime/core/include/apache/das/rdb/DASFactoryImpl.h
rename to das-cpp/trunk/runtime/core/include/apache/das/rdb/DASFactoryImpl.h
diff --git a/cpp/das/runtime/core/include/apache/das/rdb/DASImpl.h b/das-cpp/trunk/runtime/core/include/apache/das/rdb/DASImpl.h
similarity index 100%
rename from cpp/das/runtime/core/include/apache/das/rdb/DASImpl.h
rename to das-cpp/trunk/runtime/core/include/apache/das/rdb/DASImpl.h
diff --git a/cpp/das/runtime/core/include/apache/das/rdb/DASInvalidColumnNameException.h b/das-cpp/trunk/runtime/core/include/apache/das/rdb/DASInvalidColumnNameException.h
similarity index 100%
rename from cpp/das/runtime/core/include/apache/das/rdb/DASInvalidColumnNameException.h
rename to das-cpp/trunk/runtime/core/include/apache/das/rdb/DASInvalidColumnNameException.h
diff --git a/cpp/das/runtime/core/include/apache/das/rdb/DASInvalidRelationshipNameException.h b/das-cpp/trunk/runtime/core/include/apache/das/rdb/DASInvalidRelationshipNameException.h
similarity index 100%
rename from cpp/das/runtime/core/include/apache/das/rdb/DASInvalidRelationshipNameException.h
rename to das-cpp/trunk/runtime/core/include/apache/das/rdb/DASInvalidRelationshipNameException.h
diff --git a/cpp/das/runtime/core/include/apache/das/rdb/DASInvalidSDOTypeException.h b/das-cpp/trunk/runtime/core/include/apache/das/rdb/DASInvalidSDOTypeException.h
similarity index 100%
rename from cpp/das/runtime/core/include/apache/das/rdb/DASInvalidSDOTypeException.h
rename to das-cpp/trunk/runtime/core/include/apache/das/rdb/DASInvalidSDOTypeException.h
diff --git a/cpp/das/runtime/core/include/apache/das/rdb/DASInvalidSQLTypeException.h b/das-cpp/trunk/runtime/core/include/apache/das/rdb/DASInvalidSQLTypeException.h
similarity index 100%
rename from cpp/das/runtime/core/include/apache/das/rdb/DASInvalidSQLTypeException.h
rename to das-cpp/trunk/runtime/core/include/apache/das/rdb/DASInvalidSQLTypeException.h
diff --git a/cpp/das/runtime/core/include/apache/das/rdb/DASInvalidTableNameException.h b/das-cpp/trunk/runtime/core/include/apache/das/rdb/DASInvalidTableNameException.h
similarity index 100%
rename from cpp/das/runtime/core/include/apache/das/rdb/DASInvalidTableNameException.h
rename to das-cpp/trunk/runtime/core/include/apache/das/rdb/DASInvalidTableNameException.h
diff --git a/cpp/das/runtime/core/include/apache/das/rdb/DASOptimisticConcurrencyControlException.h b/das-cpp/trunk/runtime/core/include/apache/das/rdb/DASOptimisticConcurrencyControlException.h
similarity index 100%
rename from cpp/das/runtime/core/include/apache/das/rdb/DASOptimisticConcurrencyControlException.h
rename to das-cpp/trunk/runtime/core/include/apache/das/rdb/DASOptimisticConcurrencyControlException.h
diff --git a/cpp/das/runtime/core/include/apache/das/rdb/DASPrimaryKeyNotFoundException.h b/das-cpp/trunk/runtime/core/include/apache/das/rdb/DASPrimaryKeyNotFoundException.h
similarity index 100%
rename from cpp/das/runtime/core/include/apache/das/rdb/DASPrimaryKeyNotFoundException.h
rename to das-cpp/trunk/runtime/core/include/apache/das/rdb/DASPrimaryKeyNotFoundException.h
diff --git a/cpp/das/runtime/core/include/apache/das/rdb/DeletedDataObject.h b/das-cpp/trunk/runtime/core/include/apache/das/rdb/DeletedDataObject.h
similarity index 100%
rename from cpp/das/runtime/core/include/apache/das/rdb/DeletedDataObject.h
rename to das-cpp/trunk/runtime/core/include/apache/das/rdb/DeletedDataObject.h
diff --git a/cpp/das/runtime/core/include/apache/das/rdb/GraphBuilder.h b/das-cpp/trunk/runtime/core/include/apache/das/rdb/GraphBuilder.h
similarity index 100%
rename from cpp/das/runtime/core/include/apache/das/rdb/GraphBuilder.h
rename to das-cpp/trunk/runtime/core/include/apache/das/rdb/GraphBuilder.h
diff --git a/cpp/das/runtime/core/include/apache/das/rdb/GraphBuilderMetaData.h b/das-cpp/trunk/runtime/core/include/apache/das/rdb/GraphBuilderMetaData.h
similarity index 100%
rename from cpp/das/runtime/core/include/apache/das/rdb/GraphBuilderMetaData.h
rename to das-cpp/trunk/runtime/core/include/apache/das/rdb/GraphBuilderMetaData.h
diff --git a/cpp/das/runtime/core/include/apache/das/rdb/KeyPair.h b/das-cpp/trunk/runtime/core/include/apache/das/rdb/KeyPair.h
similarity index 100%
rename from cpp/das/runtime/core/include/apache/das/rdb/KeyPair.h
rename to das-cpp/trunk/runtime/core/include/apache/das/rdb/KeyPair.h
diff --git a/cpp/das/runtime/core/include/apache/das/rdb/ModifiedDataObject.h b/das-cpp/trunk/runtime/core/include/apache/das/rdb/ModifiedDataObject.h
similarity index 100%
rename from cpp/das/runtime/core/include/apache/das/rdb/ModifiedDataObject.h
rename to das-cpp/trunk/runtime/core/include/apache/das/rdb/ModifiedDataObject.h
diff --git a/cpp/das/runtime/core/include/apache/das/rdb/ODBCTypeHelper.h b/das-cpp/trunk/runtime/core/include/apache/das/rdb/ODBCTypeHelper.h
similarity index 100%
rename from cpp/das/runtime/core/include/apache/das/rdb/ODBCTypeHelper.h
rename to das-cpp/trunk/runtime/core/include/apache/das/rdb/ODBCTypeHelper.h
diff --git a/cpp/das/runtime/core/include/apache/das/rdb/PKObject.h b/das-cpp/trunk/runtime/core/include/apache/das/rdb/PKObject.h
similarity index 100%
rename from cpp/das/runtime/core/include/apache/das/rdb/PKObject.h
rename to das-cpp/trunk/runtime/core/include/apache/das/rdb/PKObject.h
diff --git a/cpp/das/runtime/core/include/apache/das/rdb/PreparedStatement.h b/das-cpp/trunk/runtime/core/include/apache/das/rdb/PreparedStatement.h
similarity index 100%
rename from cpp/das/runtime/core/include/apache/das/rdb/PreparedStatement.h
rename to das-cpp/trunk/runtime/core/include/apache/das/rdb/PreparedStatement.h
diff --git a/cpp/das/runtime/core/include/apache/das/rdb/ReadCommandImpl.h b/das-cpp/trunk/runtime/core/include/apache/das/rdb/ReadCommandImpl.h
similarity index 100%
rename from cpp/das/runtime/core/include/apache/das/rdb/ReadCommandImpl.h
rename to das-cpp/trunk/runtime/core/include/apache/das/rdb/ReadCommandImpl.h
diff --git a/cpp/das/runtime/core/include/apache/das/rdb/Relationship.h b/das-cpp/trunk/runtime/core/include/apache/das/rdb/Relationship.h
similarity index 100%
rename from cpp/das/runtime/core/include/apache/das/rdb/Relationship.h
rename to das-cpp/trunk/runtime/core/include/apache/das/rdb/Relationship.h
diff --git a/cpp/das/runtime/core/include/apache/das/rdb/RelationshipStatement.h b/das-cpp/trunk/runtime/core/include/apache/das/rdb/RelationshipStatement.h
similarity index 100%
rename from cpp/das/runtime/core/include/apache/das/rdb/RelationshipStatement.h
rename to das-cpp/trunk/runtime/core/include/apache/das/rdb/RelationshipStatement.h
diff --git a/cpp/das/runtime/core/include/apache/das/rdb/RelationshipWrapper.h b/das-cpp/trunk/runtime/core/include/apache/das/rdb/RelationshipWrapper.h
similarity index 100%
rename from cpp/das/runtime/core/include/apache/das/rdb/RelationshipWrapper.h
rename to das-cpp/trunk/runtime/core/include/apache/das/rdb/RelationshipWrapper.h
diff --git a/cpp/das/runtime/core/include/apache/das/rdb/ResultSet.h b/das-cpp/trunk/runtime/core/include/apache/das/rdb/ResultSet.h
similarity index 100%
rename from cpp/das/runtime/core/include/apache/das/rdb/ResultSet.h
rename to das-cpp/trunk/runtime/core/include/apache/das/rdb/ResultSet.h
diff --git a/cpp/das/runtime/core/include/apache/das/rdb/ResultSetMetaData.h b/das-cpp/trunk/runtime/core/include/apache/das/rdb/ResultSetMetaData.h
similarity index 100%
rename from cpp/das/runtime/core/include/apache/das/rdb/ResultSetMetaData.h
rename to das-cpp/trunk/runtime/core/include/apache/das/rdb/ResultSetMetaData.h
diff --git a/cpp/das/runtime/core/include/apache/das/rdb/ResultSetPtr.h b/das-cpp/trunk/runtime/core/include/apache/das/rdb/ResultSetPtr.h
similarity index 100%
rename from cpp/das/runtime/core/include/apache/das/rdb/ResultSetPtr.h
rename to das-cpp/trunk/runtime/core/include/apache/das/rdb/ResultSetPtr.h
diff --git a/cpp/das/runtime/core/include/apache/das/rdb/SQLException.h b/das-cpp/trunk/runtime/core/include/apache/das/rdb/SQLException.h
similarity index 100%
rename from cpp/das/runtime/core/include/apache/das/rdb/SQLException.h
rename to das-cpp/trunk/runtime/core/include/apache/das/rdb/SQLException.h
diff --git a/cpp/das/runtime/core/include/apache/das/rdb/Statement.h b/das-cpp/trunk/runtime/core/include/apache/das/rdb/Statement.h
similarity index 100%
rename from cpp/das/runtime/core/include/apache/das/rdb/Statement.h
rename to das-cpp/trunk/runtime/core/include/apache/das/rdb/Statement.h
diff --git a/cpp/das/runtime/core/include/apache/das/rdb/StatementPtr.h b/das-cpp/trunk/runtime/core/include/apache/das/rdb/StatementPtr.h
similarity index 100%
rename from cpp/das/runtime/core/include/apache/das/rdb/StatementPtr.h
rename to das-cpp/trunk/runtime/core/include/apache/das/rdb/StatementPtr.h
diff --git a/cpp/das/runtime/core/include/apache/das/rdb/Table.h b/das-cpp/trunk/runtime/core/include/apache/das/rdb/Table.h
similarity index 100%
rename from cpp/das/runtime/core/include/apache/das/rdb/Table.h
rename to das-cpp/trunk/runtime/core/include/apache/das/rdb/Table.h
diff --git a/cpp/das/runtime/core/include/apache/das/rdb/TableData.h b/das-cpp/trunk/runtime/core/include/apache/das/rdb/TableData.h
similarity index 100%
rename from cpp/das/runtime/core/include/apache/das/rdb/TableData.h
rename to das-cpp/trunk/runtime/core/include/apache/das/rdb/TableData.h
diff --git a/cpp/das/runtime/core/include/apache/das/rdb/das_constants.h b/das-cpp/trunk/runtime/core/include/apache/das/rdb/das_constants.h
similarity index 100%
rename from cpp/das/runtime/core/include/apache/das/rdb/das_constants.h
rename to das-cpp/trunk/runtime/core/include/apache/das/rdb/das_constants.h
diff --git a/cpp/das/runtime/core/src/apache/das/Command.cpp b/das-cpp/trunk/runtime/core/src/apache/das/Command.cpp
similarity index 100%
rename from cpp/das/runtime/core/src/apache/das/Command.cpp
rename to das-cpp/trunk/runtime/core/src/apache/das/Command.cpp
diff --git a/cpp/das/runtime/core/src/apache/das/Config.cpp b/das-cpp/trunk/runtime/core/src/apache/das/Config.cpp
similarity index 100%
rename from cpp/das/runtime/core/src/apache/das/Config.cpp
rename to das-cpp/trunk/runtime/core/src/apache/das/Config.cpp
diff --git a/cpp/das/runtime/core/src/apache/das/DAS.cpp b/das-cpp/trunk/runtime/core/src/apache/das/DAS.cpp
similarity index 100%
rename from cpp/das/runtime/core/src/apache/das/DAS.cpp
rename to das-cpp/trunk/runtime/core/src/apache/das/DAS.cpp
diff --git a/cpp/das/runtime/core/src/apache/das/DASCommandNotFoundException.cpp b/das-cpp/trunk/runtime/core/src/apache/das/DASCommandNotFoundException.cpp
similarity index 100%
rename from cpp/das/runtime/core/src/apache/das/DASCommandNotFoundException.cpp
rename to das-cpp/trunk/runtime/core/src/apache/das/DASCommandNotFoundException.cpp
diff --git a/cpp/das/runtime/core/src/apache/das/DASFactory.cpp b/das-cpp/trunk/runtime/core/src/apache/das/DASFactory.cpp
similarity index 100%
rename from cpp/das/runtime/core/src/apache/das/DASFactory.cpp
rename to das-cpp/trunk/runtime/core/src/apache/das/DASFactory.cpp
diff --git a/cpp/das/runtime/core/src/apache/das/DASInvalidPropertyNameException.cpp b/das-cpp/trunk/runtime/core/src/apache/das/DASInvalidPropertyNameException.cpp
similarity index 100%
rename from cpp/das/runtime/core/src/apache/das/DASInvalidPropertyNameException.cpp
rename to das-cpp/trunk/runtime/core/src/apache/das/DASInvalidPropertyNameException.cpp
diff --git a/cpp/das/runtime/core/src/apache/das/DASInvalidTypeNameException.cpp b/das-cpp/trunk/runtime/core/src/apache/das/DASInvalidTypeNameException.cpp
similarity index 100%
rename from cpp/das/runtime/core/src/apache/das/DASInvalidTypeNameException.cpp
rename to das-cpp/trunk/runtime/core/src/apache/das/DASInvalidTypeNameException.cpp
diff --git a/cpp/das/runtime/core/src/apache/das/DASNullPointerException.cpp b/das-cpp/trunk/runtime/core/src/apache/das/DASNullPointerException.cpp
similarity index 100%
rename from cpp/das/runtime/core/src/apache/das/DASNullPointerException.cpp
rename to das-cpp/trunk/runtime/core/src/apache/das/DASNullPointerException.cpp
diff --git a/cpp/das/runtime/core/src/apache/das/DataGraphPrinter.cpp b/das-cpp/trunk/runtime/core/src/apache/das/DataGraphPrinter.cpp
similarity index 100%
rename from cpp/das/runtime/core/src/apache/das/DataGraphPrinter.cpp
rename to das-cpp/trunk/runtime/core/src/apache/das/DataGraphPrinter.cpp
diff --git a/cpp/das/runtime/core/src/apache/das/RefCountingObject.cpp b/das-cpp/trunk/runtime/core/src/apache/das/RefCountingObject.cpp
similarity index 100%
rename from cpp/das/runtime/core/src/apache/das/RefCountingObject.cpp
rename to das-cpp/trunk/runtime/core/src/apache/das/RefCountingObject.cpp
diff --git a/cpp/das/runtime/core/src/apache/das/RefCountingPointer.cpp b/das-cpp/trunk/runtime/core/src/apache/das/RefCountingPointer.cpp
similarity index 100%
rename from cpp/das/runtime/core/src/apache/das/RefCountingPointer.cpp
rename to das-cpp/trunk/runtime/core/src/apache/das/RefCountingPointer.cpp
diff --git a/cpp/das/runtime/core/src/apache/das/SDODataObjectWrapper.cpp b/das-cpp/trunk/runtime/core/src/apache/das/SDODataObjectWrapper.cpp
similarity index 100%
rename from cpp/das/runtime/core/src/apache/das/SDODataObjectWrapper.cpp
rename to das-cpp/trunk/runtime/core/src/apache/das/SDODataObjectWrapper.cpp
diff --git a/cpp/das/runtime/core/src/apache/das/StringWrapper.cpp b/das-cpp/trunk/runtime/core/src/apache/das/StringWrapper.cpp
similarity index 100%
rename from cpp/das/runtime/core/src/apache/das/StringWrapper.cpp
rename to das-cpp/trunk/runtime/core/src/apache/das/StringWrapper.cpp
diff --git a/cpp/das/runtime/core/src/apache/das/rdb/ApplyChanges.cpp b/das-cpp/trunk/runtime/core/src/apache/das/rdb/ApplyChanges.cpp
similarity index 100%
rename from cpp/das/runtime/core/src/apache/das/rdb/ApplyChanges.cpp
rename to das-cpp/trunk/runtime/core/src/apache/das/rdb/ApplyChanges.cpp
diff --git a/cpp/das/runtime/core/src/apache/das/rdb/Column.cpp b/das-cpp/trunk/runtime/core/src/apache/das/rdb/Column.cpp
similarity index 100%
rename from cpp/das/runtime/core/src/apache/das/rdb/Column.cpp
rename to das-cpp/trunk/runtime/core/src/apache/das/rdb/Column.cpp
diff --git a/cpp/das/runtime/core/src/apache/das/rdb/ColumnData.cpp b/das-cpp/trunk/runtime/core/src/apache/das/rdb/ColumnData.cpp
similarity index 100%
rename from cpp/das/runtime/core/src/apache/das/rdb/ColumnData.cpp
rename to das-cpp/trunk/runtime/core/src/apache/das/rdb/ColumnData.cpp
diff --git a/cpp/das/runtime/core/src/apache/das/rdb/CommandImpl.cpp b/das-cpp/trunk/runtime/core/src/apache/das/rdb/CommandImpl.cpp
similarity index 100%
rename from cpp/das/runtime/core/src/apache/das/rdb/CommandImpl.cpp
rename to das-cpp/trunk/runtime/core/src/apache/das/rdb/CommandImpl.cpp
diff --git a/cpp/das/runtime/core/src/apache/das/rdb/ConfigImpl.cpp b/das-cpp/trunk/runtime/core/src/apache/das/rdb/ConfigImpl.cpp
similarity index 100%
rename from cpp/das/runtime/core/src/apache/das/rdb/ConfigImpl.cpp
rename to das-cpp/trunk/runtime/core/src/apache/das/rdb/ConfigImpl.cpp
diff --git a/cpp/das/runtime/core/src/apache/das/rdb/Connection.cpp b/das-cpp/trunk/runtime/core/src/apache/das/rdb/Connection.cpp
similarity index 100%
rename from cpp/das/runtime/core/src/apache/das/rdb/Connection.cpp
rename to das-cpp/trunk/runtime/core/src/apache/das/rdb/Connection.cpp
diff --git a/cpp/das/runtime/core/src/apache/das/rdb/CreatedDataObject.cpp b/das-cpp/trunk/runtime/core/src/apache/das/rdb/CreatedDataObject.cpp
similarity index 100%
rename from cpp/das/runtime/core/src/apache/das/rdb/CreatedDataObject.cpp
rename to das-cpp/trunk/runtime/core/src/apache/das/rdb/CreatedDataObject.cpp
diff --git a/cpp/das/runtime/core/src/apache/das/rdb/DASColumnNotFoundException.cpp b/das-cpp/trunk/runtime/core/src/apache/das/rdb/DASColumnNotFoundException.cpp
similarity index 100%
rename from cpp/das/runtime/core/src/apache/das/rdb/DASColumnNotFoundException.cpp
rename to das-cpp/trunk/runtime/core/src/apache/das/rdb/DASColumnNotFoundException.cpp
diff --git a/cpp/das/runtime/core/src/apache/das/rdb/DASDataObject.cpp b/das-cpp/trunk/runtime/core/src/apache/das/rdb/DASDataObject.cpp
similarity index 100%
rename from cpp/das/runtime/core/src/apache/das/rdb/DASDataObject.cpp
rename to das-cpp/trunk/runtime/core/src/apache/das/rdb/DASDataObject.cpp
diff --git a/cpp/das/runtime/core/src/apache/das/rdb/DASFactoryImpl.cpp b/das-cpp/trunk/runtime/core/src/apache/das/rdb/DASFactoryImpl.cpp
similarity index 100%
rename from cpp/das/runtime/core/src/apache/das/rdb/DASFactoryImpl.cpp
rename to das-cpp/trunk/runtime/core/src/apache/das/rdb/DASFactoryImpl.cpp
diff --git a/cpp/das/runtime/core/src/apache/das/rdb/DASImpl.cpp b/das-cpp/trunk/runtime/core/src/apache/das/rdb/DASImpl.cpp
similarity index 100%
rename from cpp/das/runtime/core/src/apache/das/rdb/DASImpl.cpp
rename to das-cpp/trunk/runtime/core/src/apache/das/rdb/DASImpl.cpp
diff --git a/cpp/das/runtime/core/src/apache/das/rdb/DASInvalidColumnNameException.cpp b/das-cpp/trunk/runtime/core/src/apache/das/rdb/DASInvalidColumnNameException.cpp
similarity index 100%
rename from cpp/das/runtime/core/src/apache/das/rdb/DASInvalidColumnNameException.cpp
rename to das-cpp/trunk/runtime/core/src/apache/das/rdb/DASInvalidColumnNameException.cpp
diff --git a/cpp/das/runtime/core/src/apache/das/rdb/DASInvalidRelationshipNameException.cpp b/das-cpp/trunk/runtime/core/src/apache/das/rdb/DASInvalidRelationshipNameException.cpp
similarity index 100%
rename from cpp/das/runtime/core/src/apache/das/rdb/DASInvalidRelationshipNameException.cpp
rename to das-cpp/trunk/runtime/core/src/apache/das/rdb/DASInvalidRelationshipNameException.cpp
diff --git a/cpp/das/runtime/core/src/apache/das/rdb/DASInvalidSDOTypeException.cpp b/das-cpp/trunk/runtime/core/src/apache/das/rdb/DASInvalidSDOTypeException.cpp
similarity index 100%
rename from cpp/das/runtime/core/src/apache/das/rdb/DASInvalidSDOTypeException.cpp
rename to das-cpp/trunk/runtime/core/src/apache/das/rdb/DASInvalidSDOTypeException.cpp
diff --git a/cpp/das/runtime/core/src/apache/das/rdb/DASInvalidSQLTypeException.cpp b/das-cpp/trunk/runtime/core/src/apache/das/rdb/DASInvalidSQLTypeException.cpp
similarity index 100%
rename from cpp/das/runtime/core/src/apache/das/rdb/DASInvalidSQLTypeException.cpp
rename to das-cpp/trunk/runtime/core/src/apache/das/rdb/DASInvalidSQLTypeException.cpp
diff --git a/cpp/das/runtime/core/src/apache/das/rdb/DASInvalidTableNameException.cpp b/das-cpp/trunk/runtime/core/src/apache/das/rdb/DASInvalidTableNameException.cpp
similarity index 100%
rename from cpp/das/runtime/core/src/apache/das/rdb/DASInvalidTableNameException.cpp
rename to das-cpp/trunk/runtime/core/src/apache/das/rdb/DASInvalidTableNameException.cpp
diff --git a/cpp/das/runtime/core/src/apache/das/rdb/DASOptimisticConcurrencyControlException.cpp b/das-cpp/trunk/runtime/core/src/apache/das/rdb/DASOptimisticConcurrencyControlException.cpp
similarity index 100%
rename from cpp/das/runtime/core/src/apache/das/rdb/DASOptimisticConcurrencyControlException.cpp
rename to das-cpp/trunk/runtime/core/src/apache/das/rdb/DASOptimisticConcurrencyControlException.cpp
diff --git a/cpp/das/runtime/core/src/apache/das/rdb/DASPrimaryKeyNotFoundException.cpp b/das-cpp/trunk/runtime/core/src/apache/das/rdb/DASPrimaryKeyNotFoundException.cpp
similarity index 100%
rename from cpp/das/runtime/core/src/apache/das/rdb/DASPrimaryKeyNotFoundException.cpp
rename to das-cpp/trunk/runtime/core/src/apache/das/rdb/DASPrimaryKeyNotFoundException.cpp
diff --git a/cpp/das/runtime/core/src/apache/das/rdb/DeteledDataObject.cpp b/das-cpp/trunk/runtime/core/src/apache/das/rdb/DeteledDataObject.cpp
similarity index 100%
rename from cpp/das/runtime/core/src/apache/das/rdb/DeteledDataObject.cpp
rename to das-cpp/trunk/runtime/core/src/apache/das/rdb/DeteledDataObject.cpp
diff --git a/cpp/das/runtime/core/src/apache/das/rdb/GraphBuilder.cpp b/das-cpp/trunk/runtime/core/src/apache/das/rdb/GraphBuilder.cpp
similarity index 100%
rename from cpp/das/runtime/core/src/apache/das/rdb/GraphBuilder.cpp
rename to das-cpp/trunk/runtime/core/src/apache/das/rdb/GraphBuilder.cpp
diff --git a/cpp/das/runtime/core/src/apache/das/rdb/GraphBuilderMetaData.cpp b/das-cpp/trunk/runtime/core/src/apache/das/rdb/GraphBuilderMetaData.cpp
similarity index 100%
rename from cpp/das/runtime/core/src/apache/das/rdb/GraphBuilderMetaData.cpp
rename to das-cpp/trunk/runtime/core/src/apache/das/rdb/GraphBuilderMetaData.cpp
diff --git a/cpp/das/runtime/core/src/apache/das/rdb/KeyPair.cpp b/das-cpp/trunk/runtime/core/src/apache/das/rdb/KeyPair.cpp
similarity index 100%
rename from cpp/das/runtime/core/src/apache/das/rdb/KeyPair.cpp
rename to das-cpp/trunk/runtime/core/src/apache/das/rdb/KeyPair.cpp
diff --git a/cpp/das/runtime/core/src/apache/das/rdb/ModifiedDataObject.cpp b/das-cpp/trunk/runtime/core/src/apache/das/rdb/ModifiedDataObject.cpp
similarity index 100%
rename from cpp/das/runtime/core/src/apache/das/rdb/ModifiedDataObject.cpp
rename to das-cpp/trunk/runtime/core/src/apache/das/rdb/ModifiedDataObject.cpp
diff --git a/cpp/das/runtime/core/src/apache/das/rdb/ODBCTypeHelper.cpp b/das-cpp/trunk/runtime/core/src/apache/das/rdb/ODBCTypeHelper.cpp
similarity index 100%
rename from cpp/das/runtime/core/src/apache/das/rdb/ODBCTypeHelper.cpp
rename to das-cpp/trunk/runtime/core/src/apache/das/rdb/ODBCTypeHelper.cpp
diff --git a/cpp/das/runtime/core/src/apache/das/rdb/PKObject.cpp b/das-cpp/trunk/runtime/core/src/apache/das/rdb/PKObject.cpp
similarity index 100%
rename from cpp/das/runtime/core/src/apache/das/rdb/PKObject.cpp
rename to das-cpp/trunk/runtime/core/src/apache/das/rdb/PKObject.cpp
diff --git a/cpp/das/runtime/core/src/apache/das/rdb/PreparedStatement.cpp b/das-cpp/trunk/runtime/core/src/apache/das/rdb/PreparedStatement.cpp
similarity index 100%
rename from cpp/das/runtime/core/src/apache/das/rdb/PreparedStatement.cpp
rename to das-cpp/trunk/runtime/core/src/apache/das/rdb/PreparedStatement.cpp
diff --git a/cpp/das/runtime/core/src/apache/das/rdb/ReadCommandImpl.cpp b/das-cpp/trunk/runtime/core/src/apache/das/rdb/ReadCommandImpl.cpp
similarity index 100%
rename from cpp/das/runtime/core/src/apache/das/rdb/ReadCommandImpl.cpp
rename to das-cpp/trunk/runtime/core/src/apache/das/rdb/ReadCommandImpl.cpp
diff --git a/cpp/das/runtime/core/src/apache/das/rdb/Relationship.cpp b/das-cpp/trunk/runtime/core/src/apache/das/rdb/Relationship.cpp
similarity index 100%
rename from cpp/das/runtime/core/src/apache/das/rdb/Relationship.cpp
rename to das-cpp/trunk/runtime/core/src/apache/das/rdb/Relationship.cpp
diff --git a/cpp/das/runtime/core/src/apache/das/rdb/RelationshipStatement.cpp b/das-cpp/trunk/runtime/core/src/apache/das/rdb/RelationshipStatement.cpp
similarity index 100%
rename from cpp/das/runtime/core/src/apache/das/rdb/RelationshipStatement.cpp
rename to das-cpp/trunk/runtime/core/src/apache/das/rdb/RelationshipStatement.cpp
diff --git a/cpp/das/runtime/core/src/apache/das/rdb/RelationshipWrapper.cpp b/das-cpp/trunk/runtime/core/src/apache/das/rdb/RelationshipWrapper.cpp
similarity index 100%
rename from cpp/das/runtime/core/src/apache/das/rdb/RelationshipWrapper.cpp
rename to das-cpp/trunk/runtime/core/src/apache/das/rdb/RelationshipWrapper.cpp
diff --git a/cpp/das/runtime/core/src/apache/das/rdb/ResultSet.cpp b/das-cpp/trunk/runtime/core/src/apache/das/rdb/ResultSet.cpp
similarity index 100%
rename from cpp/das/runtime/core/src/apache/das/rdb/ResultSet.cpp
rename to das-cpp/trunk/runtime/core/src/apache/das/rdb/ResultSet.cpp
diff --git a/cpp/das/runtime/core/src/apache/das/rdb/ResultSetMetaData.cpp b/das-cpp/trunk/runtime/core/src/apache/das/rdb/ResultSetMetaData.cpp
similarity index 100%
rename from cpp/das/runtime/core/src/apache/das/rdb/ResultSetMetaData.cpp
rename to das-cpp/trunk/runtime/core/src/apache/das/rdb/ResultSetMetaData.cpp
diff --git a/cpp/das/runtime/core/src/apache/das/rdb/SQLException.cpp b/das-cpp/trunk/runtime/core/src/apache/das/rdb/SQLException.cpp
similarity index 100%
rename from cpp/das/runtime/core/src/apache/das/rdb/SQLException.cpp
rename to das-cpp/trunk/runtime/core/src/apache/das/rdb/SQLException.cpp
diff --git a/cpp/das/runtime/core/src/apache/das/rdb/Statement.cpp b/das-cpp/trunk/runtime/core/src/apache/das/rdb/Statement.cpp
similarity index 100%
rename from cpp/das/runtime/core/src/apache/das/rdb/Statement.cpp
rename to das-cpp/trunk/runtime/core/src/apache/das/rdb/Statement.cpp
diff --git a/cpp/das/runtime/core/src/apache/das/rdb/Table.cpp b/das-cpp/trunk/runtime/core/src/apache/das/rdb/Table.cpp
similarity index 100%
rename from cpp/das/runtime/core/src/apache/das/rdb/Table.cpp
rename to das-cpp/trunk/runtime/core/src/apache/das/rdb/Table.cpp
diff --git a/cpp/das/runtime/core/src/apache/das/rdb/TableData.cpp b/das-cpp/trunk/runtime/core/src/apache/das/rdb/TableData.cpp
similarity index 100%
rename from cpp/das/runtime/core/src/apache/das/rdb/TableData.cpp
rename to das-cpp/trunk/runtime/core/src/apache/das/rdb/TableData.cpp
diff --git a/cpp/das/runtime/test/build.xml b/das-cpp/trunk/runtime/test/build.xml
similarity index 100%
rename from cpp/das/runtime/test/build.xml
rename to das-cpp/trunk/runtime/test/build.xml
diff --git a/cpp/das/runtime/test/rsc/testCompositeRelationship.xml b/das-cpp/trunk/runtime/test/rsc/testCompositeRelationship.xml
similarity index 100%
rename from cpp/das/runtime/test/rsc/testCompositeRelationship.xml
rename to das-cpp/trunk/runtime/test/rsc/testCompositeRelationship.xml
diff --git a/cpp/das/runtime/test/rsc/testCreateOperation.xml b/das-cpp/trunk/runtime/test/rsc/testCreateOperation.xml
similarity index 100%
rename from cpp/das/runtime/test/rsc/testCreateOperation.xml
rename to das-cpp/trunk/runtime/test/rsc/testCreateOperation.xml
diff --git a/cpp/das/runtime/test/rsc/testDeleteOperation.xml b/das-cpp/trunk/runtime/test/rsc/testDeleteOperation.xml
similarity index 100%
rename from cpp/das/runtime/test/rsc/testDeleteOperation.xml
rename to das-cpp/trunk/runtime/test/rsc/testDeleteOperation.xml
diff --git a/cpp/das/runtime/test/rsc/testIncompleteCompositeRelationship1.xml b/das-cpp/trunk/runtime/test/rsc/testIncompleteCompositeRelationship1.xml
similarity index 100%
rename from cpp/das/runtime/test/rsc/testIncompleteCompositeRelationship1.xml
rename to das-cpp/trunk/runtime/test/rsc/testIncompleteCompositeRelationship1.xml
diff --git a/cpp/das/runtime/test/rsc/testIncompleteCompositeRelationship2.xml b/das-cpp/trunk/runtime/test/rsc/testIncompleteCompositeRelationship2.xml
similarity index 100%
rename from cpp/das/runtime/test/rsc/testIncompleteCompositeRelationship2.xml
rename to das-cpp/trunk/runtime/test/rsc/testIncompleteCompositeRelationship2.xml
diff --git a/cpp/das/runtime/test/rsc/testKeyPairColumnTypeNotEqual.xml b/das-cpp/trunk/runtime/test/rsc/testKeyPairColumnTypeNotEqual.xml
similarity index 100%
rename from cpp/das/runtime/test/rsc/testKeyPairColumnTypeNotEqual.xml
rename to das-cpp/trunk/runtime/test/rsc/testKeyPairColumnTypeNotEqual.xml
diff --git a/cpp/das/runtime/test/rsc/testManyRelationship1.xml b/das-cpp/trunk/runtime/test/rsc/testManyRelationship1.xml
similarity index 100%
rename from cpp/das/runtime/test/rsc/testManyRelationship1.xml
rename to das-cpp/trunk/runtime/test/rsc/testManyRelationship1.xml
diff --git a/cpp/das/runtime/test/rsc/testManyRelationship2.xml b/das-cpp/trunk/runtime/test/rsc/testManyRelationship2.xml
similarity index 100%
rename from cpp/das/runtime/test/rsc/testManyRelationship2.xml
rename to das-cpp/trunk/runtime/test/rsc/testManyRelationship2.xml
diff --git a/cpp/das/runtime/test/rsc/testModifyOperation.xml b/das-cpp/trunk/runtime/test/rsc/testModifyOperation.xml
similarity index 100%
rename from cpp/das/runtime/test/rsc/testModifyOperation.xml
rename to das-cpp/trunk/runtime/test/rsc/testModifyOperation.xml
diff --git a/cpp/das/runtime/test/rsc/testOCC1.xml b/das-cpp/trunk/runtime/test/rsc/testOCC1.xml
similarity index 100%
rename from cpp/das/runtime/test/rsc/testOCC1.xml
rename to das-cpp/trunk/runtime/test/rsc/testOCC1.xml
diff --git a/cpp/das/runtime/test/rsc/testOCC2.xml b/das-cpp/trunk/runtime/test/rsc/testOCC2.xml
similarity index 100%
rename from cpp/das/runtime/test/rsc/testOCC2.xml
rename to das-cpp/trunk/runtime/test/rsc/testOCC2.xml
diff --git a/cpp/das/runtime/test/src/main.cpp b/das-cpp/trunk/runtime/test/src/main.cpp
similarity index 100%
rename from cpp/das/runtime/test/src/main.cpp
rename to das-cpp/trunk/runtime/test/src/main.cpp
diff --git a/cpp/das/samples/CompanySample/Readme.html b/das-cpp/trunk/samples/CompanySample/Readme.html
similarity index 100%
rename from cpp/das/samples/CompanySample/Readme.html
rename to das-cpp/trunk/samples/CompanySample/Readme.html
diff --git a/cpp/das/samples/CompanySample/VSExpress/CompanySample.sln b/das-cpp/trunk/samples/CompanySample/VSExpress/CompanySample.sln
similarity index 100%
rename from cpp/das/samples/CompanySample/VSExpress/CompanySample.sln
rename to das-cpp/trunk/samples/CompanySample/VSExpress/CompanySample.sln
diff --git a/cpp/das/samples/CompanySample/VSExpress/CompanySample.suo b/das-cpp/trunk/samples/CompanySample/VSExpress/CompanySample.suo
similarity index 100%
rename from cpp/das/samples/CompanySample/VSExpress/CompanySample.suo
rename to das-cpp/trunk/samples/CompanySample/VSExpress/CompanySample.suo
diff --git a/cpp/das/samples/CompanySample/VSExpress/CompanySample/CompanySample.vcproj b/das-cpp/trunk/samples/CompanySample/VSExpress/CompanySample/CompanySample.vcproj
similarity index 100%
rename from cpp/das/samples/CompanySample/VSExpress/CompanySample/CompanySample.vcproj
rename to das-cpp/trunk/samples/CompanySample/VSExpress/CompanySample/CompanySample.vcproj
diff --git a/cpp/das/samples/CompanySample/build.xml b/das-cpp/trunk/samples/CompanySample/build.xml
similarity index 100%
rename from cpp/das/samples/CompanySample/build.xml
rename to das-cpp/trunk/samples/CompanySample/build.xml
diff --git a/cpp/das/samples/CompanySample/rsc/sampleConfig.xml b/das-cpp/trunk/samples/CompanySample/rsc/sampleConfig.xml
similarity index 100%
rename from cpp/das/samples/CompanySample/rsc/sampleConfig.xml
rename to das-cpp/trunk/samples/CompanySample/rsc/sampleConfig.xml
diff --git a/cpp/das/samples/CompanySample/src/main.cpp b/das-cpp/trunk/samples/CompanySample/src/main.cpp
similarity index 100%
rename from cpp/das/samples/CompanySample/src/main.cpp
rename to das-cpp/trunk/samples/CompanySample/src/main.cpp
diff --git a/cpp/das/samples/build.xml b/das-cpp/trunk/samples/build.xml
similarity index 100%
rename from cpp/das/samples/build.xml
rename to das-cpp/trunk/samples/build.xml
diff --git a/cpp/das/tools/ant_cpptasks/build.xml b/das-cpp/trunk/tools/ant_cpptasks/build.xml
similarity index 100%
rename from cpp/das/tools/ant_cpptasks/build.xml
rename to das-cpp/trunk/tools/ant_cpptasks/build.xml
diff --git a/cpp/das/tools/ant_cpptasks/tuscanyAntCompilers/TuscanyMSVC8DevStudioCCompiler.java b/das-cpp/trunk/tools/ant_cpptasks/tuscanyAntCompilers/TuscanyMSVC8DevStudioCCompiler.java
similarity index 100%
rename from cpp/das/tools/ant_cpptasks/tuscanyAntCompilers/TuscanyMSVC8DevStudioCCompiler.java
rename to das-cpp/trunk/tools/ant_cpptasks/tuscanyAntCompilers/TuscanyMSVC8DevStudioCCompiler.java
diff --git a/cpp/das/tools/build.xml b/das-cpp/trunk/tools/build.xml
similarity index 100%
rename from cpp/das/tools/build.xml
rename to das-cpp/trunk/tools/build.xml