diff options
author | obo <obo@openoffice.org> | 2010-10-08 08:25:00 +0200 |
---|---|---|
committer | obo <obo@openoffice.org> | 2010-10-08 08:25:00 +0200 |
commit | 0a0bc5ee9809ffe0c0fb80527d9393385ba93708 (patch) | |
tree | 4d1731534ddc1f84d9dc7ad907ab82eddb2d3d4b /odk | |
parent | 1c802c77f98ff4b10235f4c098710b038cd94f13 (diff) | |
parent | 3598a25179735eecbeed9c65e296c9353af9b727 (diff) |
CWS-TOOLING: integrate CWS sdk331
Notes
Notes:
split repo tag: sdk_ooo/OOO330_m10
split repo tag: sdk_ooo/OOO330_m11
split repo tag: sdk_ooo/OOO330_m12
split repo tag: sdk_ooo/OOO330_m13
Diffstat (limited to 'odk')
-rw-r--r-- | odk/pack/copying/makefile.mk | 2 |
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))} |