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 2010/03/12 17:31:07 UTC

svn commit: r922316 - /incubator/lcf/trunk/modules/framework/build.xml

Author: kwright
Date: Fri Mar 12 16:31:07 2010
New Revision: 922316

URL: http://svn.apache.org/viewvc?rev=922316&view=rev
Log:
Fix a cut-and-paste issue with the maven change.  Thanks to Ralph Benjamin Ruijs for noticing this.

Modified:
    incubator/lcf/trunk/modules/framework/build.xml

Modified: incubator/lcf/trunk/modules/framework/build.xml
URL: http://svn.apache.org/viewvc/incubator/lcf/trunk/modules/framework/build.xml?rev=922316&r1=922315&r2=922316&view=diff
==============================================================================
--- incubator/lcf/trunk/modules/framework/build.xml (original)
+++ incubator/lcf/trunk/modules/framework/build.xml Fri Mar 12 16:31:07 2010
@@ -198,7 +198,7 @@
                 <include name="xml-apis*.jar"/>
             </fileset>
         </copy>
-        <copy todir="build/webapp/authority-service/WEB-INF/lib">
+        <copy todir="build/webapp/crawler-ui/WEB-INF/lib">
             <fileset dir="build/jar">
                 <include name="lcf-core.jar"/>
                 <include name="lcf-agents.jar"/>