Add 3.3.4 release of wb.receiptspro, still WIP as it doesn't build
This commit is contained in:
parent
f634f36d11
commit
773d3012d5
|
@ -108,6 +108,25 @@ Build:3.3.3,120
|
||||||
popd && \
|
popd && \
|
||||||
cp $$itextg$$/target/itextg-5.5.0.jar ../SmartReceiptsLibrary/libs
|
cp $$itextg$$/target/itextg-5.5.0.jar ../SmartReceiptsLibrary/libs
|
||||||
|
|
||||||
|
Build:3.3.4,162
|
||||||
|
disable=wip
|
||||||
|
commit=fe9104499f6c306a53664bde1e7503e7f9738e53
|
||||||
|
subdir=smartReceiptsPRO
|
||||||
|
gradle=yes
|
||||||
|
srclibs=AChartEngine@feca180235a338889,itextpdf@itextg-5.5.0
|
||||||
|
rm=SmartReceiptsLibrary/libs/*.jar,smartReceiptsPRO/libs/test/*.jar,SmartReceiptsFree
|
||||||
|
prebuild=sed -i -e 's/:smartReceiptsLibrary/:SmartReceiptsLibrary/' build.gradle ../settings.gradle && \
|
||||||
|
sed -i -e 's/:androidCamera/:AndroidCamera/' ../SmartReceiptsLibrary/build.gradle ../settings.gradle && \
|
||||||
|
sed -i -e '/smartReceiptsFree/d' ../settings.gradle
|
||||||
|
build=pushd $$AChartEngine$$ && \
|
||||||
|
$$MVN3$$ package && \
|
||||||
|
popd && \
|
||||||
|
cp $$AChartEngine$$/target/achartengine-1.1.0.jar ../SmartReceiptsLibrary/libs && \
|
||||||
|
pushd $$itextpdf$$/itext && \
|
||||||
|
$$MVN3$$ package -DskipTests && \
|
||||||
|
popd && \
|
||||||
|
cp $$itextpdf$$/itext/target/itextg-5.5.0.jar ../SmartReceiptsLibrary/libs
|
||||||
|
|
||||||
Auto Update Mode:None
|
Auto Update Mode:None
|
||||||
Update Check Mode:Tags
|
Update Check Mode:Tags
|
||||||
Current Version:3.3.3
|
Current Version:3.3.3
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
Repo Type:git-svn
|
Repo Type:git
|
||||||
Repo:http://achartengine.googlecode.com/svn/trunk/
|
Repo:https://github.com/ddanny/achartengine
|
||||||
|
|
||||||
Subdir:achartengine
|
Subdir:achartengine
|
||||||
|
|
||||||
|
|
2
srclibs/itextpdf.txt
Normal file
2
srclibs/itextpdf.txt
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
Repo Type:git
|
||||||
|
Repo:https://github.com/itext/itextpdf.git
|
Loading…
Reference in a new issue