Compare commits

..

No commits in common. "147c56e959c9b67b53cc6f69708c0f16377f1ecc" and "118f8d982221bc008f0e311c86c0bf28f3936497" have entirely different histories.

2 changed files with 0 additions and 1 deletions

View File

@ -23,7 +23,6 @@ alias tn="ssh -L localhost:5488:emb-ofbiz-nereide-ofbiz2-rds.ckerltpo0vvy.eu-wes
# ofbiz specific
alias resetTestDb='dropdb ofbiz && createdb ofbiz && ./gradlew "ofbiz -l readers=seed,seed-initial -l delegator=test"'
alias testRfid='./gradlew "ofbiz --test component=rfid --test delegator=test"'
alias testIntegOFbiz='./gradlew cleanAll loadAll testIntegration'
alias reducePdf="gs -sDEVICE=pdfwrite -dCompatibilityLevel=1.4 -dPDFSETTINGS=/screen \
-dNOPAUSE -dBATCH -dColorImageResolution=150 \
-sOutputFile=output.pdf"

View File