From 25104c9e0783008b45a4bf2fecf4b7d1da6f4954 Mon Sep 17 00:00:00 2001 From: jsdelfino Date: Sun, 6 Sep 2009 02:04:09 +0000 Subject: Made javadoc build optional for now as it pollutes the logs and confuses the CDT error parser. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@811747 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/sca/runtime/extensions/cpp/tools/scagen/Makefile.am | 1 + cpp/sca/runtime/extensions/cpp/tools/scagen/build.xml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/cpp/sca/runtime/extensions/cpp/tools/scagen/Makefile.am b/cpp/sca/runtime/extensions/cpp/tools/scagen/Makefile.am index adb951318a..59b4d2095f 100644 --- a/cpp/sca/runtime/extensions/cpp/tools/scagen/Makefile.am +++ b/cpp/sca/runtime/extensions/cpp/tools/scagen/Makefile.am @@ -27,6 +27,7 @@ scagen_build: clean: rm -rf build + rm -rf docs rm -f scagen_build install-exec-hook: diff --git a/cpp/sca/runtime/extensions/cpp/tools/scagen/build.xml b/cpp/sca/runtime/extensions/cpp/tools/scagen/build.xml index 95418a22a1..23e825a1b4 100644 --- a/cpp/sca/runtime/extensions/cpp/tools/scagen/build.xml +++ b/cpp/sca/runtime/extensions/cpp/tools/scagen/build.xml @@ -31,7 +31,7 @@ - + -- cgit v1.2.3