blob: bf21841532740fa1a111d631f0209d3d21a3c731 (
plain) (
blame)
| 1
2
3
4
5
6
7
8
9
10
11
12
13
 | --- build.xml.orig	Sun Oct 17 01:24:11 2004
+++ build.xml	Sun Oct 17 01:26:18 2004
@@ -199,10 +199,6 @@
     <copy todir="${dist.home}/src" filtering="on">
       <fileset dir="${source.home}"/>
     </copy>
-    <mkdir dir="${dist.home}/lib"/>
-    <copy todir="${dist.home}/lib">
-      <fileset dir="lib"/>
-    </copy>
   </target>
 
 <!-- ========== Targets: "External" Targets: Clean-up ===================== -->
 |