diff options
author | Mathias Bauer <mba@openoffice.org> | 2009-11-11 07:25:37 +0100 |
---|---|---|
committer | Mathias Bauer <mba@openoffice.org> | 2009-11-11 07:25:37 +0100 |
commit | 739e55aa044a5691b750e42473fafab0f5907a0f (patch) | |
tree | 84ddc5a537af13ef1cd98ade1b7ecd4aaf595342 /sw/qa/complex/writer | |
parent | b54b05d86fd5dd1b710cdbb7e127a6989bd24f38 (diff) |
#i103496#: sandbox removed
Diffstat (limited to 'sw/qa/complex/writer')
-rwxr-xr-x | sw/qa/complex/writer/makefile.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/qa/complex/writer/makefile.mk b/sw/qa/complex/writer/makefile.mk index de5200d47142..9aa7e95c9af2 100755 --- a/sw/qa/complex/writer/makefile.mk +++ b/sw/qa/complex/writer/makefile.mk @@ -40,7 +40,7 @@ PACKAGE = complex$/writer #----- compile .java files ----------------------------------------- -JARFILES = mysql.jar sandbox.jar ridl.jar unoil.jar jurt.jar juh.jar java_uno.jar OOoRunner.jar +JARFILES = mysql.jar ridl.jar unoil.jar jurt.jar juh.jar java_uno.jar OOoRunner.jar JAVAFILES = CheckIndexedPropertyValues.java CheckNamedPropertyValues.java CheckCrossReferences.java CheckBookmarks.java CheckFlies.java TextPortionEnumerationTest.java JAVACLASSFILES = $(foreach,i,$(JAVAFILES) $(CLASSDIR)$/$(PACKAGE)$/$(i:b).class) |