summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJuergen Schmidt <jsc@openoffice.org>2010-10-04 08:01:27 +0200
committerJuergen Schmidt <jsc@openoffice.org>2010-10-04 08:01:27 +0200
commit9814eda06094b974eaa2b151ed74cd8bb273b8c6 (patch)
tree97b002b694f601386765c85805642e1e50f246bf
parent2f5dc5e7caefe230928f08307a56aae1dc5aa701 (diff)
sdk331: 114884: remove unofficial api's
-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 52efe87f..02471bd5 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))}