Skip to content

Commit

Permalink
KAFKA-1254 remove vestigial sbt patch by Joe Stein; reviewed by Jun Rao
Browse files Browse the repository at this point in the history
  • Loading branch information
joestein committed Feb 20, 2014
1 parent 16c69a8 commit a8297cc
Show file tree
Hide file tree
Showing 16 changed files with 0 additions and 609 deletions.
31 changes: 0 additions & 31 deletions LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -200,34 +200,3 @@
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.

-----------------------------------------------------------------------

SBT LICENSE

Copyright (c) 2008, 2009, 2010 Mark Harrah, Jason Zaugg
All rights reserved.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
1. Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in the
documentation and/or other materials provided with the distribution.
3. The name of the author may not be used to endorse or promote products
derived from this software without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

-----------------------------------------------------------------------
60 changes: 0 additions & 60 deletions README-sbt.md

This file was deleted.

7 changes: 0 additions & 7 deletions bin/kafka-run-class.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,6 @@ if [ -z "$SCALA_VERSION" ]; then
SCALA_VERSION=2.8.0
fi

# TODO: remove when removing sbt
# assume all dependencies have been packaged into one jar with sbt-assembly's task "assembly-package-dependency"
for file in $base_dir/core/target/scala-${SCALA_VERSION}/*.jar;
do
CLASSPATH=$CLASSPATH:$file
done

# run ./gradlew copyDependantLibs to get all dependant jars in a local dir
for file in $base_dir/core/build/dependant-libs-${SCALA_VERSION}/*.jar;
do
Expand Down
11 changes: 0 additions & 11 deletions clients/build.sbt

This file was deleted.

1 change: 0 additions & 1 deletion contrib/hadoop-consumer/build.sbt

This file was deleted.

1 change: 0 additions & 1 deletion contrib/hadoop-producer/build.sbt

This file was deleted.

32 changes: 0 additions & 32 deletions core/build.sbt

This file was deleted.

3 changes: 0 additions & 3 deletions examples/build.sbt

This file was deleted.

Binary file removed lib/sbt-launch.jar
Binary file not shown.
1 change: 0 additions & 1 deletion perf/build.sbt

This file was deleted.

152 changes: 0 additions & 152 deletions project/Build.scala

This file was deleted.

17 changes: 0 additions & 17 deletions project/build.properties

This file was deleted.

Loading

0 comments on commit a8297cc

Please sign in to comment.