Created
May 3, 2012 03:39
Revisions
-
Yasushi revised this gist
May 3, 2012 . 1 changed file with 3 additions and 2 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,5 +1,5 @@ <ivysettings> <!-- Build.scalaのsettingsにexternalIvySettings()を追加すると有効 --> <caches useOrigin="true"/> <settings defaultResolver="play"/> <resolvers> @@ -8,9 +8,10 @@ <!-- ここは絶対パスじゃないとだめ。playの${sbt.ivy.home}は相対パスだった --> <artifact pattern="/Users/yasushi/src/play/play-2.0/repository/local/[organisation]/[module]/[revision]/[type]s/[artifact].[ext]" /> </filesystem> <url name="typesafe-ivy-release"> <artifact pattern="http://repo.typesafe.com/typesafe/ivy-releases/[organization]/[module]/[revision]/[type]s/[artifact](-[classifier]).[ext]"/> </url> <ibiblio name="typesafe-release" m2compatible="true" root="http://repo.typesafe.com/typesafe/releases/"/> <ibiblio name="maven2" m2compatible="true"/> </chain> </resolvers> -
Yasushi created this gist
May 3, 2012 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,17 @@ <ivysettings> <!-- Build.scalaのsettingsにexternalIvySettings()を追加すると有効 --> <caches useOrigin="true"/> <settings defaultResolver="play"/> <resolvers> <chain name="play"> <filesystem name="1"> <!-- ここは絶対パスじゃないとだめ。playの${sbt.ivy.home}は相対パスだった --> <artifact pattern="/Users/yasushi/src/play/play-2.0/repository/local/[organisation]/[module]/[revision]/[type]s/[artifact].[ext]" /> </filesystem> <url name="type-ivy-release"> <artifact pattern="http://repo.typesafe.com/typesafe/ivy-releases/[organization]/[module]/[revision]/[type]s/[artifact](-[classifier]).[ext]"/> </url> <ibiblio name="maven2" m2compatible="true"/> </chain> </resolvers> </ivysettings>