Author: solomax
Date: Fri Jan 11 06:17:58 2013
New Revision: 1431907
URL: http://svn.apache.org/viewvc?rev=1431907&view=rev
Log:
Missing libraries in Red5 client/server build were fixed
Modified:
incubator/openmeetings/trunk/singlewebapp/build-red5_ivy.xsl
Modified: incubator/openmeetings/trunk/singlewebapp/build-red5_ivy.xsl
URL:
http://svn.apache.org/viewvc/incubator/openmeetings/trunk/singlewebapp/build-red5_ivy.xsl?rev=1431907&r1=1431906&r2=1431907&view=diff
==============================================================================
--- incubator/openmeetings/trunk/singlewebapp/build-red5_ivy.xsl (original)
+++ incubator/openmeetings/trunk/singlewebapp/build-red5_ivy.xsl Fri Jan 11
06:17:58 2013
@@ -43,14 +43,14 @@
</xsl:template>
<xsl:template match="//*[@name='httpcore']">
<xsl:text disable-output-escaping="yes">
- <dependency org="org.apache.httpcomponents"
name="httpcore" rev="4.1.3" >
+ <dependency org="org.apache.httpcomponents"
name="httpcore" rev="4.2.1" >
<include type="jar" />
</dependency>
</xsl:text>
</xsl:template>
<xsl:template match="//*[@name='httpclient']">
<xsl:text disable-output-escaping="yes">
- <dependency org="org.apache.httpcomponents"
name="httpclient" rev="4.1.2" >
+ <dependency org="org.apache.httpcomponents"
name="httpclient" rev="4.2" >
<include type="jar" />
</dependency>
</xsl:text>