You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@manifoldcf.apache.org by sh...@apache.org on 2011/12/14 05:22:27 UTC

svn commit: r1214051 - /incubator/lcf/branches/CONNECTORS-313/framework/build.xml

Author: shinichiro
Date: Wed Dec 14 04:22:27 2011
New Revision: 1214051

URL: http://svn.apache.org/viewvc?rev=1214051&view=rev
Log:
There is a incorrect mkdir, so remove it.

Modified:
    incubator/lcf/branches/CONNECTORS-313/framework/build.xml

Modified: incubator/lcf/branches/CONNECTORS-313/framework/build.xml
URL: http://svn.apache.org/viewvc/incubator/lcf/branches/CONNECTORS-313/framework/build.xml?rev=1214051&r1=1214050&r2=1214051&view=diff
==============================================================================
--- incubator/lcf/branches/CONNECTORS-313/framework/build.xml (original)
+++ incubator/lcf/branches/CONNECTORS-313/framework/build.xml Wed Dec 14 04:22:27 2011
@@ -477,7 +477,6 @@
         <copy todir="dist/example/war">
             <fileset dir="build/war"/>
         </copy>
-        <mkdir dir="dist/example/connector-lib"/>
         <mkdir dir="dist/example/logs"/>
         <copy todir="dist/example">
             <fileset dir="example-singleprocess">