Skip to content

Commit

Permalink
Fix core-contrib (again) after branch delete. Keep json filter in core.
Browse files Browse the repository at this point in the history
  • Loading branch information
untergeek committed Feb 7, 2014
1 parent edfde16 commit bc2e9b6
Show file tree
Hide file tree
Showing 79 changed files with 3 additions and 9,807 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
# rsync
# wget or curl
#
JRUBY_VERSION=1.7.9
ELASTICSEARCH_VERSION=0.90.9
JRUBY_VERSION=1.7.10
ELASTICSEARCH_VERSION=0.90.11

WITH_JRUBY=java -jar $(shell pwd)/$(JRUBY) -S
JRUBY=vendor/jar/jruby-complete-$(JRUBY_VERSION).jar
Expand Down Expand Up @@ -41,7 +41,7 @@ default:
@echo " flatjar -- builds the flatjar jar"
@echo " flatjar-test -- runs the test suite against the flatjar"

TESTS=$(wildcard spec/inputs/gelf.rb spec/support/*.rb spec/filters/*.rb spec/examples/*.rb spec/codecs/*.rb spec/conditionals/*.rb spec/event.rb spec/jar.rb)
TESTS=$(wildcard spec/inputs/file.rb spec/inputs/gelf.rb spec/inputs/imap.rb spec/support/*.rb spec/filters/*.rb spec/examples/*.rb spec/codecs/*.rb spec/conditionals/*.rb spec/event.rb spec/jar.rb)

# The 'version' is generated based on the logstash version, git revision, etc.
.VERSION.mk: REVISION=$(shell git rev-parse --short HEAD | tr -d ' ')
Expand Down
50 changes: 0 additions & 50 deletions lib/logstash/codecs/compress_spooler.rb

This file was deleted.

178 changes: 0 additions & 178 deletions lib/logstash/filters/advisor.rb

This file was deleted.

Loading

0 comments on commit bc2e9b6

Please sign in to comment.