remove scala shell pref. from buildfile, to each his own

This commit is contained in:
Shikhar Bhushan
2010-03-08 21:59:55 +01:00
parent 54d0083f20
commit 0ccc5a0e9f

View File

@@ -1,5 +1,3 @@
require 'buildr/scala'
repositories.remote << 'http://www.ibiblio.org/maven2/'
# Dependencies
@@ -13,8 +11,6 @@ BC = 'org.bouncycastle:bcprov-jdk16:jar:1.45'
desc 'SSHv2 library for Java'
define 'sshj', :version=>'0.1a', :group=>'sshj' do
shell.using :scala
compile.with SLF4J, LOG4J, SLF4J_LOG4J, BC, JCRAFT
test.with SSHD, LOG4J, SLF4J, SLF4J_LOG4J