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'
eclipse {
project {
name = 'Eclipse GhidraDevFeature'
buildCommand 'org.eclipse.pde.FeatureBuilder'
natures 'org.eclipse.pde.FeatureNature'
//This project requires the eclpse PDE plugin. To create eclipse files for this project, run
// "gradle eclipse -PeclipsePDE"
if (hasProperty("eclipsePDE")) {
apply plugin: 'eclipse'
eclipse {
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
##MODULE IP: FAMFAMFAM Icons - CC 2.5
GhidraDevFeature/.gitignore||GHIDRA||||END|
GhidraDevFeature/build.gradle||GHIDRA||||END|
GhidraDevFeature/build.properties||GHIDRA||||END|
GhidraDevFeature/category.xml||GHIDRA||||END|
GhidraDevFeature/feature.xml||GHIDRA||||END|
GhidraDevPlugin/.gitignore||GHIDRA||||END|
GhidraDevPlugin/.launch/GhidraDev.launch||GHIDRA||||END|
GhidraDevPlugin/GhidraDev.target||GHIDRA||||END|
GhidraDevPlugin/GhidraDev_README.html||GHIDRA||||END|