Skip to content

Commit

Permalink
Fixed: Add http to https redirect rule for ofbiz.apache.org (OFBIZ-10…
Browse files Browse the repository at this point in the history
…590)

This prevented to run the stable demo, hence the next, weirdly the trunk had
not this problem. Anyway better safe than sorry... Maybe related to Gradle
version or rather libs loaded?

The reason why the stable (and old) demos were not running is because the
EntitySaxReaderTests did not pass
  • Loading branch information
JacquesLeRoux committed Jul 20, 2021
1 parent f360403 commit 2c421ce
Show file tree
Hide file tree
Showing 317 changed files with 317 additions and 317 deletions.
2 changes: 1 addition & 1 deletion applications/accounting/config/AccountingEntityLabels.xml
Expand Up @@ -18,7 +18,7 @@
specific language governing permissions and limitations
under the License.
-->
<resource xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/ofbiz-properties.xsd">
<resource xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://ofbiz.apache.org/dtds/ofbiz-properties.xsd">
<property key="AcctgTransType.description.AMORTIZATION">
<value xml:lang="ar">الإطفاء</value>
<value xml:lang="de">Amortisation</value>
Expand Down
2 changes: 1 addition & 1 deletion applications/accounting/config/AccountingErrorUiLabels.xml
Expand Up @@ -18,7 +18,7 @@
specific language governing permissions and limitations
under the License.
-->
<resource xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/ofbiz-properties.xsd">
<resource xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://ofbiz.apache.org/dtds/ofbiz-properties.xsd">
<property key="AccountingCheckAccountCannotBeUpdated">
<value xml:lang="en">ERROR: Could not update Check Account.</value>
</property>
Expand Down
2 changes: 1 addition & 1 deletion applications/accounting/config/AccountingUiLabels.xml
Expand Up @@ -18,7 +18,7 @@
specific language governing permissions and limitations
under the License.
-->
<resource xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/ofbiz-properties.xsd">
<resource xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://ofbiz.apache.org/dtds/ofbiz-properties.xsd">
<property key="AccountingAccount">
<value xml:lang="ar">حساب</value>
<value xml:lang="cs">Účet</value>
Expand Down
2 changes: 1 addition & 1 deletion applications/accounting/entitydef/eecas.xml
Expand Up @@ -19,7 +19,7 @@
-->

<entity-eca xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/entity-eca.xsd">
xsi:noNamespaceSchemaLocation="https://ofbiz.apache.org/dtds/entity-eca.xsd">

<!-- To maintain FinAccount.actualBalance and FinAccount.availableBalance -->
<eca entity="FinAccountTrans" operation="create-store" event="return">
Expand Down
2 changes: 1 addition & 1 deletion applications/accounting/entitydef/entitymodel_reports.xml
Expand Up @@ -19,7 +19,7 @@ under the License.
-->

<entitymodel xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/entitymodel.xsd">
xsi:noNamespaceSchemaLocation="https://ofbiz.apache.org/dtds/entitymodel.xsd">
<!-- ========================================================= -->
<!-- ======================== Defaults ======================= -->
<!-- ========================================================= -->
Expand Down
2 changes: 1 addition & 1 deletion applications/accounting/ofbiz-component.xml
Expand Up @@ -20,7 +20,7 @@ under the License.

<ofbiz-component name="accounting"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/ofbiz-component.xsd">
xsi:noNamespaceSchemaLocation="https://ofbiz.apache.org/dtds/ofbiz-component.xsd">
<resource-loader name="main" type="component"/>
<classpath type="dir" location="config"/>

Expand Down
2 changes: 1 addition & 1 deletion applications/accounting/servicedef/groups.xml
Expand Up @@ -19,7 +19,7 @@ under the License.
-->

<service-group xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/service-group.xsd">
xsi:noNamespaceSchemaLocation="https://ofbiz.apache.org/dtds/service-group.xsd">

<group name="createCreditCardAndAddress" send-mode="all">
<invoke name="createPostalAddress" mode="sync" result-to-context="true"/>
Expand Down
2 changes: 1 addition & 1 deletion applications/accounting/servicedef/secas.xml
Expand Up @@ -19,7 +19,7 @@ under the License.
-->

<service-eca xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/service-eca.xsd">
xsi:noNamespaceSchemaLocation="https://ofbiz.apache.org/dtds/service-eca.xsd">

<eca service="createBudget" event="commit">
<set field-name="statusId" value="BG_CREATED"/>
Expand Down
2 changes: 1 addition & 1 deletion applications/accounting/servicedef/secas_invoice.xml
Expand Up @@ -19,7 +19,7 @@ under the License.
-->

<service-eca xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/service-eca.xsd">
xsi:noNamespaceSchemaLocation="https://ofbiz.apache.org/dtds/service-eca.xsd">

<!-- On cancelling invoice reverse its Accounting Transactions -->
<eca service="cancelInvoice" event="invoke">
Expand Down
2 changes: 1 addition & 1 deletion applications/accounting/servicedef/secas_ledger.xml
Expand Up @@ -19,7 +19,7 @@ under the License.
-->

<service-eca xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/service-eca.xsd">
xsi:noNamespaceSchemaLocation="https://ofbiz.apache.org/dtds/service-eca.xsd">

<!-- this eca automatically posts the accounting transactions to GL -->
<eca service="createAcctgTransAndEntries" event="commit">
Expand Down
2 changes: 1 addition & 1 deletion applications/accounting/servicedef/secas_payment.xml
Expand Up @@ -19,7 +19,7 @@ under the License.
-->

<service-eca xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/service-eca.xsd">
xsi:noNamespaceSchemaLocation="https://ofbiz.apache.org/dtds/service-eca.xsd">

<!-- these SECAs are for automatically creating accounting transactions based on business transactions.
They should normally be "sync" SECAs so that they happen as soon
Expand Down
2 changes: 1 addition & 1 deletion applications/accounting/servicedef/services_admin.xml
Expand Up @@ -19,7 +19,7 @@ under the License.
-->

<services xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/services.xsd">
xsi:noNamespaceSchemaLocation="https://ofbiz.apache.org/dtds/services.xsd">
<description>Accounting Services - Miscellaneous</description>
<vendor>OFBiz</vendor>
<version>1.0</version>
Expand Down
2 changes: 1 addition & 1 deletion applications/accounting/servicedef/services_agreement.xml
Expand Up @@ -18,7 +18,7 @@ specific language governing permissions and limitations
under the License.
-->
<services xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/services.xsd">
xsi:noNamespaceSchemaLocation="https://ofbiz.apache.org/dtds/services.xsd">
<description>Accounting Services: Agreements </description>
<vendor>OFBiz</vendor>
<version>1.0</version>
Expand Down
Expand Up @@ -19,7 +19,7 @@ under the License.
-->

<services xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/services.xsd">
xsi:noNamespaceSchemaLocation="https://ofbiz.apache.org/dtds/services.xsd">
<description>Accounting Services</description>
<vendor>OFBiz</vendor>
<version>1.0</version>
Expand Down
2 changes: 1 addition & 1 deletion applications/accounting/servicedef/services_billing.xml
Expand Up @@ -19,7 +19,7 @@ under the License.
-->

<services xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/services.xsd">
xsi:noNamespaceSchemaLocation="https://ofbiz.apache.org/dtds/services.xsd">
<description>Accounting Services</description>
<vendor>OFBiz</vendor>
<version>1.0</version>
Expand Down
2 changes: 1 addition & 1 deletion applications/accounting/servicedef/services_budget.xml
Expand Up @@ -19,7 +19,7 @@ under the License.
-->

<services xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/services.xsd">
xsi:noNamespaceSchemaLocation="https://ofbiz.apache.org/dtds/services.xsd">
<description>Accounting Services: Budget</description>
<vendor>Apache OFBiz</vendor>
<version>1.0</version>
Expand Down
Expand Up @@ -19,7 +19,7 @@ under the License.
-->

<services xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/services.xsd">
xsi:noNamespaceSchemaLocation="https://ofbiz.apache.org/dtds/services.xsd">
<description>Clear Commerce Services</description>
<vendor>OFBiz</vendor>
<version>1.0</version>
Expand Down
2 changes: 1 addition & 1 deletion applications/accounting/servicedef/services_cost.xml
Expand Up @@ -19,7 +19,7 @@ under the License.
-->

<services xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/services.xsd">
xsi:noNamespaceSchemaLocation="https://ofbiz.apache.org/dtds/services.xsd">
<description>Cost Services</description>
<vendor>OFBiz</vendor>
<version>1.0</version>
Expand Down
Expand Up @@ -19,7 +19,7 @@ under the License.
-->

<services xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/services.xsd">
xsi:noNamespaceSchemaLocation="https://ofbiz.apache.org/dtds/services.xsd">
<description>Accounting Services</description>
<vendor>OFBiz</vendor>
<version>1.0</version>
Expand Down
2 changes: 1 addition & 1 deletion applications/accounting/servicedef/services_finaccount.xml
Expand Up @@ -19,7 +19,7 @@ under the License.
-->

<services xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/services.xsd">
xsi:noNamespaceSchemaLocation="https://ofbiz.apache.org/dtds/services.xsd">
<description>Accounting Services: Financial Account</description>
<vendor>OFBiz</vendor>
<version>1.0</version>
Expand Down
2 changes: 1 addition & 1 deletion applications/accounting/servicedef/services_fixedasset.xml
Expand Up @@ -19,7 +19,7 @@ under the License.
-->

<services xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/services.xsd">
xsi:noNamespaceSchemaLocation="https://ofbiz.apache.org/dtds/services.xsd">
<description>Accounting Services: Fixed Asset </description>
<vendor>OFBiz</vendor>
<version>1.0</version>
Expand Down
2 changes: 1 addition & 1 deletion applications/accounting/servicedef/services_invoice.xml
Expand Up @@ -19,7 +19,7 @@ under the License.
-->

<services xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/services.xsd">
xsi:noNamespaceSchemaLocation="https://ofbiz.apache.org/dtds/services.xsd">
<description>Accounting Services</description>
<vendor>OFBiz</vendor>
<version>1.0</version>
Expand Down
2 changes: 1 addition & 1 deletion applications/accounting/servicedef/services_ledger.xml
Expand Up @@ -19,7 +19,7 @@ under the License.
-->

<services xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/services.xsd">
xsi:noNamespaceSchemaLocation="https://ofbiz.apache.org/dtds/services.xsd">
<description>Accounting Services</description>
<vendor>OFBiz</vendor>
<version>1.0</version>
Expand Down
2 changes: 1 addition & 1 deletion applications/accounting/servicedef/services_orbital.xml
Expand Up @@ -19,7 +19,7 @@ under the License.
-->

<services xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/services.xsd">
xsi:noNamespaceSchemaLocation="https://ofbiz.apache.org/dtds/services.xsd">
<description>OrbitalGateway Services</description>
<vendor></vendor>
<version>1.0</version>
Expand Down
2 changes: 1 addition & 1 deletion applications/accounting/servicedef/services_payment.xml
Expand Up @@ -19,7 +19,7 @@ under the License.
-->

<services xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/services.xsd">
xsi:noNamespaceSchemaLocation="https://ofbiz.apache.org/dtds/services.xsd">
<description>Accounting Services</description>
<vendor>OFBiz</vendor>
<version>1.0</version>
Expand Down
Expand Up @@ -19,7 +19,7 @@ under the License.
-->

<services xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/services.xsd">
xsi:noNamespaceSchemaLocation="https://ofbiz.apache.org/dtds/services.xsd">
<description>Accounting Payment Gateway Config Services</description>
<vendor>OFBiz</vendor>
<version>1.0</version>
Expand Down
Expand Up @@ -19,7 +19,7 @@ under the License.
-->

<services xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/services.xsd">
xsi:noNamespaceSchemaLocation="https://ofbiz.apache.org/dtds/services.xsd">
<description>Accounting Services</description>
<vendor>OFBiz</vendor>
<version>1.0</version>
Expand Down
2 changes: 1 addition & 1 deletion applications/accounting/servicedef/services_paypal.xml
Expand Up @@ -19,7 +19,7 @@ under the License.
-->

<services xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/services.xsd">
xsi:noNamespaceSchemaLocation="https://ofbiz.apache.org/dtds/services.xsd">
<description>PayPal Services</description>

<service name="payPalSetExpressCheckout" engine="java"
Expand Down
2 changes: 1 addition & 1 deletion applications/accounting/servicedef/services_pccharge.xml
Expand Up @@ -19,7 +19,7 @@ under the License.
-->

<services xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/services.xsd">
xsi:noNamespaceSchemaLocation="https://ofbiz.apache.org/dtds/services.xsd">
<description>Accounting Services</description>
<vendor>OFBiz</vendor>
<version>1.0</version>
Expand Down
2 changes: 1 addition & 1 deletion applications/accounting/servicedef/services_perm.xml
Expand Up @@ -19,7 +19,7 @@ under the License.
-->

<services xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/services.xsd">
xsi:noNamespaceSchemaLocation="https://ofbiz.apache.org/dtds/services.xsd">
<description>Accounting Permission Services</description>
<vendor>OFBiz</vendor>
<version>1.0</version>
Expand Down
2 changes: 1 addition & 1 deletion applications/accounting/servicedef/services_rate.xml
Expand Up @@ -19,7 +19,7 @@ under the License.
-->

<services xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/services.xsd">
xsi:noNamespaceSchemaLocation="https://ofbiz.apache.org/dtds/services.xsd">
<description>Accounting Services: Rate and related services</description>
<vendor>OFBiz</vendor>
<version>1.0</version>
Expand Down
2 changes: 1 addition & 1 deletion applications/accounting/servicedef/services_rita.xml
Expand Up @@ -19,7 +19,7 @@ under the License.
-->

<services xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/services.xsd">
xsi:noNamespaceSchemaLocation="https://ofbiz.apache.org/dtds/services.xsd">
<description>Accounting Services</description>
<vendor>OFBiz</vendor>
<version>1.0</version>
Expand Down
2 changes: 1 addition & 1 deletion applications/accounting/servicedef/services_sagepay.xml
Expand Up @@ -19,7 +19,7 @@ under the License.
-->

<services xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/services.xsd">
xsi:noNamespaceSchemaLocation="https://ofbiz.apache.org/dtds/services.xsd">
<description>Accounting Services</description>
<vendor>OFBiz</vendor>
<version>1.0</version>
Expand Down
2 changes: 1 addition & 1 deletion applications/accounting/servicedef/services_securepay.xml
Expand Up @@ -19,7 +19,7 @@ under the License.
-->

<services xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/services.xsd">
xsi:noNamespaceSchemaLocation="https://ofbiz.apache.org/dtds/services.xsd">
<description>Accounting Services</description>
<vendor>OFBiz</vendor>
<version>1.0</version>
Expand Down
2 changes: 1 addition & 1 deletion applications/accounting/servicedef/services_tax.xml
Expand Up @@ -19,7 +19,7 @@ under the License.
-->

<services xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/services.xsd">
xsi:noNamespaceSchemaLocation="https://ofbiz.apache.org/dtds/services.xsd">
<description>Accounting Services: TaxAuthority and related </description>
<vendor>OFBiz</vendor>
<version>1.0</version>
Expand Down
2 changes: 1 addition & 1 deletion applications/accounting/servicedef/services_valuelink.xml
Expand Up @@ -19,7 +19,7 @@ under the License.
-->

<services xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/services.xsd">
xsi:noNamespaceSchemaLocation="https://ofbiz.apache.org/dtds/services.xsd">
<description>Accounting Services</description>
<vendor>OFBiz</vendor>
<version>1.0</version>
Expand Down
2 changes: 1 addition & 1 deletion applications/accounting/servicedef/services_verisign.xml
Expand Up @@ -19,7 +19,7 @@ under the License.
-->

<services xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/services.xsd">
xsi:noNamespaceSchemaLocation="https://ofbiz.apache.org/dtds/services.xsd">
<description>Accounting Services</description>
<vendor>OFBiz</vendor>
<version>1.0</version>
Expand Down
2 changes: 1 addition & 1 deletion applications/accounting/testdef/accountingtests.xml
Expand Up @@ -20,7 +20,7 @@

<test-suite suite-name="accountingtests"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/test-suite.xsd">
xsi:noNamespaceSchemaLocation="https://ofbiz.apache.org/dtds/test-suite.xsd">

<test-case case-name="accounting-tests-data-load">
<entity-xml action="load" entity-xml-url="component://accounting/testdef/data/AccountingTestsData.xml"/>
Expand Down
2 changes: 1 addition & 1 deletion applications/accounting/testdef/fixedassettests.xml
Expand Up @@ -20,7 +20,7 @@

<test-suite suite-name="fixedassettests"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/test-suite.xsd">
xsi:noNamespaceSchemaLocation="https://ofbiz.apache.org/dtds/test-suite.xsd">

<test-case case-name="accounting-tests-data-load">
<entity-xml action="load" entity-xml-url="component://accounting/testdef/data/AccountingTestsData.xml"/>
Expand Down
2 changes: 1 addition & 1 deletion applications/accounting/testdef/invoicetests.xml
Expand Up @@ -20,7 +20,7 @@

<test-suite suite-name="invoicetests"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/test-suite.xsd">
xsi:noNamespaceSchemaLocation="https://ofbiz.apache.org/dtds/test-suite.xsd">

<test-group case-name="auto-invoice-tests">
<junit-test-suite class-name="org.apache.ofbiz.accounting.AutoInvoiceTests"/>
Expand Down
2 changes: 1 addition & 1 deletion applications/accounting/testdef/paymentappltests.xml
Expand Up @@ -20,7 +20,7 @@

<test-suite suite-name="paymentappltests"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/test-suite.xsd">
xsi:noNamespaceSchemaLocation="https://ofbiz.apache.org/dtds/test-suite.xsd">

<test-case case-name="application-tests-data-load">
<entity-xml action="load" entity-xml-url="component://accounting/testdef/data/PaymentApplicationTestsData.xml"/>
Expand Down
2 changes: 1 addition & 1 deletion applications/accounting/testdef/paymenttests.xml
Expand Up @@ -20,7 +20,7 @@

<test-suite suite-name="paymenttests"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/test-suite.xsd">
xsi:noNamespaceSchemaLocation="https://ofbiz.apache.org/dtds/test-suite.xsd">

<test-case case-name="auto-payment-tests">
<junit-test-suite class-name="org.apache.ofbiz.accounting.AutoPaymentTests"/>
Expand Down
2 changes: 1 addition & 1 deletion applications/accounting/testdef/ratetests.xml
Expand Up @@ -20,7 +20,7 @@

<test-suite suite-name="ratetests"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/test-suite.xsd">
xsi:noNamespaceSchemaLocation="https://ofbiz.apache.org/dtds/test-suite.xsd">
<test-case case-name="rate-tests-data-load">
<entity-xml action="load" entity-xml-url="component://accounting/testdef/data/RateTestsData.xml"/>
</test-case>
Expand Down
2 changes: 1 addition & 1 deletion applications/commonext/config/CommonExtUiLabels.xml
Expand Up @@ -18,7 +18,7 @@
specific language governing permissions and limitations
under the License.
-->
<resource xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/ofbiz-properties.xsd">
<resource xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://ofbiz.apache.org/dtds/ofbiz-properties.xsd">
<property key="CommonExtCreatePublicMessage">
<value xml:lang="de">Erzeuge öffentliche Nachricht</value>
<value xml:lang="en">Create Public Message</value>
Expand Down

0 comments on commit 2c421ce

Please sign in to comment.