* fetch scripts from per-version-branches on github to avoid future compatibility problems
This commit is contained in:
parent
c4ba95b24b
commit
45a00a7d4b
|
@ -484,6 +484,7 @@
|
||||||
<replace dir="${dir.build}" encoding="utf-8" summary="yes">
|
<replace dir="${dir.build}" encoding="utf-8" summary="yes">
|
||||||
<include name="**/*.properties" />
|
<include name="**/*.properties" />
|
||||||
<replacefilter token="@{svn.revision}" value="${svn.revision}" />
|
<replacefilter token="@{svn.revision}" value="${svn.revision}" />
|
||||||
|
<replacefilter token="@{version}" value="${version}" />
|
||||||
</replace>
|
</replace>
|
||||||
</target>
|
</target>
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# application settings
|
# application settings
|
||||||
application.name: FileBot
|
application.name: FileBot
|
||||||
application.version: 4.0
|
application.version: 4.1
|
||||||
application.revision: @{svn.revision}
|
application.revision: @{svn.revision}
|
||||||
|
|
||||||
# application updates
|
# application updates
|
||||||
|
@ -8,8 +8,8 @@ update.url: http://app.filebot.net/update.xml
|
||||||
donate.url: http://www.filebot.net/donate.html
|
donate.url: http://www.filebot.net/donate.html
|
||||||
|
|
||||||
# base URL for resolving script resources
|
# base URL for resolving script resources
|
||||||
script.fn: https://raw.github.com/filebot/scripts/master/%s.groovy
|
script.fn: https://raw.githubusercontent.com/filebot/scripts/v@{version}/%s.groovy
|
||||||
script.dev: https://raw.github.com/filebot/scripts/devel/%s.groovy
|
script.dev: https://raw.githubusercontent.com/filebot/scripts/master/%s.groovy
|
||||||
|
|
||||||
# google analytics
|
# google analytics
|
||||||
analytics.WebPropertyID: UA-25379256-3
|
analytics.WebPropertyID: UA-25379256-3
|
||||||
|
|
Loading…
Reference in New Issue