r72692 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r72691‎ | r72692 | r72693 >
Date:23:39, 9 September 2010
Author:saper
Status:deferred
Tags:
Comment:
Introduce private properties to the build infrastructure

- set svn properties to ignore private files
- changed home page to the commons one
Modified paths:
  • /trunk/tools/commonist (modified) (history)
  • /trunk/tools/commonist/build.properties (modified) (history)
  • /trunk/tools/commonist/build.xml (modified) (history)
  • /trunk/tools/commonist/etc (modified) (history)

Diff [purge]

Index: trunk/tools/commonist/build.properties
@@ -33,7 +33,7 @@
3434 ws.jnlp=commonist.jnlp
3535 ws.codebase=http://djini.de/software/commonist/ws/
3636 ws.mainclass=net.psammead.commonist.Commonist
37 -ws.homepage=http://djini.de/software/commonist/index.html
 37+ws.homepage=http://commons.wikimedia.org/wiki/Commons:Tools/Commonist
3838 ws.title=The Commonist
3939 ws.description=a MediaWiki file upload tool
4040 ws.shortdesc=a MediaWiki file upload tool
@@ -42,12 +42,12 @@
4343 ws.splash=commonist-128.png
4444
4545 # dname
46 -sign.dname=CN=Snake Oil, OU=Hacking Unit, O=FNORD! Inc., L=Bielefeld, ST=33641, C=DE
 46+#sign.dname=CN=Snake Oil, OU=Hacking Unit, O=FNORD! Inc., L=Bielefeld, ST=33641, C=DE
4747
4848 # keystore
49 -sign.keystore=etc/keyStore
50 -sign.keypass=0xDEADBEEF
 49+#sign.keystore=etc/keyStore
 50+#sign.keypass=....
5151
5252 # signing key
53 -sign.alias=signFiles
54 -sign.storepass=0xDEADBEEF
 53+#sign.alias=...
 54+#sign.storepass=...
Property changes on: trunk/tools/commonist/etc
___________________________________________________________________
Added: svn:ignore
5555 + keyStore
Index: trunk/tools/commonist/build.xml
@@ -6,6 +6,7 @@
77 <property environment="env"/>
88 <property file="${user.home}/.build.properties"/> <!-- these override the project local version -->
99 <property file="build.properties"/>
 10+ <property file="private.properties"/>
1011
1112 <!-- scala -->
1213 <property name="scala.home" value="${env.SCALA_HOME}"/>
Property changes on: trunk/tools/commonist
___________________________________________________________________
Added: svn:ignore
1314 + build private.properties

Status & tagging log