root/red5-webapps/recorder/ivysettings.xml

Revision a37ef8e0b44a3e59b38f23c1a168fbc091d5cfbe, 0.7 kB (checked in by Robin Gareus <robin@…>, 3 years ago)

moved red5 to red5-webapps

  • Property mode set to 100644
Line 
1<ivysettings>
2    <settings defaultResolver="local"/>
3    <resolvers>
4        <chain name="local">     
5                        <filesystem name="default">
6                                <ivy pattern="${user.home}/.ivy2/cache/[organisation]/[module]/ivys/ivy-[revision].xml"/>
7                        <artifact pattern="${ivy.lib.dir}/[artifact](-[revision]).[ext]" />
8                </filesystem>       
9            <url name="googlecode">
10                <artifact pattern="http://red5.googlecode.com/svn/repository/[artifact](-[revision]).[ext]" />
11                <artifact pattern="http://red5.googlecode.com/svn/repository/[organisation]/[artifact](-[revision]).[ext]" />
12            </url>   
13        </chain>
14    </resolvers>
15</ivysettings>
Note: See TracBrowser for help on using the browser.