mirror of https://github.com/apache/cloudstack.git
Fix build
This commit is contained in:
parent
00268632ac
commit
c55e56c4bd
|
|
@ -524,6 +524,8 @@ fi
|
|||
%{_javadir}/%{name}-wsdl4j.jar
|
||||
%{_javadir}/%{name}-bcprov-jdk16-1.45.jar
|
||||
%{_javadir}/%{name}-jsch-0.1.42.jar
|
||||
%{_javadir}/%{name}-iControl.jar
|
||||
%{_javadir}/%{name}-manageontap.jar
|
||||
|
||||
%defattr(0644,root,root,0755)
|
||||
%{_javadir}/%{name}-premium/*.jar
|
||||
|
|
|
|||
|
|
@ -117,6 +117,9 @@ def build_dependences ():
|
|||
|
||||
start_path = bld.path.find_dir ("deps")
|
||||
bld.install_files('${JAVADIR}',start_path.ant_glob("*.jar", excl = excludes), cwd=start_path)
|
||||
if buildpremium:
|
||||
start_path = bld.path.find_dir ("cloudstack-proprietary/premium/deps")
|
||||
bld.install_files('${JAVADIR}',start_path.ant_glob("*.jar", excl = excludes), cwd=start_path)
|
||||
|
||||
def build_console_proxy ():
|
||||
# binary unsubstitutable files:
|
||||
|
|
|
|||
Loading…
Reference in New Issue