gradle -PeclipsePDE now affects the GhidraDev Feature project.

This commit is contained in:
Ryan Kurtz 2019-04-24 08:30:06 -04:00
parent a03c96d37b
commit a0354a9746
4 changed files with 11 additions and 11 deletions

View File

@ -1 +0,0 @@
.project

View File

@ -1,8 +1,12 @@
apply plugin: 'eclipse' //This project requires the eclpse PDE plugin. To create eclipse files for this project, run
eclipse { // "gradle eclipse -PeclipsePDE"
project { if (hasProperty("eclipsePDE")) {
name = 'Eclipse GhidraDevFeature' apply plugin: 'eclipse'
buildCommand 'org.eclipse.pde.FeatureBuilder' eclipse {
natures 'org.eclipse.pde.FeatureNature' project {
name = 'Eclipse GhidraDevFeature'
buildCommand 'org.eclipse.pde.FeatureBuilder'
natures 'org.eclipse.pde.FeatureNature'
}
} }
} }

View File

@ -1 +0,0 @@
.project

View File

@ -1,11 +1,9 @@
##VERSION: 2.0 ##VERSION: 2.0
##MODULE IP: FAMFAMFAM Icons - CC 2.5 ##MODULE IP: FAMFAMFAM Icons - CC 2.5
GhidraDevFeature/.gitignore||GHIDRA||||END|
GhidraDevFeature/build.gradle||GHIDRA||||END| GhidraDevFeature/build.gradle||GHIDRA||||END|
GhidraDevFeature/build.properties||GHIDRA||||END| GhidraDevFeature/build.properties||GHIDRA||||END|
GhidraDevFeature/category.xml||GHIDRA||||END| GhidraDevFeature/category.xml||GHIDRA||||END|
GhidraDevFeature/feature.xml||GHIDRA||||END| GhidraDevFeature/feature.xml||GHIDRA||||END|
GhidraDevPlugin/.gitignore||GHIDRA||||END|
GhidraDevPlugin/.launch/GhidraDev.launch||GHIDRA||||END| GhidraDevPlugin/.launch/GhidraDev.launch||GHIDRA||||END|
GhidraDevPlugin/GhidraDev.target||GHIDRA||||END| GhidraDevPlugin/GhidraDev.target||GHIDRA||||END|
GhidraDevPlugin/GhidraDev_README.html||GHIDRA||||END| GhidraDevPlugin/GhidraDev_README.html||GHIDRA||||END|