INTEGRATION: CWS sb31 (1.3.170); FILE MERGED
2005/03/30 12:45:43 sb 1.3.170.1: #120219# Cleaned up.
This commit is contained in:
parent
955b5ba662
commit
f2eb9faff7
1 changed files with 8 additions and 8 deletions
|
@ -2,9 +2,9 @@
|
|||
#
|
||||
# $RCSfile: makefile.mk,v $
|
||||
#
|
||||
# $Revision: 1.3 $
|
||||
# $Revision: 1.4 $
|
||||
#
|
||||
# last change: $Author: sb $ $Date: 2002-10-07 13:16:28 $
|
||||
# last change: $Author: obo $ $Date: 2005-06-17 09:57:49 $
|
||||
#
|
||||
# The Contents of this file are made available subject to the terms of
|
||||
# either of the following licenses
|
||||
|
@ -67,11 +67,11 @@ PACKAGE = com$/sun$/star$/comp$/connections
|
|||
|
||||
.INCLUDE: $(PRJ)$/util$/makefile.pmk
|
||||
|
||||
JAVACLASSFILES = \
|
||||
$(CLASSDIR)$/$(PACKAGE)$/Acceptor.class \
|
||||
$(CLASSDIR)$/$(PACKAGE)$/Connector.class \
|
||||
$(CLASSDIR)$/$(PACKAGE)$/ConstantInstanceProvider.class \
|
||||
$(CLASSDIR)$/$(PACKAGE)$/Implementation.class \
|
||||
$(CLASSDIR)$/$(PACKAGE)$/PipedConnection.class
|
||||
JAVAFILES = \
|
||||
Acceptor.java \
|
||||
Connector.java \
|
||||
ConstantInstanceProvider.java \
|
||||
Implementation.java \
|
||||
PipedConnection.java
|
||||
|
||||
.INCLUDE: target.mk
|
||||
|
|
Loading…
Reference in a new issue