Author: solomax
Date: Fri Jun 15 08:30:56 2012
New Revision: 1350524
URL: http://svn.apache.org/viewvc?rev=1350524&view=rev
Log:
red5.client.installed criteria is modified for debugging purposes
Modified:
incubator/openmeetings/trunk/singlewebapp/build.xml
Modified: incubator/openmeetings/trunk/singlewebapp/build.xml
URL:
http://svn.apache.org/viewvc/incubator/openmeetings/trunk/singlewebapp/build.xml?rev=1350524&r1=1350523&r2=1350524&view=diff
==============================================================================
--- incubator/openmeetings/trunk/singlewebapp/build.xml (original)
+++ incubator/openmeetings/trunk/singlewebapp/build.xml Fri Jun 15 08:30:56 2012
@@ -739,7 +739,7 @@
<available classpathref="compile.classpath"
classname="org.apache.derby.jdbc.ClientDriver" property="derby.installed" />
<available file="${laszlo.home}/WEB-INF/lib" type="dir"
property="laszlo.installed" />
<available file="${red5.lib}/red5.sh" type="file"
property="red5.installed" />
- <available file="${red5.client.dir}/build.xml" type="file"
property="red5.client.installed" />
+ <available classpathref="compile.classpath"
classname="org.red5.client.net.rtmp.RTMPClient"
property="red5.client.installed" />
</target>
<target name="-retrieve" description="Retrieves the libraries if
needed">