* fetch scripts from per-version-branches on github to avoid future compatibility problems

This commit is contained in:
Reinhard Pointner 2014-04-15 14:03:31 +00:00
parent c4ba95b24b
commit 45a00a7d4b
2 changed files with 4 additions and 3 deletions

View File

@ -484,6 +484,7 @@
<replace dir="${dir.build}" encoding="utf-8" summary="yes">
<include name="**/*.properties" />
<replacefilter token="@{svn.revision}" value="${svn.revision}" />
<replacefilter token="@{version}" value="${version}" />
</replace>
</target>

View File

@ -1,6 +1,6 @@
# application settings
application.name: FileBot
application.version: 4.0
application.version: 4.1
application.revision: @{svn.revision}
# application updates
@ -8,8 +8,8 @@ update.url: http://app.filebot.net/update.xml
donate.url: http://www.filebot.net/donate.html
# base URL for resolving script resources
script.fn: https://raw.github.com/filebot/scripts/master/%s.groovy
script.dev: https://raw.github.com/filebot/scripts/devel/%s.groovy
script.fn: https://raw.githubusercontent.com/filebot/scripts/v@{version}/%s.groovy
script.dev: https://raw.githubusercontent.com/filebot/scripts/master/%s.groovy
# google analytics
analytics.WebPropertyID: UA-25379256-3