summaryrefslogtreecommitdiff
path: root/scp2/source
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
commite2ebac26ff56ba14e26c7fb493226229a728e2ec (patch)
tree6e96e7854e3acebedf7820ad3972d8127cd0395b /scp2/source
parent0bcb4e9272ed1ae2a730139b7fe8552e597fa375 (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 'scp2/source')
-rw-r--r--scp2/source/ooo/directory_ooo.scp5
-rw-r--r--scp2/source/writer/file_writer.scp14
-rw-r--r--scp2/source/writer/module_writer.scp4
3 files changed, 1 insertions, 22 deletions
diff --git a/scp2/source/ooo/directory_ooo.scp b/scp2/source/ooo/directory_ooo.scp
index b149eb36755f..a7b58c83e72b 100644
--- a/scp2/source/ooo/directory_ooo.scp
+++ b/scp2/source/ooo/directory_ooo.scp
@@ -430,11 +430,6 @@ Directory gid_Dir_Share_Xslt_Docbook
DosName = "docbook";
End
-Directory gid_Dir_Share_Xslt_Wiki
- ParentID = gid_Dir_Share_Xslt;
- DosName = "wiki";
-End
-
Directory gid_Dir_Share_Xslt_Common
ParentID = gid_Dir_Share_Xslt;
DosName = "common";
diff --git a/scp2/source/writer/file_writer.scp b/scp2/source/writer/file_writer.scp
index 8df9f80c5a2e..8a4e41c54562 100644
--- a/scp2/source/writer/file_writer.scp
+++ b/scp2/source/writer/file_writer.scp
@@ -268,17 +268,3 @@ File gid_File_Oo_Office_Ui_Writerwebwindowstate_Xcu
Name = "/registry/data/org/openoffice/Office/UI/WriterWebWindowState.xcu";
End
-File gid_File_Stw_MediaWikiTemplate
- TXT_FILE_BODY;
- Styles = (PACKED);
- Dir = gid_Dir_Share_Xslt_Wiki;
- Name = "/xslt/export/wiki/oopedia-style.ott";
-End
-
-File gid_File_Xsl_MediaWiki
- TXT_FILE_BODY;
- Styles = (PACKED);
- Dir = gid_Dir_Share_Xslt_Wiki;
- Name = "/xslt/export/wiki/odt2mediawiki.xsl";
-End
-
diff --git a/scp2/source/writer/module_writer.scp b/scp2/source/writer/module_writer.scp
index b931c954bff1..c2e1d03f008b 100644
--- a/scp2/source/writer/module_writer.scp
+++ b/scp2/source/writer/module_writer.scp
@@ -75,9 +75,7 @@ Module gid_Module_Prg_Wrt_Bin
gid_File_Registry_Spool_Oo_TypeDetection_Writer_Types_Xcu, gid_File_Registry_Spool_Oo_TypeDetection_Writer_Filters_Xcu,
gid_File_Registry_Spool_Oo_TypeDetection_Web_Types_Xcu, gid_File_Registry_Spool_Oo_TypeDetection_Web_Filters_Xcu,
gid_File_Registry_Spool_Oo_TypeDetection_Global_Types_Xcu, gid_File_Registry_Spool_Oo_TypeDetection_Global_Filters_Xcu,
- gid_File_Tmp_Userinstall_Wrt_Inf,
- gid_File_Stw_MediaWikiTemplate,
- gid_File_Xsl_MediaWiki);
+ gid_File_Tmp_Userinstall_Wrt_Inf);
End
// Module gid_Module_Prg_Wrt_Help