diff options
author | Rüdiger Timm <rt@openoffice.org> | 2007-11-06 14:47:42 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2007-11-06 14:47:42 +0000 |
commit | 74cddfbe60fe5bc5e8d1c4d399da8522319ee5c1 (patch) | |
tree | ca8bed43dbc65826a235bd06e87e9a831fb9528d /xmlsecurity/tools | |
parent | c4dd0a64fc43dd20a85e30e81680a0e3cb4a936d (diff) |
INTEGRATION: CWS execshellmacrogone (1.11.32); FILE MERGED
2007/10/24 08:35:03 rene 1.11.32.2: RESYNC: (1.11-1.12); FILE MERGED
2007/10/24 06:35:52 rene 1.11.32.1: #i79760# krs patches for supressing "Executing shell macro..." output
Diffstat (limited to 'xmlsecurity/tools')
-rw-r--r-- | xmlsecurity/tools/demo/makefile.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/xmlsecurity/tools/demo/makefile.mk b/xmlsecurity/tools/demo/makefile.mk index aafd3682074b..fd32835f552a 100644 --- a/xmlsecurity/tools/demo/makefile.mk +++ b/xmlsecurity/tools/demo/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.12 $ +# $Revision: 1.13 $ # -# last change: $Author: hr $ $Date: 2007-09-27 12:53:40 $ +# last change: $Author: rt $ $Date: 2007-11-06 15:47:42 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -130,7 +130,7 @@ APP5OBJS= $(OBJ)$/util.obj $(OBJ)$/performance.obj # PACKAGE= com$/sun$/star$/xml$/security$/eval JARFILES= sandbox.jar ridl.jar jurt.jar unoil.jar juh.jar -JAVAFILES:= $(shell ls *.java) +JAVAFILES:= $(shell @ls *.java) JAVACLASSFILES= $(CLASSDIR)$/$(PACKAGE)$/JavaFlatFilter.class JARCLASSDIRS= $(PACKAGE) JARTARGET= jflatfilter.jar |