From ad68cc154c8191a7b60e87e5f5ceb5901f48d9b1 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andr=C3=A9s=20Maneiro?= <amaneiro@icarto.es>
Date: Wed, 29 Feb 2012 18:28:19 +0100
Subject: [PATCH 5/9] extProjectBackup has no lib directory

---
 extensions/extProjectBackup/build.xml |    4 ----
 1 files changed, 0 insertions(+), 4 deletions(-)

diff --git a/extensions/extProjectBackup/build.xml b/extensions/extProjectBackup/build.xml
index 549cd8d..25409dc 100644
--- a/extensions/extProjectBackup/build.xml
+++ b/extensions/extProjectBackup/build.xml
@@ -8,7 +8,6 @@
 		  <property name="src" location="src"/>
 		  <property name="build" location="bin"/>
 		  <property name="dist"  location="dist"/>
-		  <property name="lib"  location="lib"/>
 		  <property name="plugin" value="org.gvsig.backup"/>
 		  <property name="andami-lib" value="../_fwAndami/lib"/>
 		  <property name="andami" value="../_fwAndami/"/>
@@ -74,9 +73,6 @@
 		<copy todir="${dist}/images">
 			<fileset dir="images" includes="*"/>
 		</copy>
-		<copy todir="${dist}">
-			<fileset dir="lib" includes="*"/>
-		</copy>
 
 	    <loadproperties srcFile="build.number"/>
 		<replace casesensitive="true"
-- 
1.7.1

