Track Work Time: Replace jars; enable build
This commit is contained in:
parent
acefafcd44
commit
fb5917fc5e
|
@ -34,9 +34,15 @@ Build:0.5.12,15
|
|||
disable=not a release yet
|
||||
|
||||
Build:0.5.15,18
|
||||
disable=verify jars
|
||||
commit=release-build-33
|
||||
forceversion=yes
|
||||
rm=libs/acra*jar,libs/commons*jar,libs/super*jar,libs/date4j*jar
|
||||
srclibs=ACRA@acra-4.5.0,CommonsLang@LANG_3_2_1,SuperCSV@v2.1.0,Date4J-1.2.0@b44fab0d51d896704ad6dc278ba519c351821275,JUnit@127f1bb2a137d611e98277a0d1e9184efc47bc05
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue