[Red5commits] [red5 commit] r3320 - java/server/trunk
codesite-noreply at google.com
codesite-noreply at google.com
Wed Oct 29 14:57:58 PST 2008
Author: thijs.triemstra
Date: Wed Oct 29 15:57:26 2008
New Revision: 3320
Modified:
java/server/trunk/build.xml
Log:
Fix broken antcalls
Modified: java/server/trunk/build.xml
==============================================================================
--- java/server/trunk/build.xml (original)
+++ java/server/trunk/build.xml Wed Oct 29 15:57:26 2008
@@ -236,8 +236,8 @@
<!-- standard excludes for compile -->
<property name="std_excludes"
value="**/*.jsp,org/red5/server/script/**"/>
- <antcall target="compile_core" inheritAll="true" inheritRefs="true"/>
- <antcall target="compile_core_compatibility" inheritAll="true"
inheritRefs="true"/>
+ <antcall target="compile-core" inheritAll="true" inheritRefs="true"/>
+ <antcall target="compile-core-compatibility" inheritAll="true"
inheritRefs="true"/>
<!-- libraries and classes needed for building the demos -->
<path id="webapps.classpath">
@@ -394,8 +394,8 @@
<mkdir dir="${classes.dir}/WEB-INF/classes"/>
<property name="dest.dir" value="${classes.dir}/WEB-INF/classes"/>
<property name="std_excludes"
value="**/*.jsp,org/red5/server/script/**,org/red5/server/jetty/**,org/red5/server/tomcat/**,org/red5/server/midi/**,org/red5/server/net/rtmpt/*Loader.java,org/red5/server/net/rtmps/*Loader.java,org/red5/server/net/servlet/RTMPTServlet.java,org/red5/server/net/servlet/StatisticsServlet.java,org/red5/server/net/servlet/ZAMFGatewayServlet.java,org/red5/server/ContextLoader.java,org/red5/server/DebugPooledByteBufferAllocator.java,org/red5/server/Standalone.java"/>
- <antcall target="compile_core" inheritAll="true" inheritRefs="true"/>
- <antcall target="compile_core_compatibility" inheritAll="true"
inheritRefs="true"/>
+ <antcall target="compile-core" inheritAll="true" inheritRefs="true"/>
+ <antcall target="compile-core-compatibility" inheritAll="true"
inheritRefs="true"/>
<!-- libraries and classes needed for building the demos -->
<path id="webapps.classpath">
More information about the Red5commits
mailing list