• R/O
  • SSH

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

Commit MetaInfo

Revision40eb076bed203079bac79f7ad5a2a0fbcd189361 (tree)
Time2015-08-15 20:42:42
AuthorMirrgieRiana
CommiterMirrgieRiana

Log Message

build.gradle: テンプレート用コメント追加

Change Summary

Incremental Difference

diff -r 439f5d046304 -r 40eb076bed20 projects/mirrg.struct.hydrogen/build.gradle
--- a/projects/mirrg.struct.hydrogen/build.gradle Sat Aug 15 20:25:16 2015 +0900
+++ b/projects/mirrg.struct.hydrogen/build.gradle Sat Aug 15 20:42:42 2015 +0900
@@ -13,6 +13,7 @@
1313 dependencies {
1414 compile group: 'commons-collections', name: 'commons-collections', version: '3.2'
1515 testCompile group: 'junit', name: 'junit', version: '4.+'
16+ // compile group: 'mirrg', name: 'mirrg-struct-hydrogen', version: '1.0'
1617 }
1718
1819 ///////////////////////////////////
@@ -25,6 +26,9 @@
2526
2627 repositories {
2728 mavenCentral()
29+ maven {
30+ // url 'http://hg.pf.osdn.jp/view/t/ta/tacticsrealize/mirrg.struct.hydrogen/raw-file/tip/maven'
31+ }
2832 }
2933
3034 test {