diff options
author | jsdelfino <jsdelfino@13f79535-47bb-0310-9956-ffa450edef68> | 2009-09-06 02:04:09 +0000 |
---|---|---|
committer | jsdelfino <jsdelfino@13f79535-47bb-0310-9956-ffa450edef68> | 2009-09-06 02:04:09 +0000 |
commit | 25104c9e0783008b45a4bf2fecf4b7d1da6f4954 (patch) | |
tree | d777b77f69cc952136e3087c103fec371af1b719 /cpp | |
parent | b536cddde8a421788543a8290b944c6271e63b3f (diff) |
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
Diffstat (limited to 'cpp')
-rw-r--r-- | cpp/sca/runtime/extensions/cpp/tools/scagen/Makefile.am | 1 | ||||
-rw-r--r-- | cpp/sca/runtime/extensions/cpp/tools/scagen/build.xml | 2 |
2 files changed, 2 insertions, 1 deletions
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 @@ <!-- Add "test" to the depends list below to add auto-testing to the build --> <!-- a junit.jar is needed at ${junit.jar.folder}/junit.jar though --> - <target name="all" depends="init,jars,doc,scripts,zip.all"> + <target name="all" depends="init,jars,scripts,zip.all"> </target> <target name="test" depends="init,jars,test.jar"> |