[Comxe-cvslog] Trifon-HG-ERP/src/name/trifon/erp Main.java, 1.3, 1.4
Brought to you by:
trifonnt
|
From: Trifon N. T. <tri...@us...> - 2008-06-15 13:32:48
|
Update of /cvsroot/comxe/Trifon-HG-ERP/src/name/trifon/erp In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv27535/src/name/trifon/erp Modified Files: Main.java Log Message: added eclipse launch configuration Index: Main.java =================================================================== RCS file: /cvsroot/comxe/Trifon-HG-ERP/src/name/trifon/erp/Main.java,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** Main.java 6 May 2008 13:02:38 -0000 1.3 --- Main.java 15 Jun 2008 13:32:40 -0000 1.4 *************** *** 51,54 **** --- 51,55 ---- } catch (IOException e) { e.printStackTrace(); + return; } // handler = new ConsoleHandler(); *************** *** 102,106 **** lineCD.setTax(new BasicSalesTax()); ! ProductDecorator chocolateBar = new GenericProductDecorator(new UomProductDecorator(Product.CHOCOLATE, UOM.BAR), "product.name + ' [' + product.key + ']'"); OrderLine lineChocolate = new OrderLine(order); --- 103,108 ---- lineCD.setTax(new BasicSalesTax()); ! ProductDecorator chocolateBar = new GenericProductDecorator( ! new UomProductDecorator(Product.CHOCOLATE, UOM.BAR), "product.name + ' [' + product.key + ']'"); OrderLine lineChocolate = new OrderLine(order); |