mirror of
https://github.com/hierynomus/sshj.git
synced 2025-12-06 15:20:54 +03:00
remove scala shell pref. from buildfile, to each his own
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user