Skip to content

Commit 06ed910

Browse files
authored
Mark/8454 ant zip (#810) (#811)
* Switching AntBuilder to remove deprecation warnings * Removing zip dist task * Removing zip dist task * Removing zip dist task - a few which escaped the chop!
1 parent 9eaedb3 commit 06ed910

File tree

272 files changed

+58
-1950
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

272 files changed

+58
-1950
lines changed

analysis/analyze-hotspots/build.gradle

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -79,14 +79,6 @@ run {
7979
dependsOn copyNatives
8080
}
8181

82-
task productionZip(type: Zip) {
83-
group = 'distribution'
84-
from copyNatives
85-
from jar.destinationDirectory
86-
into (project.name)
87-
archiveBaseName = project.name
88-
}
89-
9082
if (rootProject == project) {
9183
// the wrapper task is only used if this project is the root project i.e. not a subproject
9284
wrapper {

analysis/distance-measurement-analysis/build.gradle

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -79,14 +79,6 @@ run {
7979
dependsOn copyNatives
8080
}
8181

82-
task productionZip(type: Zip) {
83-
group = 'distribution'
84-
from copyNatives
85-
from jar.destinationDirectory
86-
into (project.name)
87-
archiveBaseName = project.name
88-
}
89-
9082
if (rootProject == project) {
9183
// the wrapper task is only used if this project is the root project i.e. not a subproject
9284
wrapper {

analysis/line-of-sight-geoelement/build.gradle

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -79,17 +79,6 @@ run {
7979
dependsOn copyNatives
8080
}
8181

82-
task productionZip(type: Zip) {
83-
group = 'distribution'
84-
from ("samples-data") {
85-
into "samples-data"
86-
}
87-
from copyNatives
88-
from jar.destinationDirectory
89-
into (project.name)
90-
archiveBaseName = project.name
91-
}
92-
9382
if (rootProject == project) {
9483
// the wrapper task is only used if this project is the root project i.e. not a subproject
9584
wrapper {

analysis/line-of-sight-geoelement/settings.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ pluginManagement {
88
rootProject.name = 'line-of-sight-geoelement'
99

1010
// download sample data
11-
def ant = new groovy.util.AntBuilder()
11+
def ant = new groovy.ant.AntBuilder()
1212

1313
if (!file("./samples-data").exists()) {
1414
ant.get(

analysis/line-of-sight-location/build.gradle

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -79,14 +79,6 @@ run {
7979
dependsOn copyNatives
8080
}
8181

82-
task productionZip(type: Zip) {
83-
group = 'distribution'
84-
from copyNatives
85-
from jar.destinationDirectory
86-
into (project.name)
87-
archiveBaseName = project.name
88-
}
89-
9082
if (rootProject == project) {
9183
// the wrapper task is only used if this project is the root project i.e. not a subproject
9284
wrapper {

analysis/viewshed-camera/build.gradle

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -79,14 +79,6 @@ run {
7979
dependsOn copyNatives
8080
}
8181

82-
task productionZip(type: Zip) {
83-
group = 'distribution'
84-
from copyNatives
85-
from jar.destinationDirectory
86-
into (project.name)
87-
archiveBaseName = project.name
88-
}
89-
9082
if (rootProject == project) {
9183
// the wrapper task is only used if this project is the root project i.e. not a subproject
9284
wrapper {

analysis/viewshed-geoelement/build.gradle

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -79,17 +79,6 @@ run {
7979
dependsOn copyNatives
8080
}
8181

82-
task productionZip(type: Zip) {
83-
group = 'distribution'
84-
from ("samples-data") {
85-
into "samples-data"
86-
}
87-
from copyNatives
88-
from jar.destinationDirectory
89-
into (project.name)
90-
archiveBaseName = project.name
91-
}
92-
9382
if (rootProject == project) {
9483
// the wrapper task is only used if this project is the root project i.e. not a subproject
9584
wrapper {

analysis/viewshed-geoelement/settings.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ pluginManagement {
88
rootProject.name = 'viewshed-geoelement'
99

1010
// download sample data
11-
def ant = new groovy.util.AntBuilder()
11+
def ant = new groovy.ant.AntBuilder()
1212

1313
if (!file("./samples-data").exists()) {
1414
ant.get(

analysis/viewshed-geoprocessing/build.gradle

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -79,14 +79,6 @@ run {
7979
dependsOn copyNatives
8080
}
8181

82-
task productionZip(type: Zip) {
83-
group = 'distribution'
84-
from copyNatives
85-
from jar.destinationDirectory
86-
into (project.name)
87-
archiveBaseName = project.name
88-
}
89-
9082
if (rootProject == project) {
9183
// the wrapper task is only used if this project is the root project i.e. not a subproject
9284
wrapper {

analysis/viewshed-location/build.gradle

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -79,14 +79,6 @@ run {
7979
dependsOn copyNatives
8080
}
8181

82-
task productionZip(type: Zip) {
83-
group = 'distribution'
84-
from copyNatives
85-
from jar.destinationDirectory
86-
into (project.name)
87-
archiveBaseName = project.name
88-
}
89-
9082
if (rootProject == project) {
9183
// the wrapper task is only used if this project is the root project i.e. not a subproject
9284
wrapper {

0 commit comments

Comments
 (0)