File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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// //////////
You can’t perform that action at this time.
0 commit comments