Merge branch 'master' into 'master'
new version of Track Work Time added the new version of Track Work Time which was just released (analogous to the last version update, please correct if I did it wrong) See merge request !988
This commit is contained in:
commit
5e749dfe1c
|
|
@ -55,6 +55,29 @@ Build:0.5.15,18
|
|||
cp $$JUnit$$/target/junit-4.12-SNAPSHOT.jar libs/ && \
|
||||
cp -fR $$Date4J-1.2.0$$/classes/hirondelle src/
|
||||
|
||||
Build:0.5.16,19
|
||||
commit=release-build-36
|
||||
srclibs=ACRA@acra-4.5.0,CommonsLang@LANG_3_2_1,SuperCSV@v2.1.0,Date4J-1.2.0@b44fab0d51d896704ad6dc278ba519c351821275,JUnit@127f1bb2a137d611e98277a0d1e9184efc47bc05
|
||||
forceversion=yes
|
||||
rm=libs/acra*jar,libs/commons*jar,libs/super*jar,libs/date4j*jar
|
||||
prebuild=pushd $$ACRA$$ && \
|
||||
$$MVN3$$ package && \
|
||||
popd && \
|
||||
cp $$ACRA$$/target/acra-4.5.0.jar libs/ && \
|
||||
pushd $$SuperCSV$$ && \
|
||||
$$MVN3$$ package && \
|
||||
popd && \
|
||||
cp $$SuperCSV$$/super-csv/target/super-csv-2.1.0.jar libs/ && \
|
||||
pushd $$CommonsLang$$ && \
|
||||
$$MVN3$$ package && \
|
||||
popd && \
|
||||
cp $$CommonsLang$$/target/commons-lang3-3.2.1.jar libs/ && \
|
||||
pushd $$JUnit$$ && \
|
||||
$$MVN3$$ package && \
|
||||
popd && \
|
||||
cp $$JUnit$$/target/junit-4.12-SNAPSHOT.jar libs/ && \
|
||||
cp -fR $$Date4J-1.2.0$$/classes/hirondelle src/
|
||||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:Tags
|
||||
Current Version:0.5.16
|
||||
|
|
|
|||
Loading…
Reference in a new issue