From e6916fe678b780a64e68f8f47f10d52cfb841c8c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jindra=20Pet=C5=99=C3=ADk?= Date: Mon, 10 Nov 2014 22:17:32 +0100 Subject: [PATCH 1/8] version changed to 4.0.0 build 319 --- version.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/version.properties b/version.properties index 40b0b5c9e..6652f801f 100644 --- a/version.properties +++ b/version.properties @@ -1,7 +1,7 @@ #DO NOT MODIFY - it is updated automatically with the build script -#Mon, 10 Nov 2014 12:53:38 +0100 +#Mon, 10 Nov 2014 22:17:29 +0100 major=4 minor=0 release=0 -build=318 +build=319 debug=true From 4f2949185eb25ca0d8323820120356270aa374dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jindra=20Pet=C5=99=C3=ADk?= Date: Tue, 11 Nov 2014 06:35:45 +0100 Subject: [PATCH 2/8] version changed to 4.0.0 build 320 --- version.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/version.properties b/version.properties index 6652f801f..7d00f698b 100644 --- a/version.properties +++ b/version.properties @@ -1,7 +1,7 @@ #DO NOT MODIFY - it is updated automatically with the build script -#Mon, 10 Nov 2014 22:17:29 +0100 +#Tue, 11 Nov 2014 06:35:43 +0100 major=4 minor=0 release=0 -build=319 +build=320 debug=true From 8c2981f5f47c107979b5d9507fe3b1ab0bed3850 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jindra=20Pet=C5=99=C3=ADk?= Date: Tue, 11 Nov 2014 08:44:13 +0100 Subject: [PATCH 3/8] versioning script changed --- build.xml | 2 +- build_common.xml | 83 ++++++++++++++++++++++++---------------------- version.properties | 7 ---- 3 files changed, 44 insertions(+), 48 deletions(-) delete mode 100644 version.properties diff --git a/build.xml b/build.xml index 2211a147a..0d04047d8 100644 --- a/build.xml +++ b/build.xml @@ -59,7 +59,7 @@ - + diff --git a/build_common.xml b/build_common.xml index 2e472a8f8..4fcd8da0b 100644 --- a/build_common.xml +++ b/build_common.xml @@ -267,6 +267,37 @@ + + + + + + Checking version online... + + + + + + + + + + + + + + + + + + + + + + + + + Uploading... @@ -543,48 +574,20 @@ - - + + - - + + - - + + - - + + @@ -602,20 +605,20 @@ - + - + - + - + diff --git a/version.properties b/version.properties deleted file mode 100644 index 7d00f698b..000000000 --- a/version.properties +++ /dev/null @@ -1,7 +0,0 @@ -#DO NOT MODIFY - it is updated automatically with the build script -#Tue, 11 Nov 2014 06:35:43 +0100 -major=4 -minor=0 -release=0 -build=320 -debug=true From 11bf08f5c55d50833126f779a602168d0410bf14 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jindra=20Pet=C5=99=C3=ADk?= Date: Tue, 11 Nov 2014 08:45:35 +0100 Subject: [PATCH 4/8] ignoring version.properties --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 4dc1238a2..59f9e7f03 100644 --- a/.gitignore +++ b/.gitignore @@ -50,5 +50,6 @@ hs_err_pid*.log /libsrc/uploader/build/ /libsrc/uploader/dist/ /jpexs_website.properties +/version.properties /tools.properties /nbproject/private/ \ No newline at end of file From 105346cecf5b2370e5a8261e383a66465c6b70ba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jindra=20Pet=C5=99=C3=ADk?= Date: Tue, 11 Nov 2014 09:31:44 +0100 Subject: [PATCH 5/8] versioning fixes --- build_common.xml | 40 +++++++++++++++++++++++++++++++++------- 1 file changed, 33 insertions(+), 7 deletions(-) diff --git a/build_common.xml b/build_common.xml index 4fcd8da0b..933a48ade 100644 --- a/build_common.xml +++ b/build_common.xml @@ -29,7 +29,23 @@ - + + + + + + + + + + + + + + + + + @@ -267,10 +283,10 @@ - + - + Checking version online... @@ -289,6 +305,10 @@ + + + + @@ -297,7 +317,6 @@ - Uploading... @@ -396,10 +415,17 @@ - + + + + + + + + @@ -441,7 +467,7 @@ - + @@ -626,4 +652,4 @@ - + \ No newline at end of file From 82744bb92664dc1f944bc6cd68d1be95b043857f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jindra=20Pet=C5=99=C3=ADk?= Date: Tue, 11 Nov 2014 09:42:00 +0100 Subject: [PATCH 6/8] versioning fixes --- build_common.xml | 45 ++++++++++++++++++++++++--------------------- 1 file changed, 24 insertions(+), 21 deletions(-) diff --git a/build_common.xml b/build_common.xml index 933a48ade..4dc495efd 100644 --- a/build_common.xml +++ b/build_common.xml @@ -286,7 +286,7 @@ - + Checking version online... @@ -426,12 +426,31 @@ - + - - + + + + + + + + + + + + + + + + + + + + + @@ -449,22 +468,6 @@ - - - - - - - - - - - - - - - - @@ -645,7 +648,7 @@ - + From baac7dd608ba91ba636c8a55877c96d858eb284c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jindra=20Pet=C5=99=C3=ADk?= Date: Tue, 11 Nov 2014 10:21:01 +0100 Subject: [PATCH 7/8] ant uploader fix versioning fix --- build_common.xml | 9 +++++---- .../src/com/jpexs/uploader/Uploader.java | 2 +- uploader.jar | Bin 10220 -> 10202 bytes 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/build_common.xml b/build_common.xml index 4dc495efd..03ce5e641 100644 --- a/build_common.xml +++ b/build_common.xml @@ -54,6 +54,7 @@ project.setProperty("NIGHTLY",true); } + @@ -287,8 +288,8 @@ - - Checking version online... + + Checking version online: ${newversion.type}... @@ -313,8 +314,8 @@ - - + + diff --git a/libsrc/uploader/src/com/jpexs/uploader/Uploader.java b/libsrc/uploader/src/com/jpexs/uploader/Uploader.java index b20d84abf..256df0c80 100644 --- a/libsrc/uploader/src/com/jpexs/uploader/Uploader.java +++ b/libsrc/uploader/src/com/jpexs/uploader/Uploader.java @@ -141,7 +141,7 @@ public class Uploader { */ public boolean finish(List response) throws IOException { response.clear(); - writer.append(LINE_FEED).flush(); + //writer.append(LINE_FEED).flush(); writer.append("--" + boundary + "--").append(LINE_FEED); writer.close(); diff --git a/uploader.jar b/uploader.jar index d012a93f77cb43b02e3e4cf42ec496b12a175f76..13650dece1ef4c018d5abce0888f6f2a590926ff 100644 GIT binary patch delta 514 zcmY+A%S%E*6vn^tg;bh)OBWKoP@~9D6N+ka3&{vl6l@zs7FlH3Lues^xe1cnkiBWs zu1(;oMbI`1X({~&LH-NUxoW~a!!R@F`<*kK?>F=vGKA;VnifD0OhyutVZbmENd&6e z+)o)mS(;v8UP%(P!^<9@S9&TqhzgL>3=Q2@wzozUeR!NX)I{<#<~GO`RsMDqHv{qF zI}4iH2ce|}WQShhW8fvDjn7z;886x>n}-e(+&G6H7nni;bGSqlSBT*nOSr)%?vTVi z4)K5xRgBiVAxxAUS?pjJjB00*!WvYR_h1kEP*V>#4j@89)u8`agHMCCVx1l)XsU>D zQ4r-3iYG$OQk%u-98;RZqfUQKId$4?e(F>AfvGywO-K2w(>}h~&^D5*=@dDoAQWy2 z^nX1}sE8SEcJ*~D{38#&{|KFr$IrxA`Ddq|CtdwLGMi6-+y*Uxyn7XFT;L_v#lKuu IUBw|Qe|(;6$N&HU delta 538 zcmZ9JO-n*S6o%jHR}qPNZ{$L-QoKfzrfHe0ZXgvw3eloXf)z;=S(X_DB|&Why$#v- z$D&QNvk>|X{R4kP{e!U1)e>%J7-r6#=e)zbQ;mJZjPWV0t_^4foQ0HZ>@_+Hsi;1E zH&6vomB*&Jpeze5i9o17=?}|KB^Pl~sx?DLyM^^NpGt`>axN{A?1b}Lln&=XzLvEB z$_%i)U}y7gYguD5+al1@0E(VB407mug`Ia)&|QJZ?ELZm5R6nUznhtH# zYW6JJM&^ENE9s?Nh742@Dw74ezY%79N_jTw?)3cURTlr@v_9s`#7kYuHxzR3*AqOT R%pMh!V-N12;oGGg{s5APZ3+MY From eb612dc14d422bf5a969a610bc3bb5d3000b026d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jindra=20Pet=C5=99=C3=ADk?= Date: Tue, 11 Nov 2014 10:24:51 +0100 Subject: [PATCH 8/8] no push in ant script --- build_common.xml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/build_common.xml b/build_common.xml index 03ce5e641..378e077b4 100644 --- a/build_common.xml +++ b/build_common.xml @@ -584,8 +584,7 @@ - - WARNING: Changes need to be PUSHed to the GIT repository. +