27b9fe784c
Make LICENSE more specific by changing MPL to MPL11. Add the REPORT_BUILDER option to enable building that extension, but leave it off and mark it broken until we have a way to install the necessary .jar files. The new PostgreSQL database connector requires jakarta-commons-lang3. Make jakarta-commons-codec, jakarta-commons-httpclient, and jakarta-commons-logging-jar dependencies optional based on the selected port options. patch-sal_qa_osl_mutex_osl__Mutex.cxx and patch-scaddins_source_analysis_analysishelper.hxx have been upstreamed. Pacify portlint by sorting sections.
21 lines
682 B
Text
21 lines
682 B
Text
--- extensions.lst.orig 2015-10-24 06:26:40 UTC
|
|
+++ extensions.lst
|
|
@@ -37,6 +37,18 @@
|
|
# [ language=all && ENABLE_XXX ]
|
|
# file://XXX.oxt
|
|
|
|
+# PDF Import extension
|
|
+[ language=all && ENABLE_PDFIMPORT=YES ]
|
|
+ file://pdfimport/pdfimport.oxt
|
|
+
|
|
+# Report Builder extension
|
|
+[ language=all && ENABLE_REPORTBUILDER=YES ]
|
|
+ file://reportbuilder/reportbuilder.oxt
|
|
+
|
|
+# Wiki Publisher extension
|
|
+[ language=all && ENABLE_MEDIAWIKI=YES ]
|
|
+ file://swext/wiki-publisher.oxt
|
|
+
|
|
# English dictionary
|
|
[ language=en.* || language=de || language=it ]
|
|
f5f6aab4cc5d92a34ab13ad15332770c http://sourceforge.net/projects/aoo-extensions/files/17102/21/dict-en.oxt/download "dict-en.oxt"
|