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">
-                       &lt;dependency org="org.apache.httpcomponents" 
name="httpcore" rev="4.1.3" &gt;
+                       &lt;dependency org="org.apache.httpcomponents" 
name="httpcore" rev="4.2.1" &gt;
                                &lt;include type="jar" /&gt;
                        &lt;/dependency&gt;
                </xsl:text>
        </xsl:template>
     <xsl:template match="//*[@name='httpclient']">
                <xsl:text disable-output-escaping="yes">
-                       &lt;dependency org="org.apache.httpcomponents" 
name="httpclient" rev="4.1.2" &gt;
+                       &lt;dependency org="org.apache.httpcomponents" 
name="httpclient" rev="4.2" &gt;
                                &lt;include type="jar" /&gt;
                        &lt;/dependency&gt;
                </xsl:text>


Reply via email to