/[Apache-SVN]
ViewVC logotype

Revision 1747712


Jump to revision: Previous Next
Author: jleroux
Date: Fri Jun 10 14:04:30 2016 UTC (7 years, 9 months ago)
Changed paths: 347 (showing only 100; show all)
Log Message:
A big but straightforward commit for "Move minilang scripts from component://componentname/script/org/ofbiz to component://componentname/minilang" - https://issues.apache.org/jira/browse/OFBIZ-7267

I removed duplicate paths were componentname was uselessly repeated after component://componentname/script/org/ofbiz (projectmngr was the only one using there project instead)

I had few typos, easily fixed thanks to the tests. There could be still typos but they are unexpected and anyway no-brainer to fix 

I'm still wondering about specialpurpose/example/minilang/README.txt.
I changed its content to 
  "The minilang directory is for static resources that are interpreted at run time rather than being compiled. This goes on the classpath, but does not get built or put into a JAR file."
not sure it makes any sense, I don't see how this relates to the classpath. 


Changed paths

Path Details
Directoryofbiz/trunk/applications/accounting/minilang/ added
Directoryofbiz/trunk/applications/accounting/minilang/UpgradeServices.xml
(Copied from ofbiz/trunk/applications/accounting/script/org/ofbiz/accounting/UpgradeServices.xml, r1747598)
added
Directoryofbiz/trunk/applications/accounting/minilang/admin/
(Copied from ofbiz/trunk/applications/accounting/script/org/ofbiz/accounting/admin, r1747688)
added
Directoryofbiz/trunk/applications/accounting/minilang/agreement/
(Copied from ofbiz/trunk/applications/accounting/script/org/ofbiz/accounting/agreement, r1747598)
added
Directoryofbiz/trunk/applications/accounting/minilang/budget/
(Copied from ofbiz/trunk/applications/accounting/script/org/ofbiz/accounting/budget, r1747598)
added
Directoryofbiz/trunk/applications/accounting/minilang/finaccount/
(Copied from ofbiz/trunk/applications/accounting/script/org/ofbiz/accounting/finaccount, r1747598)
added
Directoryofbiz/trunk/applications/accounting/minilang/fixedasset/
(Copied from ofbiz/trunk/applications/accounting/script/org/ofbiz/accounting/fixedasset, r1747598)
added
Directoryofbiz/trunk/applications/accounting/minilang/invoice/
(Copied from ofbiz/trunk/applications/accounting/script/org/ofbiz/accounting/invoice, r1747598)
added
Directoryofbiz/trunk/applications/accounting/minilang/ledger/
(Copied from ofbiz/trunk/applications/accounting/script/org/ofbiz/accounting/ledger, r1747598)
added
Directoryofbiz/trunk/applications/accounting/minilang/ledger/AcctgTransServices.xml modified , text changed
Directoryofbiz/trunk/applications/accounting/minilang/payment/
(Copied from ofbiz/trunk/applications/accounting/script/org/ofbiz/accounting/payment, r1747598)
added
Directoryofbiz/trunk/applications/accounting/minilang/payment/PaymentMethodEvents.xml modified , text changed
Directoryofbiz/trunk/applications/accounting/minilang/period/
(Copied from ofbiz/trunk/applications/accounting/script/org/ofbiz/accounting/period, r1747598)
added
Directoryofbiz/trunk/applications/accounting/minilang/permissions/
(Copied from ofbiz/trunk/applications/accounting/script/org/ofbiz/accounting/permissions, r1747598)
added
Directoryofbiz/trunk/applications/accounting/minilang/permissions/PermissionServices.xml modified , text changed
Directoryofbiz/trunk/applications/accounting/minilang/rate/
(Copied from ofbiz/trunk/applications/accounting/script/org/ofbiz/accounting/rate, r1747598)
added
Directoryofbiz/trunk/applications/accounting/minilang/tax/
(Copied from ofbiz/trunk/applications/accounting/script/org/ofbiz/accounting/tax, r1747598)
added
Directoryofbiz/trunk/applications/accounting/minilang/test/
(Copied from ofbiz/trunk/applications/accounting/script/org/ofbiz/accounting/test, r1747598)
added
Directoryofbiz/trunk/applications/accounting/minilang/test/AutoAcctgTransTestsSales.xml modified , text changed
Directoryofbiz/trunk/applications/accounting/script/ deleted
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_budget.xml modified , text changed
Directoryofbiz/trunk/applications/accounting/servicedef/services_cost.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_paymentgateway.xml modified , text changed
Directoryofbiz/trunk/applications/accounting/servicedef/services_paymentmethod.xml modified , text changed
Directoryofbiz/trunk/applications/accounting/servicedef/services_perm.xml modified , text changed
Directoryofbiz/trunk/applications/accounting/servicedef/services_rate.xml modified , text changed
Directoryofbiz/trunk/applications/accounting/servicedef/services_tax.xml modified , text changed
Directoryofbiz/trunk/applications/accounting/servicedef/services_upgrade.xml modified , text changed
Directoryofbiz/trunk/applications/accounting/testdef/accountingtests.xml modified , text changed
Directoryofbiz/trunk/applications/accounting/testdef/fixedassettests.xml modified , text changed
Directoryofbiz/trunk/applications/accounting/testdef/invoicetests.xml modified , text changed
Directoryofbiz/trunk/applications/accounting/testdef/paymentappltests.xml modified , text changed
Directoryofbiz/trunk/applications/accounting/testdef/paymenttests.xml modified , text changed
Directoryofbiz/trunk/applications/accounting/webapp/accounting/WEB-INF/controller.xml modified , text changed
Directoryofbiz/trunk/applications/commonext/minilang/ added
Directoryofbiz/trunk/applications/commonext/minilang/SystemInfoServices.xml
(Copied from ofbiz/trunk/applications/commonext/script/org/ofbiz/SystemInfoServices.xml, r1747586)
added
Directoryofbiz/trunk/applications/commonext/minilang/setup/
(Copied from ofbiz/trunk/applications/commonext/script/org/ofbiz/setup, r1747586)
added
Directoryofbiz/trunk/applications/commonext/minilang/setup/SetupEvents.xml modified , text changed
Directoryofbiz/trunk/applications/commonext/script/org/ofbiz/SystemInfoServices.xml deleted
Directoryofbiz/trunk/applications/commonext/script/org/ofbiz/setup/ deleted
Directoryofbiz/trunk/applications/commonext/servicedef/services.xml modified , text changed
Directoryofbiz/trunk/applications/commonext/webapp/ofbizsetup/WEB-INF/controller.xml modified , text changed
Directoryofbiz/trunk/applications/content/minilang/ added
Directoryofbiz/trunk/applications/content/minilang/ContentManagementMapProcessors.xml
(Copied from ofbiz/trunk/applications/content/script/org/ofbiz/content/ContentManagementMapProcessors.xml, r1747586)
added
Directoryofbiz/trunk/applications/content/minilang/blog/
(Copied from ofbiz/trunk/applications/content/script/org/ofbiz/content/blog, r1747586)
added
Directoryofbiz/trunk/applications/content/minilang/compdoc/
(Copied from ofbiz/trunk/applications/content/script/org/ofbiz/content/compdoc, r1747586)
added
Directoryofbiz/trunk/applications/content/minilang/content/
(Copied from ofbiz/trunk/applications/content/script/org/ofbiz/content/content, r1747586)
added
Directoryofbiz/trunk/applications/content/minilang/data/
(Copied from ofbiz/trunk/applications/content/script/org/ofbiz/content/data, r1747586)
added
Directoryofbiz/trunk/applications/content/minilang/layout/
(Copied from ofbiz/trunk/applications/content/script/org/ofbiz/content/layout, r1747586)
added
Directoryofbiz/trunk/applications/content/minilang/layout/LayoutEvents.xml modified , text changed
Directoryofbiz/trunk/applications/content/minilang/permission/
(Copied from ofbiz/trunk/applications/content/script/org/ofbiz/content/permission, r1747586)
added
Directoryofbiz/trunk/applications/content/minilang/permission/ContentPermissionServices.xml modified , text changed
Directoryofbiz/trunk/applications/content/minilang/permission/DataResourcePermissionServices.xml modified , text changed
Directoryofbiz/trunk/applications/content/minilang/survey/
(Copied from ofbiz/trunk/applications/content/script/org/ofbiz/content/survey, r1747586)
added
Directoryofbiz/trunk/applications/content/minilang/website/
(Copied from ofbiz/trunk/applications/content/script/org/ofbiz/content/website, r1747586)
added
Directoryofbiz/trunk/applications/content/script/ deleted
Directoryofbiz/trunk/applications/content/servicedef/services.xml modified , text changed
Directoryofbiz/trunk/applications/content/servicedef/services_commevent.xml modified , text changed
Directoryofbiz/trunk/applications/content/servicedef/services_content.xml modified , text changed
Directoryofbiz/trunk/applications/content/servicedef/services_contenttypes.xml modified , text changed
Directoryofbiz/trunk/applications/content/servicedef/services_data.xml modified , text changed
Directoryofbiz/trunk/applications/content/servicedef/services_survey.xml modified , text changed
Directoryofbiz/trunk/applications/content/servicedef/services_website.xml modified , text changed
Directoryofbiz/trunk/applications/content/src/org/ofbiz/content/content/ContentServicesComplex.java modified , text changed
Directoryofbiz/trunk/applications/content/src/org/ofbiz/content/content/ContentWorker.java modified , text changed
Directoryofbiz/trunk/applications/content/src/org/ofbiz/content/content/UploadContentAndImage.java modified , text changed
Directoryofbiz/trunk/applications/content/src/org/ofbiz/content/layout/LayoutEvents.java modified , text changed
Directoryofbiz/trunk/applications/content/webapp/content/WEB-INF/actions/cms/CmsEditAddPrep.groovy modified , text changed
Directoryofbiz/trunk/applications/content/webapp/content/WEB-INF/controller.xml modified , text changed
Directoryofbiz/trunk/applications/humanres/minilang/ added
Directoryofbiz/trunk/applications/humanres/minilang/HumanResEvents.xml
(Copied from ofbiz/trunk/applications/humanres/script/org/ofbiz/humanres/HumanResEvents.xml, r1747586)
added
Directoryofbiz/trunk/applications/humanres/minilang/HumanResServices.xml
(Copied from ofbiz/trunk/applications/humanres/script/org/ofbiz/humanres/HumanResServices.xml, r1747586)
added , text changed
Directoryofbiz/trunk/applications/humanres/minilang/UpgradeServices.xml
(Copied from ofbiz/trunk/applications/humanres/script/org/ofbiz/humanres/UpgradeServices.xml, r1747586)
added
Directoryofbiz/trunk/applications/humanres/minilang/permission/
(Copied from ofbiz/trunk/applications/humanres/script/org/ofbiz/humanres/permission, r1747586)
added
Directoryofbiz/trunk/applications/humanres/minilang/permission/HumanResPermissionServices.xml modified , text changed
Directoryofbiz/trunk/applications/humanres/script/ deleted
Directoryofbiz/trunk/applications/humanres/servicedef/services.xml modified , text changed
Directoryofbiz/trunk/applications/humanres/servicedef/services_upgrade.xml modified , text changed
Directoryofbiz/trunk/applications/humanres/webapp/humanres/WEB-INF/controller.xml modified , text changed
Directoryofbiz/trunk/applications/manufacturing/minilang/ added
Directoryofbiz/trunk/applications/manufacturing/minilang/bom/
(Copied from ofbiz/trunk/applications/manufacturing/script/org/ofbiz/manufacturing/bom, r1747586)
added
Directoryofbiz/trunk/applications/manufacturing/minilang/bom/BomSimpleMethods.xml modified , text changed
Directoryofbiz/trunk/applications/manufacturing/minilang/jobshopmgt/
(Copied from ofbiz/trunk/applications/manufacturing/script/org/ofbiz/manufacturing/jobshopmgt, r1747586)
added
Directoryofbiz/trunk/applications/manufacturing/minilang/jobshopmgt/ProductionRunServices.xml modified , text changed
Directoryofbiz/trunk/applications/manufacturing/minilang/routing/
(Copied from ofbiz/trunk/applications/manufacturing/script/org/ofbiz/manufacturing/routing, r1747586)
added
Directoryofbiz/trunk/applications/manufacturing/minilang/techdata/
(Copied from ofbiz/trunk/applications/manufacturing/script/org/ofbiz/manufacturing/techdata, r1747586)
added
Directoryofbiz/trunk/applications/manufacturing/minilang/techdata/RoutingSimpleEvents.xml modified , text changed
Directoryofbiz/trunk/applications/manufacturing/minilang/test/
(Copied from ofbiz/trunk/applications/manufacturing/script/org/ofbiz/manufacturing/test, r1747586)
added
Directoryofbiz/trunk/applications/manufacturing/script/ deleted
Directoryofbiz/trunk/applications/manufacturing/servicedef/services_bom.xml modified , text changed
Directoryofbiz/trunk/applications/manufacturing/servicedef/services_calendar.xml modified , text changed
Directoryofbiz/trunk/applications/manufacturing/servicedef/services_formula.xml modified , text changed
Directoryofbiz/trunk/applications/manufacturing/servicedef/services_production_run.xml modified , text changed
[...]

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26