summaryrefslogtreecommitdiff
path: root/swext/mediawiki/build.xml
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2009-04-22 17:14:21 +0000
committerIvo Hinkelmann <ihi@openoffice.org>2009-04-22 17:14:21 +0000
commit5e3d6a9f7a20e65dc3aaa5c3e346ccc1e0ff9702 (patch)
tree8998707be3776afa767e8f0d5cde55be4a3cdd67 /swext/mediawiki/build.xml
parent0d4e4ad20df8c636034c1436a5c706a10639920f (diff)
CWS-TOOLING: integrate CWS mav46
2009-04-03 13:43:02 +0200 mav r270481 : #i81373# fix delivering 2009-04-01 09:13:45 +0200 hjs r270299 : #i81373# a bit too specific 2009-03-31 14:55:42 +0200 mav r270282 : #i81373# the new tarball patching mechanics from hjs 2009-03-31 12:47:18 +0200 mav r270274 : #i81373# use the new tarball patching mechanics 2009-03-31 12:46:35 +0200 mav r270273 : #i81373# the change from the version attached to issue 2009-03-29 19:39:21 +0200 mav r270191 : CWS-TOOLING: rebase CWS mav46 to trunk@270033 (milestone: DEV300:m45) 2009-02-27 09:07:23 +0100 mav r268552 : #i99703# workaround Ubuntu problem 2009-02-25 12:51:27 +0100 mav r268434 : #i81373# change the version of the extension 2009-02-25 11:25:15 +0100 mav r268420 : #i81373# the filter installation needs at least 3.0 to work 2009-02-23 13:04:34 +0100 mav r268352 : #i88682# use correct representation of CR in xml 2009-02-20 16:40:25 +0100 mav r268334 : #i88682# show a warning if the page exists already 2009-02-20 15:42:10 +0100 mav r268330 : #i99462# remove wiki filter from OOo installation 2009-02-20 15:39:57 +0100 mav r268329 : #i99462# remove wiki filter from OOo installation 2009-02-20 15:36:41 +0100 mav r268328 : #i99462# remove wiki filter from OOo installation 2009-02-20 15:33:29 +0100 mav r268326 : #i99462# remove wiki filter from OOo installation 2009-02-20 14:19:45 +0100 mav r268320 : #i88650# fix the typo 2009-02-20 13:02:38 +0100 mav r268315 : #i81373# add math transformation into wiki filter 2009-02-20 11:46:20 +0100 mav r268309 : #i81373# add the tarball 2009-02-19 09:46:10 +0100 mav r268262 : #i82560# add wiki template into the extension 2009-02-19 07:26:45 +0100 mav r268258 : #i82560#,#i81373# add wiki filter and template into the extension 2009-02-17 12:47:16 +0100 mav r268115 : #i81373# commit the patch 2009-02-16 14:32:34 +0100 mav r267814 : #i82560# rename the template 2009-02-16 14:29:40 +0100 mav r267812 : #i82560# rename the template 2009-02-16 14:29:15 +0100 mav r267811 : #i82560# rename the template 2009-02-16 12:16:23 +0100 mav r267788 : #i90840# integrate the patch 2009-02-16 11:48:28 +0100 mav r267786 : #i95568#,#i95340# improve parsing of html wiki-pages while looking for the server 2009-02-13 13:46:35 +0100 mav r267720 : #i95568# fix typos 2009-02-13 13:38:42 +0100 mav r267719 : #i96279# integrate the patch 2009-02-13 13:37:32 +0100 mav r267718 : #i95568# check the retrieved URL 2009-02-13 11:39:55 +0100 mav r267706 : #i95568# allow to connect to Wikipedia successfuly
Diffstat (limited to 'swext/mediawiki/build.xml')
-rw-r--r--swext/mediawiki/build.xml17
1 files changed, 13 insertions, 4 deletions
diff --git a/swext/mediawiki/build.xml b/swext/mediawiki/build.xml
index b8246c6c2f8c..eb815b6df762 100644
--- a/swext/mediawiki/build.xml
+++ b/swext/mediawiki/build.xml
@@ -113,9 +113,13 @@
<copy todir="${out}/misc/${target}/package_tmp" overwrite="true" encoding="UTF-8">
<fileset dir="${out}/misc/${target}" 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" includes="ProtocolHandler.xcu" casesensitive="yes"/>
+ <fileset dir="${out}/misc/${target}/registry/data/org/openoffice/Office" includes="ProtocolHandler.xcu,Paths.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"/>
+ <!-- FIXME: currently the build xcu files can not be used since the tag containing x-default attribute is thrown away, issue 99378
+ <fileset dir="${out}/misc/${target}/merge/org/openoffice/TypeDetection" includes="*.xcu" casesensitive="yes"/>
+ -->
+ <fileset dir="src/registry/data/org/openoffice/TypeDetection" includes="*.xcu" casesensitive="yes"/>
<fileset dir="${out}/misc/${target}" includes="help/component.txt" casesensitive="yes"/>
<filterset>
<filter token="WIKIEXTENSIONPRODUCTNAME" value="Wiki Publisher"/>
@@ -139,11 +143,13 @@
<zip destfile="${dist}/${name}.${ext}">
<fileset dir="${out}/misc/${target}/package_tmp" casesensitive="yes"/>
<fileset dir="${dist}" includes="${target}.jar" casesensitive="yes"/>
- <fileset dir="." includes="images/**,templates/**" casesensitive="yes"/>
<file file="${commons-codec-jar}"/>
<file file="${commons-httpclient-jar}"/>
<file file="${commons-lang-jar}"/>
<file file="${commons-logging-jar}"/>
+ <zipfileset file="${solar.bin}/xslt/export/wiki/odt2mediawiki.xsl" casesensitive="yes" fullpath="filter/odt2mediawiki.xsl"/>
+ <zipfileset file="${solar.bin}/xslt/export/wiki/mediawiki.ott" casesensitive="yes" fullpath="templates/MediaWiki/mediawiki.ott"/>
+ <zipfileset dir="${solar.bin}/xslt/export/xsltml" casesensitive="yes" prefix="filter/math"/>
<zipfileset dir="src" includes="uno-extension-manifest.xml" casesensitive="yes" fullpath="META-INF/manifest.xml"/>
<zipfileset dir="dialogs" includes="**/*.xdl,**/*.xba,**/*.xlb" casesensitive="yes" prefix="WikiEditor"/>
<zipfileset dir="${out}/misc/${target}/license" includes="LICENSE*" casesensitive="yes" prefix="license"/>
@@ -155,12 +161,15 @@
<delete file="${dist}/${target}_develop.zip"/>
<zip destfile="${dist}/${target}_develop.zip">
<fileset dir="${dist}" includes="${target}.jar" casesensitive="yes"/>
- <fileset dir="." includes="images/**,templates/**" casesensitive="yes"/>
<fileset dir="${out}/misc/${target}" 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" includes="ProtocolHandler.xcu" casesensitive="yes"/>
+ <fileset dir="${out}/misc/${target}/registry/data/org/openoffice/Office" includes="ProtocolHandler.xcu,Paths.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"/>
+ <!-- FIXME: currently the build xcu files can not be used since the tag containing x-default attribute is thrown away, issue 99378
+ <fileset dir="${out}/misc/${target}/merge/org/openoffice/TypeDetection" includes="*.xcu" casesensitive="yes"/>
+ -->
+ <fileset dir="src/registry/data/org/openoffice/TypeDetection" includes="*.xcu" casesensitive="yes"/>
<zipfileset dir="${out}/misc/${target}/help" includes="**/*.xhp,component.txt" casesensitive="yes" prefix="help"/>
<zipfileset dir="dialogs" includes="**/*.xdl,**/*.xba,**/*.xlb" casesensitive="yes" prefix="WikiEditor"/>
<zipfileset dir="src" includes="uno-extension-manifest.xml" casesensitive="yes" fullpath="META-INF/manifest.xml"/>