Skip to content

Commit a8297cc

Browse files
committed
KAFKA-1254 remove vestigial sbt patch by Joe Stein; reviewed by Jun Rao
1 parent 16c69a8 commit a8297cc

File tree

16 files changed

+0
-609
lines changed

16 files changed

+0
-609
lines changed

LICENSE

-31
Original file line numberDiff line numberDiff line change
@@ -200,34 +200,3 @@
200200
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
201201
See the License for the specific language governing permissions and
202202
limitations under the License.
203-
204-
-----------------------------------------------------------------------
205-
206-
SBT LICENSE
207-
208-
Copyright (c) 2008, 2009, 2010 Mark Harrah, Jason Zaugg
209-
All rights reserved.
210-
211-
Redistribution and use in source and binary forms, with or without
212-
modification, are permitted provided that the following conditions
213-
are met:
214-
1. Redistributions of source code must retain the above copyright
215-
notice, this list of conditions and the following disclaimer.
216-
2. Redistributions in binary form must reproduce the above copyright
217-
notice, this list of conditions and the following disclaimer in the
218-
documentation and/or other materials provided with the distribution.
219-
3. The name of the author may not be used to endorse or promote products
220-
derived from this software without specific prior written permission.
221-
222-
THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
223-
IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
224-
OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
225-
IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
226-
INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
227-
NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
228-
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
229-
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
230-
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
231-
THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
232-
233-
-----------------------------------------------------------------------

README-sbt.md

-60
This file was deleted.

bin/kafka-run-class.sh

-7
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,6 @@ if [ -z "$SCALA_VERSION" ]; then
3232
SCALA_VERSION=2.8.0
3333
fi
3434

35-
# TODO: remove when removing sbt
36-
# assume all dependencies have been packaged into one jar with sbt-assembly's task "assembly-package-dependency"
37-
for file in $base_dir/core/target/scala-${SCALA_VERSION}/*.jar;
38-
do
39-
CLASSPATH=$CLASSPATH:$file
40-
done
41-
4235
# run ./gradlew copyDependantLibs to get all dependant jars in a local dir
4336
for file in $base_dir/core/build/dependant-libs-${SCALA_VERSION}/*.jar;
4437
do

clients/build.sbt

-11
This file was deleted.

contrib/hadoop-consumer/build.sbt

-1
This file was deleted.

contrib/hadoop-producer/build.sbt

-1
This file was deleted.

core/build.sbt

-32
This file was deleted.

examples/build.sbt

-3
This file was deleted.

lib/sbt-launch.jar

-1.05 MB
Binary file not shown.

perf/build.sbt

-1
This file was deleted.

project/Build.scala

-152
This file was deleted.

project/build.properties

-17
This file was deleted.

0 commit comments

Comments
 (0)