mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2024-11-22 04:05:39 +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'
|
//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'
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
@ -1 +0,0 @@
|
|||||||
.project
|
|
@ -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|
|
||||||
|
Loading…
Reference in New Issue
Block a user