You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by js...@apache.org on 2009/09/06 04:04:10 UTC

svn commit: r811747 - in /tuscany/cpp/sca/runtime/extensions/cpp/tools/scagen: Makefile.am build.xml

Author: jsdelfino
Date: Sun Sep  6 02:04:09 2009
New Revision: 811747

URL: http://svn.apache.org/viewvc?rev=811747&view=rev
Log:
Made javadoc build optional for now as it pollutes the logs and confuses the CDT error parser.

Modified:
    tuscany/cpp/sca/runtime/extensions/cpp/tools/scagen/Makefile.am
    tuscany/cpp/sca/runtime/extensions/cpp/tools/scagen/build.xml

Modified: tuscany/cpp/sca/runtime/extensions/cpp/tools/scagen/Makefile.am
URL: http://svn.apache.org/viewvc/tuscany/cpp/sca/runtime/extensions/cpp/tools/scagen/Makefile.am?rev=811747&r1=811746&r2=811747&view=diff
==============================================================================
--- tuscany/cpp/sca/runtime/extensions/cpp/tools/scagen/Makefile.am (original)
+++ tuscany/cpp/sca/runtime/extensions/cpp/tools/scagen/Makefile.am Sun Sep  6 02:04:09 2009
@@ -27,6 +27,7 @@
 	
 clean:
 	rm -rf build
+	rm -rf docs
 	rm -f scagen_build
 	                    
 install-exec-hook:

Modified: tuscany/cpp/sca/runtime/extensions/cpp/tools/scagen/build.xml
URL: http://svn.apache.org/viewvc/tuscany/cpp/sca/runtime/extensions/cpp/tools/scagen/build.xml?rev=811747&r1=811746&r2=811747&view=diff
==============================================================================
--- tuscany/cpp/sca/runtime/extensions/cpp/tools/scagen/build.xml (original)
+++ tuscany/cpp/sca/runtime/extensions/cpp/tools/scagen/build.xml Sun Sep  6 02:04:09 2009
@@ -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">