From 2957d6d71f8ff37929aa4abecbda5f127b02fc2c Mon Sep 17 00:00:00 2001 From: Jim Ewald Date: Mon, 23 Sep 2019 14:03:57 -0700 Subject: [PATCH] Add script to support writing files to local disk. Update build number. --- .../internationalization/translations.properties | 11 ++++++----- src/main/webapp/my/projects.jsp | 2 ++ 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/src/main/resources/com/parallax/server/blocklyprop/internationalization/translations.properties b/src/main/resources/com/parallax/server/blocklyprop/internationalization/translations.properties index 3f0e100d..fcbf113d 100644 --- a/src/main/resources/com/parallax/server/blocklyprop/internationalization/translations.properties +++ b/src/main/resources/com/parallax/server/blocklyprop/internationalization/translations.properties @@ -2,6 +2,12 @@ # To change this template file, choose Tools | Templates # and open the template in the editor. +# Application version numbers. +application.major = 1 +application.minor = 2 +application.build = 459 + + logout = Logout cancel = Cancel back = Back @@ -25,11 +31,6 @@ footer.changelog = Change log footer.librarieslink = External libraries footer.clientdownloadlink = BlocklyProp-client -# Application version numbers. -application.major = 1 -application.minor = 2 -application.build = 458 - html.content_missing = Content missing clientdownload.title = BlocklyProp-client diff --git a/src/main/webapp/my/projects.jsp b/src/main/webapp/my/projects.jsp index c98da1c8..e6bec29e 100644 --- a/src/main/webapp/my/projects.jsp +++ b/src/main/webapp/my/projects.jsp @@ -29,6 +29,8 @@ + + My Projects