INTEGRATION: CWS qadev25 (1.7.2); FILE MERGED
2005/11/15 13:58:50 lla 1.7.2.2: #127811# write into log instead System.out. 2005/11/11 10:53:07 lla 1.7.2.1: #127811# convwatch cleanups
This commit is contained in:
parent
2a4faef987
commit
eb542e54d5
1 changed files with 8 additions and 3 deletions
|
@ -4,9 +4,9 @@
|
|||
#
|
||||
# $RCSfile: makefile.mk,v $
|
||||
#
|
||||
# $Revision: 1.7 $
|
||||
# $Revision: 1.8 $
|
||||
#
|
||||
# last change: $Author: kz $ $Date: 2005-11-02 17:42:54 $
|
||||
# last change: $Author: obo $ $Date: 2006-01-19 14:23:21 $
|
||||
#
|
||||
# The Contents of this file are made available subject to
|
||||
# the terms of GNU Lesser General Public License Version 2.1.
|
||||
|
@ -74,7 +74,12 @@ JAVAFILES = \
|
|||
GraphicalTestArguments.java \
|
||||
StringHelper.java \
|
||||
GraphicalDifferenceCheck.java \
|
||||
DocumentConverter.java
|
||||
DocumentConverter.java\
|
||||
DBHelper.java\
|
||||
DB.java\
|
||||
ValueNotFoundException.java\
|
||||
GlobalLogWriter.java
|
||||
|
||||
|
||||
JAVACLASSFILES= $(foreach,i,$(JAVAFILES) $(CLASSDIR)$/$(PACKAGE)$/$(i:b).class)
|
||||
|
||||
|
|
Loading…
Reference in a new issue