You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openmeetings.apache.org by so...@apache.org on 2017/12/12 05:31:05 UTC

openmeetings git commit: [OPENMEETINGS-1784] download as PDF is fixed

Repository: openmeetings
Updated Branches:
  refs/heads/4.0.x c2e4f534d -> 34f0d7352


[OPENMEETINGS-1784] download as PDF is fixed


Project: http://git-wip-us.apache.org/repos/asf/openmeetings/repo
Commit: http://git-wip-us.apache.org/repos/asf/openmeetings/commit/34f0d735
Tree: http://git-wip-us.apache.org/repos/asf/openmeetings/tree/34f0d735
Diff: http://git-wip-us.apache.org/repos/asf/openmeetings/diff/34f0d735

Branch: refs/heads/4.0.x
Commit: 34f0d7352d5b8f61651d38b40bda2ca3c7e9753a
Parents: c2e4f53
Author: Maxim Solodovnik <so...@gmail.com>
Authored: Tue Dec 12 12:30:54 2017 +0700
Committer: Maxim Solodovnik <so...@gmail.com>
Committed: Tue Dec 12 12:30:54 2017 +0700

----------------------------------------------------------------------
 .../src/main/assembly/components/all.xml             | 15 ++++++++++++---
 1 file changed, 12 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/openmeetings/blob/34f0d735/openmeetings-server/src/main/assembly/components/all.xml
----------------------------------------------------------------------
diff --git a/openmeetings-server/src/main/assembly/components/all.xml b/openmeetings-server/src/main/assembly/components/all.xml
index 629312e..4b5afcf 100644
--- a/openmeetings-server/src/main/assembly/components/all.xml
+++ b/openmeetings-server/src/main/assembly/components/all.xml
@@ -36,7 +36,7 @@
 				<exclude>lib/commons-io*.jar</exclude>
 				<exclude>lib/commons-lang3*</exclude>
 				<exclude>lib/spring*.jar</exclude>
-				<!-- Tika related jars are in lib folder
+				<!-- Tika related jars are in lib folder-->
 				<exclude>lib/apache-mime4j*</exclude>
 				<exclude>lib/boilerpipe*</exclude>
 				<exclude>lib/jempbox*</exclude>
@@ -47,7 +47,7 @@
 				<exclude>lib/rome*</exclude>
 				<exclude>lib/tagsoup*</exclude>
 				<exclude>lib/tika*</exclude>
-				 end of Tika libs -->
+				<!-- end of Tika libs -->
 				<exclude>plugins/websocket*.jar</exclude>
 				<exclude>plugins/tomcat-embed*.jar</exclude> <!-- added for Red5 lib substitution -->
 				<exclude>plugins/ecj*.jar</exclude> <!-- added for Red5 lib substitution -->
@@ -221,7 +221,16 @@
 				<include>commons-io*</include>
 				<include>commons-lang3*</include>
 				<!-- Tika related jars are in lib folder -->
-				<include>tika-*</include>
+				<include>apache-mime4j*</include>
+				<include>boilerpipe*</include>
+				<include>jempbox*</include>
+				<include>juniversalchardet*</include>
+				<include>mchange-commons*</include>
+				<include>metadata-extractor*</include>
+				<include>pdfbox*</include>
+				<include>rome*</include>
+				<include>tagsoup*</include>
+				<include>tika*</include>
 				<include>bcmail-*</include>
 				<include>bcpkix-*</include>
 				<include>bzip2-*</include>