forked from pool/apache-ivy
This commit is contained in:
parent
463a9d2b1b
commit
129288f82a
@ -16,7 +16,7 @@
|
||||
#
|
||||
|
||||
|
||||
%bcond_with ssh
|
||||
%bcond_without ssh
|
||||
%bcond_with vfs
|
||||
Name: apache-ivy
|
||||
Version: 2.4.0
|
||||
@ -106,8 +106,10 @@ build-jar-repository lib commons-vfs2
|
||||
export CLASSPATH=${CLASSPATH}:$(build-classpath commons-vfs2)
|
||||
%endif
|
||||
%if %{with ssh}
|
||||
build-jar-repository lib jsch-agent-proxy
|
||||
export CLASSPATH=${CLASSPATH}:$(build-classpath jsch-agent-proxy)
|
||||
build-jar-repository lib jsch.agentproxy.core \
|
||||
jsch.agentproxy.connector-factory \
|
||||
jsch.agentproxy.jsch
|
||||
export CLASSPATH=${CLASSPATH}:$(build-classpath jsch.agentproxy.core jsch.agentproxy.connector-factory jsch.agentproxy.jsch)
|
||||
%endif
|
||||
|
||||
# Build
|
||||
|
Loading…
Reference in New Issue
Block a user