Author: shinichiro
Date: Tue Sep 25 07:33:18 2012
New Revision: 1389737

URL: http://svn.apache.org/viewvc?rev=1389737&view=rev
Log:
Pull up fix for CONNECTORS-540

Modified:
    manifoldcf/branches/release-1.0-branch/CHANGES.txt
    manifoldcf/branches/release-1.0-branch/framework/build.xml

Modified: manifoldcf/branches/release-1.0-branch/CHANGES.txt
URL: 
http://svn.apache.org/viewvc/manifoldcf/branches/release-1.0-branch/CHANGES.txt?rev=1389737&r1=1389736&r2=1389737&view=diff
==============================================================================
--- manifoldcf/branches/release-1.0-branch/CHANGES.txt (original)
+++ manifoldcf/branches/release-1.0-branch/CHANGES.txt Tue Sep 25 07:33:18 2012
@@ -3,6 +3,10 @@ $Id$
 
 ======================= 1.0 =====================
 
+CONNECTORS-540: Multi-process proprietary webapps run not properly
+running the start-webapps.sh.
+(Shinichiro Abe)
+
 CONNECTORS-539: Multi-process agent run not properly initializing
 crawler/authority environment.
 (Karl Wright)

Modified: manifoldcf/branches/release-1.0-branch/framework/build.xml
URL: 
http://svn.apache.org/viewvc/manifoldcf/branches/release-1.0-branch/framework/build.xml?rev=1389737&r1=1389736&r2=1389737&view=diff
==============================================================================
--- manifoldcf/branches/release-1.0-branch/framework/build.xml (original)
+++ manifoldcf/branches/release-1.0-branch/framework/build.xml Tue Sep 25 
07:33:18 2012
@@ -453,6 +453,7 @@
                 <include name="mcf-ui-core.jar"/>
                 <include name="mcf-agents.jar"/>
                 <include name="mcf-pull-agent.jar"/>
+                <include name="mcf-api-servlet.jar"/>
             </fileset>
         </copy>
         <jar 
destfile="build/webapp/api-service-proprietary/WEB-INF/lib/mcf-api-service.jar" 
basedir="build/api-service/classes"/>


Reply via email to