forked from ecd-plugin/ecd
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Quiltflower 1.9.0 feature & plugin implemented
- Loading branch information
Showing
38 changed files
with
3,221 additions
and
14 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,2 @@ | ||
/**/bin/**/* | ||
/./**/bin/**/* | ||
./**/bin/**/* | ||
**/bin/**/* | ||
*/bin/**/* | ||
bin/**/* | ||
/**/bin/* | ||
/bin/ | ||
*/target | ||
**/bin/ | ||
**/target |
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 |
---|---|---|
@@ -0,0 +1,17 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<projectDescription> | ||
<name>org.sf.feeling.decompiler.quiltflower.feature</name> | ||
<comment></comment> | ||
<projects> | ||
</projects> | ||
<buildSpec> | ||
<buildCommand> | ||
<name>org.eclipse.pde.FeatureBuilder</name> | ||
<arguments> | ||
</arguments> | ||
</buildCommand> | ||
</buildSpec> | ||
<natures> | ||
<nature>org.eclipse.pde.FeatureNature</nature> | ||
</natures> | ||
</projectDescription> |
2 changes: 2 additions & 0 deletions
2
org.sf.feeling.decompiler.quiltflower.feature/.settings/org.eclipse.core.resources.prefs
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 |
---|---|---|
@@ -0,0 +1,2 @@ | ||
eclipse.preferences.version=1 | ||
encoding/<project>=UTF-8 |
2 changes: 2 additions & 0 deletions
2
org.sf.feeling.decompiler.quiltflower.feature/.settings/org.eclipse.core.runtime.prefs
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 |
---|---|---|
@@ -0,0 +1,2 @@ | ||
eclipse.preferences.version=1 | ||
line.separator=\r\n |
5 changes: 5 additions & 0 deletions
5
org.sf.feeling.decompiler.quiltflower.feature/build.properties
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 |
---|---|---|
@@ -0,0 +1,5 @@ | ||
bin.includes = feature.xml,\ | ||
eclipse_update_120.jpg,\ | ||
epl-v10.html,\ | ||
feature.properties,\ | ||
license.html |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
328 changes: 328 additions & 0 deletions
328
org.sf.feeling.decompiler.quiltflower.feature/epl-v10.html
Large diffs are not rendered by default.
Oops, something went wrong.
720 changes: 720 additions & 0 deletions
720
org.sf.feeling.decompiler.quiltflower.feature/feature.properties
Large diffs are not rendered by default.
Oops, something went wrong.
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 |
---|---|---|
@@ -0,0 +1,53 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<feature | ||
id="org.sf.feeling.decompiler.quiltflower" | ||
label="%featureName" | ||
version="3.3.0" | ||
provider-name="%providerName" | ||
plugin="org.sf.feeling.decompiler.quiltflower"> | ||
|
||
<description url="%aboutURL"> | ||
%description | ||
</description> | ||
|
||
<copyright url="%copyrightURL"> | ||
%copyright | ||
</copyright> | ||
|
||
<license url="%licenseURL"> | ||
%license | ||
</license> | ||
|
||
<url> | ||
<update label="Enhanced Class Decompiler Updates" url="https://ecd-plugin.github.io/update"/> | ||
<discovery label="%updateSiteName" url="https://ecd-plugin.github.io/update"/> | ||
</url> | ||
|
||
<requires> | ||
<import plugin="org.eclipse.core.runtime"/> | ||
<import plugin="org.eclipse.core.resources"/> | ||
<import plugin="org.eclipse.jface"/> | ||
<import plugin="org.eclipse.jface.text"/> | ||
<import plugin="org.eclipse.ui.editors"/> | ||
<import plugin="org.eclipse.ui.workbench"/> | ||
<import plugin="org.eclipse.ui.workbench.texteditor"/> | ||
<import plugin="org.eclipse.jdt.core"/> | ||
<import plugin="org.eclipse.jdt.ui"/> | ||
<import plugin="org.eclipse.jdt.debug.ui"/> | ||
<import plugin="org.eclipse.debug.ui"/> | ||
<import plugin="org.eclipse.jdt.launching"/> | ||
<import plugin="org.eclipse.core.expressions"/> | ||
<import plugin="org.eclipse.ui.navigator"/> | ||
<import plugin="org.eclipse.core.filesystem"/> | ||
<import plugin="org.sf.feeling.decompiler" version="3.2.2" match="greaterOrEqual"/> | ||
<import plugin="org.apache.commons.lang3" version="3.1.0" match="greaterOrEqual"/> | ||
</requires> | ||
|
||
<plugin | ||
id="org.sf.feeling.decompiler.quiltflower" | ||
download-size="0" | ||
install-size="0" | ||
version="3.3.0" | ||
unpack="false"/> | ||
|
||
</feature> |
696 changes: 696 additions & 0 deletions
696
org.sf.feeling.decompiler.quiltflower.feature/license.html
Large diffs are not rendered by default.
Oops, something went wrong.
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 |
---|---|---|
@@ -0,0 +1,15 @@ | ||
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | ||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> | ||
<modelVersion>4.0.0</modelVersion> | ||
|
||
<parent> | ||
<groupId>com.github.ecd-plugin</groupId> | ||
<artifactId>com.github.ecd-plugin.ecd</artifactId> | ||
<version>3.3.0</version> | ||
<relativePath>../pom.xml</relativePath> | ||
</parent> | ||
|
||
<groupId>com.github.ecd-plugin.features</groupId> | ||
<artifactId>org.sf.feeling.decompiler.quiltflower</artifactId> | ||
<packaging>eclipse-feature</packaging> | ||
</project> |
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 |
---|---|---|
@@ -0,0 +1,12 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<classpath> | ||
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-11"> | ||
<attributes> | ||
<attribute name="module" value="true"/> | ||
</attributes> | ||
</classpathentry> | ||
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/> | ||
<classpathentry kind="src" path="src"/> | ||
<classpathentry kind="lib" path="lib/quiltflower-1.9.0.jar"/> | ||
<classpathentry kind="output" path="target/classes"/> | ||
</classpath> |
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 |
---|---|---|
@@ -0,0 +1,34 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<projectDescription> | ||
<name>org.sf.feeling.decompiler.quiltflower</name> | ||
<comment></comment> | ||
<projects> | ||
</projects> | ||
<buildSpec> | ||
<buildCommand> | ||
<name>org.eclipse.jdt.core.javabuilder</name> | ||
<arguments> | ||
</arguments> | ||
</buildCommand> | ||
<buildCommand> | ||
<name>org.eclipse.pde.ManifestBuilder</name> | ||
<arguments> | ||
</arguments> | ||
</buildCommand> | ||
<buildCommand> | ||
<name>org.eclipse.pde.SchemaBuilder</name> | ||
<arguments> | ||
</arguments> | ||
</buildCommand> | ||
<buildCommand> | ||
<name>org.eclipse.m2e.core.maven2Builder</name> | ||
<arguments> | ||
</arguments> | ||
</buildCommand> | ||
</buildSpec> | ||
<natures> | ||
<nature>org.eclipse.m2e.core.maven2Nature</nature> | ||
<nature>org.eclipse.pde.PluginNature</nature> | ||
<nature>org.eclipse.jdt.core.javanature</nature> | ||
</natures> | ||
</projectDescription> |
2 changes: 2 additions & 0 deletions
2
org.sf.feeling.decompiler.quiltflower/.settings/org.eclipse.core.resources.prefs
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 |
---|---|---|
@@ -0,0 +1,2 @@ | ||
eclipse.preferences.version=1 | ||
encoding/<project>=UTF-8 |
2 changes: 2 additions & 0 deletions
2
org.sf.feeling.decompiler.quiltflower/.settings/org.eclipse.core.runtime.prefs
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 |
---|---|---|
@@ -0,0 +1,2 @@ | ||
eclipse.preferences.version=1 | ||
line.separator=\r\n |
Oops, something went wrong.