mirror of
https://github.com/wesnoth/wesnoth
synced 2025-04-28 03:45:08 +00:00
eclipse plugin: update the files with the new release version
This commit is contained in:
parent
3039cbf5ca
commit
0d3b3123bf
@ -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
|
||||
|
@ -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
|
||||
|
@ -66,10 +66,10 @@
|
||||
<a href="http://sourceforge.net/projects/wesnoth/files/wesnoth-umcplugin/1.0.0/macosx.cocoa.x86_64.zip/download">x64</a>
|
||||
<br/>
|
||||
The application requires the Java runtime environment, so you need to install SUN's Java first (not openJDK or others)
|
||||
(<a href="http://www.oracle.com/technetwork/java/javase/downloads/index.html">Download Java</a>)
|
||||
- <a href="http://www.oracle.com/technetwork/java/javase/downloads/index.html">Download Java</a>.
|
||||
<br/><br/>
|
||||
|
||||
For all versions go here: <a href="http://sourceforge.net/projects/wesnoth/files/wesnoth-umcplugin/">Download directory</a>
|
||||
For all versions go here: <a href="http://sourceforge.net/projects/wesnoth/files/wesnoth-umcplugin/">Download standalone version</a>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
|
@ -62,6 +62,7 @@
|
||||
|
||||
</div></div></div></div></div></div></div></div>
|
||||
<h3>News</h3>
|
||||
<p><em>16 December 2010</em> - Released version 1.0.1 of the eclipse plugin version</p>
|
||||
<p><em>6 November 2010</em> - Added the 64 bit version for Windows & Linux, aswell as Mac x86 + x64.</p>
|
||||
<p><em>5 November 2010</em> - The standalone plugin version is out! Checkout it at the how to install section.</p>
|
||||
</div> <!-- feature -->
|
||||
|
Loading…
x
Reference in New Issue
Block a user