/[Apache-SVN]
ViewVC logotype

Revision 763175


Jump to revision: Previous Next
Author: jleroux
Date: Wed Apr 8 10:54:51 2009 UTC (15 years ago)
Changed paths: 2213 (showing only 100; show all)
Log Message:
2d part and end of an effort to remove trailing spaces
[ \t]+$ => "" (empty)
Should be easier to review when committing changes with trailing spaces removed automatically by anyedit or such tool (please refer to http://docs.ofbiz.org/x/mg)

Of course this effort to remove trailing spaces has no functional implications.

Actually, I was doing a 1st commit and as it's long to upload, I got conflicts with r763135
In the meantime I did some refactoring also in *.java and *.groovy files :
){ => ) {
if( => if (
while( => while (
}else => } else
else{ => else {
switch( => switch (
try{ => try {
}catch => } catch
catch( => catch (
}finally{ => } finally {

So these changes are also in this commit, should not be a problem anyway.


Changed paths

Path Details
Directoryofbiz/trunk/APACHE2_HEADER modified , text changed
Directoryofbiz/trunk/LICENSE modified , text changed
Directoryofbiz/trunk/NOTICE modified , text changed
Directoryofbiz/trunk/OPTIONAL_LIBRARIES modified , text changed
Directoryofbiz/trunk/README modified , text changed
Directoryofbiz/trunk/ant modified , text changed
Directoryofbiz/trunk/ant.bat modified , text changed
Directoryofbiz/trunk/applications/accounting/config/AccountingConfig.properties modified , text changed
Directoryofbiz/trunk/applications/accounting/config/arithmetic.properties modified , text changed
Directoryofbiz/trunk/applications/accounting/config/payment.properties modified , text changed
Directoryofbiz/trunk/applications/accounting/config/paymentTest.properties modified , text changed
Directoryofbiz/trunk/applications/accounting/data/AccountingPortletData.xml modified , text changed
Directoryofbiz/trunk/applications/accounting/data/AccountingSecurityData.xml modified , text changed
Directoryofbiz/trunk/applications/accounting/data/AccountingTypeData.xml modified , text changed
Directoryofbiz/trunk/applications/accounting/data/DemoGeneralChartOfAccounts.xml modified , text changed
Directoryofbiz/trunk/applications/accounting/data/DemoGlSetupData.xml modified , text changed
Directoryofbiz/trunk/applications/accounting/data/DemoOrganizationData.xml modified , text changed
Directoryofbiz/trunk/applications/accounting/data/InvoiceScheduledServiceData.xml modified , text changed
Directoryofbiz/trunk/applications/accounting/data/PaymentsInvoices.xml modified , text changed
Directoryofbiz/trunk/applications/accounting/entitydef/eecas.xml modified , text changed
Directoryofbiz/trunk/applications/accounting/entitydef/entitygroup_olap.xml modified , text changed
Directoryofbiz/trunk/applications/accounting/entitydef/entitymodel.xml modified , text changed
Directoryofbiz/trunk/applications/accounting/entitydef/entitymodel_olap.xml modified , text changed
Directoryofbiz/trunk/applications/accounting/ofbiz-component.xml modified , text changed
Directoryofbiz/trunk/applications/accounting/script/org/ofbiz/accounting/admin/AcctgAdminServices.xml modified , text changed
Directoryofbiz/trunk/applications/accounting/script/org/ofbiz/accounting/agreement/AgreementServices.xml modified , text changed
Directoryofbiz/trunk/applications/accounting/script/org/ofbiz/accounting/cost/CostServices.xml modified , text changed
Directoryofbiz/trunk/applications/accounting/script/org/ofbiz/accounting/finaccount/FinAccountGlPostServices.xml modified , text changed
Directoryofbiz/trunk/applications/accounting/script/org/ofbiz/accounting/finaccount/FinAccountServices.xml modified , text changed
Directoryofbiz/trunk/applications/accounting/script/org/ofbiz/accounting/fixedasset/FixedAssetServices.xml modified , text changed
Directoryofbiz/trunk/applications/accounting/script/org/ofbiz/accounting/invoice/InvoiceEvents.xml modified , text changed
Directoryofbiz/trunk/applications/accounting/script/org/ofbiz/accounting/invoice/InvoiceServices.xml modified , text changed
Directoryofbiz/trunk/applications/accounting/script/org/ofbiz/accounting/invoice/SampleCommissionServices.xml modified , text changed
Directoryofbiz/trunk/applications/accounting/script/org/ofbiz/accounting/ledger/AcctgTransServices.xml modified , text changed
Directoryofbiz/trunk/applications/accounting/script/org/ofbiz/accounting/olap/FactServices.xml modified , text changed
Directoryofbiz/trunk/applications/accounting/script/org/ofbiz/accounting/payment/BillingServices.xml modified , text changed
Directoryofbiz/trunk/applications/accounting/script/org/ofbiz/accounting/payment/PaymentMapProcs.xml modified , text changed
Directoryofbiz/trunk/applications/accounting/script/org/ofbiz/accounting/payment/PaymentMethodEvents.xml modified , text changed
Directoryofbiz/trunk/applications/accounting/script/org/ofbiz/accounting/payment/PaymentMethodServices.xml modified , text changed
Directoryofbiz/trunk/applications/accounting/script/org/ofbiz/accounting/payment/PaymentServices.xml modified , text changed
Directoryofbiz/trunk/applications/accounting/script/org/ofbiz/accounting/period/PeriodServices.xml modified , text changed
Directoryofbiz/trunk/applications/accounting/script/org/ofbiz/accounting/permissions/PermissionServices.xml modified , text changed
Directoryofbiz/trunk/applications/accounting/script/org/ofbiz/accounting/rate/RateServices.xml modified , text changed
Directoryofbiz/trunk/applications/accounting/script/org/ofbiz/accounting/tax/TaxAuthorityServices.xml modified , text changed
Directoryofbiz/trunk/applications/accounting/script/org/ofbiz/accounting/test/AutoAcctgTransTests.xml modified , text changed
Directoryofbiz/trunk/applications/accounting/servicedef/groups.xml modified , text changed
Directoryofbiz/trunk/applications/accounting/servicedef/secas.xml modified , text changed
Directoryofbiz/trunk/applications/accounting/servicedef/secas_ledger.xml modified , text changed
Directoryofbiz/trunk/applications/accounting/servicedef/secas_olap.xml modified , text changed
Directoryofbiz/trunk/applications/accounting/servicedef/secas_payment.xml modified , text changed
Directoryofbiz/trunk/applications/accounting/servicedef/services_admin.xml modified , text changed
Directoryofbiz/trunk/applications/accounting/servicedef/services_agreement.xml modified , text changed
Directoryofbiz/trunk/applications/accounting/servicedef/services_authorizedotnet.xml modified , text changed
Directoryofbiz/trunk/applications/accounting/servicedef/services_billing.xml modified , text changed
Directoryofbiz/trunk/applications/accounting/servicedef/services_clearcommerce.xml modified , text changed
Directoryofbiz/trunk/applications/accounting/servicedef/services_cost.xml modified , text changed
Directoryofbiz/trunk/applications/accounting/servicedef/services_cybersource.xml modified , text changed
Directoryofbiz/trunk/applications/accounting/servicedef/services_finaccount.xml modified , text changed
Directoryofbiz/trunk/applications/accounting/servicedef/services_fixedasset.xml modified , text changed
Directoryofbiz/trunk/applications/accounting/servicedef/services_invoice.xml modified , text changed
Directoryofbiz/trunk/applications/accounting/servicedef/services_ledger.xml modified , text changed
Directoryofbiz/trunk/applications/accounting/servicedef/services_payment.xml modified , text changed
Directoryofbiz/trunk/applications/accounting/servicedef/services_paymentmethod.xml modified , text changed
Directoryofbiz/trunk/applications/accounting/servicedef/services_pccharge.xml modified , text changed
Directoryofbiz/trunk/applications/accounting/servicedef/services_rate.xml modified , text changed
Directoryofbiz/trunk/applications/accounting/servicedef/services_rita.xml modified , text changed
Directoryofbiz/trunk/applications/accounting/servicedef/services_tax.xml modified , text changed
Directoryofbiz/trunk/applications/accounting/servicedef/services_valuelink.xml modified , text changed
Directoryofbiz/trunk/applications/accounting/src/org/ofbiz/accounting/invoice/InvoiceServices.java modified , text changed
Directoryofbiz/trunk/applications/accounting/src/org/ofbiz/accounting/payment/PaymentGatewayServices.java modified , text changed
Directoryofbiz/trunk/applications/accounting/src/org/ofbiz/accounting/thirdparty/authorizedotnet/AIMPaymentServices.java modified , text changed
Directoryofbiz/trunk/applications/accounting/src/org/ofbiz/accounting/thirdparty/verisign/PayflowPro.java modified , text changed
Directoryofbiz/trunk/applications/accounting/src/org/ofbiz/accounting/thirdparty/worldpay/WorldPayEvents.java modified , text changed
Directoryofbiz/trunk/applications/accounting/testdef/accountingtests.xml modified , text changed
Directoryofbiz/trunk/applications/accounting/webapp/accounting/WEB-INF/actions/admin/FilterOutReceipts.groovy modified , text changed
Directoryofbiz/trunk/applications/accounting/webapp/accounting/WEB-INF/actions/admin/ListInvoiceItemTypesGlAccount.groovy modified , text changed
Directoryofbiz/trunk/applications/accounting/webapp/accounting/WEB-INF/actions/chartofaccounts/TaxAuthorityGlAccounts.groovy modified , text changed
Directoryofbiz/trunk/applications/accounting/webapp/accounting/WEB-INF/actions/fixedasset/FixedAssetGeoLocation.groovy modified , text changed
Directoryofbiz/trunk/applications/accounting/webapp/accounting/WEB-INF/actions/fixedasset/ViewCalendar.groovy modified , text changed
Directoryofbiz/trunk/applications/accounting/webapp/accounting/WEB-INF/actions/invoice/CreateApplicationList.groovy modified , text changed
Directoryofbiz/trunk/applications/accounting/webapp/accounting/WEB-INF/actions/invoice/EditInvoice.groovy modified , text changed
Directoryofbiz/trunk/applications/accounting/webapp/accounting/WEB-INF/actions/invoice/GetInvoiceItemTypes.groovy modified , text changed
Directoryofbiz/trunk/applications/accounting/webapp/accounting/WEB-INF/actions/invoice/ListNotAppliedPayments.groovy modified , text changed
Directoryofbiz/trunk/applications/accounting/webapp/accounting/WEB-INF/actions/invoice/OrderListInvoiceItem.groovy modified , text changed
Directoryofbiz/trunk/applications/accounting/webapp/accounting/WEB-INF/actions/order/BillingAccountOrders.groovy modified , text changed
Directoryofbiz/trunk/applications/accounting/webapp/accounting/WEB-INF/actions/payment/ListNotAppliedInvoices.groovy modified , text changed
Directoryofbiz/trunk/applications/accounting/webapp/accounting/WEB-INF/actions/payment/ListNotAppliedPayments.groovy modified , text changed
Directoryofbiz/trunk/applications/accounting/webapp/accounting/WEB-INF/actions/payment/ManualTx.groovy modified , text changed
Directoryofbiz/trunk/applications/accounting/webapp/accounting/WEB-INF/actions/payment/PrintChecks.groovy modified , text changed
Directoryofbiz/trunk/applications/accounting/webapp/accounting/WEB-INF/actions/period/EditCustomTimePeriod.groovy modified , text changed
Directoryofbiz/trunk/applications/accounting/webapp/accounting/WEB-INF/actions/reports/SalesInvoiceByProductCategorySummary.groovy modified , text changed
Directoryofbiz/trunk/applications/accounting/webapp/accounting/WEB-INF/actions/reports/TransactionTotals.groovy modified , text changed
Directoryofbiz/trunk/applications/accounting/webapp/accounting/WEB-INF/actions/transaction/AuthorizeTransaction.groovy modified , text changed
Directoryofbiz/trunk/applications/accounting/webapp/accounting/WEB-INF/actions/transaction/CaptureTransaction.groovy modified , text changed
Directoryofbiz/trunk/applications/accounting/webapp/accounting/WEB-INF/actions/transaction/ViewGatewayResponse.groovy modified , text changed
Directoryofbiz/trunk/applications/accounting/webapp/accounting/WEB-INF/controller.xml modified , text changed
Directoryofbiz/trunk/applications/accounting/webapp/accounting/WEB-INF/web.xml modified , text changed
Directoryofbiz/trunk/applications/accounting/webapp/accounting/agreement/AgreementForms.xml modified , text changed
Directoryofbiz/trunk/applications/accounting/webapp/accounting/error/error.jsp modified , text changed
Directoryofbiz/trunk/applications/accounting/webapp/accounting/fixedasset/FixedAssetGeoLocation.ftl modified , text changed
[...]

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26