From 0d3b3123bf8b42be90303229ea4d24ff4f24cb33 Mon Sep 17 00:00:00 2001 From: Timotei Dolean Date: Fri, 17 Dec 2010 09:12:14 +0000 Subject: [PATCH] eclipse plugin: update the files with the new release version --- utils/java/org.wesnoth/changelog | 15 +++++++++++++-- utils/java/plugin_feature/signing.cmd | 14 +++++++------- utils/java/update_site/doc_howto.html | 4 ++-- utils/java/update_site/index.html | 1 + 4 files changed, 23 insertions(+), 11 deletions(-) diff --git a/utils/java/org.wesnoth/changelog b/utils/java/org.wesnoth/changelog index 8cf88808eb0..117b9e0da05 100644 --- a/utils/java/org.wesnoth/changelog +++ b/utils/java/org.wesnoth/changelog @@ -1,9 +1,20 @@ Eclipse plugin changelog 1.0.1 + * The plugin has it's own webpage: http://eclipse.wesnoth.org + * Created the standalone version of the plugin. It is available on plugin's webpage. * Fixed the file associations for .map files. Now the game editor will be the default one. - * Optimized the building by not reloading the macros cache if no config files have been modified - * The plugin is now signed + * Optimized the building by not reloading the macros cache if no config files have been modified. + * The plugin is now signed. + * Enhanced the documentation. + * Added tooltip to each preference in preferences page. + * Added marker support when checking with wmllint and wmlscope. The markers will appear + in each file, at the reported line and in the Problems Pane (usually the one under the editor) + * The user is asked at the workspace setup phase whether to create or not projects for + mainline projects + * Fixed a problem when an empty project won't open after creating it. + * Fixed bug #16602. + * Fixed bug #16984 - The path for python executable can now be set via preferences page. 1.0.0 * Fixed a problem in cases when the workbench isn't started and the welcome message would have caused error starting the plugin diff --git a/utils/java/plugin_feature/signing.cmd b/utils/java/plugin_feature/signing.cmd index 75ea7633a75..66e88790923 100755 --- a/utils/java/plugin_feature/signing.cmd +++ b/utils/java/plugin_feature/signing.cmd @@ -8,12 +8,12 @@ REM c = Country echo generating key... keytool.exe -genkey -dname "cn=Battle for Wesnoth, ou=Wesnoth, o=Wesnoth" -alias wesnoth -keypass %1 -keystore keystore -storepass %2 -validity 1095 echo signing feature -jarsigner.exe -keystore keystore -storepass %2 -keypass %1 ../update_site/features/Wesnoth_Eclipse_Plugin_1.0.0.jar wesnoth -echo signing org.wesnoth.wml_1.1.0.jar -jarsigner.exe -keystore keystore -storepass %2 -keypass %1 ../update_site/plugins/org.wesnoth.wml_1.1.0.jar wesnoth -echo signing org.wesnoth.wml.ui_1.1.0.jar -jarsigner.exe -keystore keystore -storepass %2 -keypass %1 ../update_site/plugins/org.wesnoth.wml.ui_1.1.0.jar wesnoth -echo signing org.wesnoth_1.0.0.jar -jarsigner.exe -keystore keystore -storepass %2 -keypass %1 ../update_site/plugins/org.wesnoth_1.0.0.jar wesnoth +jarsigner.exe -keystore keystore -storepass %2 -keypass %1 ../update_site/features/Wesnoth_Eclipse_Plugin_1.0.1.jar wesnoth +echo signing org.wesnoth.wml_1.1.1.jar +jarsigner.exe -keystore keystore -storepass %2 -keypass %1 ../update_site/plugins/org.wesnoth.wml_1.1.1.jar wesnoth +echo signing org.wesnoth.wml.ui_1.1.1.jar +jarsigner.exe -keystore keystore -storepass %2 -keypass %1 ../update_site/plugins/org.wesnoth.wml.ui_1.1.1.jar wesnoth +echo signing org.wesnoth_1.0.1.jar +jarsigner.exe -keystore keystore -storepass %2 -keypass %1 ../update_site/plugins/org.wesnoth_1.0.1.jar wesnoth echo finished. @pause diff --git a/utils/java/update_site/doc_howto.html b/utils/java/update_site/doc_howto.html index 0abc25f4206..3d61667c582 100644 --- a/utils/java/update_site/doc_howto.html +++ b/utils/java/update_site/doc_howto.html @@ -66,10 +66,10 @@ x64
The application requires the Java runtime environment, so you need to install SUN's Java first (not openJDK or others) - (Download Java) + - Download Java.

- For all versions go here: Download directory + For all versions go here: Download standalone version diff --git a/utils/java/update_site/index.html b/utils/java/update_site/index.html index 31de78bec9c..e1f3cdbdd37 100644 --- a/utils/java/update_site/index.html +++ b/utils/java/update_site/index.html @@ -62,6 +62,7 @@

News

+

16 December 2010 - Released version 1.0.1 of the eclipse plugin version

6 November 2010 - Added the 64 bit version for Windows & Linux, aswell as Mac x86 + x64.

5 November 2010 - The standalone plugin version is out! Checkout it at the how to install section.