Author: jleroux
Date: Sat Jul 22 03:31:53 2006 New Revision: 424543 URL: http://svn.apache.org/viewvc?rev=424543&view=rev Log: Suppression of $id in ASL2 headers files of POS application Modified: incubator/ofbiz/trunk/applications/pos/build.xml incubator/ofbiz/trunk/applications/pos/config/XuiLabels.properties incubator/ofbiz/trunk/applications/pos/config/XuiLabels_fr.properties incubator/ofbiz/trunk/applications/pos/config/XuiLabels_it.properties incubator/ofbiz/trunk/applications/pos/config/XuiLabels_zh.properties incubator/ofbiz/trunk/applications/pos/config/balance.txt incubator/ofbiz/trunk/applications/pos/config/buttonevents.xml incubator/ofbiz/trunk/applications/pos/config/custreceipt.txt incubator/ofbiz/trunk/applications/pos/config/jpos.xml incubator/ofbiz/trunk/applications/pos/config/pos.properties incubator/ofbiz/trunk/applications/pos/config/pos_fr.properties incubator/ofbiz/trunk/applications/pos/config/pos_it.properties incubator/ofbiz/trunk/applications/pos/config/pos_zh.properties incubator/ofbiz/trunk/applications/pos/config/storereceipt.txt incubator/ofbiz/trunk/applications/pos/config/totals.txt incubator/ofbiz/trunk/applications/pos/config/xpos.properties incubator/ofbiz/trunk/applications/pos/data/DemoRetail.xml incubator/ofbiz/trunk/applications/pos/data/PosSecurityData.xml incubator/ofbiz/trunk/applications/pos/data/PosSyncSettings.xml incubator/ofbiz/trunk/applications/pos/data/PosTypeData.xml incubator/ofbiz/trunk/applications/pos/entitydef/entitygroup.xml incubator/ofbiz/trunk/applications/pos/entitydef/entitymodel.xml incubator/ofbiz/trunk/applications/pos/ofbiz-component.xml incubator/ofbiz/trunk/applications/pos/screens/default/dialog/error/cardreaderror.xml incubator/ofbiz/trunk/applications/pos/screens/default/dialog/error/drawererror.xml incubator/ofbiz/trunk/applications/pos/screens/default/dialog/error/draweropen.xml incubator/ofbiz/trunk/applications/pos/screens/default/dialog/error/exception.xml incubator/ofbiz/trunk/applications/pos/screens/default/dialog/error/fatalprintererror.xml incubator/ofbiz/trunk/applications/pos/screens/default/dialog/error/invalidcardnumber.xml incubator/ofbiz/trunk/applications/pos/screens/default/dialog/error/mgrnotloggedin.xml incubator/ofbiz/trunk/applications/pos/screens/default/dialog/error/noitems.xml incubator/ofbiz/trunk/applications/pos/screens/default/dialog/error/notenoughfunds.xml incubator/ofbiz/trunk/applications/pos/screens/default/dialog/error/notyetsupported.xml incubator/ofbiz/trunk/applications/pos/screens/default/dialog/error/ordernotfound.xml incubator/ofbiz/trunk/applications/pos/screens/default/dialog/error/printernotready.xml incubator/ofbiz/trunk/applications/pos/screens/default/dialog/error/producterror.xml incubator/ofbiz/trunk/applications/pos/screens/default/dialog/error/productnotfound.xml incubator/ofbiz/trunk/applications/pos/screens/default/dialog/error/salevoided.xml incubator/ofbiz/trunk/applications/pos/screens/default/dialog/error/terminalclosed.xml incubator/ofbiz/trunk/applications/pos/screens/default/dialog/error/testerror.xml incubator/ofbiz/trunk/applications/pos/screens/default/dialog/error/unknowncardtype.xml incubator/ofbiz/trunk/applications/pos/screens/default/includes/journal.xml incubator/ofbiz/trunk/applications/pos/screens/default/includes/numeric.xml incubator/ofbiz/trunk/applications/pos/screens/default/includes/payinput.xml incubator/ofbiz/trunk/applications/pos/screens/default/includes/posinput.xml incubator/ofbiz/trunk/applications/pos/screens/default/menu/mgrmain.xml incubator/ofbiz/trunk/applications/pos/screens/default/menu/paymain.xml incubator/ofbiz/trunk/applications/pos/screens/default/menu/posmain.xml incubator/ofbiz/trunk/applications/pos/screens/default/menu/promomain.xml incubator/ofbiz/trunk/applications/pos/screens/default/mgrpanel.xml incubator/ofbiz/trunk/applications/pos/screens/default/paypanel.xml incubator/ofbiz/trunk/applications/pos/screens/default/pospanel.xml incubator/ofbiz/trunk/applications/pos/screens/default/promopanel.xml incubator/ofbiz/trunk/applications/pos/src/org/ofbiz/pos/PosTransaction.java incubator/ofbiz/trunk/applications/pos/src/org/ofbiz/pos/adaptor/DataEventAdaptor.java incubator/ofbiz/trunk/applications/pos/src/org/ofbiz/pos/adaptor/ErrorEventAdaptor.java incubator/ofbiz/trunk/applications/pos/src/org/ofbiz/pos/adaptor/KeyboardAdaptor.java incubator/ofbiz/trunk/applications/pos/src/org/ofbiz/pos/adaptor/KeyboardReceiver.java incubator/ofbiz/trunk/applications/pos/src/org/ofbiz/pos/adaptor/SyncCallbackAdaptor.java incubator/ofbiz/trunk/applications/pos/src/org/ofbiz/pos/component/Input.java incubator/ofbiz/trunk/applications/pos/src/org/ofbiz/pos/component/Journal.java incubator/ofbiz/trunk/applications/pos/src/org/ofbiz/pos/component/Operator.java incubator/ofbiz/trunk/applications/pos/src/org/ofbiz/pos/component/Output.java incubator/ofbiz/trunk/applications/pos/src/org/ofbiz/pos/component/PosButton.java incubator/ofbiz/trunk/applications/pos/src/org/ofbiz/pos/component/PosButtonWrapper.java incubator/ofbiz/trunk/applications/pos/src/org/ofbiz/pos/config/ButtonEventConfig.java incubator/ofbiz/trunk/applications/pos/src/org/ofbiz/pos/container/JposDeviceContainer.java incubator/ofbiz/trunk/applications/pos/src/org/ofbiz/pos/container/PosContainer.java incubator/ofbiz/trunk/applications/pos/src/org/ofbiz/pos/device/DeviceLoader.java incubator/ofbiz/trunk/applications/pos/src/org/ofbiz/pos/device/GenericDevice.java incubator/ofbiz/trunk/applications/pos/src/org/ofbiz/pos/device/JposDevice.java incubator/ofbiz/trunk/applications/pos/src/org/ofbiz/pos/device/impl/CashDrawer.java incubator/ofbiz/trunk/applications/pos/src/org/ofbiz/pos/device/impl/CheckScanner.java incubator/ofbiz/trunk/applications/pos/src/org/ofbiz/pos/device/impl/Journal.java incubator/ofbiz/trunk/applications/pos/src/org/ofbiz/pos/device/impl/Keyboard.java incubator/ofbiz/trunk/applications/pos/src/org/ofbiz/pos/device/impl/LineDisplay.java incubator/ofbiz/trunk/applications/pos/src/org/ofbiz/pos/device/impl/Msr.java incubator/ofbiz/trunk/applications/pos/src/org/ofbiz/pos/device/impl/PinPad.java incubator/ofbiz/trunk/applications/pos/src/org/ofbiz/pos/device/impl/Receipt.java incubator/ofbiz/trunk/applications/pos/src/org/ofbiz/pos/device/impl/Scanner.java incubator/ofbiz/trunk/applications/pos/src/org/ofbiz/pos/device/impl/SignatureCapture.java incubator/ofbiz/trunk/applications/pos/src/org/ofbiz/pos/event/CharacterEvents.java incubator/ofbiz/trunk/applications/pos/src/org/ofbiz/pos/event/ManagerEvents.java incubator/ofbiz/trunk/applications/pos/src/org/ofbiz/pos/event/MenuEvents.java incubator/ofbiz/trunk/applications/pos/src/org/ofbiz/pos/event/NavagationEvents.java incubator/ofbiz/trunk/applications/pos/src/org/ofbiz/pos/event/NumericEvents.java incubator/ofbiz/trunk/applications/pos/src/org/ofbiz/pos/event/PaymentEvents.java incubator/ofbiz/trunk/applications/pos/src/org/ofbiz/pos/event/SecurityEvents.java incubator/ofbiz/trunk/applications/pos/src/org/ofbiz/pos/event/TestEvents.java incubator/ofbiz/trunk/applications/pos/src/org/ofbiz/pos/jpos/factory/OfbizJposServiceFactory.java incubator/ofbiz/trunk/applications/pos/src/org/ofbiz/pos/jpos/service/BaseService.java incubator/ofbiz/trunk/applications/pos/src/org/ofbiz/pos/jpos/service/KeyboardService.java incubator/ofbiz/trunk/applications/pos/src/org/ofbiz/pos/jpos/service/MsrKybService.java incubator/ofbiz/trunk/applications/pos/src/org/ofbiz/pos/jpos/service/MsrTestService.java incubator/ofbiz/trunk/applications/pos/src/org/ofbiz/pos/jpos/service/NullCashDrawer.java incubator/ofbiz/trunk/applications/pos/src/org/ofbiz/pos/jpos/service/NullPosPrinter.java incubator/ofbiz/trunk/applications/pos/src/org/ofbiz/pos/jpos/service/ScannerKybService.java incubator/ofbiz/trunk/applications/pos/src/org/ofbiz/pos/screen/DialogCallback.java incubator/ofbiz/trunk/applications/pos/src/org/ofbiz/pos/screen/PosDialog.java incubator/ofbiz/trunk/applications/pos/src/org/ofbiz/pos/screen/PosScreen.java incubator/ofbiz/trunk/applications/pos/styles/posstyles.xml incubator/ofbiz/trunk/applications/pos/styles/posstyles_zh.xml Modified: incubator/ofbiz/trunk/applications/pos/build.xml URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/pos/build.xml?rev=424543&r1=424542&r2=424543&view=diff ============================================================================== --- incubator/ofbiz/trunk/applications/pos/build.xml (original) +++ incubator/ofbiz/trunk/applications/pos/build.xml Sat Jul 22 03:31:53 2006 @@ -1,10 +1,5 @@ <?xml version="1.0"?> -<!-- - - $Id: build.xml 7900 2006-06-29 05:03:20Z jonesde $ - - Copyright 2001-2006 The Apache Software Foundation - +<!-- Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at Modified: incubator/ofbiz/trunk/applications/pos/config/XuiLabels.properties URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/pos/config/XuiLabels.properties?rev=424543&r1=424542&r2=424543&view=diff ============================================================================== --- incubator/ofbiz/trunk/applications/pos/config/XuiLabels.properties (original) +++ incubator/ofbiz/trunk/applications/pos/config/XuiLabels.properties Sat Jul 22 03:31:53 2006 @@ -1,5 +1,4 @@ #### -#$Id: XuiLabels.properties 7577 2006-05-13 13:45:11Z les7arts $ # # OFBiz XUI Properties file used for the XUI interface of the POS module (cf. XUI documentation) # Copyright 2001-2006 The Apache Software Foundation Modified: incubator/ofbiz/trunk/applications/pos/config/XuiLabels_fr.properties URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/pos/config/XuiLabels_fr.properties?rev=424543&r1=424542&r2=424543&view=diff ============================================================================== --- incubator/ofbiz/trunk/applications/pos/config/XuiLabels_fr.properties (original) +++ incubator/ofbiz/trunk/applications/pos/config/XuiLabels_fr.properties Sat Jul 22 03:31:53 2006 @@ -1,5 +1,4 @@ #### -#$Id: XuiLabels_fr.properties 7574 2006-05-13 12:11:25Z les7arts $ # # OFBiz XUI Properties file used for the XUI interface of the POS module (cf. XUI documentation) # Modified: incubator/ofbiz/trunk/applications/pos/config/XuiLabels_it.properties URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/pos/config/XuiLabels_it.properties?rev=424543&r1=424542&r2=424543&view=diff ============================================================================== --- incubator/ofbiz/trunk/applications/pos/config/XuiLabels_it.properties (original) +++ incubator/ofbiz/trunk/applications/pos/config/XuiLabels_it.properties Sat Jul 22 03:31:53 2006 @@ -1,5 +1,4 @@ ##################################################################### -# $Id: $ # # Copyright 2001-2006 The Apache Software Foundation # Modified: incubator/ofbiz/trunk/applications/pos/config/XuiLabels_zh.properties URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/pos/config/XuiLabels_zh.properties?rev=424543&r1=424542&r2=424543&view=diff ============================================================================== --- incubator/ofbiz/trunk/applications/pos/config/XuiLabels_zh.properties (original) +++ incubator/ofbiz/trunk/applications/pos/config/XuiLabels_zh.properties Sat Jul 22 03:31:53 2006 @@ -1,5 +1,4 @@ #### -#$Id: XuiLabels_zh.properties 7574 2006-05-13 12:11:25Z les7arts $ # # OFBiz XUI Properties file used for the XUI interface of the POS module (cf. XUI documentation) # Modified: incubator/ofbiz/trunk/applications/pos/config/balance.txt URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/pos/config/balance.txt?rev=424543&r1=424542&r2=424543&view=diff ============================================================================== --- incubator/ofbiz/trunk/applications/pos/config/balance.txt (original) +++ incubator/ofbiz/trunk/applications/pos/config/balance.txt Sat Jul 22 03:31:53 2006 @@ -1,4 +1,3 @@ -#$Id: balance.txt 7578 2006-05-13 19:37:15Z les7arts $ # # Copyright 2001-2006 The Apache Software Foundation # Modified: incubator/ofbiz/trunk/applications/pos/config/buttonevents.xml URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/pos/config/buttonevents.xml?rev=424543&r1=424542&r2=424543&view=diff ============================================================================== --- incubator/ofbiz/trunk/applications/pos/config/buttonevents.xml (original) +++ incubator/ofbiz/trunk/applications/pos/config/buttonevents.xml Sat Jul 22 03:31:53 2006 @@ -1,7 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- -$Id: buttonevents.xml 7574 2006-05-13 12:11:25Z les7arts $ - Copyright 2001-2006 The Apache Software Foundation Licensed under the Apache License, Version 2.0 (the "License"); you may not Modified: incubator/ofbiz/trunk/applications/pos/config/custreceipt.txt URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/pos/config/custreceipt.txt?rev=424543&r1=424542&r2=424543&view=diff ============================================================================== --- incubator/ofbiz/trunk/applications/pos/config/custreceipt.txt (original) +++ incubator/ofbiz/trunk/applications/pos/config/custreceipt.txt Sat Jul 22 03:31:53 2006 @@ -1,4 +1,3 @@ -#$Id: custreceipt.txt 7578 2006-05-13 19:37:15Z les7arts $ # # Copyright 2001-2006 The Apache Software Foundation # Modified: incubator/ofbiz/trunk/applications/pos/config/jpos.xml URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/pos/config/jpos.xml?rev=424543&r1=424542&r2=424543&view=diff ============================================================================== --- incubator/ofbiz/trunk/applications/pos/config/jpos.xml (original) +++ incubator/ofbiz/trunk/applications/pos/config/jpos.xml Sat Jul 22 03:31:53 2006 @@ -1,8 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE JposEntries PUBLIC "-//JavaPOS//DTD//EN" "jpos/res/jcl.dtd"> <!-- -$Id: jpos.xml 7631 2006-05-17 22:52:36Z les7arts $ - Copyright 2001-2006 The Apache Software Foundation Licensed under the Apache License, Version 2.0 (the "License"); you may not Modified: incubator/ofbiz/trunk/applications/pos/config/pos.properties URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/pos/config/pos.properties?rev=424543&r1=424542&r2=424543&view=diff ============================================================================== --- incubator/ofbiz/trunk/applications/pos/config/pos.properties (original) +++ incubator/ofbiz/trunk/applications/pos/config/pos.properties Sat Jul 22 03:31:53 2006 @@ -1,5 +1,4 @@ #### -#$Id: pos.properties 7574 2006-05-13 12:11:25Z les7arts $ # # OFBiz Properties file used for the POS module # Copyright 2001-2006 The Apache Software Foundation Modified: incubator/ofbiz/trunk/applications/pos/config/pos_fr.properties URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/pos/config/pos_fr.properties?rev=424543&r1=424542&r2=424543&view=diff ============================================================================== --- incubator/ofbiz/trunk/applications/pos/config/pos_fr.properties (original) +++ incubator/ofbiz/trunk/applications/pos/config/pos_fr.properties Sat Jul 22 03:31:53 2006 @@ -1,5 +1,4 @@ #### -#$Id: pos_fr.properties 7574 2006-05-13 12:11:25Z les7arts $ # # OFBiz Properties file used for the POS module # Copyright 2001-2006 The Apache Software Foundation Modified: incubator/ofbiz/trunk/applications/pos/config/pos_it.properties URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/pos/config/pos_it.properties?rev=424543&r1=424542&r2=424543&view=diff ============================================================================== --- incubator/ofbiz/trunk/applications/pos/config/pos_it.properties (original) +++ incubator/ofbiz/trunk/applications/pos/config/pos_it.properties Sat Jul 22 03:31:53 2006 @@ -1,5 +1,4 @@ ##################################################################### -# $Id: $ # # Copyright 2001-2006 The Apache Software Foundation # Modified: incubator/ofbiz/trunk/applications/pos/config/pos_zh.properties URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/pos/config/pos_zh.properties?rev=424543&r1=424542&r2=424543&view=diff ============================================================================== --- incubator/ofbiz/trunk/applications/pos/config/pos_zh.properties (original) +++ incubator/ofbiz/trunk/applications/pos/config/pos_zh.properties Sat Jul 22 03:31:53 2006 @@ -1,5 +1,4 @@ #### -#$Id: pos_zh.properties 7574 2006-05-13 12:11:25Z les7arts $ # # OFBiz Properties file used for the POS module # Copyright 2001-2006 The Apache Software Foundation Modified: incubator/ofbiz/trunk/applications/pos/config/storereceipt.txt URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/pos/config/storereceipt.txt?rev=424543&r1=424542&r2=424543&view=diff ============================================================================== --- incubator/ofbiz/trunk/applications/pos/config/storereceipt.txt (original) +++ incubator/ofbiz/trunk/applications/pos/config/storereceipt.txt Sat Jul 22 03:31:53 2006 @@ -1,4 +1,3 @@ -#$Id: storereceipt.txt 7578 2006-05-13 19:37:15Z les7arts $ # # Copyright 2001-2006 The Apache Software Foundation # Modified: incubator/ofbiz/trunk/applications/pos/config/totals.txt URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/pos/config/totals.txt?rev=424543&r1=424542&r2=424543&view=diff ============================================================================== --- incubator/ofbiz/trunk/applications/pos/config/totals.txt (original) +++ incubator/ofbiz/trunk/applications/pos/config/totals.txt Sat Jul 22 03:31:53 2006 @@ -1,4 +1,3 @@ -#$Id: totals.txt 7578 2006-05-13 19:37:15Z les7arts $ # # Copyright 2001-2006 The Apache Software Foundation # Modified: incubator/ofbiz/trunk/applications/pos/config/xpos.properties URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/pos/config/xpos.properties?rev=424543&r1=424542&r2=424543&view=diff ============================================================================== --- incubator/ofbiz/trunk/applications/pos/config/xpos.properties (original) +++ incubator/ofbiz/trunk/applications/pos/config/xpos.properties Sat Jul 22 03:31:53 2006 @@ -1,6 +1,5 @@ #Dynamically modified by OFBiz Framework (org.ofbiz.base.util : UtilProperties.setPropertyValue) # -#$Id: xpos.properties 7579 2006-05-13 20:03:42Z les7arts $ # # Copyright 2001-2006 The Apache Software Foundation # Modified: incubator/ofbiz/trunk/applications/pos/data/DemoRetail.xml URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/pos/data/DemoRetail.xml?rev=424543&r1=424542&r2=424543&view=diff ============================================================================== --- incubator/ofbiz/trunk/applications/pos/data/DemoRetail.xml (original) +++ incubator/ofbiz/trunk/applications/pos/data/DemoRetail.xml Sat Jul 22 03:31:53 2006 @@ -1,7 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - $Id: DemoRetail.xml 7576 2006-05-13 12:36:34Z les7arts $ - + Copyright 2001-2006 The Apache Software Foundation Licensed under the Apache License, Version 2.0 (the "License"); you may not Modified: incubator/ofbiz/trunk/applications/pos/data/PosSecurityData.xml URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/pos/data/PosSecurityData.xml?rev=424543&r1=424542&r2=424543&view=diff ============================================================================== --- incubator/ofbiz/trunk/applications/pos/data/PosSecurityData.xml (original) +++ incubator/ofbiz/trunk/applications/pos/data/PosSecurityData.xml Sat Jul 22 03:31:53 2006 @@ -1,8 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - $Id: PosSecurityData.xml 7568 2006-05-12 19:00:15Z les7arts $ - Copyright 2001-2006 The Apache Software Foundation Licensed under the Apache License, Version 2.0 (the "License"); you may not Modified: incubator/ofbiz/trunk/applications/pos/data/PosSyncSettings.xml URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/pos/data/PosSyncSettings.xml?rev=424543&r1=424542&r2=424543&view=diff ============================================================================== --- incubator/ofbiz/trunk/applications/pos/data/PosSyncSettings.xml (original) +++ incubator/ofbiz/trunk/applications/pos/data/PosSyncSettings.xml Sat Jul 22 03:31:53 2006 @@ -1,8 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - $Id: PosSyncSettings.xml 7568 2006-05-12 19:00:15Z les7arts $ - Copyright 2001-2006 The Apache Software Foundation Licensed under the Apache License, Version 2.0 (the "License"); you may not Modified: incubator/ofbiz/trunk/applications/pos/data/PosTypeData.xml URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/pos/data/PosTypeData.xml?rev=424543&r1=424542&r2=424543&view=diff ============================================================================== --- incubator/ofbiz/trunk/applications/pos/data/PosTypeData.xml (original) +++ incubator/ofbiz/trunk/applications/pos/data/PosTypeData.xml Sat Jul 22 03:31:53 2006 @@ -1,8 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - $Id: PosTypeData.xml 7568 2006-05-12 19:00:15Z les7arts $ - Copyright 2001-2006 The Apache Software Foundation Licensed under the Apache License, Version 2.0 (the "License"); you may not Modified: incubator/ofbiz/trunk/applications/pos/entitydef/entitygroup.xml URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/pos/entitydef/entitygroup.xml?rev=424543&r1=424542&r2=424543&view=diff ============================================================================== --- incubator/ofbiz/trunk/applications/pos/entitydef/entitygroup.xml (original) +++ incubator/ofbiz/trunk/applications/pos/entitydef/entitygroup.xml Sat Jul 22 03:31:53 2006 @@ -1,8 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - $Id: entitygroup.xml 7568 2006-05-12 19:00:15Z les7arts $ - Copyright 2001-2006 The Apache Software Foundation Licensed under the Apache License, Version 2.0 (the "License"); you may not Modified: incubator/ofbiz/trunk/applications/pos/entitydef/entitymodel.xml URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/pos/entitydef/entitymodel.xml?rev=424543&r1=424542&r2=424543&view=diff ============================================================================== --- incubator/ofbiz/trunk/applications/pos/entitydef/entitymodel.xml (original) +++ incubator/ofbiz/trunk/applications/pos/entitydef/entitymodel.xml Sat Jul 22 03:31:53 2006 @@ -1,9 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - - Title: Entity Generator Definitions for the General Data Model - $Id: entitymodel.xml 7568 2006-05-12 19:00:15Z les7arts $ - Copyright 2001-2006 The Apache Software Foundation Licensed under the Apache License, Version 2.0 (the "License"); you may not Modified: incubator/ofbiz/trunk/applications/pos/ofbiz-component.xml URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/pos/ofbiz-component.xml?rev=424543&r1=424542&r2=424543&view=diff ============================================================================== --- incubator/ofbiz/trunk/applications/pos/ofbiz-component.xml (original) +++ incubator/ofbiz/trunk/applications/pos/ofbiz-component.xml Sat Jul 22 03:31:53 2006 @@ -1,8 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - $Id: ofbiz-component.xml 7567 2006-05-12 18:56:37Z les7arts $ - Copyright 2001-2006 The Apache Software Foundation Licensed under the Apache License, Version 2.0 (the "License"); you may not Modified: incubator/ofbiz/trunk/applications/pos/screens/default/dialog/error/cardreaderror.xml URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/pos/screens/default/dialog/error/cardreaderror.xml?rev=424543&r1=424542&r2=424543&view=diff ============================================================================== --- incubator/ofbiz/trunk/applications/pos/screens/default/dialog/error/cardreaderror.xml (original) +++ incubator/ofbiz/trunk/applications/pos/screens/default/dialog/error/cardreaderror.xml Sat Jul 22 03:31:53 2006 @@ -1,8 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - $Id: cardreaderror.xml 7566 2006-05-12 17:13:05Z les7arts $ - Copyright 2001-2006 The Apache Software Foundation Licensed under the Apache License, Version 2.0 (the "License"); you may not Modified: incubator/ofbiz/trunk/applications/pos/screens/default/dialog/error/drawererror.xml URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/pos/screens/default/dialog/error/drawererror.xml?rev=424543&r1=424542&r2=424543&view=diff ============================================================================== --- incubator/ofbiz/trunk/applications/pos/screens/default/dialog/error/drawererror.xml (original) +++ incubator/ofbiz/trunk/applications/pos/screens/default/dialog/error/drawererror.xml Sat Jul 22 03:31:53 2006 @@ -1,8 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - $Id: drawererror.xml 7566 2006-05-12 17:13:05Z les7arts $ - Copyright 2001-2006 The Apache Software Foundation Licensed under the Apache License, Version 2.0 (the "License"); you may not Modified: incubator/ofbiz/trunk/applications/pos/screens/default/dialog/error/draweropen.xml URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/pos/screens/default/dialog/error/draweropen.xml?rev=424543&r1=424542&r2=424543&view=diff ============================================================================== --- incubator/ofbiz/trunk/applications/pos/screens/default/dialog/error/draweropen.xml (original) +++ incubator/ofbiz/trunk/applications/pos/screens/default/dialog/error/draweropen.xml Sat Jul 22 03:31:53 2006 @@ -1,8 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - $Id: draweropen.xml 7566 2006-05-12 17:13:05Z les7arts $ - Copyright 2001-2006 The Apache Software Foundation Licensed under the Apache License, Version 2.0 (the "License"); you may not Modified: incubator/ofbiz/trunk/applications/pos/screens/default/dialog/error/exception.xml URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/pos/screens/default/dialog/error/exception.xml?rev=424543&r1=424542&r2=424543&view=diff ============================================================================== --- incubator/ofbiz/trunk/applications/pos/screens/default/dialog/error/exception.xml (original) +++ incubator/ofbiz/trunk/applications/pos/screens/default/dialog/error/exception.xml Sat Jul 22 03:31:53 2006 @@ -1,8 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - $Id: exception.xml 7577 2006-05-13 13:45:11Z les7arts $ - Copyright 2001-2006 The Apache Software Foundation Licensed under the Apache License, Version 2.0 (the "License"); you may not Modified: incubator/ofbiz/trunk/applications/pos/screens/default/dialog/error/fatalprintererror.xml URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/pos/screens/default/dialog/error/fatalprintererror.xml?rev=424543&r1=424542&r2=424543&view=diff ============================================================================== --- incubator/ofbiz/trunk/applications/pos/screens/default/dialog/error/fatalprintererror.xml (original) +++ incubator/ofbiz/trunk/applications/pos/screens/default/dialog/error/fatalprintererror.xml Sat Jul 22 03:31:53 2006 @@ -1,7 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - $Id: fatalprintererror.xml 7577 2006-05-13 13:45:11Z les7arts $ - Copyright 2001-2006 The Apache Software Foundation Licensed under the Apache License, Version 2.0 (the "License"); you may not Modified: incubator/ofbiz/trunk/applications/pos/screens/default/dialog/error/invalidcardnumber.xml URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/pos/screens/default/dialog/error/invalidcardnumber.xml?rev=424543&r1=424542&r2=424543&view=diff ============================================================================== --- incubator/ofbiz/trunk/applications/pos/screens/default/dialog/error/invalidcardnumber.xml (original) +++ incubator/ofbiz/trunk/applications/pos/screens/default/dialog/error/invalidcardnumber.xml Sat Jul 22 03:31:53 2006 @@ -1,7 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - $Id: invalidcardnumber.xml 7577 2006-05-13 13:45:11Z les7arts $ - Copyright 2001-2006 The Apache Software Foundation Licensed under the Apache License, Version 2.0 (the "License"); you may not Modified: incubator/ofbiz/trunk/applications/pos/screens/default/dialog/error/mgrnotloggedin.xml URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/pos/screens/default/dialog/error/mgrnotloggedin.xml?rev=424543&r1=424542&r2=424543&view=diff ============================================================================== --- incubator/ofbiz/trunk/applications/pos/screens/default/dialog/error/mgrnotloggedin.xml (original) +++ incubator/ofbiz/trunk/applications/pos/screens/default/dialog/error/mgrnotloggedin.xml Sat Jul 22 03:31:53 2006 @@ -1,7 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - $Id: mgrnotloggedin.xml 7577 2006-05-13 13:45:11Z les7arts $ - Copyright 2001-2006 The Apache Software Foundation Licensed under the Apache License, Version 2.0 (the "License"); you may not Modified: incubator/ofbiz/trunk/applications/pos/screens/default/dialog/error/noitems.xml URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/pos/screens/default/dialog/error/noitems.xml?rev=424543&r1=424542&r2=424543&view=diff ============================================================================== --- incubator/ofbiz/trunk/applications/pos/screens/default/dialog/error/noitems.xml (original) +++ incubator/ofbiz/trunk/applications/pos/screens/default/dialog/error/noitems.xml Sat Jul 22 03:31:53 2006 @@ -1,7 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - $Id: noitems.xml 7577 2006-05-13 13:45:11Z les7arts $ - Copyright 2001-2006 The Apache Software Foundation Licensed under the Apache License, Version 2.0 (the "License"); you may not Modified: incubator/ofbiz/trunk/applications/pos/screens/default/dialog/error/notenoughfunds.xml URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/pos/screens/default/dialog/error/notenoughfunds.xml?rev=424543&r1=424542&r2=424543&view=diff ============================================================================== --- incubator/ofbiz/trunk/applications/pos/screens/default/dialog/error/notenoughfunds.xml (original) +++ incubator/ofbiz/trunk/applications/pos/screens/default/dialog/error/notenoughfunds.xml Sat Jul 22 03:31:53 2006 @@ -1,7 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - $Id: notenoughfunds.xml 7577 2006-05-13 13:45:11Z les7arts $ - Copyright 2001-2006 The Apache Software Foundation Licensed under the Apache License, Version 2.0 (the "License"); you may not Modified: incubator/ofbiz/trunk/applications/pos/screens/default/dialog/error/notyetsupported.xml URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/pos/screens/default/dialog/error/notyetsupported.xml?rev=424543&r1=424542&r2=424543&view=diff ============================================================================== --- incubator/ofbiz/trunk/applications/pos/screens/default/dialog/error/notyetsupported.xml (original) +++ incubator/ofbiz/trunk/applications/pos/screens/default/dialog/error/notyetsupported.xml Sat Jul 22 03:31:53 2006 @@ -1,7 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - $Id: notyetsupported.xml 7577 2006-05-13 13:45:11Z les7arts $ - Copyright 2001-2006 The Apache Software Foundation Licensed under the Apache License, Version 2.0 (the "License"); you may not Modified: incubator/ofbiz/trunk/applications/pos/screens/default/dialog/error/ordernotfound.xml URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/pos/screens/default/dialog/error/ordernotfound.xml?rev=424543&r1=424542&r2=424543&view=diff ============================================================================== --- incubator/ofbiz/trunk/applications/pos/screens/default/dialog/error/ordernotfound.xml (original) +++ incubator/ofbiz/trunk/applications/pos/screens/default/dialog/error/ordernotfound.xml Sat Jul 22 03:31:53 2006 @@ -1,7 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - $Id: ordernotfound.xml 7577 2006-05-13 13:45:11Z les7arts $ - Copyright 2001-2006 The Apache Software Foundation Licensed under the Apache License, Version 2.0 (the "License"); you may not Modified: incubator/ofbiz/trunk/applications/pos/screens/default/dialog/error/printernotready.xml URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/pos/screens/default/dialog/error/printernotready.xml?rev=424543&r1=424542&r2=424543&view=diff ============================================================================== --- incubator/ofbiz/trunk/applications/pos/screens/default/dialog/error/printernotready.xml (original) +++ incubator/ofbiz/trunk/applications/pos/screens/default/dialog/error/printernotready.xml Sat Jul 22 03:31:53 2006 @@ -1,7 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - $Id: printernotready.xml 7577 2006-05-13 13:45:11Z les7arts $ - Copyright 2001-2006 The Apache Software Foundation Licensed under the Apache License, Version 2.0 (the "License"); you may not Modified: incubator/ofbiz/trunk/applications/pos/screens/default/dialog/error/producterror.xml URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/pos/screens/default/dialog/error/producterror.xml?rev=424543&r1=424542&r2=424543&view=diff ============================================================================== --- incubator/ofbiz/trunk/applications/pos/screens/default/dialog/error/producterror.xml (original) +++ incubator/ofbiz/trunk/applications/pos/screens/default/dialog/error/producterror.xml Sat Jul 22 03:31:53 2006 @@ -1,7 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - $Id: producterror.xml 7577 2006-05-13 13:45:11Z les7arts $ - Copyright 2001-2006 The Apache Software Foundation Licensed under the Apache License, Version 2.0 (the "License"); you may not Modified: incubator/ofbiz/trunk/applications/pos/screens/default/dialog/error/productnotfound.xml URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/pos/screens/default/dialog/error/productnotfound.xml?rev=424543&r1=424542&r2=424543&view=diff ============================================================================== --- incubator/ofbiz/trunk/applications/pos/screens/default/dialog/error/productnotfound.xml (original) +++ incubator/ofbiz/trunk/applications/pos/screens/default/dialog/error/productnotfound.xml Sat Jul 22 03:31:53 2006 @@ -1,7 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - $Id: productnotfound.xml 7577 2006-05-13 13:45:11Z les7arts $ - Copyright 2001-2006 The Apache Software Foundation Licensed under the Apache License, Version 2.0 (the "License"); you may not Modified: incubator/ofbiz/trunk/applications/pos/screens/default/dialog/error/salevoided.xml URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/pos/screens/default/dialog/error/salevoided.xml?rev=424543&r1=424542&r2=424543&view=diff ============================================================================== --- incubator/ofbiz/trunk/applications/pos/screens/default/dialog/error/salevoided.xml (original) +++ incubator/ofbiz/trunk/applications/pos/screens/default/dialog/error/salevoided.xml Sat Jul 22 03:31:53 2006 @@ -1,7 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - $Id: salevoided.xml 7577 2006-05-13 13:45:11Z les7arts $ - Copyright 2001-2006 The Apache Software Foundation Licensed under the Apache License, Version 2.0 (the "License"); you may not Modified: incubator/ofbiz/trunk/applications/pos/screens/default/dialog/error/terminalclosed.xml URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/pos/screens/default/dialog/error/terminalclosed.xml?rev=424543&r1=424542&r2=424543&view=diff ============================================================================== --- incubator/ofbiz/trunk/applications/pos/screens/default/dialog/error/terminalclosed.xml (original) +++ incubator/ofbiz/trunk/applications/pos/screens/default/dialog/error/terminalclosed.xml Sat Jul 22 03:31:53 2006 @@ -1,7 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - $Id: terminalclosed.xml 7577 2006-05-13 13:45:11Z les7arts $ - Copyright 2001-2006 The Apache Software Foundation Licensed under the Apache License, Version 2.0 (the "License"); you may not Modified: incubator/ofbiz/trunk/applications/pos/screens/default/dialog/error/testerror.xml URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/pos/screens/default/dialog/error/testerror.xml?rev=424543&r1=424542&r2=424543&view=diff ============================================================================== --- incubator/ofbiz/trunk/applications/pos/screens/default/dialog/error/testerror.xml (original) +++ incubator/ofbiz/trunk/applications/pos/screens/default/dialog/error/testerror.xml Sat Jul 22 03:31:53 2006 @@ -1,7 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - $Id: testerror.xml 7577 2006-05-13 13:45:11Z les7arts $ - Copyright 2001-2006 The Apache Software Foundation Licensed under the Apache License, Version 2.0 (the "License"); you may not Modified: incubator/ofbiz/trunk/applications/pos/screens/default/dialog/error/unknowncardtype.xml URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/pos/screens/default/dialog/error/unknowncardtype.xml?rev=424543&r1=424542&r2=424543&view=diff ============================================================================== --- incubator/ofbiz/trunk/applications/pos/screens/default/dialog/error/unknowncardtype.xml (original) +++ incubator/ofbiz/trunk/applications/pos/screens/default/dialog/error/unknowncardtype.xml Sat Jul 22 03:31:53 2006 @@ -1,7 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - $Id: unknowncardtype.xml 7577 2006-05-13 13:45:11Z les7arts $ - Copyright 2001-2006 The Apache Software Foundation Licensed under the Apache License, Version 2.0 (the "License"); you may not Modified: incubator/ofbiz/trunk/applications/pos/screens/default/includes/journal.xml URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/pos/screens/default/includes/journal.xml?rev=424543&r1=424542&r2=424543&view=diff ============================================================================== --- incubator/ofbiz/trunk/applications/pos/screens/default/includes/journal.xml (original) +++ incubator/ofbiz/trunk/applications/pos/screens/default/includes/journal.xml Sat Jul 22 03:31:53 2006 @@ -1,7 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - $Id: journal.xml 7577 2006-05-13 13:45:11Z les7arts $ - Copyright 2001-2006 The Apache Software Foundation Licensed under the Apache License, Version 2.0 (the "License"); you may not Modified: incubator/ofbiz/trunk/applications/pos/screens/default/includes/numeric.xml URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/pos/screens/default/includes/numeric.xml?rev=424543&r1=424542&r2=424543&view=diff ============================================================================== --- incubator/ofbiz/trunk/applications/pos/screens/default/includes/numeric.xml (original) +++ incubator/ofbiz/trunk/applications/pos/screens/default/includes/numeric.xml Sat Jul 22 03:31:53 2006 @@ -1,7 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - $Id: numeric.xml 7577 2006-05-13 13:45:11Z les7arts $ - Copyright 2001-2006 The Apache Software Foundation Licensed under the Apache License, Version 2.0 (the "License"); you may not Modified: incubator/ofbiz/trunk/applications/pos/screens/default/includes/payinput.xml URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/pos/screens/default/includes/payinput.xml?rev=424543&r1=424542&r2=424543&view=diff ============================================================================== --- incubator/ofbiz/trunk/applications/pos/screens/default/includes/payinput.xml (original) +++ incubator/ofbiz/trunk/applications/pos/screens/default/includes/payinput.xml Sat Jul 22 03:31:53 2006 @@ -1,7 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - $Id: payinput.xml 7565 2006-05-12 15:44:41Z les7arts $ - Copyright 2001-2006 The Apache Software Foundation Licensed under the Apache License, Version 2.0 (the "License"); you may not Modified: incubator/ofbiz/trunk/applications/pos/screens/default/includes/posinput.xml URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/pos/screens/default/includes/posinput.xml?rev=424543&r1=424542&r2=424543&view=diff ============================================================================== --- incubator/ofbiz/trunk/applications/pos/screens/default/includes/posinput.xml (original) +++ incubator/ofbiz/trunk/applications/pos/screens/default/includes/posinput.xml Sat Jul 22 03:31:53 2006 @@ -1,7 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - $Id: posinput.xml 7565 2006-05-12 15:44:41Z les7arts $ - Copyright 2001-2006 The Apache Software Foundation Licensed under the Apache License, Version 2.0 (the "License"); you may not Modified: incubator/ofbiz/trunk/applications/pos/screens/default/menu/mgrmain.xml URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/pos/screens/default/menu/mgrmain.xml?rev=424543&r1=424542&r2=424543&view=diff ============================================================================== --- incubator/ofbiz/trunk/applications/pos/screens/default/menu/mgrmain.xml (original) +++ incubator/ofbiz/trunk/applications/pos/screens/default/menu/mgrmain.xml Sat Jul 22 03:31:53 2006 @@ -1,7 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - $Id: mgrmain.xml 7565 2006-05-12 15:44:41Z les7arts $ - Copyright 2001-2006 The Apache Software Foundation Licensed under the Apache License, Version 2.0 (the "License"); you may not Modified: incubator/ofbiz/trunk/applications/pos/screens/default/menu/paymain.xml URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/pos/screens/default/menu/paymain.xml?rev=424543&r1=424542&r2=424543&view=diff ============================================================================== --- incubator/ofbiz/trunk/applications/pos/screens/default/menu/paymain.xml (original) +++ incubator/ofbiz/trunk/applications/pos/screens/default/menu/paymain.xml Sat Jul 22 03:31:53 2006 @@ -1,7 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - $Id: paymain.xml 7565 2006-05-12 15:44:41Z les7arts $ - Copyright 2001-2006 The Apache Software Foundation Licensed under the Apache License, Version 2.0 (the "License"); you may not Modified: incubator/ofbiz/trunk/applications/pos/screens/default/menu/posmain.xml URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/pos/screens/default/menu/posmain.xml?rev=424543&r1=424542&r2=424543&view=diff ============================================================================== --- incubator/ofbiz/trunk/applications/pos/screens/default/menu/posmain.xml (original) +++ incubator/ofbiz/trunk/applications/pos/screens/default/menu/posmain.xml Sat Jul 22 03:31:53 2006 @@ -1,7 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - $Id: posmain.xml 7565 2006-05-12 15:44:41Z les7arts $ - Copyright 2001-2006 The Apache Software Foundation Licensed under the Apache License, Version 2.0 (the "License"); you may not Modified: incubator/ofbiz/trunk/applications/pos/screens/default/menu/promomain.xml URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/pos/screens/default/menu/promomain.xml?rev=424543&r1=424542&r2=424543&view=diff ============================================================================== --- incubator/ofbiz/trunk/applications/pos/screens/default/menu/promomain.xml (original) +++ incubator/ofbiz/trunk/applications/pos/screens/default/menu/promomain.xml Sat Jul 22 03:31:53 2006 @@ -1,7 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - $Id: promomain.xml 7565 2006-05-12 15:44:41Z les7arts $ - Copyright 2001-2006 The Apache Software Foundation Licensed under the Apache License, Version 2.0 (the "License"); you may not Modified: incubator/ofbiz/trunk/applications/pos/screens/default/mgrpanel.xml URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/pos/screens/default/mgrpanel.xml?rev=424543&r1=424542&r2=424543&view=diff ============================================================================== --- incubator/ofbiz/trunk/applications/pos/screens/default/mgrpanel.xml (original) +++ incubator/ofbiz/trunk/applications/pos/screens/default/mgrpanel.xml Sat Jul 22 03:31:53 2006 @@ -1,7 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - $Id: mgrpanel.xml 7565 2006-05-12 15:44:41Z les7arts $ - Copyright 2001-2006 The Apache Software Foundation Licensed under the Apache License, Version 2.0 (the "License"); you may not Modified: incubator/ofbiz/trunk/applications/pos/screens/default/paypanel.xml URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/pos/screens/default/paypanel.xml?rev=424543&r1=424542&r2=424543&view=diff ============================================================================== --- incubator/ofbiz/trunk/applications/pos/screens/default/paypanel.xml (original) +++ incubator/ofbiz/trunk/applications/pos/screens/default/paypanel.xml Sat Jul 22 03:31:53 2006 @@ -1,7 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - $Id: paypanel.xml 7565 2006-05-12 15:44:41Z les7arts $ - Copyright 2001-2006 The Apache Software Foundation Licensed under the Apache License, Version 2.0 (the "License"); you may not Modified: incubator/ofbiz/trunk/applications/pos/screens/default/pospanel.xml URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/pos/screens/default/pospanel.xml?rev=424543&r1=424542&r2=424543&view=diff ============================================================================== --- incubator/ofbiz/trunk/applications/pos/screens/default/pospanel.xml (original) +++ incubator/ofbiz/trunk/applications/pos/screens/default/pospanel.xml Sat Jul 22 03:31:53 2006 @@ -1,7 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - $Id: pospanel.xml 7565 2006-05-12 15:44:41Z les7arts $ - Copyright 2001-2006 The Apache Software Foundation Licensed under the Apache License, Version 2.0 (the "License"); you may not Modified: incubator/ofbiz/trunk/applications/pos/screens/default/promopanel.xml URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/pos/screens/default/promopanel.xml?rev=424543&r1=424542&r2=424543&view=diff ============================================================================== --- incubator/ofbiz/trunk/applications/pos/screens/default/promopanel.xml (original) +++ incubator/ofbiz/trunk/applications/pos/screens/default/promopanel.xml Sat Jul 22 03:31:53 2006 @@ -1,7 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - $Id: promopanel.xml 7565 2006-05-12 15:44:41Z les7arts $ - Copyright 2001-2006 The Apache Software Foundation Licensed under the Apache License, Version 2.0 (the "License"); you may not Modified: incubator/ofbiz/trunk/applications/pos/src/org/ofbiz/pos/PosTransaction.java URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/pos/src/org/ofbiz/pos/PosTransaction.java?rev=424543&r1=424542&r2=424543&view=diff ============================================================================== --- incubator/ofbiz/trunk/applications/pos/src/org/ofbiz/pos/PosTransaction.java (original) +++ incubator/ofbiz/trunk/applications/pos/src/org/ofbiz/pos/PosTransaction.java Sat Jul 22 03:31:53 2006 @@ -1,6 +1,4 @@ /* - * $Id: PosTransaction.java 7806 2006-06-16 09:29:55Z jonesde $ - * * Copyright 2001-2006 The Apache Software Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); you may not Modified: incubator/ofbiz/trunk/applications/pos/src/org/ofbiz/pos/adaptor/DataEventAdaptor.java URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/pos/src/org/ofbiz/pos/adaptor/DataEventAdaptor.java?rev=424543&r1=424542&r2=424543&view=diff ============================================================================== --- incubator/ofbiz/trunk/applications/pos/src/org/ofbiz/pos/adaptor/DataEventAdaptor.java (original) +++ incubator/ofbiz/trunk/applications/pos/src/org/ofbiz/pos/adaptor/DataEventAdaptor.java Sat Jul 22 03:31:53 2006 @@ -1,6 +1,4 @@ /* - * $Id: DataEventAdaptor.java 7565 2006-05-12 15:44:41Z les7arts $ - * * Copyright 2001-2006 The Apache Software Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); you may not Modified: incubator/ofbiz/trunk/applications/pos/src/org/ofbiz/pos/adaptor/ErrorEventAdaptor.java URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/pos/src/org/ofbiz/pos/adaptor/ErrorEventAdaptor.java?rev=424543&r1=424542&r2=424543&view=diff ============================================================================== --- incubator/ofbiz/trunk/applications/pos/src/org/ofbiz/pos/adaptor/ErrorEventAdaptor.java (original) +++ incubator/ofbiz/trunk/applications/pos/src/org/ofbiz/pos/adaptor/ErrorEventAdaptor.java Sat Jul 22 03:31:53 2006 @@ -1,6 +1,4 @@ /* - * $Id: ErrorEventAdaptor.java 7565 2006-05-12 15:44:41Z les7arts $ - * * Copyright 2001-2006 The Apache Software Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); you may not Modified: incubator/ofbiz/trunk/applications/pos/src/org/ofbiz/pos/adaptor/KeyboardAdaptor.java URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/pos/src/org/ofbiz/pos/adaptor/KeyboardAdaptor.java?rev=424543&r1=424542&r2=424543&view=diff ============================================================================== --- incubator/ofbiz/trunk/applications/pos/src/org/ofbiz/pos/adaptor/KeyboardAdaptor.java (original) +++ incubator/ofbiz/trunk/applications/pos/src/org/ofbiz/pos/adaptor/KeyboardAdaptor.java Sat Jul 22 03:31:53 2006 @@ -1,6 +1,4 @@ /* - * $Id: KeyboardAdaptor.java 7565 2006-05-12 15:44:41Z les7arts $ - * * Copyright 2001-2006 The Apache Software Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); you may not Modified: incubator/ofbiz/trunk/applications/pos/src/org/ofbiz/pos/adaptor/KeyboardReceiver.java URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/pos/src/org/ofbiz/pos/adaptor/KeyboardReceiver.java?rev=424543&r1=424542&r2=424543&view=diff ============================================================================== --- incubator/ofbiz/trunk/applications/pos/src/org/ofbiz/pos/adaptor/KeyboardReceiver.java (original) +++ incubator/ofbiz/trunk/applications/pos/src/org/ofbiz/pos/adaptor/KeyboardReceiver.java Sat Jul 22 03:31:53 2006 @@ -1,6 +1,4 @@ /* - * $Id: KeyboardReceiver.java 7565 2006-05-12 15:44:41Z les7arts $ - * * Copyright 2001-2006 The Apache Software Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); you may not Modified: incubator/ofbiz/trunk/applications/pos/src/org/ofbiz/pos/adaptor/SyncCallbackAdaptor.java URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/pos/src/org/ofbiz/pos/adaptor/SyncCallbackAdaptor.java?rev=424543&r1=424542&r2=424543&view=diff ============================================================================== --- incubator/ofbiz/trunk/applications/pos/src/org/ofbiz/pos/adaptor/SyncCallbackAdaptor.java (original) +++ incubator/ofbiz/trunk/applications/pos/src/org/ofbiz/pos/adaptor/SyncCallbackAdaptor.java Sat Jul 22 03:31:53 2006 @@ -1,6 +1,4 @@ /* - * $Id: SyncCallbackAdaptor.java 7565 2006-05-12 15:44:41Z les7arts $ - * * Copyright 2001-2006 The Apache Software Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); you may not Modified: incubator/ofbiz/trunk/applications/pos/src/org/ofbiz/pos/component/Input.java URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/pos/src/org/ofbiz/pos/component/Input.java?rev=424543&r1=424542&r2=424543&view=diff ============================================================================== --- incubator/ofbiz/trunk/applications/pos/src/org/ofbiz/pos/component/Input.java (original) +++ incubator/ofbiz/trunk/applications/pos/src/org/ofbiz/pos/component/Input.java Sat Jul 22 03:31:53 2006 @@ -1,6 +1,4 @@ /* - * $Id: Input.java 7565 2006-05-12 15:44:41Z les7arts $ - * * Copyright 2001-2006 The Apache Software Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); you may not Modified: incubator/ofbiz/trunk/applications/pos/src/org/ofbiz/pos/component/Journal.java URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/pos/src/org/ofbiz/pos/component/Journal.java?rev=424543&r1=424542&r2=424543&view=diff ============================================================================== --- incubator/ofbiz/trunk/applications/pos/src/org/ofbiz/pos/component/Journal.java (original) +++ incubator/ofbiz/trunk/applications/pos/src/org/ofbiz/pos/component/Journal.java Sat Jul 22 03:31:53 2006 @@ -1,6 +1,4 @@ /* - * $Id: Journal.java 7565 2006-05-12 15:44:41Z les7arts $ - * * Copyright 2001-2006 The Apache Software Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); you may not Modified: incubator/ofbiz/trunk/applications/pos/src/org/ofbiz/pos/component/Operator.java URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/pos/src/org/ofbiz/pos/component/Operator.java?rev=424543&r1=424542&r2=424543&view=diff ============================================================================== --- incubator/ofbiz/trunk/applications/pos/src/org/ofbiz/pos/component/Operator.java (original) +++ incubator/ofbiz/trunk/applications/pos/src/org/ofbiz/pos/component/Operator.java Sat Jul 22 03:31:53 2006 @@ -1,6 +1,4 @@ /* - * $Id: Operator.java 7565 2006-05-12 15:44:41Z les7arts $ - * * Copyright 2001-2006 The Apache Software Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); you may not Modified: incubator/ofbiz/trunk/applications/pos/src/org/ofbiz/pos/component/Output.java URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/pos/src/org/ofbiz/pos/component/Output.java?rev=424543&r1=424542&r2=424543&view=diff ============================================================================== --- incubator/ofbiz/trunk/applications/pos/src/org/ofbiz/pos/component/Output.java (original) +++ incubator/ofbiz/trunk/applications/pos/src/org/ofbiz/pos/component/Output.java Sat Jul 22 03:31:53 2006 @@ -1,6 +1,4 @@ /* - * $Id: Output.java 7565 2006-05-12 15:44:41Z les7arts $ - * * Copyright 2001-2006 The Apache Software Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); you may not Modified: incubator/ofbiz/trunk/applications/pos/src/org/ofbiz/pos/component/PosButton.java URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/pos/src/org/ofbiz/pos/component/PosButton.java?rev=424543&r1=424542&r2=424543&view=diff ============================================================================== --- incubator/ofbiz/trunk/applications/pos/src/org/ofbiz/pos/component/PosButton.java (original) +++ incubator/ofbiz/trunk/applications/pos/src/org/ofbiz/pos/component/PosButton.java Sat Jul 22 03:31:53 2006 @@ -1,6 +1,4 @@ /* - * $Id: PosButton.java 7565 2006-05-12 15:44:41Z les7arts $ - * * Copyright 2001-2006 The Apache Software Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); you may not Modified: incubator/ofbiz/trunk/applications/pos/src/org/ofbiz/pos/component/PosButtonWrapper.java URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/pos/src/org/ofbiz/pos/component/PosButtonWrapper.java?rev=424543&r1=424542&r2=424543&view=diff ============================================================================== --- incubator/ofbiz/trunk/applications/pos/src/org/ofbiz/pos/component/PosButtonWrapper.java (original) +++ incubator/ofbiz/trunk/applications/pos/src/org/ofbiz/pos/component/PosButtonWrapper.java Sat Jul 22 03:31:53 2006 @@ -1,6 +1,4 @@ /* - * $Id: PosButtonWrapper.java 7565 2006-05-12 15:44:41Z les7arts $ - * * Copyright 2001-2006 The Apache Software Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); you may not Modified: incubator/ofbiz/trunk/applications/pos/src/org/ofbiz/pos/config/ButtonEventConfig.java URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/pos/src/org/ofbiz/pos/config/ButtonEventConfig.java?rev=424543&r1=424542&r2=424543&view=diff ============================================================================== --- incubator/ofbiz/trunk/applications/pos/src/org/ofbiz/pos/config/ButtonEventConfig.java (original) +++ incubator/ofbiz/trunk/applications/pos/src/org/ofbiz/pos/config/ButtonEventConfig.java Sat Jul 22 03:31:53 2006 @@ -1,6 +1,4 @@ /* - * $Id: ButtonEventConfig.java 7565 2006-05-12 15:44:41Z les7arts $ - * * Copyright 2001-2006 The Apache Software Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); you may not Modified: incubator/ofbiz/trunk/applications/pos/src/org/ofbiz/pos/container/JposDeviceContainer.java URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/pos/src/org/ofbiz/pos/container/JposDeviceContainer.java?rev=424543&r1=424542&r2=424543&view=diff ============================================================================== --- incubator/ofbiz/trunk/applications/pos/src/org/ofbiz/pos/container/JposDeviceContainer.java (original) +++ incubator/ofbiz/trunk/applications/pos/src/org/ofbiz/pos/container/JposDeviceContainer.java Sat Jul 22 03:31:53 2006 @@ -1,6 +1,4 @@ /* - * $Id: JposDeviceContainer.java 7565 2006-05-12 15:44:41Z les7arts $ - * * Copyright 2001-2006 The Apache Software Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); you may not Modified: incubator/ofbiz/trunk/applications/pos/src/org/ofbiz/pos/container/PosContainer.java URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/pos/src/org/ofbiz/pos/container/PosContainer.java?rev=424543&r1=424542&r2=424543&view=diff ============================================================================== --- incubator/ofbiz/trunk/applications/pos/src/org/ofbiz/pos/container/PosContainer.java (original) +++ incubator/ofbiz/trunk/applications/pos/src/org/ofbiz/pos/container/PosContainer.java Sat Jul 22 03:31:53 2006 @@ -1,6 +1,4 @@ /* - * $Id: PosContainer.java 7565 2006-05-12 15:44:41Z les7arts $ - * * Copyright 2001-2006 The Apache Software Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); you may not Modified: incubator/ofbiz/trunk/applications/pos/src/org/ofbiz/pos/device/DeviceLoader.java URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/pos/src/org/ofbiz/pos/device/DeviceLoader.java?rev=424543&r1=424542&r2=424543&view=diff ============================================================================== --- incubator/ofbiz/trunk/applications/pos/src/org/ofbiz/pos/device/DeviceLoader.java (original) +++ incubator/ofbiz/trunk/applications/pos/src/org/ofbiz/pos/device/DeviceLoader.java Sat Jul 22 03:31:53 2006 @@ -1,6 +1,4 @@ /* - * $Id: DeviceLoader.java 7565 2006-05-12 15:44:41Z les7arts $ - * * Copyright 2001-2006 The Apache Software Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); you may not Modified: incubator/ofbiz/trunk/applications/pos/src/org/ofbiz/pos/device/GenericDevice.java URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/pos/src/org/ofbiz/pos/device/GenericDevice.java?rev=424543&r1=424542&r2=424543&view=diff ============================================================================== --- incubator/ofbiz/trunk/applications/pos/src/org/ofbiz/pos/device/GenericDevice.java (original) +++ incubator/ofbiz/trunk/applications/pos/src/org/ofbiz/pos/device/GenericDevice.java Sat Jul 22 03:31:53 2006 @@ -1,6 +1,4 @@ /* - * $Id: GenericDevice.java 7565 2006-05-12 15:44:41Z les7arts $ - * * Copyright 2001-2006 The Apache Software Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); you may not Modified: incubator/ofbiz/trunk/applications/pos/src/org/ofbiz/pos/device/JposDevice.java URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/pos/src/org/ofbiz/pos/device/JposDevice.java?rev=424543&r1=424542&r2=424543&view=diff ============================================================================== --- incubator/ofbiz/trunk/applications/pos/src/org/ofbiz/pos/device/JposDevice.java (original) +++ incubator/ofbiz/trunk/applications/pos/src/org/ofbiz/pos/device/JposDevice.java Sat Jul 22 03:31:53 2006 @@ -1,6 +1,4 @@ /* - * $Id: JposDevice.java 7565 2006-05-12 15:44:41Z les7arts $ - * * Copyright 2001-2006 The Apache Software Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); you may not Modified: incubator/ofbiz/trunk/applications/pos/src/org/ofbiz/pos/device/impl/CashDrawer.java URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/pos/src/org/ofbiz/pos/device/impl/CashDrawer.java?rev=424543&r1=424542&r2=424543&view=diff ============================================================================== --- incubator/ofbiz/trunk/applications/pos/src/org/ofbiz/pos/device/impl/Cas |
Free forum by Nabble | Edit this page |