mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2024-11-21 19:42:14 +00:00
gradle -PeclipsePDE now affects the GhidraDev Feature project.
This commit is contained in:
parent
a03c96d37b
commit
a0354a9746
@ -1 +0,0 @@
|
||||
.project
|
@ -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'
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
@ -1 +0,0 @@
|
||||
.project
|
@ -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|
|
||||
|
Loading…
Reference in New Issue
Block a user