From e3f4dea21d6a64301a42492d8c74f72970af3a98 Mon Sep 17 00:00:00 2001 From: Jens-Heiner Rechtien Date: Fri, 19 Sep 2008 10:03:08 +0000 Subject: [PATCH] #i93829#: changes needed for subversion migration --- odk/util/makefile.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/odk/util/makefile.mk b/odk/util/makefile.mk index 94e149579bad..e91ed592b290 100644 --- a/odk/util/makefile.mk +++ b/odk/util/makefile.mk @@ -10,7 +10,7 @@ TARGET=odk ZIP1TARGET=odkexamples ZIP1FLAGS=-u -r ZIP1DIR=$(PRJ) -ZIP1LIST=examples -x "*CVS*" -x "*makefile.mk" -x "*Container1*" -x "*Storage*" -x "*register_component*" -x "*examples.html" +ZIP1LIST=examples -x "*.svn*" -x "*CVS*" -x "*makefile.mk" -x "*Container1*" -x "*Storage*" -x "*register_component*" -x "*examples.html" .INCLUDE : target.mk