Repository: kafka Updated Branches: refs/heads/trunk f88fdbd31 -> 554e0b529
MINOR: Remove clients/out directory It was committed inadvertently. Author: Ismael Juma <[email protected]> Reviewers: Rajini Sivaram <[email protected]> Closes #4172 from ijuma/remove-out-folder Project: http://git-wip-us.apache.org/repos/asf/kafka/repo Commit: http://git-wip-us.apache.org/repos/asf/kafka/commit/554e0b52 Tree: http://git-wip-us.apache.org/repos/asf/kafka/tree/554e0b52 Diff: http://git-wip-us.apache.org/repos/asf/kafka/diff/554e0b52 Branch: refs/heads/trunk Commit: 554e0b529884e0dd6b4968a0fc58b02f58e95a07 Parents: f88fdbd Author: Ismael Juma <[email protected]> Authored: Thu Nov 2 22:41:29 2017 +0000 Committer: Rajini Sivaram <[email protected]> Committed: Thu Nov 2 22:41:29 2017 +0000 ---------------------------------------------------------------------- clients/out/test/resources/log4j.properties | 21 ------------------- .../offsetAndMetadataSerializedfile | Bin 144 -> 0 bytes .../serializedData/topicPartitionSerializedfile | Bin 125 -> 0 bytes 3 files changed, 21 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/kafka/blob/554e0b52/clients/out/test/resources/log4j.properties ---------------------------------------------------------------------- diff --git a/clients/out/test/resources/log4j.properties b/clients/out/test/resources/log4j.properties deleted file mode 100644 index b1d5b7f..0000000 --- a/clients/out/test/resources/log4j.properties +++ /dev/null @@ -1,21 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one or more -# contributor license agreements. See the NOTICE file distributed with -# this work for additional information regarding copyright ownership. -# The ASF licenses this file to You under the Apache License, Version 2.0 -# (the "License"); you may not use this file except in compliance with -# the License. You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. -log4j.rootLogger=OFF, stdout - -log4j.appender.stdout=org.apache.log4j.ConsoleAppender -log4j.appender.stdout.layout=org.apache.log4j.PatternLayout -log4j.appender.stdout.layout.ConversionPattern=[%d] %p %m (%c:%L)%n - -log4j.logger.org.apache.kafka=ERROR http://git-wip-us.apache.org/repos/asf/kafka/blob/554e0b52/clients/out/test/resources/serializedData/offsetAndMetadataSerializedfile ---------------------------------------------------------------------- diff --git a/clients/out/test/resources/serializedData/offsetAndMetadataSerializedfile b/clients/out/test/resources/serializedData/offsetAndMetadataSerializedfile deleted file mode 100644 index 95319cb..0000000 Binary files a/clients/out/test/resources/serializedData/offsetAndMetadataSerializedfile and /dev/null differ http://git-wip-us.apache.org/repos/asf/kafka/blob/554e0b52/clients/out/test/resources/serializedData/topicPartitionSerializedfile ---------------------------------------------------------------------- diff --git a/clients/out/test/resources/serializedData/topicPartitionSerializedfile b/clients/out/test/resources/serializedData/topicPartitionSerializedfile deleted file mode 100644 index 2c1c501..0000000 Binary files a/clients/out/test/resources/serializedData/topicPartitionSerializedfile and /dev/null differ
