From b538fc543ecfbafef94b15ef068890c22d7f2218 Mon Sep 17 00:00:00 2001 From: Marcos Paulo de Souza Date: Thu, 17 Oct 2013 19:49:37 -0300 Subject: fdo#60698: Move fileaccess module to ucb Change-Id: I4c688a4aeedcae56ed6404574bd1bb392d4190cb Reviewed-on: https://gerrit.libreoffice.org/6311 Reviewed-by: Stephan Bergmann Tested-by: Stephan Bergmann --- ios/qa/sc/Makefile | 2 +- ios/qa/sc/filters-test.m | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) (limited to 'ios') diff --git a/ios/qa/sc/Makefile b/ios/qa/sc/Makefile index 916c56ebb439..5eb1cb3a33b1 100644 --- a/ios/qa/sc/Makefile +++ b/ios/qa/sc/Makefile @@ -83,7 +83,7 @@ stuff: cp $(OUTDIR)/bin/ure/types.rdb $(APPDIR)/ure # # a bunch of .component files - for F in framework/util/fwk i18npool/util/i18npool sfx2/util/sfx ucb/source/core/ucb1 ucb/source/ucp/file/ucpfile1 unoxml/source/service/unoxml configmgr/source/configmgr basic/util/sb chart2/source/controller/chartcontroller chart2/source/chartcore comphelper/util/comphelp eventattacher/source/evtatt fileaccess/source/fileacc filter/source/config/cache/filterconfig1 oox/util/oox package/source/xstor/xstor package/util/package2 sax/source/expatwrap/expwrap sax/source/fastparser/fastsax sc/util/sc sc/util/scfilt scaddins/source/analysis/analysis scaddins/source/datefunc/date sot/util/sot svl/util/svl toolkit/util/tk ucb/source/ucp/tdoc/ucptdoc1 unotools/util/utl unoxml/source/rdf/unordf; do \ + for F in framework/util/fwk i18npool/util/i18npool sfx2/util/sfx ucb/source/core/ucb1 ucb/source/ucp/file/ucpfile1 unoxml/source/service/unoxml configmgr/source/configmgr basic/util/sb chart2/source/controller/chartcontroller chart2/source/chartcore comphelper/util/comphelp eventattacher/source/evtatt filter/source/config/cache/filterconfig1 oox/util/oox package/source/xstor/xstor package/util/package2 sax/source/expatwrap/expwrap sax/source/fastparser/fastsax sc/util/sc sc/util/scfilt scaddins/source/analysis/analysis scaddins/source/datefunc/date sot/util/sot svl/util/svl toolkit/util/tk ucb/source/ucp/tdoc/ucptdoc1 unotools/util/utl unoxml/source/rdf/unordf; do \ mkdir -p $(APPDIR)/ComponentTarget/`dirname $$F`; \ cp $(WORKDIR)/ComponentTarget/$$F.component $(APPDIR)/ComponentTarget/$$F.component; \ done diff --git a/ios/qa/sc/filters-test.m b/ios/qa/sc/filters-test.m index a78ce82f0658..84e5bf5f10e7 100644 --- a/ios/qa/sc/filters-test.m +++ b/ios/qa/sc/filters-test.m @@ -133,7 +133,6 @@ didFinishLaunchingWithOptions: (NSDictionary *) launchOptions "ComponentTarget/chart2/source/chartcore.component", "ComponentTarget/comphelper/util/comphelp.component", "ComponentTarget/eventattacher/source/evtatt.component", - "ComponentTarget/fileaccess/source/fileacc.component", "ComponentTarget/filter/source/config/cache/filterconfig1.component", "ComponentTarget/oox/util/oox.component", "ComponentTarget/package/source/xstor/xstor.component", -- cgit