summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorobo <obo@openoffice.org>2010-10-08 08:25:00 +0200
committerobo <obo@openoffice.org>2010-10-08 08:25:00 +0200
commit0a0bc5ee9809ffe0c0fb80527d9393385ba93708 (patch)
tree4d1731534ddc1f84d9dc7ad907ab82eddb2d3d4b
parentmasterfix OOO330: #i114513# change exec permissions (diff)
parentsdk331: 114884: remove unofficial api's (diff)
downloadcore-0a0bc5ee9809ffe0c0fb80527d9393385ba93708.tar.gz
core-0a0bc5ee9809ffe0c0fb80527d9393385ba93708.zip
CWS-TOOLING: integrate CWS sdk331
-rw-r--r--odk/pack/copying/makefile.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/odk/pack/copying/makefile.mk b/odk/pack/copying/makefile.mk
index 52efe87ff797..02471bd53638 100644
--- a/odk/pack/copying/makefile.mk
+++ b/odk/pack/copying/makefile.mk
@@ -34,7 +34,7 @@ TARGET=copying
.INCLUDE: $(PRJ)/util/makefile.pmk
#----------------------------------------------------------------
-IDLLIST:={$(subst,/,/ $(shell @$(FIND) $(IDLOUT) -type f | sed -e '/star.portal/d' -e'/star.webservices/d'))}
+IDLLIST:={$(subst,/,/ $(shell @$(FIND) $(IDLOUT)/com -type f))}
DESTIDLLIST={$(subst,$(IDLOUT),$(DESTDIRIDL) $(IDLLIST))}
DESTINCLUDELIST={$(subst,$(SOLARINCDIR),$(DESTDIRINC) $(INCLUDELIST))}