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 2014/10/27 05:12:36 UTC

svn commit: r1634445 - /manifoldcf/branches/CONNECTORS-1085/framework/build.xml

Author: kwright
Date: Mon Oct 27 04:12:36 2014
New Revision: 1634445

URL: http://svn.apache.org/r1634445
Log:
Fix javadoc

Modified:
    manifoldcf/branches/CONNECTORS-1085/framework/build.xml

Modified: manifoldcf/branches/CONNECTORS-1085/framework/build.xml
URL: http://svn.apache.org/viewvc/manifoldcf/branches/CONNECTORS-1085/framework/build.xml?rev=1634445&r1=1634444&r2=1634445&view=diff
==============================================================================
--- manifoldcf/branches/CONNECTORS-1085/framework/build.xml (original)
+++ manifoldcf/branches/CONNECTORS-1085/framework/build.xml Mon Oct 27 04:12:36 2014
@@ -138,11 +138,13 @@
             <link href="http://manifoldcf.apache.org/release/trunk/api/framework/"/>
             <classpath>
                 <path refid="framework-classpath"/>
+                <path refid="connector-common-classpath"/>
             </classpath>
             <fileset dir="core/src/main/java" includes="**/*.java"/>
             <fileset dir="agents/src/main/java" includes="**/*.java"/>
             <fileset dir="pull-agent/src/main/java" includes="**/*.java"/>
             <fileset dir="ui-core/src/main/java" includes="**/*.java"/>
+            <fileset dir="connector-common/src/main/java" includes="**/*.java"/>
             <fileset dir="script-engine/src/main/java" includes="**/*.java"/>
             <fileset dir="jetty-runner/src/main/java" includes="**/*.java"/>
         </javadoc>