Skip to content

Commit

Permalink
Added spring repo for releases to fix eclipse build, specifically in …
Browse files Browse the repository at this point in the history
…the spring-test dependency.

git-svn-id: http://red5.googlecode.com/svn/java/server/trunk@4279 1b6495e4-3631-0410-8e05-8f51eee8b9cc
  • Loading branch information
mondain committed Sep 15, 2011
1 parent 0857101 commit 7d6be98
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions ivysettings.xml
Expand Up @@ -2,8 +2,9 @@
<settings defaultResolver="chain"/>
<resolvers>
<chain name="chain">
<ibiblio name='central' m2compatible='true'/>
<ibiblio name='springsource-external' m2compatible='true' root='http://repository.springsource.com/maven/bundles/external'/>
<ibiblio name="central" m2compatible="true"/>
<ibiblio name="springsource-external" m2compatible="true" root="http://repository.springsource.com/maven/bundles/external"/>
<ibiblio name="springsource-release" m2compatible="true" root="http://repository.springsource.com/maven/bundles/release"/>
<url name="googlecode">
<artifact pattern="http://red5.googlecode.com/svn/repository/[artifact](-[revision]).[ext]" />
<artifact pattern="http://red5.googlecode.com/svn/repository/[organisation]/[artifact](-[revision]).[ext]" />
Expand Down

0 comments on commit 7d6be98

Please sign in to comment.