Skip to content

Commit

Permalink
Quiltflower 1.9.0 feature & plugin implemented
Browse files Browse the repository at this point in the history
  • Loading branch information
jpstotz committed Apr 30, 2023
1 parent e6c5400 commit 0bdb0a6
Show file tree
Hide file tree
Showing 38 changed files with 3,221 additions and 14 deletions.
11 changes: 2 additions & 9 deletions .gitignore
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
17 changes: 17 additions & 0 deletions org.sf.feeling.decompiler.quiltflower.feature/.project
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>
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
eclipse.preferences.version=1
encoding/<project>=UTF-8
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
eclipse.preferences.version=1
line.separator=\r\n
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 org.sf.feeling.decompiler.quiltflower.feature/epl-v10.html

Large diffs are not rendered by default.

720 changes: 720 additions & 0 deletions org.sf.feeling.decompiler.quiltflower.feature/feature.properties

Large diffs are not rendered by default.

53 changes: 53 additions & 0 deletions org.sf.feeling.decompiler.quiltflower.feature/feature.xml
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 org.sf.feeling.decompiler.quiltflower.feature/license.html

Large diffs are not rendered by default.

15 changes: 15 additions & 0 deletions org.sf.feeling.decompiler.quiltflower.feature/pom.xml
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>
12 changes: 12 additions & 0 deletions org.sf.feeling.decompiler.quiltflower/.classpath
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>
34 changes: 34 additions & 0 deletions org.sf.feeling.decompiler.quiltflower/.project
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>
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
eclipse.preferences.version=1
encoding/<project>=UTF-8
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
eclipse.preferences.version=1
line.separator=\r\n
Loading

0 comments on commit 0bdb0a6

Please sign in to comment.