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 2012/07/01 19:45:00 UTC

svn commit: r1355964 - in /incubator/openmeetings/trunk/singlewebapp: WebContent/red5/client_rtmpt_patch/ build.properties build.xml

Author: solomax
Date: Sun Jul  1 17:44:59 2012
New Revision: 1355964

URL: http://svn.apache.org/viewvc?rev=1355964&view=rev
Log:
Red5 version bumped; RTMPT client patch is removed

Removed:
    incubator/openmeetings/trunk/singlewebapp/WebContent/red5/client_rtmpt_patch/
Modified:
    incubator/openmeetings/trunk/singlewebapp/build.properties
    incubator/openmeetings/trunk/singlewebapp/build.xml

Modified: incubator/openmeetings/trunk/singlewebapp/build.properties
URL: http://svn.apache.org/viewvc/incubator/openmeetings/trunk/singlewebapp/build.properties?rev=1355964&r1=1355963&r2=1355964&view=diff
==============================================================================
--- incubator/openmeetings/trunk/singlewebapp/build.properties (original)
+++ incubator/openmeetings/trunk/singlewebapp/build.properties Sun Jul  1 17:44:59 2012
@@ -1,7 +1,7 @@
 project.version=2.0.0
 project.status=SNAPSHOT
-red5.server.revision=4385
-red5.client.revision=4385
+red5.server.revision=4387
+red5.client.revision=4387
 laszlo.debug=false
 laszlo.proxied=solo
 db=derby

Modified: incubator/openmeetings/trunk/singlewebapp/build.xml
URL: http://svn.apache.org/viewvc/incubator/openmeetings/trunk/singlewebapp/build.xml?rev=1355964&r1=1355963&r2=1355964&view=diff
==============================================================================
--- incubator/openmeetings/trunk/singlewebapp/build.xml (original)
+++ incubator/openmeetings/trunk/singlewebapp/build.xml Sun Jul  1 17:44:59 2012
@@ -791,8 +791,6 @@
 			<checkout url="http://red5.googlecode.com/svn/java/client/trunk/" revision="${red5.client.revision}" destPath="${red5.client.dir}" />
 		</svn>
 		<copy file="${red5.lib}/red5.jar" todir="${red5.client.dir}/lib" overwrite="true" force="true" />
-		<copy file="${webcontent.src.dir}/red5/client_rtmpt_patch/RTMPTClient.java" todir="${red5.client.dir}/src/org/red5/client/net/rtmpt" overwrite="true" force="true" />
-		<copy file="${webcontent.src.dir}/red5/client_rtmpt_patch/RTMPTClientConnector.java" todir="${red5.client.dir}/src/org/red5/client/net/rtmpt" overwrite="true" force="true" />
 		<subant target="dist">
 			<fileset dir="${red5.client.dir}" includes="build.xml" />
 		</subant>