Added DartConfig for Dart reporting. By default CTest will submit to dart.irisa.fr (project ParadisEO).

This commit is contained in:
tlegrand 2008-02-14 08:39:41 +00:00
commit 60e8d2bc0f

11
eo/DartConfig.cmake Normal file
View file

@ -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")
#############################################################################