summaryrefslogtreecommitdiff
path: root/ucb
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2007-06-05 17:20:24 +0000
committerIvo Hinkelmann <ihi@openoffice.org>2007-06-05 17:20:24 +0000
commit44122c0688e6f188fa0bd8b59aa072b895701d2a (patch)
tree51fd0402d342c779902d821611d04fd037015c3b /ucb
parentabd60754e7344c7594e1adcc09f9484711e9af88 (diff)
INTEGRATION: CWS bgdlremove (1.32.8); FILE MERGED
2007/05/25 10:50:54 kso 1.32.8.4: #i76910# - Remove obsolete background download stuff from UCB. 2007/05/21 12:20:22 kso 1.32.8.3: RESYNC: (1.32-1.33); FILE MERGED 2007/05/11 09:37:45 kso 1.32.8.2: export.dxp no longer needed. 2007/05/11 09:20:56 kso 1.32.8.1: 76911# - ucbhelper lib no longer uses VOS. (vos::ORef => rtl::Reference, vos::OMutex => osl::Mutex, ...)
Diffstat (limited to 'ucb')
-rw-r--r--ucb/source/ucp/webdav/makefile.mk9
1 files changed, 2 insertions, 7 deletions
diff --git a/ucb/source/ucp/webdav/makefile.mk b/ucb/source/ucp/webdav/makefile.mk
index bcd5bb86a7c8..84c4d1ea4259 100644
--- a/ucb/source/ucp/webdav/makefile.mk
+++ b/ucb/source/ucp/webdav/makefile.mk
@@ -4,9 +4,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.34 $
+# $Revision: 1.35 $
#
-# last change: $Author: ihi $ $Date: 2007-06-05 10:56:17 $
+# last change: $Author: ihi $ $Date: 2007-06-05 18:20:24 $
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
@@ -94,7 +94,6 @@ SLOFILES=\
$(SLO)$/DAVProperties.obj \
$(SLO)$/DAVSessionFactory.obj \
$(SLO)$/DAVResourceAccess.obj \
- $(SLO)$/DAVResourceAccessThread.obj \
$(SLO)$/NeonUri.obj \
$(SLO)$/NeonInputStream.obj \
$(SLO)$/NeonPropFindRequest.obj \
@@ -121,7 +120,6 @@ SHL1STDLIBS=\
$(CPPULIB) \
$(SALLIB) \
$(SALHELPERLIB) \
- $(VOSLIB) \
$(UCBHELPERLIB) \
$(COMPHELPERLIB) \
$(NEON3RDLIB) \
@@ -143,9 +141,6 @@ SHL1LIBS=$(LIB1TARGET)
# --- Def-File ---------------------------------------------------------
DEF1NAME=$(SHL1TARGET)
-DEF1EXPORTFILE=exports.dxp
-
-DEF1DES=UCB WebDAV Content Provider
# --- Targets ----------------------------------------------------------