INTEGRATION: CWS qadev13 (1.3.2); FILE MERGED
2003/11/07 15:31:23 sg 1.3.2.1: #112239#CHG: added UNoProvider.java to makefile
This commit is contained in:
parent
e02de3ee4b
commit
f12ab5626a
1 changed files with 4 additions and 3 deletions
|
@ -2,9 +2,9 @@
|
|||
#
|
||||
# $RCSfile: makefile.mk,v $
|
||||
#
|
||||
# $Revision: 1.3 $
|
||||
# $Revision: 1.4 $
|
||||
#
|
||||
# last change: $Date: 2003-10-06 12:39:36 $
|
||||
# last change: $Date: 2003-11-18 16:15:03 $
|
||||
#
|
||||
# The Contents of this file are made available subject to the terms of
|
||||
# either of the following licenses
|
||||
|
@ -87,7 +87,8 @@ JAVAFILES = APIDescGetter.java \
|
|||
OfficeProvider.java \
|
||||
ComplexDescGetter.java \
|
||||
InetTools.java \
|
||||
ProcessHandler.java
|
||||
ProcessHandler.java \
|
||||
UnoProvider.java
|
||||
|
||||
JAVACLASSFILES= $(foreach,i,$(JAVAFILES) $(CLASSDIR)$/$(PACKAGE)$/$(i:b).class)
|
||||
|
||||
|
|
Loading…
Reference in a new issue