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 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..378e077b4 100644 --- a/build_common.xml +++ b/build_common.xml @@ -29,7 +29,23 @@ - + + + + + + + + + + + + + + + + + @@ -38,6 +54,7 @@ project.setProperty("NIGHTLY",true); } + @@ -267,6 +284,40 @@ + + + + + + Checking version online: ${newversion.type}... + + + + + + + + + + + + + + + + + + + + + + + + + + + + Uploading... @@ -365,33 +416,22 @@ - + - + + + + + + + + - - - - - - - - - - - - - - - - - - - + @@ -410,7 +450,28 @@ - + + + + + + + + + + + + + + + + + + + + + + @@ -523,8 +584,7 @@ - - WARNING: Changes need to be PUSHed to the GIT repository. + @@ -543,48 +603,20 @@ - - + + - - + + - - + + - - + + @@ -602,25 +634,25 @@ - + - + - + - - + + - + \ No newline at end of file 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 d012a93f7..13650dece 100644 Binary files a/uploader.jar and b/uploader.jar differ diff --git a/version.properties b/version.properties deleted file mode 100644 index daf19dd4d..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 00:20:06 +0100 -major=4 -minor=0 -release=0 -build=319 -debug=true