You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beehive.apache.org by ek...@apache.org on 2005/05/05 22:59:32 UTC

svn commit: r168408 - /incubator/beehive/trunk/samples/petstoreWeb/build.xml

Author: ekoneil
Date: Thu May  5 13:59:31 2005
New Revision: 168408

URL: http://svn.apache.org/viewcvs?rev=168408&view=rev
Log:
After an rm -rf *; this is the last tweak to get the petstoreWeb building in SVN.

BB: self
DRT: none


Modified:
    incubator/beehive/trunk/samples/petstoreWeb/build.xml

Modified: incubator/beehive/trunk/samples/petstoreWeb/build.xml
URL: http://svn.apache.org/viewcvs/incubator/beehive/trunk/samples/petstoreWeb/build.xml?rev=168408&r1=168407&r2=168408&view=diff
==============================================================================
--- incubator/beehive/trunk/samples/petstoreWeb/build.xml (original)
+++ incubator/beehive/trunk/samples/petstoreWeb/build.xml Thu May  5 13:59:31 2005
@@ -67,7 +67,7 @@
             </fileset>
         </copy>
 
-        <copy todir="${build.dir}/WEB-INF/lib">
+        <copy todir="${build.dir}/WEB-INF/lib" failOnError="false">
             <fileset dir="${basedir}/lib">
                 <include name="*.jar"/>
             </fileset>