diff options
author | Oliver Bolte <obo@openoffice.org> | 2005-03-18 10:12:29 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2005-03-18 10:12:29 +0000 |
commit | 957a0d1c06c61940bb754f199c3374c8f128b386 (patch) | |
tree | 21acf1f944c4d52602d018867859c8692930c974 /sj2 | |
parent | f87c1e05b9eafa4c42a10ab365959fc66d85a7cf (diff) |
INTEGRATION: CWS fwkpostbeta04 (1.2.4); FILE MERGED
2005/02/22 12:53:36 jl 1.2.4.1: #i43107# remove unused code
Diffstat (limited to 'sj2')
-rw-r--r-- | sj2/stardiv/controller/makefile.mk | 14 |
1 files changed, 3 insertions, 11 deletions
diff --git a/sj2/stardiv/controller/makefile.mk b/sj2/stardiv/controller/makefile.mk index d916ca13b458..357d390fe14c 100644 --- a/sj2/stardiv/controller/makefile.mk +++ b/sj2/stardiv/controller/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.2 $ +# $Revision: 1.3 $ # -# last change: $Author: obo $ $Date: 2005-01-25 15:10:25 $ +# last change: $Author: obo $ $Date: 2005-03-18 11:12:29 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -78,15 +78,7 @@ all: # --- Files -------------------------------------------------------- JAVAFILES= \ - SjSettings.java \ - StreamObserver.java \ - NativeStreamObserver.java \ - AppStarter.java \ - AppStarterStatus.java \ - AppStarterStatusNative.java \ - JavaSystemMonitor.java \ - Console.java \ - PropertyEditor.java + SjSettings.java JAVACLASSFILES= \ $(CLASSDIR)$/$(PACKAGE)$/SjSettings.class \ |