mirror of
https://github.com/hierynomus/sshj.git
synced 2025-12-07 15:50:57 +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/'
|
repositories.remote << 'http://www.ibiblio.org/maven2/'
|
||||||
|
|
||||||
# Dependencies
|
# Dependencies
|
||||||
@@ -13,8 +11,6 @@ BC = 'org.bouncycastle:bcprov-jdk16:jar:1.45'
|
|||||||
desc 'SSHv2 library for Java'
|
desc 'SSHv2 library for Java'
|
||||||
define 'sshj', :version=>'0.1a', :group=>'sshj' do
|
define 'sshj', :version=>'0.1a', :group=>'sshj' do
|
||||||
|
|
||||||
shell.using :scala
|
|
||||||
|
|
||||||
compile.with SLF4J, LOG4J, SLF4J_LOG4J, BC, JCRAFT
|
compile.with SLF4J, LOG4J, SLF4J_LOG4J, BC, JCRAFT
|
||||||
|
|
||||||
test.with SSHD, LOG4J, SLF4J, SLF4J_LOG4J
|
test.with SSHD, LOG4J, SLF4J, SLF4J_LOG4J
|
||||||
Reference in New Issue
Block a user