Author: solomax
Date: Thu Feb 12 10:15:50 2015
New Revision: 1659196

URL: http://svn.apache.org/r1659196
Log:
Redundant demos are removed from the assembly

Modified:
    openmeetings/branches/3.0.x/build.xml
    
openmeetings/trunk/singlewebapp/openmeetings-server/src/main/assembly/components/all.xml

Modified: openmeetings/branches/3.0.x/build.xml
URL: 
http://svn.apache.org/viewvc/openmeetings/branches/3.0.x/build.xml?rev=1659196&r1=1659195&r2=1659196&view=diff
==============================================================================
--- openmeetings/branches/3.0.x/build.xml (original)
+++ openmeetings/branches/3.0.x/build.xml Thu Feb 12 10:15:50 2015
@@ -1231,6 +1231,7 @@
                <delete dir="${red5.lib}/webapps/live" />
                <delete dir="${red5.lib}/webapps/vod" />
                <delete dir="${red5.lib}/webapps/chat" />
+               <delete dir="${red5.lib}/webapps/root/demos" />
                <copy file="${webcontent.base.dir}/red5/index.html" 
todir="${red5.lib}/webapps/root" overwrite="true" force="true" />
                <copy todir="${red5.lib}" overwrite="true" force="true">
                        <fileset dir="${webcontent.base.dir}/red5" 
includes="red5*,admin.*,network_test.sh"/>

Modified: 
openmeetings/trunk/singlewebapp/openmeetings-server/src/main/assembly/components/all.xml
URL: 
http://svn.apache.org/viewvc/openmeetings/trunk/singlewebapp/openmeetings-server/src/main/assembly/components/all.xml?rev=1659196&r1=1659195&r2=1659196&view=diff
==============================================================================
--- 
openmeetings/trunk/singlewebapp/openmeetings-server/src/main/assembly/components/all.xml
 (original)
+++ 
openmeetings/trunk/singlewebapp/openmeetings-server/src/main/assembly/components/all.xml
 Thu Feb 12 10:15:50 2015
@@ -28,6 +28,7 @@
                                <exclude>webapps/live/**</exclude>
                                <exclude>webapps/vod/**</exclude>
                                <exclude>webapps/chat/**</exclude>
+                               <exclude>webapps/root/demos/**</exclude>
                                <exclude>webapps/root/index.html</exclude>
                                <exclude>*.sh</exclude>
                        </excludes>


Reply via email to