浏览代码

Download API key for publishing addons to the addons site

Change-Id: I271ced675771163dbeddbd91efeda638d73fffff
Reviewed-on: http://gerrit.dmdirc.com/2333
Automatic-Compile: DMDirc Build Manager
Reviewed-by: Greg Holmes <greg@dmdirc.com>
tags/0.6.7rc1
Chris Smith 12 年前
父节点
当前提交
b43243e50e
共有 2 个文件被更改,包括 2 次插入0 次删除
  1. 1
    0
      .gitignore
  2. 1
    0
      build.xml

+ 1
- 0
.gitignore 查看文件

@@ -34,3 +34,4 @@ __history
34 34
 /lib/clover.license
35 35
 /.clover
36 36
 /test_profile
37
+/*.key

+ 1
- 0
build.xml 查看文件

@@ -19,6 +19,7 @@
19 19
             <url url="http://www.dmdirc.com/private/DMDirc.pvk"/>
20 20
             <url url="http://www.dmdirc.com/private/DMDirc.spc"/>
21 21
         </get>
22
+	<get dest="addons.api.key" username="${username}" password="${password}" src="http://www.dmdirc.com/private/addons.api.key"/>
22 23
     </target>
23 24
 
24 25
     <target name="-post-clean">

正在加载...
取消
保存