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 2014/04/01 08:38:19 UTC

svn commit: r1583546 - in /openmeetings/trunk/singlewebapp: .classpath build.xml

Author: solomax
Date: Tue Apr  1 06:38:19 2014
New Revision: 1583546

URL: http://svn.apache.org/r1583546
Log:
Build of screen sharing client is fixed

Modified:
    openmeetings/trunk/singlewebapp/.classpath
    openmeetings/trunk/singlewebapp/build.xml

Modified: openmeetings/trunk/singlewebapp/.classpath
URL: http://svn.apache.org/viewvc/openmeetings/trunk/singlewebapp/.classpath?rev=1583546&r1=1583545&r2=1583546&view=diff
==============================================================================
--- openmeetings/trunk/singlewebapp/.classpath (original)
+++ openmeetings/trunk/singlewebapp/.classpath Tue Apr  1 06:38:19 2014
@@ -63,6 +63,5 @@
 	<classpathentry kind="lib" path="build/red5/server/dist/plugins/tomcat-embed-core-7.0.50.jar"/>
 	<classpathentry kind="lib" path="build/red5/server/dist/lib/bcprov-jdk15on-1.47.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-1.0.2-RC2.jar" sourcepath="build/red5/client/src/main/java"/>
 	<classpathentry kind="output" path="build/classes/eclipse"/>
 </classpath>

Modified: openmeetings/trunk/singlewebapp/build.xml
URL: http://svn.apache.org/viewvc/openmeetings/trunk/singlewebapp/build.xml?rev=1583546&r1=1583545&r2=1583546&view=diff
==============================================================================
--- openmeetings/trunk/singlewebapp/build.xml (original)
+++ openmeetings/trunk/singlewebapp/build.xml Tue Apr  1 06:38:19 2014
@@ -523,7 +523,7 @@
 			<fileset dir="${red5.server.lib}" includes="com.springsource.slf4j.api*.jar" />
 			<fileset dir="${red5.server.lib}" includes="red5-io*.jar" />
 			<fileset dir="${red5.lib}" includes="red5-server.jar" />
-			<fileset dir="${red5.server.lib}" includes="red5*.jar" />
+			<fileset dir="${mainlibs.lib.dir}" includes="red5-client*.jar" />
 		</copy>
 		<taskdef resource="net/sf/antcontrib/antlib.xml">
 			<classpath refid="check.classpath" />