|
|
@ -137,6 +137,13 @@
|
|
|
|
<replaceregexp file="${source.dir}/com/todoroo/astrid/utility/Constants.java"
|
|
|
|
<replaceregexp file="${source.dir}/com/todoroo/astrid/utility/Constants.java"
|
|
|
|
match="AWS_SECRET_KEY_ID = .*"
|
|
|
|
match="AWS_SECRET_KEY_ID = .*"
|
|
|
|
replace="AWS_SECRET_KEY_ID = "${apikey.amazon.secret}";" />
|
|
|
|
replace="AWS_SECRET_KEY_ID = "${apikey.amazon.secret}";" />
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<replaceregexp file="${source.dir}/com/todoroo/astrid/service/abtesting/ABTestInvoker.java"
|
|
|
|
|
|
|
|
match="API_KEY = .*"
|
|
|
|
|
|
|
|
replace="API_KEY = "${apikey.analytics.id}";" />
|
|
|
|
|
|
|
|
<replaceregexp file="${source.dir}/com/todoroo/astrid/service/abtesting/ABTestInvoker.java"
|
|
|
|
|
|
|
|
match="API_SECRET = .*"
|
|
|
|
|
|
|
|
replace="API_SECRET = "${apikey.analytics.secret}";" />
|
|
|
|
</target>
|
|
|
|
</target>
|
|
|
|
|
|
|
|
|
|
|
|
<!-- update api keys that require release signing -->
|
|
|
|
<!-- update api keys that require release signing -->
|
|
|
|