This commit is contained in:
parent
b923ab2758
commit
14f6e93a4b
@ -34,7 +34,7 @@ index f2f3437..5e39fcf 100644
|
|||||||
+ }
|
+ }
|
||||||
+ catch ( ComponentLookupException e )
|
+ catch ( ComponentLookupException e )
|
||||||
+ {
|
+ {
|
||||||
+ throw new ComponentInstantiationException( e );
|
+ throw new ComponentInstantiationException( "", e );
|
||||||
+ }
|
+ }
|
||||||
+
|
+
|
||||||
throw new ComponentInstantiationException( "Cannot build component for: " +
|
throw new ComponentInstantiationException( "Cannot build component for: " +
|
||||||
|
@ -40,8 +40,8 @@ BuildRequires: bsh2
|
|||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: javapackages-local >= 6
|
BuildRequires: javapackages-local >= 6
|
||||||
BuildRequires: plexus-classworlds >= 2
|
BuildRequires: plexus-classworlds >= 2
|
||||||
BuildRequires: plexus-containers-container-default
|
|
||||||
BuildRequires: plexus-utils
|
BuildRequires: plexus-utils
|
||||||
|
BuildRequires: sisu-plexus
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -66,7 +66,7 @@ cp -p %{SOURCE3} .
|
|||||||
%build
|
%build
|
||||||
mkdir -p lib
|
mkdir -p lib
|
||||||
|
|
||||||
build-jar-repository -s lib plexus/classworlds plexus/utils plexus-containers/plexus-container-default bsh2/bsh
|
build-jar-repository -s lib plexus/classworlds plexus/utils org.eclipse.sisu.plexus bsh2/bsh
|
||||||
%{ant} \
|
%{ant} \
|
||||||
jar javadoc
|
jar javadoc
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user