Author: jacopoc
Date: Sun Oct 8 02:11:44 2006 New Revision: 454106 URL: http://svn.apache.org/viewvc?view=rev&rev=454106 Log: Removed author information from all the files of the "accounting" component: keeping this information in source files is discouraged by the ASF (clearer information about the contributors of a file can be derived from the commit logs). Modified: incubator/ofbiz/trunk/applications/accounting/entitydef/entitymodel.xml incubator/ofbiz/trunk/applications/accounting/script/org/ofbiz/accounting/fixedasset/FixedAssetServices.xml incubator/ofbiz/trunk/applications/accounting/servicedef/services_authorizedotnet.xml incubator/ofbiz/trunk/applications/accounting/src/org/ofbiz/accounting/agreement/AgreementServices.java incubator/ofbiz/trunk/applications/accounting/src/org/ofbiz/accounting/invoice/InvoiceServices.java incubator/ofbiz/trunk/applications/accounting/src/org/ofbiz/accounting/invoice/InvoiceWorker.java incubator/ofbiz/trunk/applications/accounting/src/org/ofbiz/accounting/payment/BillingAccountWorker.java incubator/ofbiz/trunk/applications/accounting/src/org/ofbiz/accounting/payment/GiftCertificateServices.java incubator/ofbiz/trunk/applications/accounting/src/org/ofbiz/accounting/payment/PaymentMethodServices.java incubator/ofbiz/trunk/applications/accounting/src/org/ofbiz/accounting/payment/PaymentWorker.java incubator/ofbiz/trunk/applications/accounting/src/org/ofbiz/accounting/tax/SimpleTaxServices.java incubator/ofbiz/trunk/applications/accounting/src/org/ofbiz/accounting/tax/TaxAuthorityServices.java incubator/ofbiz/trunk/applications/accounting/src/org/ofbiz/accounting/thirdparty/authorizedotnet/AIMPaymentServices.java incubator/ofbiz/trunk/applications/accounting/src/org/ofbiz/accounting/thirdparty/authorizedotnet/AuthorizeResponse.java incubator/ofbiz/trunk/applications/accounting/src/org/ofbiz/accounting/thirdparty/clearcommerce/CCPaymentServices.java incubator/ofbiz/trunk/applications/accounting/src/org/ofbiz/accounting/thirdparty/cybersource/IcsPaymentServices.java incubator/ofbiz/trunk/applications/accounting/src/org/ofbiz/accounting/thirdparty/gosoftware/PcChargeApi.java incubator/ofbiz/trunk/applications/accounting/src/org/ofbiz/accounting/thirdparty/gosoftware/PcChargeServices.java incubator/ofbiz/trunk/applications/accounting/src/org/ofbiz/accounting/thirdparty/gosoftware/RitaApi.java incubator/ofbiz/trunk/applications/accounting/src/org/ofbiz/accounting/thirdparty/gosoftware/RitaServices.java incubator/ofbiz/trunk/applications/accounting/src/org/ofbiz/accounting/thirdparty/paypal/PayPalEvents.java incubator/ofbiz/trunk/applications/accounting/src/org/ofbiz/accounting/thirdparty/valuelink/ValueLinkApi.java incubator/ofbiz/trunk/applications/accounting/src/org/ofbiz/accounting/thirdparty/valuelink/ValueLinkServices.java incubator/ofbiz/trunk/applications/accounting/src/org/ofbiz/accounting/thirdparty/worldpay/SelectRespServlet.java incubator/ofbiz/trunk/applications/accounting/src/org/ofbiz/accounting/thirdparty/worldpay/WorldPayEvents.java incubator/ofbiz/trunk/applications/accounting/webapp/accounting/WEB-INF/actions/invoice/createApplicationList.bsh incubator/ofbiz/trunk/applications/accounting/webapp/accounting/WEB-INF/actions/invoice/createItemList.bsh incubator/ofbiz/trunk/applications/accounting/webapp/accounting/WEB-INF/actions/invoice/listNotAppliedPayments.bsh incubator/ofbiz/trunk/applications/accounting/webapp/accounting/invoice/viewInvoice.fo.ftl Modified: incubator/ofbiz/trunk/applications/accounting/entitydef/entitymodel.xml URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/accounting/entitydef/entitymodel.xml?view=diff&rev=454106&r1=454105&r2=454106 ============================================================================== --- incubator/ofbiz/trunk/applications/accounting/entitydef/entitymodel.xml (original) +++ incubator/ofbiz/trunk/applications/accounting/entitydef/entitymodel.xml Sun Oct 8 02:11:44 2006 @@ -2533,7 +2533,7 @@ </view-entity> <entity entity-name="PaymentMethodType" package-name="org.ofbiz.accounting.payment" - title="PaymentMethodType Entity" default-resource-name="AccountingEntityLabels"> <!-- /* @author <a href="mailto:[hidden email]">Jacques Le Roux</a> */ --> + title="PaymentMethodType Entity" default-resource-name="AccountingEntityLabels"> <field name="paymentMethodTypeId" type="id-ne"></field> <field name="description" type="description"></field> <field name="defaultGlAccountId" type="id"></field> Modified: incubator/ofbiz/trunk/applications/accounting/script/org/ofbiz/accounting/fixedasset/FixedAssetServices.xml URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/accounting/script/org/ofbiz/accounting/fixedasset/FixedAssetServices.xml?view=diff&rev=454106&r1=454105&r2=454106 ============================================================================== --- incubator/ofbiz/trunk/applications/accounting/script/org/ofbiz/accounting/fixedasset/FixedAssetServices.xml (original) +++ incubator/ofbiz/trunk/applications/accounting/script/org/ofbiz/accounting/fixedasset/FixedAssetServices.xml Sun Oct 8 02:11:44 2006 @@ -15,10 +15,6 @@ under the License. --> -<!-- - @author <a href="mailto:[hidden email]">Hans Bakker</a> - --> - <simple-methods xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://www.ofbiz.org/dtds/simple-methods.xsd"> Modified: incubator/ofbiz/trunk/applications/accounting/servicedef/services_authorizedotnet.xml URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/accounting/servicedef/services_authorizedotnet.xml?view=diff&rev=454106&r1=454105&r2=454106 ============================================================================== --- incubator/ofbiz/trunk/applications/accounting/servicedef/services_authorizedotnet.xml (original) +++ incubator/ofbiz/trunk/applications/accounting/servicedef/services_authorizedotnet.xml Sun Oct 8 02:11:44 2006 @@ -15,8 +15,6 @@ under the License. --> -<!-- @author Fred Forrester ([hidden email]) --> - <services xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://www.ofbiz.org/dtds/services.xsd"> <description>Accounting Services</description> Modified: incubator/ofbiz/trunk/applications/accounting/src/org/ofbiz/accounting/agreement/AgreementServices.java URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/accounting/src/org/ofbiz/accounting/agreement/AgreementServices.java?view=diff&rev=454106&r1=454105&r2=454106 ============================================================================== --- incubator/ofbiz/trunk/applications/accounting/src/org/ofbiz/accounting/agreement/AgreementServices.java (original) +++ incubator/ofbiz/trunk/applications/accounting/src/org/ofbiz/accounting/agreement/AgreementServices.java Sun Oct 8 02:11:44 2006 @@ -39,8 +39,6 @@ /** * Services for Agreement (Accounting) - * @author Vinay Agarwal - * @version 1.0 */ public class AgreementServices { Modified: incubator/ofbiz/trunk/applications/accounting/src/org/ofbiz/accounting/invoice/InvoiceServices.java URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/accounting/src/org/ofbiz/accounting/invoice/InvoiceServices.java?view=diff&rev=454106&r1=454105&r2=454106 ============================================================================== --- incubator/ofbiz/trunk/applications/accounting/src/org/ofbiz/accounting/invoice/InvoiceServices.java (original) +++ incubator/ofbiz/trunk/applications/accounting/src/org/ofbiz/accounting/invoice/InvoiceServices.java Sun Oct 8 02:11:44 2006 @@ -87,13 +87,6 @@ * Instead, use .compareTo() or .signum(), which handles scale correctly. * * For reference, check the official Sun Javadoc on java.math.BigDecimal. - * - * @author <a href="mailto:[hidden email]">Andy Zeneski</a> - * @author <a href="mailto:[hidden email]">Si Chen</a> - * @author <a href="mailto:[hidden email]">Leon Torres</a> - * @author <a href="mailto:[hidden email]">Hans Bakker</a> - * @version $Rev$ - * @since 2.2 */ public class InvoiceServices { @@ -1633,8 +1626,6 @@ * have been paid/received. For invoice processing, this service works on * the invoice level when 'invoiceProcessing' parameter is set to "Y" else * it works on the invoice item level. - * - * @author <a href="mailto:[hidden email]">Hans Bakker</a> */ public static Map updatePaymentApplication(DispatchContext dctx, Map context) { Double amountApplied = (Double) context.get("amountApplied"); @@ -1656,8 +1647,6 @@ * it works on the invoice item level. * * This version will apply as much as possible when no amountApplied is provided. - * - * @author <a href="mailto:[hidden email]">Hans Bakker</a> */ public static Map updatePaymentApplicationDef(DispatchContext dctx, Map context) { if (!context.containsKey("useHighestAmount")) { Modified: incubator/ofbiz/trunk/applications/accounting/src/org/ofbiz/accounting/invoice/InvoiceWorker.java URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/accounting/src/org/ofbiz/accounting/invoice/InvoiceWorker.java?view=diff&rev=454106&r1=454105&r2=454106 ============================================================================== --- incubator/ofbiz/trunk/applications/accounting/src/org/ofbiz/accounting/invoice/InvoiceWorker.java (original) +++ incubator/ofbiz/trunk/applications/accounting/src/org/ofbiz/accounting/invoice/InvoiceWorker.java Sun Oct 8 02:11:44 2006 @@ -34,10 +34,6 @@ /** * InvoiceWorker - Worker methods of invoices - * - * @author <a href="mailto:[hidden email]">Andy Zeneski</a> - * @version $Rev$ - * @since 2.1 */ public class InvoiceWorker { Modified: incubator/ofbiz/trunk/applications/accounting/src/org/ofbiz/accounting/payment/BillingAccountWorker.java URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/accounting/src/org/ofbiz/accounting/payment/BillingAccountWorker.java?view=diff&rev=454106&r1=454105&r2=454106 ============================================================================== --- incubator/ofbiz/trunk/applications/accounting/src/org/ofbiz/accounting/payment/BillingAccountWorker.java (original) +++ incubator/ofbiz/trunk/applications/accounting/src/org/ofbiz/accounting/payment/BillingAccountWorker.java Sun Oct 8 02:11:44 2006 @@ -45,11 +45,6 @@ /** * Worker methods for BillingAccounts - * - * @author <a href="mailto:[hidden email]">Andy Zeneski</a> - * @author <a href="mailto:[hidden email]">David E. Jones</a> - * @version $Rev$ - * @since 2.1 */ public class BillingAccountWorker { Modified: incubator/ofbiz/trunk/applications/accounting/src/org/ofbiz/accounting/payment/GiftCertificateServices.java URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/accounting/src/org/ofbiz/accounting/payment/GiftCertificateServices.java?view=diff&rev=454106&r1=454105&r2=454106 ============================================================================== --- incubator/ofbiz/trunk/applications/accounting/src/org/ofbiz/accounting/payment/GiftCertificateServices.java (original) +++ incubator/ofbiz/trunk/applications/accounting/src/org/ofbiz/accounting/payment/GiftCertificateServices.java Sun Oct 8 02:11:44 2006 @@ -43,13 +43,7 @@ import org.ofbiz.service.LocalDispatcher; import org.ofbiz.service.ServiceUtil; -/** - * - * @author <a href="mailto:[hidden email]">Andy Zeneski</a> - * @author <a href="mailto:[hidden email]">Si Chen</a> - * @version $Rev$ - * @since 3.3 - */ + public class GiftCertificateServices { public static final String module = GiftCertificateServices.class.getName(); Modified: incubator/ofbiz/trunk/applications/accounting/src/org/ofbiz/accounting/payment/PaymentMethodServices.java URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/accounting/src/org/ofbiz/accounting/payment/PaymentMethodServices.java?view=diff&rev=454106&r1=454105&r2=454106 ============================================================================== --- incubator/ofbiz/trunk/applications/accounting/src/org/ofbiz/accounting/payment/PaymentMethodServices.java (original) +++ incubator/ofbiz/trunk/applications/accounting/src/org/ofbiz/accounting/payment/PaymentMethodServices.java Sun Oct 8 02:11:44 2006 @@ -37,10 +37,6 @@ /** * Services for Payment maintenance - * - * @author <a href="mailto:[hidden email]">David E. Jones</a> - * @version $Rev$ - * @since 2.0 */ public class PaymentMethodServices { Modified: incubator/ofbiz/trunk/applications/accounting/src/org/ofbiz/accounting/payment/PaymentWorker.java URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/accounting/src/org/ofbiz/accounting/payment/PaymentWorker.java?view=diff&rev=454106&r1=454105&r2=454106 ============================================================================== --- incubator/ofbiz/trunk/applications/accounting/src/org/ofbiz/accounting/payment/PaymentWorker.java (original) +++ incubator/ofbiz/trunk/applications/accounting/src/org/ofbiz/accounting/payment/PaymentWorker.java Sun Oct 8 02:11:44 2006 @@ -37,10 +37,6 @@ /** * Worker methods for Payments - * - * @author <a href="mailto:[hidden email]">David E. Jones</a> - * @author <a href="mailto:[hidden email]">Andy Zeneski</a> - * @since 2.0 */ public class PaymentWorker { Modified: incubator/ofbiz/trunk/applications/accounting/src/org/ofbiz/accounting/tax/SimpleTaxServices.java URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/accounting/src/org/ofbiz/accounting/tax/SimpleTaxServices.java?view=diff&rev=454106&r1=454105&r2=454106 ============================================================================== --- incubator/ofbiz/trunk/applications/accounting/src/org/ofbiz/accounting/tax/SimpleTaxServices.java (original) +++ incubator/ofbiz/trunk/applications/accounting/src/org/ofbiz/accounting/tax/SimpleTaxServices.java Sun Oct 8 02:11:44 2006 @@ -45,11 +45,6 @@ /** * Order Processing Services - * - * @author <a href="mailto:[hidden email]">Andy Zeneski</a> - * @author <a href="mailto:[hidden email]">David E. Jones</a> - * @version $Rev$ - * @since 2.0 */ public class SimpleTaxServices { Modified: incubator/ofbiz/trunk/applications/accounting/src/org/ofbiz/accounting/tax/TaxAuthorityServices.java URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/accounting/src/org/ofbiz/accounting/tax/TaxAuthorityServices.java?view=diff&rev=454106&r1=454105&r2=454106 ============================================================================== --- incubator/ofbiz/trunk/applications/accounting/src/org/ofbiz/accounting/tax/TaxAuthorityServices.java (original) +++ incubator/ofbiz/trunk/applications/accounting/src/org/ofbiz/accounting/tax/TaxAuthorityServices.java Sun Oct 8 02:11:44 2006 @@ -45,10 +45,6 @@ /** * Tax Authority tax calculation and other misc services - * - * @author <a href="mailto:[hidden email]">David E. Jones</a> - * @version $Rev$ - * @since 2.0 */ public class TaxAuthorityServices { Modified: incubator/ofbiz/trunk/applications/accounting/src/org/ofbiz/accounting/thirdparty/authorizedotnet/AIMPaymentServices.java URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/accounting/src/org/ofbiz/accounting/thirdparty/authorizedotnet/AIMPaymentServices.java?view=diff&rev=454106&r1=454105&r2=454106 ============================================================================== --- incubator/ofbiz/trunk/applications/accounting/src/org/ofbiz/accounting/thirdparty/authorizedotnet/AIMPaymentServices.java (original) +++ incubator/ofbiz/trunk/applications/accounting/src/org/ofbiz/accounting/thirdparty/authorizedotnet/AIMPaymentServices.java Sun Oct 8 02:11:44 2006 @@ -24,11 +24,7 @@ import org.ofbiz.accounting.payment.PaymentGatewayServices; -/** - * - * @author Fred Forrester ([hidden email]) - * @author Si Chen ([hidden email]) - */ + public class AIMPaymentServices { public static final String module = AIMPaymentServices.class.getName(); Modified: incubator/ofbiz/trunk/applications/accounting/src/org/ofbiz/accounting/thirdparty/authorizedotnet/AuthorizeResponse.java URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/accounting/src/org/ofbiz/accounting/thirdparty/authorizedotnet/AuthorizeResponse.java?view=diff&rev=454106&r1=454105&r2=454106 ============================================================================== --- incubator/ofbiz/trunk/applications/accounting/src/org/ofbiz/accounting/thirdparty/authorizedotnet/AuthorizeResponse.java (original) +++ incubator/ofbiz/trunk/applications/accounting/src/org/ofbiz/accounting/thirdparty/authorizedotnet/AuthorizeResponse.java Sun Oct 8 02:11:44 2006 @@ -14,10 +14,6 @@ * under the License. */ -/** - * - * @author Fred Forrester ([hidden email]) - */ package org.ofbiz.accounting.thirdparty.authorizedotnet; import java.util.*; Modified: incubator/ofbiz/trunk/applications/accounting/src/org/ofbiz/accounting/thirdparty/clearcommerce/CCPaymentServices.java URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/accounting/src/org/ofbiz/accounting/thirdparty/clearcommerce/CCPaymentServices.java?view=diff&rev=454106&r1=454105&r2=454106 ============================================================================== --- incubator/ofbiz/trunk/applications/accounting/src/org/ofbiz/accounting/thirdparty/clearcommerce/CCPaymentServices.java (original) +++ incubator/ofbiz/trunk/applications/accounting/src/org/ofbiz/accounting/thirdparty/clearcommerce/CCPaymentServices.java Sun Oct 8 02:11:44 2006 @@ -41,9 +41,6 @@ /** * ClearCommerce Payment Services (CCE 5.4) - * - * @author <a href="mailto:[hidden email]">J. Eckard</a> - * @version $Rev$ */ public class CCPaymentServices { Modified: incubator/ofbiz/trunk/applications/accounting/src/org/ofbiz/accounting/thirdparty/cybersource/IcsPaymentServices.java URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/accounting/src/org/ofbiz/accounting/thirdparty/cybersource/IcsPaymentServices.java?view=diff&rev=454106&r1=454105&r2=454106 ============================================================================== --- incubator/ofbiz/trunk/applications/accounting/src/org/ofbiz/accounting/thirdparty/cybersource/IcsPaymentServices.java (original) +++ incubator/ofbiz/trunk/applications/accounting/src/org/ofbiz/accounting/thirdparty/cybersource/IcsPaymentServices.java Sun Oct 8 02:11:44 2006 @@ -40,10 +40,6 @@ /** * CyberSource WS Integration Services - * - * @author <a href="mailto:[hidden email]">Andy Zeneski</a> - * @version $Rev$ - * @since 3.0 */ public class IcsPaymentServices { Modified: incubator/ofbiz/trunk/applications/accounting/src/org/ofbiz/accounting/thirdparty/gosoftware/PcChargeApi.java URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/accounting/src/org/ofbiz/accounting/thirdparty/gosoftware/PcChargeApi.java?view=diff&rev=454106&r1=454105&r2=454106 ============================================================================== --- incubator/ofbiz/trunk/applications/accounting/src/org/ofbiz/accounting/thirdparty/gosoftware/PcChargeApi.java (original) +++ incubator/ofbiz/trunk/applications/accounting/src/org/ofbiz/accounting/thirdparty/gosoftware/PcChargeApi.java Sun Oct 8 02:11:44 2006 @@ -31,12 +31,7 @@ import org.w3c.dom.Element; import org.xml.sax.SAXException; -/** - * - * @author <a href="mailto:[hidden email]">Andy Zeneski</a> - * @version $Rev$ - * @since 3.2 - */ + public class PcChargeApi { public static final String module = PcChargeApi.class.getName(); Modified: incubator/ofbiz/trunk/applications/accounting/src/org/ofbiz/accounting/thirdparty/gosoftware/PcChargeServices.java URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/accounting/src/org/ofbiz/accounting/thirdparty/gosoftware/PcChargeServices.java?view=diff&rev=454106&r1=454105&r2=454106 ============================================================================== --- incubator/ofbiz/trunk/applications/accounting/src/org/ofbiz/accounting/thirdparty/gosoftware/PcChargeServices.java (original) +++ incubator/ofbiz/trunk/applications/accounting/src/org/ofbiz/accounting/thirdparty/gosoftware/PcChargeServices.java Sun Oct 8 02:11:44 2006 @@ -32,12 +32,7 @@ import org.ofbiz.entity.GenericValue; import org.ofbiz.accounting.payment.PaymentGatewayServices; -/** - * - * @author <a href="mailto:[hidden email]">Andy Zeneski</a> - * @version $Rev$ - * @since 3.2 - */ + public class PcChargeServices { public static final String module = PcChargeServices.class.getName(); Modified: incubator/ofbiz/trunk/applications/accounting/src/org/ofbiz/accounting/thirdparty/gosoftware/RitaApi.java URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/accounting/src/org/ofbiz/accounting/thirdparty/gosoftware/RitaApi.java?view=diff&rev=454106&r1=454105&r2=454106 ============================================================================== --- incubator/ofbiz/trunk/applications/accounting/src/org/ofbiz/accounting/thirdparty/gosoftware/RitaApi.java (original) +++ incubator/ofbiz/trunk/applications/accounting/src/org/ofbiz/accounting/thirdparty/gosoftware/RitaApi.java Sun Oct 8 02:11:44 2006 @@ -27,12 +27,7 @@ import org.apache.commons.collections.MapIterator; import org.apache.commons.collections.map.LinkedMap; -/** - * - * @author <a href="mailto:[hidden email]">Andy Zeneski</a> - * @version $Rev$ - * @since 3.2 - */ + public class RitaApi { public static final String module = RitaApi.class.getName(); Modified: incubator/ofbiz/trunk/applications/accounting/src/org/ofbiz/accounting/thirdparty/gosoftware/RitaServices.java URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/accounting/src/org/ofbiz/accounting/thirdparty/gosoftware/RitaServices.java?view=diff&rev=454106&r1=454105&r2=454106 ============================================================================== --- incubator/ofbiz/trunk/applications/accounting/src/org/ofbiz/accounting/thirdparty/gosoftware/RitaServices.java (original) +++ incubator/ofbiz/trunk/applications/accounting/src/org/ofbiz/accounting/thirdparty/gosoftware/RitaServices.java Sun Oct 8 02:11:44 2006 @@ -39,12 +39,7 @@ import org.ofbiz.entity.util.EntityUtil; import org.ofbiz.accounting.payment.PaymentGatewayServices; -/** - * - * @author <a href="mailto:[hidden email]">Andy Zeneski</a> - * @version $Rev$ - * @since 3.2 - */ + public class RitaServices { public static final String module = RitaServices.class.getName(); Modified: incubator/ofbiz/trunk/applications/accounting/src/org/ofbiz/accounting/thirdparty/paypal/PayPalEvents.java URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/accounting/src/org/ofbiz/accounting/thirdparty/paypal/PayPalEvents.java?view=diff&rev=454106&r1=454105&r2=454106 ============================================================================== --- incubator/ofbiz/trunk/applications/accounting/src/org/ofbiz/accounting/thirdparty/paypal/PayPalEvents.java (original) +++ incubator/ofbiz/trunk/applications/accounting/src/org/ofbiz/accounting/thirdparty/paypal/PayPalEvents.java Sun Oct 8 02:11:44 2006 @@ -54,13 +54,7 @@ import org.apache.commons.collections.map.LinkedMap; -/** - * PayPal Events - * - * @author <a href="mailto:[hidden email]">Andy Zeneski</a> - * @version $Rev$ - * @since 2.0 - */ + public class PayPalEvents { public static final String module = PayPalEvents.class.getName(); Modified: incubator/ofbiz/trunk/applications/accounting/src/org/ofbiz/accounting/thirdparty/valuelink/ValueLinkApi.java URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/accounting/src/org/ofbiz/accounting/thirdparty/valuelink/ValueLinkApi.java?view=diff&rev=454106&r1=454105&r2=454106 ============================================================================== --- incubator/ofbiz/trunk/applications/accounting/src/org/ofbiz/accounting/thirdparty/valuelink/ValueLinkApi.java (original) +++ incubator/ofbiz/trunk/applications/accounting/src/org/ofbiz/accounting/thirdparty/valuelink/ValueLinkApi.java Sun Oct 8 02:11:44 2006 @@ -66,10 +66,6 @@ /** * ValueLinkApi - Implementation of ValueLink Encryption & Transport - * - * @author <a href="mailto:[hidden email]">Andy Zeneski</a> - * @version $Rev$ - * @since 3.0 */ public class ValueLinkApi { Modified: incubator/ofbiz/trunk/applications/accounting/src/org/ofbiz/accounting/thirdparty/valuelink/ValueLinkServices.java URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/accounting/src/org/ofbiz/accounting/thirdparty/valuelink/ValueLinkServices.java?view=diff&rev=454106&r1=454105&r2=454106 ============================================================================== --- incubator/ofbiz/trunk/applications/accounting/src/org/ofbiz/accounting/thirdparty/valuelink/ValueLinkServices.java (original) +++ incubator/ofbiz/trunk/applications/accounting/src/org/ofbiz/accounting/thirdparty/valuelink/ValueLinkServices.java Sun Oct 8 02:11:44 2006 @@ -46,10 +46,6 @@ /** * ValueLinkServices - Integration with ValueLink Gift Cards - * - * @author <a href="mailto:[hidden email]">Andy Zeneski</a> - * @version $Rev$ - * @since 3.0 */ public class ValueLinkServices { Modified: incubator/ofbiz/trunk/applications/accounting/src/org/ofbiz/accounting/thirdparty/worldpay/SelectRespServlet.java URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/accounting/src/org/ofbiz/accounting/thirdparty/worldpay/SelectRespServlet.java?view=diff&rev=454106&r1=454105&r2=454106 ============================================================================== --- incubator/ofbiz/trunk/applications/accounting/src/org/ofbiz/accounting/thirdparty/worldpay/SelectRespServlet.java (original) +++ incubator/ofbiz/trunk/applications/accounting/src/org/ofbiz/accounting/thirdparty/worldpay/SelectRespServlet.java Sun Oct 8 02:11:44 2006 @@ -52,10 +52,6 @@ /** * WorldPay Select Pro Response Servlet - * - * @author <a href="mailto:[hidden email]">Andy Zeneski</a> - * @version $Rev$ - * @since 2.0 */ public class SelectRespServlet extends SelectServlet implements SelectDefs { Modified: incubator/ofbiz/trunk/applications/accounting/src/org/ofbiz/accounting/thirdparty/worldpay/WorldPayEvents.java URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/accounting/src/org/ofbiz/accounting/thirdparty/worldpay/WorldPayEvents.java?view=diff&rev=454106&r1=454105&r2=454106 ============================================================================== --- incubator/ofbiz/trunk/applications/accounting/src/org/ofbiz/accounting/thirdparty/worldpay/WorldPayEvents.java (original) +++ incubator/ofbiz/trunk/applications/accounting/src/org/ofbiz/accounting/thirdparty/worldpay/WorldPayEvents.java Sun Oct 8 02:11:44 2006 @@ -48,10 +48,6 @@ /** * WorldPay Select Pro Events/Services - * - * @author <a href="mailto:[hidden email]">Andy Zeneski</a> - * @version $Rev$ - * @since 2.0 */ public class WorldPayEvents { Modified: incubator/ofbiz/trunk/applications/accounting/webapp/accounting/WEB-INF/actions/invoice/createApplicationList.bsh URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/accounting/webapp/accounting/WEB-INF/actions/invoice/createApplicationList.bsh?view=diff&rev=454106&r1=454105&r2=454106 ============================================================================== --- incubator/ofbiz/trunk/applications/accounting/webapp/accounting/WEB-INF/actions/invoice/createApplicationList.bsh (original) +++ incubator/ofbiz/trunk/applications/accounting/webapp/accounting/WEB-INF/actions/invoice/createApplicationList.bsh Sun Oct 8 02:11:44 2006 @@ -14,10 +14,6 @@ * under the License. */ -/* - *@author Hans Bakker [hidden email] - */ - import java.util.*; import java.math.BigDecimal; import org.ofbiz.entity.*; Modified: incubator/ofbiz/trunk/applications/accounting/webapp/accounting/WEB-INF/actions/invoice/createItemList.bsh URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/accounting/webapp/accounting/WEB-INF/actions/invoice/createItemList.bsh?view=diff&rev=454106&r1=454105&r2=454106 ============================================================================== --- incubator/ofbiz/trunk/applications/accounting/webapp/accounting/WEB-INF/actions/invoice/createItemList.bsh (original) +++ incubator/ofbiz/trunk/applications/accounting/webapp/accounting/WEB-INF/actions/invoice/createItemList.bsh Sun Oct 8 02:11:44 2006 @@ -14,10 +14,6 @@ * under the License. */ -/* - *@author Hans Bakker ([hidden email]) - */ - import java.util.*; import org.ofbiz.entity.*; import org.ofbiz.base.util.*; Modified: incubator/ofbiz/trunk/applications/accounting/webapp/accounting/WEB-INF/actions/invoice/listNotAppliedPayments.bsh URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/accounting/webapp/accounting/WEB-INF/actions/invoice/listNotAppliedPayments.bsh?view=diff&rev=454106&r1=454105&r2=454106 ============================================================================== --- incubator/ofbiz/trunk/applications/accounting/webapp/accounting/WEB-INF/actions/invoice/listNotAppliedPayments.bsh (original) +++ incubator/ofbiz/trunk/applications/accounting/webapp/accounting/WEB-INF/actions/invoice/listNotAppliedPayments.bsh Sun Oct 8 02:11:44 2006 @@ -14,10 +14,6 @@ * under the License. */ -/* - *@author Hans Bakker [hidden email] - */ - import java.util.*; import org.ofbiz.entity.*; import org.ofbiz.base.util.*; Modified: incubator/ofbiz/trunk/applications/accounting/webapp/accounting/invoice/viewInvoice.fo.ftl URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/accounting/webapp/accounting/invoice/viewInvoice.fo.ftl?view=diff&rev=454106&r1=454105&r2=454106 ============================================================================== --- incubator/ofbiz/trunk/applications/accounting/webapp/accounting/invoice/viewInvoice.fo.ftl (original) +++ incubator/ofbiz/trunk/applications/accounting/webapp/accounting/invoice/viewInvoice.fo.ftl Sun Oct 8 02:11:44 2006 @@ -13,9 +13,6 @@ License for the specific language governing permissions and limitations under the License. --> -<#-- - *@author Si Chen ([hidden email]) ---> <?xml version="1.0" encoding="UTF-8" ?> <#escape x as x?xml> <fo:root xmlns:fo="http://www.w3.org/1999/XSL/Format"> |
Free forum by Nabble | Edit this page |