Skip to content

Commit

Permalink
New release 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
MontyCarter committed Aug 14, 2014
1 parent f27b53b commit 73b1987
Show file tree
Hide file tree
Showing 8 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion org.smackers.smack.feature/category.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<site>
<feature url="features/org.smackers.smack.feature_2.0.0.jar" id="org.smackers.smack.feature" version="2.0.0">
<feature url="features/org.smackers.smack.feature_2.0.1.jar" id="org.smackers.smack.feature" version="2.0.1">
<category name="smackd"/>
</feature>
<category-def name="smackd" label="SMACKd Verification Tools">
Expand Down
4 changes: 2 additions & 2 deletions org.smackers.smack.feature/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<feature
id="org.smackers.smack.feature"
label="SMACKd"
version="2.0.0"
version="2.0.1"
provider-name="smackers">

<description url="http://smackers.github.io/smackd">
Expand Down Expand Up @@ -47,6 +47,6 @@ THE SOFTWARE.
id="org.smackers.smack"
download-size="0"
install-size="0"
version="2.0.0"/>
version="2.0.1"/>

</feature>
2 changes: 1 addition & 1 deletion org.smackers.smack/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: SMACKd
Bundle-SymbolicName: org.smackers.smack;singleton:=true
Bundle-Version: 2.0.0
Bundle-Version: 2.0.1
Bundle-Activator: org.smackers.smack.Activator
Require-Bundle: org.eclipse.ui,
org.eclipse.core.runtime,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ public ChangeMarkerViewHandler() {
}


@SuppressWarnings({ "restriction"})
public Object execute(ExecutionEvent event) throws ExecutionException {
String eventCommandId = event.getCommand().getId();
SmackView sendingSmackView = (SmackView)getView(event);
Expand Down
Binary file modified release/artifacts.jar
Binary file not shown.
Binary file modified release/content.jar
Binary file not shown.
Binary file not shown.
Binary file added release/plugins/org.smackers.smack_2.0.1.jar
Binary file not shown.

0 comments on commit 73b1987

Please sign in to comment.