Skip to content

Commit

Permalink
Changes to repo meta info after update to a newer version of "sardine…
Browse files Browse the repository at this point in the history
…" and its dependencies
  • Loading branch information
quintesse committed Aug 6, 2014
1 parent 596c1a9 commit 5b2849e
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 13 deletions.
Expand Up @@ -22,13 +22,13 @@
~ 02110-1301 USA, or see the FSF site: http://www.fsf.org.
-->

<module xmlns="urn:jboss:module:1.0" name="com.googlecode.sardine" slot="314">
<module xmlns="urn:jboss:module:1.0" name="com.github.lookfirst.sardine" slot="5.1">
<resources>
<resource-root path="com.googlecode.sardine-314.jar"/>
<resource-root path="com.github.lookfirst.sardine-5.1.jar"/>
</resources>

<dependencies>
<module name="org.apache.httpcomponents.httpclient" slot="4.1.1"/>
<module name="org.apache.httpcomponents.httpclient" slot="4.3.2"/>
<module name="org.slf4j.api" slot="1.6.1"/>
</dependencies>
</module>
Expand Up @@ -26,7 +26,7 @@
<module name="com.redhat.ceylon.common" slot="@ceylon-version@" export="true" services="export"/>
<module name="com.redhat.ceylon.typechecker" slot="@ceylon-version@"/>
<module name="com.redhat.ceylon.module-resolver" slot="@ceylon-version@" export="true"/>
<module name="com.github.rjeschke.txtmark" slot="0.8.0.c0dcd373ce" optional="true"/>
<module name="com.github.rjeschke.txtmark" slot="0.11" optional="true"/>
<system export="true">
<paths>
<path name="javax/tools"/>
Expand Down
Expand Up @@ -32,7 +32,7 @@
<module name="org.jboss.jandex" slot="1.0.3.Final"/>
<module name="org.jboss.modules" slot="1.3.3.Final"/>
<module name="com.redhat.ceylon.maven-support" slot="2.0" services="import" optional="true"/>
<module name="com.googlecode.sardine" slot="314"/>
<module name="com.github.lookfirst.sardine" slot="5.1"/>
<module name="net.minidev.json-smart" slot="1.1.1"/>
<system export="true">
<paths>
Expand Down
Expand Up @@ -22,9 +22,9 @@
~ 02110-1301 USA, or see the FSF site: http://www.fsf.org.
-->

<module xmlns="urn:jboss:module:1.0" name="org.apache.commons.codec" slot="1.4">
<module xmlns="urn:jboss:module:1.0" name="org.apache.commons.codec" slot="1.8">
<resources>
<resource-root path="org.apache.commons.codec-1.4.jar"/>
<resource-root path="org.apache.commons.codec-1.8.jar"/>
</resources>

<dependencies>
Expand Down
Expand Up @@ -22,15 +22,15 @@
~ 02110-1301 USA, or see the FSF site: http://www.fsf.org.
-->

<module xmlns="urn:jboss:module:1.0" name="org.apache.httpcomponents.httpclient" slot="4.1.1">
<module xmlns="urn:jboss:module:1.0" name="org.apache.httpcomponents.httpclient" slot="4.3.2">
<resources>
<resource-root path="org.apache.httpcomponents.httpclient-4.1.1.jar"/>
<resource-root path="org.apache.httpcomponents.httpclient-4.3.2.jar"/>
</resources>

<dependencies>
<module name="org.apache.httpcomponents.httpcore" slot="4.1.1" export="true"/>
<module name="org.apache.httpcomponents.httpcore" slot="4.3.2" export="true"/>
<module name="org.apache.commons.logging" slot="1.1.1"/>
<module name="org.apache.commons.codec" slot="1.4"/>
<module name="org.apache.commons.codec" slot="1.8"/>
<system export="true">
<paths>
<path name="javax/net"/>
Expand Down
Expand Up @@ -22,9 +22,9 @@
~ 02110-1301 USA, or see the FSF site: http://www.fsf.org.
-->

<module xmlns="urn:jboss:module:1.0" name="org.apache.httpcomponents.httpcore" slot="4.1.1">
<module xmlns="urn:jboss:module:1.0" name="org.apache.httpcomponents.httpcore" slot="4.3.2">
<resources>
<resource-root path="org.apache.httpcomponents.httpcore-4.1.1.jar"/>
<resource-root path="org.apache.httpcomponents.httpcore-4.3.2.jar"/>
</resources>

<dependencies>
Expand Down

0 comments on commit 5b2849e

Please sign in to comment.