You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@plc4x.apache.org by cd...@apache.org on 2019/08/27 13:58:01 UTC

[plc4x] 13/44: remove wrong gradle file and ruby file

This is an automated email from the ASF dual-hosted git repository.

cdutz pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/plc4x.git

commit 7285214298d7cbc5adf674fa7b59d5e365dd6a85
Author: Stefan Herrmann <st...@codecentric.de>
AuthorDate: Thu Aug 15 12:06:04 2019 +0200

    remove wrong gradle file and ruby file
---
 plc4j/integrations/logstash-plugin/Gemfile           | 12 ------------
 plc4j/integrations/logstash-plugin/gradle.properties |  1 -
 2 files changed, 13 deletions(-)

diff --git a/plc4j/integrations/logstash-plugin/Gemfile b/plc4j/integrations/logstash-plugin/Gemfile
deleted file mode 100644
index ea0d321..0000000
--- a/plc4j/integrations/logstash-plugin/Gemfile
+++ /dev/null
@@ -1,12 +0,0 @@
-# AUTOGENERATED BY THE GRADLE SCRIPT. EDITS WILL BE OVERWRITTEN.
-source 'https://rubygems.org'
-
-gemspec
-
-logstash_path = ENV["LOGSTASH_PATH"] || "../../logstash"
-use_logstash_source = ENV["LOGSTASH_SOURCE"] && ENV["LOGSTASH_SOURCE"].to_s == "1"
-
-if Dir.exist?(logstash_path) && use_logstash_source
-  gem 'logstash-core', :path => "#{logstash_path}/logstash-core"
-  gem 'logstash-core-plugin-api', :path => "#{logstash_path}/logstash-core-plugin-api"
-end
diff --git a/plc4j/integrations/logstash-plugin/gradle.properties b/plc4j/integrations/logstash-plugin/gradle.properties
deleted file mode 100644
index a373e1d..0000000
--- a/plc4j/integrations/logstash-plugin/gradle.properties
+++ /dev/null
@@ -1 +0,0 @@
-LOGSTASH_CORE_PATH=/Users/sherrmann/git/github/logstash/logstash-core