From 6df63a0fa7539ff114a036f5acafb017614aa5bd Mon Sep 17 00:00:00 2001 From: Ivo Hinkelmann Date: Wed, 22 Apr 2009 12:39:28 +0000 Subject: CWS-TOOLING: integrate CWS sdk31fix_DEV300 2009-04-03 15:43:49 +0200 jsc r270492 : correct classpath 2009-04-02 16:27:49 +0200 jsc r270416 : fix typo in run target and classpath 2009-04-02 16:27:14 +0200 jsc r270415 : remove Inspector example, change docu to link into the wiki on the related project page 2009-04-01 14:07:33 +0200 jsc r270327 : #i100723# add Uno-Type-Path to jar manifest 2009-04-01 11:57:53 +0200 jsc r270315 : #i100723# add Uno-Type-Path to jar manifest 2009-04-01 11:47:59 +0200 jsc r270314 : #i100723# add Uno-Type-Path to jar manifest 2009-04-01 09:33:10 +0200 jsc r270304 : #i100723# add Uno-Type-Path to jar manifest 2009-04-01 09:30:39 +0200 jsc r270303 : #i100723# add Uno-Type-Path to jar manifest 2009-04-01 09:29:19 +0200 jsc r270301 : #i100712# change header image version number --- odk/util/makefile.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'odk/util') diff --git a/odk/util/makefile.mk b/odk/util/makefile.mk index f43f45e819ca..078ecb987157 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 "*.svn*" -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 "*Inspector*" -x "*Container1*" -x "*Storage*" -x "*register_component*" -x "*examples.html" .INCLUDE : target.mk -- cgit