diff options
author | Oliver Bolte <obo@openoffice.org> | 2005-04-22 10:38:21 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2005-04-22 10:38:21 +0000 |
commit | c14fb3cd9e285afc8aa72827370dcb5e8aa53942 (patch) | |
tree | 1fbdf9aad597659d1bc6317b2deb4dd1eea08dc0 /rhino/makefile.mk | |
parent | 52b458c8d7b37db74a9f5db152ee68aa617f35d1 (diff) |
INTEGRATION: CWS ause025 (1.4.4); FILE MERGED
2005/04/13 15:48:41 hjs 1.4.4.2: RESYNC: (1.4-1.5); FILE MERGED
2005/04/13 14:23:34 hjs 1.4.4.1: #i42686# cleanup to support automated patch creation again
Diffstat (limited to 'rhino/makefile.mk')
-rwxr-xr-x | rhino/makefile.mk | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/rhino/makefile.mk b/rhino/makefile.mk index 5f769fba1b01..45d3800de823 100755 --- a/rhino/makefile.mk +++ b/rhino/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.5 $ +# $Revision: 1.6 $ # -# last change: $Author: hr $ $Date: 2005-04-06 10:53:50 $ +# last change: $Author: obo $ $Date: 2005-04-22 11:38:21 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -74,6 +74,15 @@ TARGET=ooo_rhino TARFILE_NAME=rhino15R4 TARFILE_ROOTDIR=rhino1_5R4 + +ADDITIONAL_FILES=makefile.mk \ + toolsrc/org/mozilla/javascript/tools/debugger/AbstractCellEditor.java \ + toolsrc/org/mozilla/javascript/tools/debugger/AbstractTreeTableModel.java \ + toolsrc/org/mozilla/javascript/tools/debugger/JTreeTable.java \ + toolsrc/org/mozilla/javascript/tools/debugger/OfficeScriptInfo.java \ + toolsrc/org/mozilla/javascript/tools/debugger/TreeTableModelAdapter.java \ + toolsrc/org/mozilla/javascript/tools/debugger/TreeTableModel.java + PATCH_FILE_NAME=rhino1_5R4.patch BUILD_ACTION=dmake $(MFLAGS) $(CALLMACROS) |