Author: ebourg-guest
Date: 2013-06-07 07:49:36 +0000 (Fri, 07 Jun 2013)
New Revision: 16847

Modified:
   trunk/derby/debian/rules
Log:
debian/rules: Less aggressive cleaning



Modified: trunk/derby/debian/rules
===================================================================
--- trunk/derby/debian/rules    2013-06-07 00:05:24 UTC (rev 16846)
+++ trunk/derby/debian/rules    2013-06-07 07:49:36 UTC (rev 16847)
@@ -15,11 +15,6 @@
        ant clobber
        # Totally remove jars and javadoc directory
        rm -rf jars javadoc
-       # Remove any .jars or dot files
-       find -name debian -prune -or -name '.svn' -prune -execdir rm -rf '{}' 
';'
-       find -name debian -prune -or -name '.git*' -prune -execdir rm -rf '{}' 
';'
-       find -name debian -prune -or -name '*.jar' -execdir rm '{}' ';'
-       find -name debian -prune -or -name 'derby.log' -execdir rm '{}' ';'
        # Other bits
        rm -f *.log
        cd java/demo/toursdb/ ; rm -rf *generated* ToursDB_schema.sql 
loadTables.sql


_______________________________________________
pkg-java-commits mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

Reply via email to