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
|
%bcond_with vfs
|
||||||
Name: apache-ivy
|
Name: apache-ivy
|
||||||
Version: 2.4.0
|
Version: 2.4.0
|
||||||
@ -106,8 +106,10 @@ build-jar-repository lib commons-vfs2
|
|||||||
export CLASSPATH=${CLASSPATH}:$(build-classpath commons-vfs2)
|
export CLASSPATH=${CLASSPATH}:$(build-classpath commons-vfs2)
|
||||||
%endif
|
%endif
|
||||||
%if %{with ssh}
|
%if %{with ssh}
|
||||||
build-jar-repository lib jsch-agent-proxy
|
build-jar-repository lib jsch.agentproxy.core \
|
||||||
export CLASSPATH=${CLASSPATH}:$(build-classpath jsch-agent-proxy)
|
jsch.agentproxy.connector-factory \
|
||||||
|
jsch.agentproxy.jsch
|
||||||
|
export CLASSPATH=${CLASSPATH}:$(build-classpath jsch.agentproxy.core jsch.agentproxy.connector-factory jsch.agentproxy.jsch)
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
# Build
|
# Build
|
||||||
|
Loading…
Reference in New Issue
Block a user