Watcher: Remove build based property creation (elastic/elasticsearch#2107)

There we still left over files from the clean up PR to not use
build properties for the watcher templates.

Relates elastic/elasticsearch#2040

Original commit: elastic/x-pack-elasticsearch@b838d92124
This commit is contained in:
Alexander Reelsen 2016-04-26 17:54:27 +02:00
parent 3bbe5916d1
commit 5d53080a1f
2 changed files with 0 additions and 3 deletions

View File

@ -70,8 +70,6 @@ compileTestJava.options.compilerArgs << "-Xlint:-deprecation,-rawtypes,-serial,-
ext.expansions = [
'project.version': version,
// Used in watcher index templates
'xpack.watcher.template.version': '1',
]
processResources {

View File

@ -1 +0,0 @@
xpack.watcher.template.version=${xpack.watcher.template.version}