Skip to content

Commit 144dc88

Browse files
committed
Remove eclipse.
1 parent fa1c3ac commit 144dc88

1 file changed

Lines changed: 0 additions & 31 deletions

File tree

build.gradle

Lines changed: 0 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,6 @@ dependencies {
2222
testCompile "junit:junit:${VER_JUNIT}"
2323
}
2424

25-
processResources {
26-
from ('src') {
27-
exclude '**/*.java'
28-
}
29-
}
30-
3125
////////////////////
3226
// MATLAB TESTING //
3327
////////////////////
@@ -98,31 +92,6 @@ project.tasks.withType(AbstractCompile, { AbstractCompile ac ->
9892
ac.dependsOn(unzipJRE6)
9993
})
10094

101-
/////////////
102-
// ECLIPSE //
103-
/////////////
104-
apply plugin: 'eclipse'
105-
eclipse {
106-
project {
107-
natures 'org.eclipse.pde.PluginNature'
108-
natures 'org.eclipse.jdt.core.javanature'
109-
110-
buildCommand 'org.eclipse.jdt.core.javabuilder'
111-
buildCommand 'org.eclipse.pde.ManifestBuilder'
112-
buildCommand 'org.eclipse.pde.SchemaBuilder'
113-
}
114-
classpath {
115-
downloadSources true
116-
downloadJavadoc true
117-
}
118-
jdt {
119-
sourceCompatibility VER_JAVA
120-
targetCompatibility VER_JAVA
121-
}
122-
}
123-
// always create fresh projects
124-
tasks.eclipse.dependsOn(cleanEclipse)
125-
12695
////////////
12796
// FORMAT //
12897
////////////

0 commit comments

Comments
 (0)