diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2004-06-09 14:37:12 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2004-06-09 14:37:12 (GMT) |
commit | 67c068428c9eec22873bc1a4ff5f2a92e0678c29 (patch) | |
tree | b0bdc5166444bbe11a7e7e294382003892c65bc5 /DartConfig.cmake | |
parent | 8de4534d69e2b5099d6df90fcc746808f983a472 (diff) | |
download | CMake-67c068428c9eec22873bc1a4ff5f2a92e0678c29.zip CMake-67c068428c9eec22873bc1a4ff5f2a92e0678c29.tar.gz CMake-67c068428c9eec22873bc1a4ff5f2a92e0678c29.tar.bz2 |
ENH: Use viewcvs instead of cvsweb
Diffstat (limited to 'DartConfig.cmake')
-rw-r--r-- | DartConfig.cmake | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/DartConfig.cmake b/DartConfig.cmake index 375ffc0..c0cf878 100644 --- a/DartConfig.cmake +++ b/DartConfig.cmake @@ -21,7 +21,8 @@ SET (PROJECT_URL "http://www.cmake.org") # Dart server configuration SET (ROLLUP_URL "http://${DROP_SITE}/cgi-bin/cmake-rollup-dashboard.sh") -SET (CVS_WEB_URL "http://${DROP_SITE}/cgi-bin/cvsweb.cgi/CMake/") +#SET (CVS_WEB_URL "http://${DROP_SITE}/cgi-bin/cvsweb.cgi/CMake/") +SET (CVS_WEB_URL "http://${DROP_SITE}/cgi-bin/viewcvs.cgi/") SET (CVS_WEB_CVSROOT "CMake") SET (USE_DOXYGEN "On") SET (DOXYGEN_URL "${PROJECT_URL}/doc/nightly/html/" ) |