forked from cpupk/ecd
-
Notifications
You must be signed in to change notification settings - Fork 58
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Renamed Plugin to "Enhanced Class Decompiler"
- Loading branch information
Showing
25 changed files
with
67 additions
and
65 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,34 +1,34 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<site> | ||
<description name="Eclipse Class Decompiler Project Update" url="http://www.cpupk.com/decompiler/update/"> | ||
Eclipse Class Decompiler project update site. | ||
<description name="Enhanced Class Decompiler Project Update" url="http://www.cpupk.com/decompiler/update/"> | ||
Enhanced Class Decompiler project update site. | ||
</description> | ||
<feature url="features/org.sf.feeling.decompiler_2.10.0.qualifier.jar" id="org.sf.feeling.decompiler" version="2.10.0.qualifier"> | ||
<category name="Eclipse Class Decompiler (Core)"/> | ||
<category name="Enhanced Class Decompiler (Core)"/> | ||
</feature> | ||
<feature url="features/org.sf.feeling.decompiler.jad_2.10.0.qualifier.jar" id="org.sf.feeling.decompiler.jad" version="2.10.0.qualifier" os="linux,macosx,win32" arch="x86,x86_64"> | ||
<category name="Eclipse Class Decompiler (Optional)"/> | ||
<category name="Enhanced Class Decompiler (Optional)"/> | ||
</feature> | ||
<feature url="features/org.sf.feeling.decompiler.jd_2.10.0.qualifier.jar" id="org.sf.feeling.decompiler.jd" version="2.10.0.qualifier" os="linux,macosx,win32" arch="x86,x86_64"> | ||
<category name="Eclipse Class Decompiler (Optional)"/> | ||
<category name="Enhanced Class Decompiler (Optional)"/> | ||
</feature> | ||
<feature url="features/org.sf.feeling.decompiler.procyon_2.10.0.qualifier.jar" id="org.sf.feeling.decompiler.procyon" version="2.10.0.qualifier"> | ||
<category name="Eclipse Class Decompiler (Optional)"/> | ||
<category name="Enhanced Class Decompiler (Optional)"/> | ||
</feature> | ||
<feature url="features/org.sf.feeling.decompiler.cfr_2.10.0.qualifier.jar" id="org.sf.feeling.decompiler.cfr" version="2.10.0.qualifier"> | ||
<category name="Eclipse Class Decompiler (Optional)"/> | ||
<category name="Enhanced Class Decompiler (Optional)"/> | ||
</feature> | ||
<feature url="features/org.sf.feeling.decompiler.source_2.10.0.qualifier.jar" id="org.sf.feeling.decompiler.source" version="2.10.0.qualifier"> | ||
<category name="Eclipse Class Decompiler (Optional)"/> | ||
<category name="Enhanced Class Decompiler (Optional)"/> | ||
</feature> | ||
<category-def name="Eclipse Class Decompiler (Core)" label="Eclipse Class Decompiler (Core)"> | ||
<category-def name="Enhanced Class Decompiler (Core)" label="Enhanced Class Decompiler (Core)"> | ||
<description> | ||
Eclipse Class Decompiler integrates JD, Jad, FernFlower, CFR, Procyon with Eclipse seamlessly. It allows Java developers to debug class files without source code directly. | ||
Enhanced Class Decompiler integrates JD, Jad, FernFlower, CFR, Procyon with Eclipse seamlessly. It allows Java developers to debug class files without source code directly. | ||
</description> | ||
</category-def> | ||
<category-def name="Eclipse Class Decompiler (Optional)" label="Eclipse Class Decompiler (Optional)"> | ||
<category-def name="Enhanced Class Decompiler (Optional)" label="Enhanced Class Decompiler (Optional)"> | ||
<description> | ||
Eclipse Class Decompiler integrates JD, Jad, FernFlower, CFR, Procyon with Eclipse seamlessly. It allows Java developers to debug class files without source code directly. | ||
Enhanced Class Decompiler integrates JD, Jad, FernFlower, CFR, Procyon with Eclipse seamlessly. It allows Java developers to debug class files without source code directly. | ||
</description> | ||
</category-def> | ||
</site> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,14 +7,14 @@ | |
<xsl:for-each select="site"> | ||
<html> | ||
<head> | ||
<title>Eclipse Class Decompiler Project Update</title> | ||
<title>Enhanced Class Decompiler Project Update</title> | ||
<style>@import url("site.css");</style> | ||
</head> | ||
<body> | ||
<h1 class="title">Eclipse Class Decompiler Project Update</h1> | ||
<h1 class="title">Enhanced Class Decompiler Project Update</h1> | ||
<p class="bodyText"> | ||
<xsl:value-of select="description" /> | ||
<a href="http://www.cpupk.com/decompiler">Eclipse Class Decompiler</a> plugin, Copyright (c) 2017 Chen Chao. | ||
<a href="http://www.cpupk.com/decompiler">Enhanced Class Decompiler</a> plugin, Copyright (c) 2017 Chen Chao. | ||
Any question, please mail to | ||
<a href="mailto:[email protected]">Chen Chao([email protected])</a> | ||
. More details, please visit | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,11 +9,11 @@ | |
# Chen Chao - initial API and implementation | ||
############################################################################### | ||
|
||
featureName=Eclipse Class Decompiler | ||
featureText=Eclipse Class Decompiler \n\ | ||
featureName=Enhanced Class Decompiler | ||
featureText=Enhanced Class Decompiler \n\ | ||
Version: {1}\n\ | ||
Build id: {0}\n\ | ||
\n\ | ||
Eclipse Class Decompiler plugin, Copyright (c) 2017 Chen Chao([email protected]). All rights reserved. \n\ | ||
For more information on Eclipse Class Decompiler, visit http://www.cpupk.com/decompiler \n\ | ||
Enhanced Class Decompiler plugin, Copyright (c) 2017 Chen Chao([email protected]). All rights reserved. \n\ | ||
For more information on Enhanced Class Decompiler, visit http://www.cpupk.com/decompiler \n\ | ||
For more information on other open source projects, visit http://www.cpupk.com |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters