Organize symlinks

This commit is contained in:
Mikolaj Izdebski 2015-03-17 11:10:03 +01:00
parent 8d54f74d9f
commit 6a81a9cbbb

View File

@ -209,15 +209,19 @@ ln -sf $(build-classpath plexus/classworlds) \
(cd %{buildroot}%{_datadir}/%{name}/lib (cd %{buildroot}%{_datadir}/%{name}/lib
build-jar-repository -s -p . \ build-jar-repository -s -p . \
aether/aether-api \ aether/aether-api \
aether/aether-connector-basic aether/aether-transport-wagon \ aether/aether-connector-basic \
aether/aether-impl \ aether/aether-impl \
aether/aether-spi \ aether/aether-spi \
aether/aether-transport-wagon \
aether/aether-util \ aether/aether-util \
aopalliance \ aopalliance \
cdi-api \ cdi-api \
commons-cli \ commons-cli \
commons-io \
commons-lang \
guava \ guava \
atinject \ atinject \
jsoup/jsoup \
geronimo-annotation \ geronimo-annotation \
jsr-305 \ jsr-305 \
org.eclipse.sisu.inject \ org.eclipse.sisu.inject \
@ -232,17 +236,14 @@ ln -sf $(build-classpath plexus/classworlds) \
slf4j/simple \ slf4j/simple \
maven-wagon/file \ maven-wagon/file \
maven-wagon/http-shaded \ maven-wagon/http-shaded \
maven-wagon/http-shared \
maven-wagon/provider-api \ maven-wagon/provider-api \
\ \
httpcomponents/httpclient \ httpcomponents/httpclient \
httpcomponents/httpcore \ httpcomponents/httpcore \
maven-wagon/http-shared \
commons-logging \ commons-logging \
commons-codec \ commons-codec \
objectweb-asm/asm \ objectweb-asm/asm \
commons-io \
commons-lang \
jsoup/jsoup \
) )