Repository: openmeetings
Updated Branches:
  refs/heads/4.0.x 52454a600 -> 29eea0302


no jira: duplicated swf is removed from final bundle


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

Branch: refs/heads/4.0.x
Commit: 29eea0302fa707bd8f909eac532eb0df19ad67a0
Parents: 52454a6
Author: Maxim Solodovnik <[email protected]>
Authored: Wed Dec 27 11:45:18 2017 +0700
Committer: Maxim Solodovnik <[email protected]>
Committed: Wed Dec 27 11:45:18 2017 +0700

----------------------------------------------------------------------
 openmeetings-server/src/main/assembly/components/all.xml | 3 +++
 1 file changed, 3 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/openmeetings/blob/29eea030/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 4b5afcf..a4f6ca0 100644
--- a/openmeetings-server/src/main/assembly/components/all.xml
+++ b/openmeetings-server/src/main/assembly/components/all.xml
@@ -97,6 +97,9 @@
                        <includes>
                                <include>*.swf</include>
                        </includes>
+                       <excludes>
+                               <exclude>openmeetings-flash-*.swf</exclude>
+                       </excludes>
                </fileSet>
                <fileSet>
                        <directory>${project.parent.basedir}</directory>

Reply via email to