Skip to content

Commit

Permalink
Bump java-discord-rpc's version to 2.0.2
Browse files Browse the repository at this point in the history
Seems to fix #56 (the plug-in wasn't working for everyone).
  • Loading branch information
echebbi committed Feb 26, 2019
1 parent d2efcd7 commit 0004dbc
Show file tree
Hide file tree
Showing 11 changed files with 12 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Require-Bundle: org.eclipse.ui;bundle-version="[3.107.0,4.0.0)",
org.eclipse.ui.editors;bundle-version="[3.9.0,4.0.0)",
org.eclipse.ui.ide;bundle-version="[3.11.0,4.0.0)",
org.eclipse.core.resources;bundle-version="[3.10.0,4.0.0)",
java-discord-rpc
java-discord-rpc;bundle-version="[2.0.0,3.0.0)"
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Export-Package: fr.kazejiyu.discord.rpc.integration;x-friends:="fr.kazejiyu.discord.rpc.integration.ui.preferences",
fr.kazejiyu.discord.rpc.integration.core,
Expand Down
4 changes: 2 additions & 2 deletions bundles/java-discord-rpc/.classpath
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
<classpathentry exported="true" kind="lib" path="jna-4.4.0.jar"/>
<classpathentry exported="true" kind="lib" path="discord-rpc-release-v3.3.0.jar"/>
<classpathentry exported="true" kind="lib" path="java-discord-rpc-2.0.0.jar"/>
<classpathentry exported="true" kind="lib" path="discord-rpc-release-v3.4.0.jar"/>
<classpathentry exported="true" kind="lib" path="java-discord-rpc-2.0.2.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>
6 changes: 3 additions & 3 deletions bundles/java-discord-rpc/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: java-discord-rpc
Bundle-SymbolicName: java-discord-rpc
Bundle-Version: 2.0.0
Bundle-Version: 2.0.2
Bundle-ClassPath: jna-4.4.0.jar,
discord-rpc-release-v3.3.0.jar,
java-discord-rpc-2.0.0.jar
discord-rpc-release-v3.4.0.jar,
java-discord-rpc-2.0.2.jar
Bundle-Vendor: Florian Spieß
Export-Package: club.minnced.discord.rpc,
com.sun.jna,
Expand Down
4 changes: 2 additions & 2 deletions bundles/java-discord-rpc/build.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
bin.includes = META-INF/,\
jna-4.4.0.jar,\
discord-rpc-release-v3.3.0.jar,\
java-discord-rpc-2.0.0.jar
discord-rpc-release-v3.4.0.jar,\
java-discord-rpc-2.0.2.jar
Binary file not shown.
Binary file not shown.
Binary file removed bundles/java-discord-rpc/java-discord-rpc-2.0.0.jar
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion bundles/java-discord-rpc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

<artifactId>java-discord-rpc</artifactId>
<packaging>eclipse-plugin</packaging>
<version>2.0.0</version>
<version>2.0.2</version>

<properties>
<sonar.skip>true</sonar.skip>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@ You may add additional accurate notices of copyright ownership.

<includes
id="java.discord.rpc.feature"
version="2.0.0"/>
version="0.0.0"/>

<requires>
<import plugin="org.eclipse.ui.workbench" version="3.107.0" match="compatible"/>
Expand Down
4 changes: 2 additions & 2 deletions features/java-discord-rpc.feature/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<feature
id="java.discord.rpc.feature"
label="java-discord-rpc"
version="2.0.0"
version="2.0.2"
provider-name="Florian Spieß">

<description url="https://github.com/MinnDevelopment/java-discord-rpc">
Expand Down Expand Up @@ -71,6 +71,6 @@ END OF TERMS AND CONDITIONS
id="java-discord-rpc"
download-size="0"
install-size="0"
version="2.0.0"/>
version="2.0.2"/>

</feature>

0 comments on commit 0004dbc

Please sign in to comment.