-
Notifications
You must be signed in to change notification settings - Fork 28
/
Copy pathmigrate.sh
56 lines (53 loc) · 2.15 KB
/
migrate.sh
1
#!/bin/sh## Wanda POS Touch Friendly Point of Sale designed for Touch Screen# Copyright (c) 2014-2015 IT-Kamer & previous Unicenta POS and Openbravo POS works# https://sourceforge.net/projects/wandaposdapos/## This file is part of Wanda POS.## Wanda POS is free software: you can redistribute it and/or modify# it under the terms of the GNU General Public License as published by# the Free Software Foundation, either version 3 of the License, or# (at your option) any later version.## Wanda POS is distributed in the hope that it will be useful,# but WITHOUT ANY WARRANTY; without even the implied warranty of# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the# GNU General Public License for more details.## You should have received a copy of the GNU General Public License# along with Wanda POS. If not, see <http://www.gnu.org/licenses/>.# Linux script to start migrate of unicentaopos#DIRNAME=`dirname $0`CP=$DIRNAME/unicentaopos.jarCP=$CP:$DIRNAME/libjasperreports-4.5.1.jarCP=$CP:$DIRNAME/lib/jcommon-1.0.15.jarCP=$CP:$DIRNAME/lib/jfreechart-1.0.12.jarCP=$CP:$DIRNAME/lib/jdt-compiler-3.1.1.jarCP=$CP:$DIRNAME/lib/commons-beanutils-1.8.3.jarCP=$CP:$DIRNAME/lib/commons-digester-2.1.jarCP=$CP:$DIRNAME/lib/iText-2.1.7.jarCP=$CP:$DIRNAME/lib/poi-3.8-20120326.jarCP=$CP:$DIRNAME/lib/barcode4j-2.0.jarCP=$CP:$DIRNAME/lib/commons-codec-1.4.jarCP=$CP:$DIRNAME/lib/velocity-1.7-dep.jarCP=$CP:$DIRNAME/lib/commons-collections-3.2.1.jarCP=$CP:$DIRNAME/lib/commons-lang-2.4.jarCP=$CP:$DIRNAME/lib/bsh-core-2.0b4.jarCP=$CP:$DIRNAME/lib/RXTXcomm.jarCP=$CP:$DIRNAME/lib/jpos1121.jarCP=$CP:$DIRNAME/lib/swingx-all-1.6.4.jarCP=$CP:$DIRNAME/lib/substance.jarCP=$CP:$DIRNAME/lib/substance-swingx.jar# Apache Axis SOAP libraries.CP=$CP:$DIRNAME/lib/axis.jarCP=$CP:$DIRNAME/lib/jaxrpc.jarCP=$CP:$DIRNAME/lib/saaj.jarCP=$CP:$DIRNAME/lib/wsdl4j-1.5.1.jarCP=$CP:$DIRNAME/lib/commons-discovery-0.4.jarCP=$CP:$DIRNAME/lib/commons-logging-1.1.jarCP=$CP:$DIRNAME/locales/CP=$CP:$DIRNAME/reports/java -cp $CP -Djava.library.path=$DIRNAME/lib/Linux -Ddirname.path="$DIRNAME" com.openbravo.pos.migrate.JFrmMigrate $1