Skip to content

Commit

Permalink
Prepare for release.
Browse files Browse the repository at this point in the history
  • Loading branch information
essiembre committed Oct 12, 2014
1 parent 5ef49ad commit 29e756b
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 3 deletions.
4 changes: 2 additions & 2 deletions eclipse-rbe-feature/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<feature
id="com.essiembre.eclipse.rbe"
label="ResourceBundle Editor"
version="1.0.3"
version="1.0.4"
provider-name="Pascal Essiembre"
plugin="com.essiembre.eclipse.rbe">

Expand Down Expand Up @@ -237,7 +237,7 @@
id="com.essiembre.eclipse.rbe"
download-size="0"
install-size="0"
version="1.0.3"
version="1.0.4"
unpack="false"/>

</feature>
6 changes: 6 additions & 0 deletions eclipse-rbe-plugin/CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
Here is an overview of changes for each release:

Release 1.0.4 (2014-10-12)
--------------------------
- Removed hard-coding of white color for editor text field value (github #11).
- Fixed breaking Eclipse features by wrongly disposing of a system color
(github #12).

Release 1.0.3 (2014-08-07)
--------------------------
- Fixed saving of fragment-related plugin preferences.
Expand Down
2 changes: 1 addition & 1 deletion eclipse-rbe-plugin/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %plugin.name
Bundle-SymbolicName: com.essiembre.eclipse.rbe;singleton:=true
Bundle-Version: 1.0.3
Bundle-Version: 1.0.4
Bundle-Activator: com.essiembre.eclipse.rbe.RBEPlugin
Bundle-RequiredExecutionEnvironment: JavaSE-1.7
Bundle-ActivationPolicy: lazy
Expand Down
Binary file modified eclipse-rbe-update-site/artifacts.jar
Binary file not shown.
Binary file modified eclipse-rbe-update-site/content.jar
Binary file not shown.
Binary file not shown.
Binary file not shown.
3 changes: 3 additions & 0 deletions eclipse-rbe-update-site/site.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@
<feature url="features/com.essiembre.eclipse.rbe_1.0.3.jar" id="com.essiembre.eclipse.rbe" version="1.0.3">
<category name="com.essiembre.eclipse.rbe"/>
</feature>
<feature url="features/com.essiembre.eclipse.rbe_1.0.4.jar" id="com.essiembre.eclipse.rbe" version="1.0.4">
<category name="com.essiembre.eclipse.rbe"/>
</feature>
<category-def name="com.essiembre.eclipse.rbe" label="Resource Bundle Editor">
<description>
Eclipse plugin for editing Java resource bundles. Lets you manage all localized properties files in one screen. Some features: sorted keys, warning icons on missing keys/values, conversion to/from Unicode, hierarchical view of keys, more...
Expand Down

0 comments on commit 29e756b

Please sign in to comment.