Skip to content
This repository has been archived by the owner on Aug 30, 2024. It is now read-only.

Commit

Permalink
Narrow down java deps
Browse files Browse the repository at this point in the history
  • Loading branch information
gholms committed May 1, 2012
1 parent 06fbb28 commit 84cd980
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion euca-WSDL2C.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/bin/sh

CLASSPATH="/usr/share/java/*:${CLASSPATH}" java org.apache.axis2.wsdl.WSDL2C $*
CLASSPATH=$(build-classpath axis2 backport-util-concurrent commons-logging ws-commons-axiom ws-commons-XmlSchema ws-commons-neethi wsdl4j xalan-j2 xsltc) java org.apache.axis2.wsdl.WSDL2C $*
4 changes: 3 additions & 1 deletion eucalyptus.spec
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,8 @@ Group: Applications/System

BuildRequires: ant >= 1.7
BuildRequires: ant-nodeps >= 1.7
BuildRequires: axis2
BuildRequires: axis2-adb-codegen
BuildRequires: axis2-codegen
BuildRequires: axis2c-devel >= 1.6.0
BuildRequires: jpackage-utils
BuildRequires: libvirt-devel >= 0.6
Expand All @@ -76,6 +77,7 @@ BuildRequires: python%{?pybasever}-setuptools
BuildRequires: rampartc-devel >= 1.3.0
BuildRequires: swig
BuildRequires: velocity
BuildRequires: xalan-j2-xsltc
BuildRequires: /usr/bin/awk
%if 0%{?suse_version}
BuildRequires: xen-tools
Expand Down

0 comments on commit 84cd980

Please sign in to comment.