summaryrefslogtreecommitdiff
path: root/swext/mediawiki/build.xml
diff options
context:
space:
mode:
authorMikhail Voitenko <mav@openoffice.org>2008-02-12 17:15:34 +0000
committerMikhail Voitenko <mav@openoffice.org>2008-02-12 17:15:34 +0000
commitd5699b27db478065e4224a48367ee678e18768f0 (patch)
treeb6acd5174931572a48a2e0310e520c430715dff5 /swext/mediawiki/build.xml
parent0b07164c327b79a212419a4839336b24b549c5cf (diff)
fix build of the help; use merged version of xcu if there is one
Diffstat (limited to 'swext/mediawiki/build.xml')
-rw-r--r--swext/mediawiki/build.xml7
1 files changed, 3 insertions, 4 deletions
diff --git a/swext/mediawiki/build.xml b/swext/mediawiki/build.xml
index 47caae95b89e..b9b904c3feef 100644
--- a/swext/mediawiki/build.xml
+++ b/swext/mediawiki/build.xml
@@ -5,9 +5,9 @@
*
* $RCSfile: build.xml,v $
*
- * $Revision: 1.8 $
+ * $Revision: 1.9 $
*
- * last change: $Author: mav $ $Date: 2008-02-12 16:00:36 $
+ * last change: $Author: mav $ $Date: 2008-02-12 18:15:34 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -105,8 +105,7 @@
<zip destfile="${dist}/${name}.${ext}">
<fileset dir="src" includes="description.xml" casesensitive="yes"/>
<fileset dir="${out}/misc/${target}/registry/schema/org/openoffice/Office/Custom" includes="*.xcs" casesensitive="yes"/>
- <fileset dir="${out}/misc/${target}/registry/data/org/openoffice/Office/Custom" includes="*.xcu" casesensitive="yes"/>
- <fileset dir="${out}/misc/${target}/registry/data/org/openoffice/Office" includes="*.xcu" casesensitive="yes"/>
+ <fileset dir="${out}/misc/${target}/registry/data/org/openoffice/Office" includes="ProtocolHandler.xcu" casesensitive="yes"/>
<fileset dir="${out}/misc/${target}/merge/org/openoffice/Office/Custom" includes="*.xcu" casesensitive="yes"/>
<fileset dir="${out}/misc/${target}/merge/org/openoffice/Office" includes="*.xcu" casesensitive="yes"/>
<fileset dir="${out}/misc/${target}" includes="**/*.xhp" casesensitive="yes"/>