Skip to content

Commit

Permalink
Re-introduce Eclipse Properties file for the locale-specific editors.
Browse files Browse the repository at this point in the history
  • Loading branch information
essiembre committed Jul 23, 2014
1 parent 6cabeb2 commit 4cf5f80
Show file tree
Hide file tree
Showing 8 changed files with 13 additions and 4 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.0"
version="1.0.1"
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="0.0.0"
version="1.0.1"
unpack="false"/>

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

Release 1.0.1 (2014-07-22)
--------------------------
- Update: re-introduce Eclipse Properties editors for locale-specific
editors.

Release 1.0.0 (2014-07-20)
--------------------------
- License change from LGPL to Apache License v2.
Expand Down
5 changes: 3 additions & 2 deletions 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.0
Bundle-Version: 1.0.1
Bundle-Activator: com.essiembre.eclipse.rbe.RBEPlugin
Bundle-RequiredExecutionEnvironment: JavaSE-1.7
Bundle-ActivationPolicy: lazy
Expand All @@ -14,6 +14,7 @@ Require-Bundle: org.eclipse.ui,
org.eclipse.ui.workbench.texteditor,
org.eclipse.ui.editors,
org.eclipse.ui.ide,
org.eclipse.ui.views
org.eclipse.ui.views,
org.eclipse.jdt.ui;resolution:=optional


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 @@ -6,6 +6,9 @@
<feature url="features/com.essiembre.eclipse.rbe_1.0.0.jar" id="com.essiembre.eclipse.rbe" version="1.0.0">
<category name="com.essiembre.eclipse.rbe"/>
</feature>
<feature url="features/com.essiembre.eclipse.rbe_1.0.1.jar" id="com.essiembre.eclipse.rbe" version="1.0.1">
<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 4cf5f80

Please sign in to comment.