diff options
author | Oliver Bolte <obo@openoffice.org> | 2007-03-09 07:44:43 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2007-03-09 07:44:43 +0000 |
commit | 81e8bbd5c83c3287f33b24f8056581a388bfa6aa (patch) | |
tree | 79215d862b9bd1c82f06b1e243cd1f218c6415aa /xmlsecurity/tools/demo | |
parent | 3342df27528d666327b92c4ffe841f3f71961b90 (diff) |
INTEGRATION: CWS ause076 (1.10.74); FILE MERGED
2007/02/28 16:25:55 hjs 1.10.74.1: #i74984# less forced shell calls
Diffstat (limited to 'xmlsecurity/tools/demo')
-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 2c47c1b0c94e..1c490dd7f4d9 100644 --- a/xmlsecurity/tools/demo/makefile.mk +++ b/xmlsecurity/tools/demo/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.10 $ +# $Revision: 1.11 $ # -# last change: $Author: vg $ $Date: 2006-04-07 11:58:09 $ +# last change: $Author: obo $ $Date: 2007-03-09 08:44:43 $ # # 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 |