From 60e8d2bc0f729e77057a668ab93e0dc997b11dea Mon Sep 17 00:00:00 2001 From: tlegrand Date: Thu, 14 Feb 2008 08:39:41 +0000 Subject: [PATCH] Added DartConfig for Dart reporting. By default CTest will submit to dart.irisa.fr (project ParadisEO). --- eo/DartConfig.cmake | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 eo/DartConfig.cmake diff --git a/eo/DartConfig.cmake b/eo/DartConfig.cmake new file mode 100644 index 00000000..68bc8cc7 --- /dev/null +++ b/eo/DartConfig.cmake @@ -0,0 +1,11 @@ + +############################################################################# +# Dart config for report submission +############################################################################# + +SET (DROP_METHOD "xmlrpc") +SET (DROP_SITE "http://dart.irisa.fr") +SET (DROP_LOCATION "ParadisEO") +SET (CVS_WEB_URL "http://eodev.cvs.sourceforge.net/eodev/") +SET (CVS_WEB_CVSROOT "eo") +############################################################################# \ No newline at end of file