diff options
author | Mathias Bauer <mba@openoffice.org> | 2011-03-02 11:54:18 +0100 |
---|---|---|
committer | Bjoern Michaelsen <bjoern.michaelsen@canonical.com> | 2011-06-17 00:59:06 +0200 |
commit | 4f6bf0ee0fec7303e7ecf4cd67f8aab56017356e (patch) | |
tree | 1c9ab17fee4b3a3831e21c58d6e170ee4270185b | |
parent | aaa3f7ccfd6084d3c84d24f018bace5724b9d4fb (diff) |
CWS gnumake4: convert xmlscript to new build system [hg:d4df54d61f2a]
-rw-r--r-- | postprocess/packcomponents/makefile.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/postprocess/packcomponents/makefile.mk b/postprocess/packcomponents/makefile.mk index f908a1e..5286988 100644 --- a/postprocess/packcomponents/makefile.mk +++ b/postprocess/packcomponents/makefile.mk @@ -85,6 +85,7 @@ my_components = \ component/unoxml/source/service/unoxml \ component/xmloff/source/transform/xof \ component/xmloff/util/xo \ + component/xmlscript/util/xcr \ configmgr \ ctl \ date \ @@ -175,7 +176,6 @@ my_components = \ vbaobj \ wpft \ writerfilter \ - xcr \ xmlfa \ xmlfd \ xmx \ |