You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@manifoldcf.apache.org by kw...@apache.org on 2013/02/08 15:11:47 UTC

svn commit: r1444020 - in /manifoldcf/branches/release-1.1-branch: ./ connectors/connector-build.xml

Author: kwright
Date: Fri Feb  8 14:11:47 2013
New Revision: 1444020

URL: http://svn.apache.org/r1444020
Log:
Fix javadoc compilation error due to missing stub in classpath.

Modified:
    manifoldcf/branches/release-1.1-branch/   (props changed)
    manifoldcf/branches/release-1.1-branch/connectors/connector-build.xml

Propchange: manifoldcf/branches/release-1.1-branch/
------------------------------------------------------------------------------
  Merged /manifoldcf/trunk:r1441996

Modified: manifoldcf/branches/release-1.1-branch/connectors/connector-build.xml
URL: http://svn.apache.org/viewvc/manifoldcf/branches/release-1.1-branch/connectors/connector-build.xml?rev=1444020&r1=1444019&r2=1444020&view=diff
==============================================================================
--- manifoldcf/branches/release-1.1-branch/connectors/connector-build.xml (original)
+++ manifoldcf/branches/release-1.1-branch/connectors/connector-build.xml Fri Feb  8 14:11:47 2013
@@ -357,7 +357,7 @@
         </javadoc>
     </target>
 
-    <target name="doc" depends="doc-rmi,compile-wsdls,compile-xsds,has-RMI-check,precompile-check" if="canBuild" unless="hasRMI">
+    <target name="doc" depends="compile-stubs,doc-rmi,compile-wsdls,compile-xsds,has-RMI-check,precompile-check" if="canBuild" unless="hasRMI">
         <mkdir dir="dist/doc"/>
         <javadoc destdir="dist/doc" source="1.6">
             <classpath>