From 0a78332c3ed1f0e1f6eb3c74c7bb0cfacb6e07fa Mon Sep 17 00:00:00 2001 From: Ryan Ernst Date: Mon, 23 Nov 2015 00:09:47 -0800 Subject: [PATCH] Build: Remove leftover ant and maven files A number of unused files still exist for maven assemblies and ant integration test overrides. This change removes them. There are still some files left which need to be examined more, for instance, the shield overrides ant file. Original commit: elastic/x-pack-elasticsearch@1d9b277ff04916c564ea8215ff1de87557689d89 --- marvel/dev-tools/integration-tests.xml | 11 ----- marvel/src/main/assemblies/plugin.xml | 50 ---------------------- shield/dev-tools/integration-tests.xml | 42 ------------------ shield/src/main/assemblies/plugin.xml | 46 -------------------- watcher/dev-tools/integration-tests.xml | 11 ----- watcher/src/main/assemblies/plugin.xml | 57 ------------------------- 6 files changed, 217 deletions(-) delete mode 100644 marvel/dev-tools/integration-tests.xml delete mode 100644 marvel/src/main/assemblies/plugin.xml delete mode 100644 shield/dev-tools/integration-tests.xml delete mode 100644 shield/src/main/assemblies/plugin.xml delete mode 100644 watcher/dev-tools/integration-tests.xml delete mode 100644 watcher/src/main/assemblies/plugin.xml diff --git a/marvel/dev-tools/integration-tests.xml b/marvel/dev-tools/integration-tests.xml deleted file mode 100644 index fca64eebcbe..00000000000 --- a/marvel/dev-tools/integration-tests.xml +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - diff --git a/marvel/src/main/assemblies/plugin.xml b/marvel/src/main/assemblies/plugin.xml deleted file mode 100644 index 2d4209a09af..00000000000 --- a/marvel/src/main/assemblies/plugin.xml +++ /dev/null @@ -1,50 +0,0 @@ - - - - - plugin - - zip - - false - - - / - true - false - - org.elasticsearch.plugin:marvel-agent - - - - - - LICENSE.txt - / - - - NOTICE.txt - / - - - ${elasticsearch.tools.directory}/plugin-metadata/plugin-descriptor.properties - - true - - - diff --git a/shield/dev-tools/integration-tests.xml b/shield/dev-tools/integration-tests.xml deleted file mode 100644 index 42a11f74b18..00000000000 --- a/shield/dev-tools/integration-tests.xml +++ /dev/null @@ -1,42 +0,0 @@ - - - - - - - - - - - Waiting for elasticsearch to become available on port @{port}... - - - - - - - - - - - - - - - - - - - - - - - Checking we can connect with basic auth on port ${integ.http.port}... - - - - - diff --git a/shield/src/main/assemblies/plugin.xml b/shield/src/main/assemblies/plugin.xml deleted file mode 100644 index c6d7b362671..00000000000 --- a/shield/src/main/assemblies/plugin.xml +++ /dev/null @@ -1,46 +0,0 @@ - - - plugin - - zip - - false - - - false - bin/shield - bin - - - config/shield - config - - - - - / - true - false - - org.elasticsearch.plugin:shield - dk.brics.automaton:automaton - com.unboundid:unboundid-ldapsdk - - - - - - LICENSE.txt - / - - - NOTICE.txt - / - - - ${elasticsearch.tools.directory}/plugin-metadata/plugin-descriptor.properties - - true - - - diff --git a/watcher/dev-tools/integration-tests.xml b/watcher/dev-tools/integration-tests.xml deleted file mode 100644 index fca64eebcbe..00000000000 --- a/watcher/dev-tools/integration-tests.xml +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - diff --git a/watcher/src/main/assemblies/plugin.xml b/watcher/src/main/assemblies/plugin.xml deleted file mode 100644 index cc0b2676d32..00000000000 --- a/watcher/src/main/assemblies/plugin.xml +++ /dev/null @@ -1,57 +0,0 @@ - - - plugin - - zip - - false - - - false - bin/watcher - bin - - - ${project.basedir}/src/main/plugin-metadata - - plugin-security.policy - - - false - - - - - / - true - true - - org.elasticsearch:elasticsearch - - - - / - false - - com.sun.mail:javax.mail - javax.activation:activation - com.googlecode.owasp-java-html-sanitizer:owasp-java-html-sanitizer - - - - - - ${elasticsearch.tools.directory}/plugin-metadata/plugin-descriptor.properties - - true - - - LICENSE.txt - / - - - NOTICE.txt - / - - -