Simple Explorer: Fix dependencies
This commit is contained in:
parent
8ccfa0c0ca
commit
f27e49dd94
|
@ -14,14 +14,13 @@ Repo Type:git
|
||||||
Repo:https://github.com/DF1E/SimpleExplorer
|
Repo:https://github.com/DF1E/SimpleExplorer
|
||||||
|
|
||||||
Build:2.0.5,53
|
Build:2.0.5,53
|
||||||
disable=wrong version of junrar
|
|
||||||
commit=22b79f6a346766f7c19bff47c8776a2839045b8f
|
commit=22b79f6a346766f7c19bff47c8776a2839045b8f
|
||||||
srclibs=RootTools@3.4,CommonsIO@2.4,JUnrar@junrar-0.6
|
srclibs=RootTools@3.4,CommonsIO@2.4,JUnrar@junrar-0.7
|
||||||
rm=libs/RootTools-3.4.jar,libs/commons-io-2.4.jar,libs/junrarlib.jar
|
rm=libs/RootTools-3.4.jar,libs/commons-io-2.4.jar,libs/junrarlib.jar
|
||||||
prebuild=pushd $$JUnrar$$/unrar && \
|
prebuild=pushd $$JUnrar$$ && \
|
||||||
$$MVN3$$ package && \
|
$$MVN3$$ package && \
|
||||||
popd && \
|
popd && \
|
||||||
cp $$JUnrar$$/unrar/target/junrar-0.6.jar libs/ && \
|
cp $$JUnrar$$/target/junrar-0.7.jar libs/ && \
|
||||||
pushd $$CommonsIO$$ && \
|
pushd $$CommonsIO$$ && \
|
||||||
$$MVN3$$ package && \
|
$$MVN3$$ package && \
|
||||||
popd && \
|
popd && \
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
Repo Type:git
|
Repo Type:git
|
||||||
Repo:https://github.com/edmund-wagner/junrar.git
|
Repo:https://github.com/junrar/junrar.git
|
||||||
|
|
Loading…
Reference in a new issue