Skip to content

Commit

Permalink
Added Artifacts for 3.0.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
pbi-qfs committed Sep 6, 2017
1 parent 6dcb1b5 commit 86682d0
Show file tree
Hide file tree
Showing 16 changed files with 15 additions and 6 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,3 +52,12 @@ The plugin is licensed under the [Eclipse Public License v1.0](http://www.eclips
* Chen Chao (cnfree2000@hotmail.com) - initial API and implementation
* Robert Zenz
* Pascal Bihler

## Changelog

* Version 3.0.0
* Removed adware code fragments
* Removed self-update feature (Eclipse handles updates fine)
* Removed extra-header in code (Issue [upstream#2](https://github.com/cnfree/Eclipse-Class-Decompiler/issues/28))
* Display information about class being decompiled in editor title (Issue #3)
* Made plug-in work with Java9 BETA JDT core
Binary file added update/artifacts.jar
Binary file not shown.
Binary file added update/content.jar
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
12 changes: 6 additions & 6 deletions update/site.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,22 +3,22 @@
<description name="Enhanced Class Decompiler Project Update" url="https://pbi-qfs.github.io/ecd/update">
Enhanced Class Decompiler project update site.
</description>
<feature url="features/org.sf.feeling.decompiler_3.0.0.qualifier.jar" id="org.sf.feeling.decompiler" version="3.0.0.qualifier">
<feature url="features/org.sf.feeling.decompiler_3.0.0.201709060935.jar" id="org.sf.feeling.decompiler" version="3.0.0.201709060935">
<category name="Enhanced Class Decompiler (Core)"/>
</feature>
<feature url="features/org.sf.feeling.decompiler.cfr_3.0.0.qualifier.jar" id="org.sf.feeling.decompiler.cfr" version="3.0.0.qualifier">
<feature url="features/org.sf.feeling.decompiler.cfr_3.0.0.201709060935.jar" id="org.sf.feeling.decompiler.cfr" version="3.0.0.201709060935">
<category name="Enhanced Class Decompiler (Optional)"/>
</feature>
<feature url="features/org.sf.feeling.decompiler.jad_3.0.0.qualifier.jar" id="org.sf.feeling.decompiler.jad" version="3.0.0.qualifier" os="linux,macosx,win32" arch="x86,x86_64">
<feature url="features/org.sf.feeling.decompiler.jad_3.0.0.201709060935.jar" id="org.sf.feeling.decompiler.jad" version="3.0.0.201709060935" os="linux,macosx,win32" arch="x86,x86_64">
<category name="Enhanced Class Decompiler (Optional)"/>
</feature>
<feature url="features/org.sf.feeling.decompiler.jd_3.0.0.qualifier.jar" id="org.sf.feeling.decompiler.jd" version="3.0.0.qualifier" os="linux,macosx,win32" arch="x86,x86_64">
<feature url="features/org.sf.feeling.decompiler.jd_3.0.0.201709060935.jar" id="org.sf.feeling.decompiler.jd" version="3.0.0.201709060935" os="linux,macosx,win32" arch="x86,x86_64">
<category name="Enhanced Class Decompiler (Optional)"/>
</feature>
<feature url="features/org.sf.feeling.decompiler.procyon_3.0.0.qualifier.jar" id="org.sf.feeling.decompiler.procyon" version="3.0.0.qualifier">
<feature url="features/org.sf.feeling.decompiler.procyon_3.0.0.201709060935.jar" id="org.sf.feeling.decompiler.procyon" version="3.0.0.201709060935">
<category name="Enhanced Class Decompiler (Optional)"/>
</feature>
<feature url="features/org.sf.feeling.decompiler.source_3.0.0.qualifier.jar" id="org.sf.feeling.decompiler.source" version="3.0.0.qualifier">
<feature url="features/org.sf.feeling.decompiler.source_3.0.0.201709060935.jar" id="org.sf.feeling.decompiler.source" version="3.0.0.201709060935">
<category name="Enhanced Class Decompiler (Optional)"/>
</feature>
<category-def name="Enhanced Class Decompiler (Core)" label="Enhanced Class Decompiler (Core)">
Expand Down

0 comments on commit 86682d0

Please sign in to comment.