* auto-deploy update.xml to website
This commit is contained in:
parent
ace3e7a96c
commit
d29cfeced5
@ -421,6 +421,7 @@
|
||||
<!-- prepare website resources -->
|
||||
<copy todir="${dir.dist}/website">
|
||||
<fileset dir="${dir.website}">
|
||||
<include name="*.xml" />
|
||||
<include name="*.html" />
|
||||
<include name="*.css" />
|
||||
<include name="*.js" />
|
||||
|
@ -162,8 +162,8 @@ public class Main {
|
||||
* Show update notifications if updates are available
|
||||
*/
|
||||
private static void checkUpdate() throws Exception {
|
||||
final PreferencesEntry<String> updateIgnoreRevision = Settings.forPackage(Main.class).entry("update.ignore");
|
||||
final Properties updateProperties = new CachedResource<Properties>(getApplicationProperty("update.url"), Properties.class, DAYS.toMillis(1)) {
|
||||
final PreferencesEntry<String> updateIgnoreRevision = Settings.forPackage(Main.class).entry("update.revision.ignore");
|
||||
final Properties updateProperties = new CachedResource<Properties>(getApplicationProperty("update.url"), Properties.class, DAYS.toMillis(0)) {
|
||||
|
||||
@Override
|
||||
public Properties process(ByteBuffer data) {
|
||||
|
Loading…
Reference in New Issue
Block a user