Skip to content

Commit

Permalink
adds version 1.0.5 of eclipse rbe to update site
Browse files Browse the repository at this point in the history
  • Loading branch information
k0ner committed Nov 30, 2015
1 parent fae2fa4 commit 485d00d
Show file tree
Hide file tree
Showing 7 changed files with 6 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.4"
version="1.0.5"
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.4"
version="1.0.5"
unpack="false"/>

</feature>
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.4
Bundle-Version: 1.0.5
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 @@ -18,6 +18,9 @@
<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>
<feature url="features/com.essiembre.eclipse.rbe_1.0.5.jar" id="com.essiembre.eclipse.rbe" version="1.0.5">
<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 485d00d

Please sign in to comment.