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/01/06 20:04:13 UTC

svn commit: r1555978 - in /manifoldcf/trunk: CHANGES.txt build.xml connectors/connector-build.xml

Author: kwright
Date: Mon Jan  6 19:04:13 2014
New Revision: 1555978

URL: http://svn.apache.org/r1555978
Log:
Fix for CONNECTORS-851.  Committed on behalf of B. Scott Michel

Modified:
    manifoldcf/trunk/CHANGES.txt
    manifoldcf/trunk/build.xml
    manifoldcf/trunk/connectors/connector-build.xml

Modified: manifoldcf/trunk/CHANGES.txt
URL: http://svn.apache.org/viewvc/manifoldcf/trunk/CHANGES.txt?rev=1555978&r1=1555977&r2=1555978&view=diff
==============================================================================
--- manifoldcf/trunk/CHANGES.txt (original)
+++ manifoldcf/trunk/CHANGES.txt Mon Jan  6 19:04:13 2014
@@ -3,6 +3,10 @@ $Id$
 
 ======================= 1.5-dev =====================
 
+CONNECTORS-851: Add mail.jar to connector wsdl builder to turn off
+warnings.  Also provide ability to extend build with optional include.
+(B. Scott Michel, Karl Wright)
+
 CONNECTORS-850: Add maximum recrawl interval parameter for all
 jobs.  NOTE: Schema change!!
 (Florian Schmedding, Karl Wright)

Modified: manifoldcf/trunk/build.xml
URL: http://svn.apache.org/viewvc/manifoldcf/trunk/build.xml?rev=1555978&r1=1555977&r2=1555978&view=diff
==============================================================================
--- manifoldcf/trunk/build.xml (original)
+++ manifoldcf/trunk/build.xml Mon Jan  6 19:04:13 2014
@@ -17,6 +17,8 @@
 
 <project name="manifoldcf" default="help">
 
+    <import file="site-options.xml" optional="true"/>
+
     <import file="common-build.xml"/>
     
     <target name="downloaded-condition">

Modified: manifoldcf/trunk/connectors/connector-build.xml
URL: http://svn.apache.org/viewvc/manifoldcf/trunk/connectors/connector-build.xml?rev=1555978&r1=1555977&r2=1555978&view=diff
==============================================================================
--- manifoldcf/trunk/connectors/connector-build.xml (original)
+++ manifoldcf/trunk/connectors/connector-build.xml Mon Jan  6 19:04:13 2014
@@ -251,6 +251,7 @@
                     <include name="axis*.jar"/>
                     <include name="saaj*.jar"/>
                     <include name="wsdl*.jar"/>
+                    <include name="mail*.jar"/>
                     <include name="activation*.jar"/>
                     <include name="commons-discovery*.jar"/>
                     <include name="commons-logging*.jar"/>