Author: solomax
Date: Fri Jan 16 08:27:15 2015
New Revision: 1652359

URL: http://svn.apache.org/r1652359
Log:
Redundant libraries are excluded from screensharing and classpath

Modified:
    openmeetings/branches/3.0.x/.classpath
    openmeetings/branches/3.0.x/build.xml

Modified: openmeetings/branches/3.0.x/.classpath
URL: 
http://svn.apache.org/viewvc/openmeetings/branches/3.0.x/.classpath?rev=1652359&r1=1652358&r2=1652359&view=diff
==============================================================================
--- openmeetings/branches/3.0.x/.classpath (original)
+++ openmeetings/branches/3.0.x/.classpath Fri Jan 16 08:27:15 2015
@@ -61,7 +61,6 @@
        <classpathentry kind="lib" 
path="build/red5/server/dist/plugins/tomcat-embed-core.jar"/>
        <classpathentry kind="lib" 
path="build/red5/server/dist/lib/bcprov-jdk15on-1.51.jar"/>
        <classpathentry kind="lib" 
path="build/red5/server/dist/lib/cglib-nodep-2.2.2.jar"/>
-       <classpathentry kind="lib" 
path="build/red5/client/dist/red5-client-jar-1.0.4-RELEASE.jar"/>
        <classpathentry kind="con" 
path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7">
                <attributes>
                        <attribute name="owner.project.facets" value="java"/>

Modified: openmeetings/branches/3.0.x/build.xml
URL: 
http://svn.apache.org/viewvc/openmeetings/branches/3.0.x/build.xml?rev=1652359&r1=1652358&r2=1652359&view=diff
==============================================================================
--- openmeetings/branches/3.0.x/build.xml (original)
+++ openmeetings/branches/3.0.x/build.xml Fri Jan 16 08:27:15 2015
@@ -332,7 +332,6 @@
                        <fileset dir="${red5.server.lib}" 
includes="mina-core*.jar" />
                        <fileset dir="${red5.server.lib}" 
includes="red5-io*.jar" />
                        <fileset dir="${red5.server.lib}" 
includes="red5-server-common*.jar" />
-                       <fileset dir="${red5.lib}" includes="red5-server.jar" />
                        <fileset dir="${red5.client.lib}" includes="red5*.jar" 
/>
                </copy>
                <fileset id="screenshare.jars" dir="${screenshare.out.dir}" 
casesensitive="yes">


Reply via email to