diff options
author | Peter Jentsch <pjotr@guineapics.de> | 2011-01-25 23:21:22 +0100 |
---|---|---|
committer | Jan Holesovsky <kendy@suse.cz> | 2011-02-03 17:47:06 +0100 |
commit | 89c80fd1070909b293bb5a57414575d2e784a650 (patch) | |
tree | f167c41f2729496f4523b8770885ec4f440a0ef8 /sax/prj | |
parent | 55e325ab97272c771040cb053838c3cc99913635 (diff) |
New sax documenthandler adapter.
A simple adapter for sax document handlers and is a prerequisite of
the new flat odf export implementation.
Diffstat (limited to 'sax/prj')
-rw-r--r-- | sax/prj/d.lst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sax/prj/d.lst b/sax/prj/d.lst index 87f01348163c..c9e466d440e1 100644 --- a/sax/prj/d.lst +++ b/sax/prj/d.lst @@ -9,5 +9,6 @@ mkdir: %_DEST%\inc%_EXT%\sax\tools ..\inc\sax\fshelper.hxx %_DEST%\inc%_EXT%\sax\fshelper.hxx ..\inc\sax\fastattribs.hxx %_DEST%\inc%_EXT%\sax\fastattribs.hxx ..\inc\sax\tools\converter.hxx %_DEST%\inc%_EXT%\sax\tools\converter.hxx +..\inc\sax\tools\documenthandleradapter.hxx %_DEST%\inc%_EXT%\sax\tools\documenthandleradapter.hxx dos: sh -c "if test %OS% = MACOSX; then macosx-create-bundle %_DEST%\lib%_EXT%\*.dylib; fi" |