Skip to content

Commit

Permalink
Merge pull request #27 from MarounMaroun/version_1.0.4
Browse files Browse the repository at this point in the history
Version 1.0.4
  • Loading branch information
MarounMaroun committed Dec 9, 2015
2 parents bb425a2 + 166c92a commit 48f1816
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 11 deletions.
10 changes: 3 additions & 7 deletions so-eclipse-feature/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,12 @@
<feature
id="com.so.eclipse.helper"
label="SO Eclipse Helper"
version="1.0.3"
version="1.0.4"
provider-name="Maroun Maroun"
plugin="com.so.eclipse.helper">

<description url="https://github.com/MarounMaroun/SO-Eclipse-Plugin">
Enables you to get answers from Stack Overflow directly to Eclipse!

* Now it&apos;s done within the SAME window, no need to open the dialog again and again
* A new progress bar is available
* Link to the answer that&apos;s being viewed
ALT + Q to open the dialog
</description>

<license url="https://opensource.org/licenses/MIT">
Expand Down Expand Up @@ -44,7 +40,7 @@ THE SOFTWARE.
id="com.so.eclipse.helper"
download-size="0"
install-size="0"
version="1.0.3"
version="1.0.4"
unpack="false"/>

</feature>
2 changes: 1 addition & 1 deletion so-eclipse-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: SO Eclipse Helper
Bundle-SymbolicName: com.so.eclipse.helper;singleton:=true
Bundle-Version: 1.0.3
Bundle-Version: 1.0.4
Bundle-Activator: com.sohelper.ui.Activator
Require-Bundle: org.eclipse.ui,
org.eclipse.core.runtime
Expand Down
Binary file modified so-eclipse-update-site/artifacts.jar
Binary file not shown.
Binary file modified so-eclipse-update-site/content.jar
Binary file not shown.
Binary file not shown.
Binary file not shown.
9 changes: 6 additions & 3 deletions so-eclipse-update-site/site.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<site>

<description name="SO Eclipse Helper Update Site">
Eclipse plugin that enables you to get answers directly to your IDE!
</description>
Expand All @@ -20,11 +19,15 @@
<feature url="features/com.so.eclipse.helper_1.0.3.jar" id="com.so.eclipse.helper" version="1.0.3">
<category name="com.so.eclipse.helper"/>
</feature>


<feature url="features/com.so.eclipse.helper_1.0.4.jar" id="com.so.eclipse.helper" version="1.0.4">
<category name="com.so.eclipse.helper"/>
</feature>

<category-def name="com.so.eclipse.helper" label="SO Eclipse Helper">
<description>
Eclipse plugin that enables you to get answers directly to your IDE!
</description>
</category-def>

</site>
</site>

0 comments on commit 48f1816

Please sign in to comment.