Author: deepak
Date: Mon Oct 16 18:43:14 2017 New Revision: 1812309 URL: http://svn.apache.org/viewvc?rev=1812309&view=rev Log: Improved: No functional change, Only added license header Modified: ofbiz/ofbiz-framework/trunk/applications/party/template/party/AddCheckForParty.ftl ofbiz/ofbiz-framework/trunk/applications/product/template/facility/PickMoveStockSimple.fo.ftl ofbiz/ofbiz-framework/trunk/framework/catalina/src/main/java/org/apache/ofbiz/catalina/container/FilterJars.java ofbiz/ofbiz-framework/trunk/framework/common/config/QRCodeUiLabels.xml ofbiz/ofbiz-framework/trunk/framework/entityext/src/main/java/org/apache/ofbiz/entityext/data/UpgradeServices.java ofbiz/ofbiz-framework/trunk/framework/resources/templates/AdminNewTenantData-Derby.xml ofbiz/ofbiz-framework/trunk/framework/resources/templates/AdminNewTenantData-MySQL.xml ofbiz/ofbiz-framework/trunk/framework/resources/templates/AdminNewTenantData-Oracle.xml ofbiz/ofbiz-framework/trunk/framework/resources/templates/AdminNewTenantData-PostgreSQL.xml ofbiz/ofbiz-framework/trunk/framework/resources/templates/AdminUserLoginData.xml ofbiz/ofbiz-framework/trunk/framework/resources/templates/CommonScreens.xml ofbiz/ofbiz-framework/trunk/framework/resources/templates/DemoData.xml ofbiz/ofbiz-framework/trunk/framework/resources/templates/Forms.xml ofbiz/ofbiz-framework/trunk/framework/resources/templates/HELP.xml ofbiz/ofbiz-framework/trunk/framework/resources/templates/Menus.xml ofbiz/ofbiz-framework/trunk/framework/resources/templates/Screens.xml ofbiz/ofbiz-framework/trunk/framework/resources/templates/SecurityGroupDemoData.xml ofbiz/ofbiz-framework/trunk/framework/resources/templates/SecurityPermissionSeedData.xml ofbiz/ofbiz-framework/trunk/framework/resources/templates/Tests.xml ofbiz/ofbiz-framework/trunk/framework/resources/templates/TypeData.xml ofbiz/ofbiz-framework/trunk/framework/resources/templates/UiLabels.xml ofbiz/ofbiz-framework/trunk/framework/resources/templates/build.gradle ofbiz/ofbiz-framework/trunk/framework/resources/templates/controller.xml ofbiz/ofbiz-framework/trunk/framework/resources/templates/document.xml ofbiz/ofbiz-framework/trunk/framework/resources/templates/entitymodel.xml ofbiz/ofbiz-framework/trunk/framework/resources/templates/error.jsp ofbiz/ofbiz-framework/trunk/framework/resources/templates/index.jsp ofbiz/ofbiz-framework/trunk/framework/resources/templates/ofbiz-component.xml ofbiz/ofbiz-framework/trunk/framework/resources/templates/services.xml ofbiz/ofbiz-framework/trunk/framework/resources/templates/web.xml ofbiz/ofbiz-framework/trunk/framework/start/src/test/java/org/apache/ofbiz/base/start/OfbizStartupUnitTests.java ofbiz/ofbiz-framework/trunk/framework/webapp/config/requestHandler.properties ofbiz/ofbiz-framework/trunk/gradle/wrapper/gradle-wrapper.properties ofbiz/ofbiz-framework/trunk/themes/rainbowstone/template/includes/Avatar.ftl ofbiz/ofbiz-framework/trunk/themes/rainbowstone/webapp/rainbowstone/js/rainbowstone.js Modified: ofbiz/ofbiz-framework/trunk/applications/party/template/party/AddCheckForParty.ftl URL: http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/applications/party/template/party/AddCheckForParty.ftl?rev=1812309&r1=1812308&r2=1812309&view=diff ============================================================================== --- ofbiz/ofbiz-framework/trunk/applications/party/template/party/AddCheckForParty.ftl (original) +++ ofbiz/ofbiz-framework/trunk/applications/party/template/party/AddCheckForParty.ftl Mon Oct 16 18:43:14 2017 @@ -1,3 +1,22 @@ +<#-- +Licensed to the Apache Software Foundation (ASF) under one +or more contributor license agreements. See the NOTICE file +distributed with this work for additional information +regarding copyright ownership. The ASF licenses this file +to you 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 + +http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, +software distributed under the License is distributed on an +"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +KIND, either express or implied. See the License for the +specific language governing permissions and limitations +under the License. +--> + <div class="screenlet"> <div class="screenlet-title-bar"> <#if !checkAccountData.paymentMethodId??> Modified: ofbiz/ofbiz-framework/trunk/applications/product/template/facility/PickMoveStockSimple.fo.ftl URL: http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/applications/product/template/facility/PickMoveStockSimple.fo.ftl?rev=1812309&r1=1812308&r2=1812309&view=diff ============================================================================== --- ofbiz/ofbiz-framework/trunk/applications/product/template/facility/PickMoveStockSimple.fo.ftl (original) +++ ofbiz/ofbiz-framework/trunk/applications/product/template/facility/PickMoveStockSimple.fo.ftl Mon Oct 16 18:43:14 2017 @@ -1,3 +1,22 @@ +<#-- +Licensed to the Apache Software Foundation (ASF) under one +or more contributor license agreements. See the NOTICE file +distributed with this work for additional information +regarding copyright ownership. The ASF licenses this file +to you 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 + +http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, +software distributed under the License is distributed on an +"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +KIND, either express or implied. See the License for the +specific language governing permissions and limitations +under the License. +--> + <#assign rowCount = 0> <fo:table table-layout="fixed" border-spacing="3pt"> <fo:table-column column-width="0.8in"/> Modified: ofbiz/ofbiz-framework/trunk/framework/catalina/src/main/java/org/apache/ofbiz/catalina/container/FilterJars.java URL: http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/framework/catalina/src/main/java/org/apache/ofbiz/catalina/container/FilterJars.java?rev=1812309&r1=1812308&r2=1812309&view=diff ============================================================================== --- ofbiz/ofbiz-framework/trunk/framework/catalina/src/main/java/org/apache/ofbiz/catalina/container/FilterJars.java (original) +++ ofbiz/ofbiz-framework/trunk/framework/catalina/src/main/java/org/apache/ofbiz/catalina/container/FilterJars.java Mon Oct 16 18:43:14 2017 @@ -1,3 +1,21 @@ +/******************************************************************************* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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 + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + *******************************************************************************/ package org.apache.ofbiz.catalina.container; import org.apache.ofbiz.base.util.UtilProperties; Modified: ofbiz/ofbiz-framework/trunk/framework/common/config/QRCodeUiLabels.xml URL: http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/framework/common/config/QRCodeUiLabels.xml?rev=1812309&r1=1812308&r2=1812309&view=diff ============================================================================== --- ofbiz/ofbiz-framework/trunk/framework/common/config/QRCodeUiLabels.xml (original) +++ ofbiz/ofbiz-framework/trunk/framework/common/config/QRCodeUiLabels.xml Mon Oct 16 18:43:14 2017 @@ -1,4 +1,24 @@ <?xml version="1.0" encoding="UTF-8"?> +<!-- + + Licensed to the Apache Software Foundation (ASF) under one + or more contributor license agreements. See the NOTICE file + distributed with this work for additional information + regarding copyright ownership. The ASF licenses this file + to you 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 + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, + software distributed under the License is distributed on an + "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + KIND, either express or implied. See the License for the + specific language governing permissions and limitations + under the License. +--> + <resource xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <property key="QRTypeNotSupported"> <value xml:lang="en">The QRCode type {0} is not supported!</value> Modified: ofbiz/ofbiz-framework/trunk/framework/entityext/src/main/java/org/apache/ofbiz/entityext/data/UpgradeServices.java URL: http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/framework/entityext/src/main/java/org/apache/ofbiz/entityext/data/UpgradeServices.java?rev=1812309&r1=1812308&r2=1812309&view=diff ============================================================================== --- ofbiz/ofbiz-framework/trunk/framework/entityext/src/main/java/org/apache/ofbiz/entityext/data/UpgradeServices.java (original) +++ ofbiz/ofbiz-framework/trunk/framework/entityext/src/main/java/org/apache/ofbiz/entityext/data/UpgradeServices.java Mon Oct 16 18:43:14 2017 @@ -1,3 +1,21 @@ +/******************************************************************************* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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 + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + *******************************************************************************/ package org.apache.ofbiz.entityext.data; import java.io.BufferedWriter; Modified: ofbiz/ofbiz-framework/trunk/framework/resources/templates/AdminNewTenantData-Derby.xml URL: http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/framework/resources/templates/AdminNewTenantData-Derby.xml?rev=1812309&r1=1812308&r2=1812309&view=diff ============================================================================== --- ofbiz/ofbiz-framework/trunk/framework/resources/templates/AdminNewTenantData-Derby.xml (original) +++ ofbiz/ofbiz-framework/trunk/framework/resources/templates/AdminNewTenantData-Derby.xml Mon Oct 16 18:43:14 2017 @@ -1,4 +1,23 @@ <?xml version="1.0" encoding="UTF-8"?> +<!-- +Licensed to the Apache Software Foundation (ASF) under one +or more contributor license agreements. See the NOTICE file +distributed with this work for additional information +regarding copyright ownership. The ASF licenses this file +to you 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 + +http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, +software distributed under the License is distributed on an +"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +KIND, either express or implied. See the License for the +specific language governing permissions and limitations +under the License. +--> + <entity-engine-xml> <Tenant tenantId="@tenantId@" tenantName="@tenantName@" /> <TenantDomainName tenantId="@tenantId@" domainName="@domainName@" /> Modified: ofbiz/ofbiz-framework/trunk/framework/resources/templates/AdminNewTenantData-MySQL.xml URL: http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/framework/resources/templates/AdminNewTenantData-MySQL.xml?rev=1812309&r1=1812308&r2=1812309&view=diff ============================================================================== --- ofbiz/ofbiz-framework/trunk/framework/resources/templates/AdminNewTenantData-MySQL.xml (original) +++ ofbiz/ofbiz-framework/trunk/framework/resources/templates/AdminNewTenantData-MySQL.xml Mon Oct 16 18:43:14 2017 @@ -1,4 +1,23 @@ <?xml version="1.0" encoding="UTF-8"?> +<!-- +Licensed to the Apache Software Foundation (ASF) under one +or more contributor license agreements. See the NOTICE file +distributed with this work for additional information +regarding copyright ownership. The ASF licenses this file +to you 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 + +http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, +software distributed under the License is distributed on an +"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +KIND, either express or implied. See the License for the +specific language governing permissions and limitations +under the License. +--> + <entity-engine-xml> <Tenant tenantId="@tenantId@" tenantName="@tenantName@"/> <TenantDomainName tenantId="@tenantId@" domainName="@domainName@" /> Modified: ofbiz/ofbiz-framework/trunk/framework/resources/templates/AdminNewTenantData-Oracle.xml URL: http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/framework/resources/templates/AdminNewTenantData-Oracle.xml?rev=1812309&r1=1812308&r2=1812309&view=diff ============================================================================== --- ofbiz/ofbiz-framework/trunk/framework/resources/templates/AdminNewTenantData-Oracle.xml (original) +++ ofbiz/ofbiz-framework/trunk/framework/resources/templates/AdminNewTenantData-Oracle.xml Mon Oct 16 18:43:14 2017 @@ -1,4 +1,23 @@ <?xml version="1.0" encoding="UTF-8"?> +<!-- +Licensed to the Apache Software Foundation (ASF) under one +or more contributor license agreements. See the NOTICE file +distributed with this work for additional information +regarding copyright ownership. The ASF licenses this file +to you 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 + +http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, +software distributed under the License is distributed on an +"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +KIND, either express or implied. See the License for the +specific language governing permissions and limitations +under the License. +--> + <entity-engine-xml> <Tenant tenantId="@tenantId@" tenantName="@tenantName@"/> <TenantDomainName tenantId="@tenantId@" domainName="@domainName@" /> Modified: ofbiz/ofbiz-framework/trunk/framework/resources/templates/AdminNewTenantData-PostgreSQL.xml URL: http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/framework/resources/templates/AdminNewTenantData-PostgreSQL.xml?rev=1812309&r1=1812308&r2=1812309&view=diff ============================================================================== --- ofbiz/ofbiz-framework/trunk/framework/resources/templates/AdminNewTenantData-PostgreSQL.xml (original) +++ ofbiz/ofbiz-framework/trunk/framework/resources/templates/AdminNewTenantData-PostgreSQL.xml Mon Oct 16 18:43:14 2017 @@ -1,4 +1,23 @@ <?xml version="1.0" encoding="UTF-8"?> +<!-- +Licensed to the Apache Software Foundation (ASF) under one +or more contributor license agreements. See the NOTICE file +distributed with this work for additional information +regarding copyright ownership. The ASF licenses this file +to you 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 + +http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, +software distributed under the License is distributed on an +"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +KIND, either express or implied. See the License for the +specific language governing permissions and limitations +under the License. +--> + <entity-engine-xml> <Tenant tenantId="@tenantId@" tenantName="@tenantName@"/> <TenantDomainName tenantId="@tenantId@" domainName="@domainName@" /> Modified: ofbiz/ofbiz-framework/trunk/framework/resources/templates/AdminUserLoginData.xml URL: http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/framework/resources/templates/AdminUserLoginData.xml?rev=1812309&r1=1812308&r2=1812309&view=diff ============================================================================== --- ofbiz/ofbiz-framework/trunk/framework/resources/templates/AdminUserLoginData.xml (original) +++ ofbiz/ofbiz-framework/trunk/framework/resources/templates/AdminUserLoginData.xml Mon Oct 16 18:43:14 2017 @@ -1,4 +1,23 @@ <?xml version="1.0" encoding="UTF-8"?> +<!-- +Licensed to the Apache Software Foundation (ASF) under one +or more contributor license agreements. See the NOTICE file +distributed with this work for additional information +regarding copyright ownership. The ASF licenses this file +to you 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 + +http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, +software distributed under the License is distributed on an +"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +KIND, either express or implied. See the License for the +specific language governing permissions and limitations +under the License. +--> + <entity-engine-xml> <UserLogin userLoginId="@userLoginId@" currentPassword="{SHA}47ca69ebb4bdc9ae0adec130880165d2cc05db1a" requirePasswordChange="Y"/> <UserLoginSecurityGroup groupId="SUPER" userLoginId="@userLoginId@" fromDate="2001-01-01 12:00:00.0"/> Modified: ofbiz/ofbiz-framework/trunk/framework/resources/templates/CommonScreens.xml URL: http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/framework/resources/templates/CommonScreens.xml?rev=1812309&r1=1812308&r2=1812309&view=diff ============================================================================== --- ofbiz/ofbiz-framework/trunk/framework/resources/templates/CommonScreens.xml (original) +++ ofbiz/ofbiz-framework/trunk/framework/resources/templates/CommonScreens.xml Mon Oct 16 18:43:14 2017 @@ -1,4 +1,23 @@ <?xml version="1.0" encoding="UTF-8"?> +<!-- +Licensed to the Apache Software Foundation (ASF) under one +or more contributor license agreements. See the NOTICE file +distributed with this work for additional information +regarding copyright ownership. The ASF licenses this file +to you 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 + +http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, +software distributed under the License is distributed on an +"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +KIND, either express or implied. See the License for the +specific language governing permissions and limitations +under the License. +--> + <screens xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://ofbiz.apache.org/Widget-Screen" xsi:schemaLocation="http://ofbiz.apache.org/Widget-Screen http://ofbiz.apache.org/dtds/widget-screen.xsd"> Modified: ofbiz/ofbiz-framework/trunk/framework/resources/templates/DemoData.xml URL: http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/framework/resources/templates/DemoData.xml?rev=1812309&r1=1812308&r2=1812309&view=diff ============================================================================== --- ofbiz/ofbiz-framework/trunk/framework/resources/templates/DemoData.xml (original) +++ ofbiz/ofbiz-framework/trunk/framework/resources/templates/DemoData.xml Mon Oct 16 18:43:14 2017 @@ -1,4 +1,23 @@ <?xml version="1.0" encoding="UTF-8"?> +<!-- +Licensed to the Apache Software Foundation (ASF) under one +or more contributor license agreements. See the NOTICE file +distributed with this work for additional information +regarding copyright ownership. The ASF licenses this file +to you 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 + +http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, +software distributed under the License is distributed on an +"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +KIND, either express or implied. See the License for the +specific language governing permissions and limitations +under the License. +--> + <entity-engine-xml> </entity-engine-xml> \ No newline at end of file Modified: ofbiz/ofbiz-framework/trunk/framework/resources/templates/Forms.xml URL: http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/framework/resources/templates/Forms.xml?rev=1812309&r1=1812308&r2=1812309&view=diff ============================================================================== --- ofbiz/ofbiz-framework/trunk/framework/resources/templates/Forms.xml (original) +++ ofbiz/ofbiz-framework/trunk/framework/resources/templates/Forms.xml Mon Oct 16 18:43:14 2017 @@ -1,5 +1,24 @@ <?xml version="1.0" encoding="UTF-8"?> -<forms xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" +<!-- +Licensed to the Apache Software Foundation (ASF) under one +or more contributor license agreements. See the NOTICE file +distributed with this work for additional information +regarding copyright ownership. The ASF licenses this file +to you 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 + +http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, +software distributed under the License is distributed on an +"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +KIND, either express or implied. See the License for the +specific language governing permissions and limitations +under the License. +--> + +<forms xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://ofbiz.apache.org/Widget-Form" xsi:schemaLocation="http://ofbiz.apache.org/Widget-Form http://ofbiz.apache.org/dtds/widget-form.xsd"> Modified: ofbiz/ofbiz-framework/trunk/framework/resources/templates/HELP.xml URL: http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/framework/resources/templates/HELP.xml?rev=1812309&r1=1812308&r2=1812309&view=diff ============================================================================== --- ofbiz/ofbiz-framework/trunk/framework/resources/templates/HELP.xml (original) +++ ofbiz/ofbiz-framework/trunk/framework/resources/templates/HELP.xml Mon Oct 16 18:43:14 2017 @@ -1,5 +1,24 @@ <?xml version="1.0" encoding="UTF-8"?> -<section xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="5.0" +<!-- +Licensed to the Apache Software Foundation (ASF) under one +or more contributor license agreements. See the NOTICE file +distributed with this work for additional information +regarding copyright ownership. The ASF licenses this file +to you 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 + +http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, +software distributed under the License is distributed on an +"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +KIND, either express or implied. See the License for the +specific language governing permissions and limitations +under the License. +--> + +<section xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="5.0" xmlns:xl="http://www.w3.org/1999/xlink" xmlns:xi="http://www.w3.org/2001/XInclude" xsi:schemaLocation="http://docbook.org/ns/docbook ../../../content/dtd/docbook.xsd" Modified: ofbiz/ofbiz-framework/trunk/framework/resources/templates/Menus.xml URL: http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/framework/resources/templates/Menus.xml?rev=1812309&r1=1812308&r2=1812309&view=diff ============================================================================== --- ofbiz/ofbiz-framework/trunk/framework/resources/templates/Menus.xml (original) +++ ofbiz/ofbiz-framework/trunk/framework/resources/templates/Menus.xml Mon Oct 16 18:43:14 2017 @@ -1,4 +1,23 @@ <?xml version="1.0" encoding="UTF-8"?> +<!-- +Licensed to the Apache Software Foundation (ASF) under one +or more contributor license agreements. See the NOTICE file +distributed with this work for additional information +regarding copyright ownership. The ASF licenses this file +to you 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 + +http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, +software distributed under the License is distributed on an +"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +KIND, either express or implied. See the License for the +specific language governing permissions and limitations +under the License. +--> + <menus xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://ofbiz.apache.org/Widget-Menu" xsi:schemaLocation="http://ofbiz.apache.org/Widget-Menu http://ofbiz.apache.org/dtds/widget-menu.xsd"> <menu name="MainAppBar" title="${uiLabelMap.@component-resource-name@Application}" extends="CommonAppBarMenu" extends-resource="component://common/widget/CommonMenus.xml"> <menu-item name="main" title="${uiLabelMap.CommonMain}"><link target="main"/></menu-item> Modified: ofbiz/ofbiz-framework/trunk/framework/resources/templates/Screens.xml URL: http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/framework/resources/templates/Screens.xml?rev=1812309&r1=1812308&r2=1812309&view=diff ============================================================================== --- ofbiz/ofbiz-framework/trunk/framework/resources/templates/Screens.xml (original) +++ ofbiz/ofbiz-framework/trunk/framework/resources/templates/Screens.xml Mon Oct 16 18:43:14 2017 @@ -1,4 +1,23 @@ <?xml version="1.0" encoding="UTF-8"?> +<!-- +Licensed to the Apache Software Foundation (ASF) under one +or more contributor license agreements. See the NOTICE file +distributed with this work for additional information +regarding copyright ownership. The ASF licenses this file +to you 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 + +http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, +software distributed under the License is distributed on an +"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +KIND, either express or implied. See the License for the +specific language governing permissions and limitations +under the License. +--> + <screens xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://ofbiz.apache.org/Widget-Screen" xsi:schemaLocation="http://ofbiz.apache.org/Widget-Screen http://ofbiz.apache.org/dtds/widget-screen.xsd"> Modified: ofbiz/ofbiz-framework/trunk/framework/resources/templates/SecurityGroupDemoData.xml URL: http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/framework/resources/templates/SecurityGroupDemoData.xml?rev=1812309&r1=1812308&r2=1812309&view=diff ============================================================================== --- ofbiz/ofbiz-framework/trunk/framework/resources/templates/SecurityGroupDemoData.xml (original) +++ ofbiz/ofbiz-framework/trunk/framework/resources/templates/SecurityGroupDemoData.xml Mon Oct 16 18:43:14 2017 @@ -1,4 +1,23 @@ <?xml version="1.0" encoding="UTF-8"?> +<!-- +Licensed to the Apache Software Foundation (ASF) under one +or more contributor license agreements. See the NOTICE file +distributed with this work for additional information +regarding copyright ownership. The ASF licenses this file +to you 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 + +http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, +software distributed under the License is distributed on an +"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +KIND, either express or implied. See the License for the +specific language governing permissions and limitations +under the License. +--> + <entity-engine-xml> <SecurityGroupPermission groupId="FULLADMIN" permissionId="@base-permission@_ADMIN"/> <SecurityGroupPermission groupId="FLEXADMIN" permissionId="@base-permission@_CREATE"/> Modified: ofbiz/ofbiz-framework/trunk/framework/resources/templates/SecurityPermissionSeedData.xml URL: http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/framework/resources/templates/SecurityPermissionSeedData.xml?rev=1812309&r1=1812308&r2=1812309&view=diff ============================================================================== --- ofbiz/ofbiz-framework/trunk/framework/resources/templates/SecurityPermissionSeedData.xml (original) +++ ofbiz/ofbiz-framework/trunk/framework/resources/templates/SecurityPermissionSeedData.xml Mon Oct 16 18:43:14 2017 @@ -1,4 +1,23 @@ <?xml version="1.0" encoding="UTF-8"?> +<!-- +Licensed to the Apache Software Foundation (ASF) under one +or more contributor license agreements. See the NOTICE file +distributed with this work for additional information +regarding copyright ownership. The ASF licenses this file +to you 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 + +http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, +software distributed under the License is distributed on an +"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +KIND, either express or implied. See the License for the +specific language governing permissions and limitations +under the License. +--> + <entity-engine-xml> <SecurityPermission description="View operations in the @component-resource-name@ Component." permissionId="@base-permission@_VIEW"/> <SecurityPermission description="Create operations in the @component-resource-name@ Component." permissionId="@base-permission@_CREATE"/> Modified: ofbiz/ofbiz-framework/trunk/framework/resources/templates/Tests.xml URL: http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/framework/resources/templates/Tests.xml?rev=1812309&r1=1812308&r2=1812309&view=diff ============================================================================== --- ofbiz/ofbiz-framework/trunk/framework/resources/templates/Tests.xml (original) +++ ofbiz/ofbiz-framework/trunk/framework/resources/templates/Tests.xml Mon Oct 16 18:43:14 2017 @@ -1,4 +1,23 @@ <?xml version="1.0" encoding="UTF-8"?> +<!-- +Licensed to the Apache Software Foundation (ASF) under one +or more contributor license agreements. See the NOTICE file +distributed with this work for additional information +regarding copyright ownership. The ASF licenses this file +to you 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 + +http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, +software distributed under the License is distributed on an +"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +KIND, either express or implied. See the License for the +specific language governing permissions and limitations +under the License. +--> + <test-suite suite-name="@component-resource-name@tests" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/test-suite.xsd"> Modified: ofbiz/ofbiz-framework/trunk/framework/resources/templates/TypeData.xml URL: http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/framework/resources/templates/TypeData.xml?rev=1812309&r1=1812308&r2=1812309&view=diff ============================================================================== --- ofbiz/ofbiz-framework/trunk/framework/resources/templates/TypeData.xml (original) +++ ofbiz/ofbiz-framework/trunk/framework/resources/templates/TypeData.xml Mon Oct 16 18:43:14 2017 @@ -1,4 +1,23 @@ <?xml version="1.0" encoding="UTF-8"?> +<!-- +Licensed to the Apache Software Foundation (ASF) under one +or more contributor license agreements. See the NOTICE file +distributed with this work for additional information +regarding copyright ownership. The ASF licenses this file +to you 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 + +http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, +software distributed under the License is distributed on an +"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +KIND, either express or implied. See the License for the +specific language governing permissions and limitations +under the License. +--> + <entity-engine-xml> </entity-engine-xml> \ No newline at end of file Modified: ofbiz/ofbiz-framework/trunk/framework/resources/templates/UiLabels.xml URL: http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/framework/resources/templates/UiLabels.xml?rev=1812309&r1=1812308&r2=1812309&view=diff ============================================================================== --- ofbiz/ofbiz-framework/trunk/framework/resources/templates/UiLabels.xml (original) +++ ofbiz/ofbiz-framework/trunk/framework/resources/templates/UiLabels.xml Mon Oct 16 18:43:14 2017 @@ -1,4 +1,23 @@ <?xml version="1.0" encoding="UTF-8"?> +<!-- +Licensed to the Apache Software Foundation (ASF) under one +or more contributor license agreements. See the NOTICE file +distributed with this work for additional information +regarding copyright ownership. The ASF licenses this file +to you 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 + +http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, +software distributed under the License is distributed on an +"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +KIND, either express or implied. See the License for the +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"> <property key="@component-resource-name@Application"> <value xml:lang="en">@component-resource-name@ Application</value> Modified: ofbiz/ofbiz-framework/trunk/framework/resources/templates/build.gradle URL: http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/framework/resources/templates/build.gradle?rev=1812309&r1=1812308&r2=1812309&view=diff ============================================================================== --- ofbiz/ofbiz-framework/trunk/framework/resources/templates/build.gradle (original) +++ ofbiz/ofbiz-framework/trunk/framework/resources/templates/build.gradle Mon Oct 16 18:43:14 2017 @@ -1,3 +1,22 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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 + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + */ + dependencies { //Examples of compile-time and runtime dependencies Modified: ofbiz/ofbiz-framework/trunk/framework/resources/templates/controller.xml URL: http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/framework/resources/templates/controller.xml?rev=1812309&r1=1812308&r2=1812309&view=diff ============================================================================== --- ofbiz/ofbiz-framework/trunk/framework/resources/templates/controller.xml (original) +++ ofbiz/ofbiz-framework/trunk/framework/resources/templates/controller.xml Mon Oct 16 18:43:14 2017 @@ -1,4 +1,23 @@ <?xml version="1.0" encoding="UTF-8"?> +<!-- +Licensed to the Apache Software Foundation (ASF) under one +or more contributor license agreements. See the NOTICE file +distributed with this work for additional information +regarding copyright ownership. The ASF licenses this file +to you 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 + +http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, +software distributed under the License is distributed on an +"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +KIND, either express or implied. See the License for the +specific language governing permissions and limitations +under the License. +--> + <site-conf xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://ofbiz.apache.org/Site-Conf" xsi:schemaLocation="http://ofbiz.apache.org/Site-Conf http://ofbiz.apache.org/dtds/site-conf.xsd"> <!-- The controller elements that are common to all OFBiz components Modified: ofbiz/ofbiz-framework/trunk/framework/resources/templates/document.xml URL: http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/framework/resources/templates/document.xml?rev=1812309&r1=1812308&r2=1812309&view=diff ============================================================================== --- ofbiz/ofbiz-framework/trunk/framework/resources/templates/document.xml (original) +++ ofbiz/ofbiz-framework/trunk/framework/resources/templates/document.xml Mon Oct 16 18:43:14 2017 @@ -1,5 +1,24 @@ <?xml version="1.0"?> -<chapter xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="5.0" +<!-- +Licensed to the Apache Software Foundation (ASF) under one +or more contributor license agreements. See the NOTICE file +distributed with this work for additional information +regarding copyright ownership. The ASF licenses this file +to you 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 + +http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, +software distributed under the License is distributed on an +"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +KIND, either express or implied. See the License for the +specific language governing permissions and limitations +under the License. +--> + +<chapter xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="5.0" xmlns:xl="http://www.w3.org/1999/xlink" xmlns:xi="http://www.w3.org/2001/XInclude" xsi:schemaLocation="http://docbook.org/ns/docbook ../../../applications/content/dtd/docbook.xsd" Modified: ofbiz/ofbiz-framework/trunk/framework/resources/templates/entitymodel.xml URL: http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/framework/resources/templates/entitymodel.xml?rev=1812309&r1=1812308&r2=1812309&view=diff ============================================================================== --- ofbiz/ofbiz-framework/trunk/framework/resources/templates/entitymodel.xml (original) +++ ofbiz/ofbiz-framework/trunk/framework/resources/templates/entitymodel.xml Mon Oct 16 18:43:14 2017 @@ -1,4 +1,23 @@ <?xml version="1.0" encoding="UTF-8"?> +<!-- +Licensed to the Apache Software Foundation (ASF) under one +or more contributor license agreements. See the NOTICE file +distributed with this work for additional information +regarding copyright ownership. The ASF licenses this file +to you 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 + +http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, +software distributed under the License is distributed on an +"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +KIND, either express or implied. See the License for the +specific language governing permissions and limitations +under the License. +--> + <entitymodel xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/entitymodel.xsd"> <!-- ========================================================= --> Modified: ofbiz/ofbiz-framework/trunk/framework/resources/templates/error.jsp URL: http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/framework/resources/templates/error.jsp?rev=1812309&r1=1812308&r2=1812309&view=diff ============================================================================== --- ofbiz/ofbiz-framework/trunk/framework/resources/templates/error.jsp (original) +++ ofbiz/ofbiz-framework/trunk/framework/resources/templates/error.jsp Mon Oct 16 18:43:14 2017 @@ -1,3 +1,22 @@ +<%-- +Licensed to the Apache Software Foundation (ASF) under one +or more contributor license agreements. See the NOTICE file +distributed with this work for additional information +regarding copyright ownership. The ASF licenses this file +to you 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 + +http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, +software distributed under the License is distributed on an +"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +KIND, either express or implied. See the License for the +specific language governing permissions and limitations +under the License. +--%> + <%@ page import="org.apache.ofbiz.base.util.*" %> <html> <head> Modified: ofbiz/ofbiz-framework/trunk/framework/resources/templates/index.jsp URL: http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/framework/resources/templates/index.jsp?rev=1812309&r1=1812308&r2=1812309&view=diff ============================================================================== --- ofbiz/ofbiz-framework/trunk/framework/resources/templates/index.jsp (original) +++ ofbiz/ofbiz-framework/trunk/framework/resources/templates/index.jsp Mon Oct 16 18:43:14 2017 @@ -1 +1,20 @@ +<%-- +Licensed to the Apache Software Foundation (ASF) under one +or more contributor license agreements. See the NOTICE file +distributed with this work for additional information +regarding copyright ownership. The ASF licenses this file +to you 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 + +http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, +software distributed under the License is distributed on an +"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +KIND, either express or implied. See the License for the +specific language governing permissions and limitations +under the License. +--%> + <%response.sendRedirect("control/main");%> \ No newline at end of file Modified: ofbiz/ofbiz-framework/trunk/framework/resources/templates/ofbiz-component.xml URL: http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/framework/resources/templates/ofbiz-component.xml?rev=1812309&r1=1812308&r2=1812309&view=diff ============================================================================== --- ofbiz/ofbiz-framework/trunk/framework/resources/templates/ofbiz-component.xml (original) +++ ofbiz/ofbiz-framework/trunk/framework/resources/templates/ofbiz-component.xml Mon Oct 16 18:43:14 2017 @@ -1,4 +1,23 @@ <?xml version="1.0" encoding="UTF-8"?> +<!-- +Licensed to the Apache Software Foundation (ASF) under one +or more contributor license agreements. See the NOTICE file +distributed with this work for additional information +regarding copyright ownership. The ASF licenses this file +to you 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 + +http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, +software distributed under the License is distributed on an +"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +KIND, either express or implied. See the License for the +specific language governing permissions and limitations +under the License. +--> + <ofbiz-component name="@component-name@" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/ofbiz-component.xsd"> Modified: ofbiz/ofbiz-framework/trunk/framework/resources/templates/services.xml URL: http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/framework/resources/templates/services.xml?rev=1812309&r1=1812308&r2=1812309&view=diff ============================================================================== --- ofbiz/ofbiz-framework/trunk/framework/resources/templates/services.xml (original) +++ ofbiz/ofbiz-framework/trunk/framework/resources/templates/services.xml Mon Oct 16 18:43:14 2017 @@ -1,4 +1,23 @@ <?xml version="1.0" encoding="UTF-8"?> +<!-- +Licensed to the Apache Software Foundation (ASF) under one +or more contributor license agreements. See the NOTICE file +distributed with this work for additional information +regarding copyright ownership. The ASF licenses this file +to you 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 + +http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, +software distributed under the License is distributed on an +"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +KIND, either express or implied. See the License for the +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"> <description>@component-resource-name@ Services</description> Modified: ofbiz/ofbiz-framework/trunk/framework/resources/templates/web.xml URL: http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/framework/resources/templates/web.xml?rev=1812309&r1=1812308&r2=1812309&view=diff ============================================================================== --- ofbiz/ofbiz-framework/trunk/framework/resources/templates/web.xml (original) +++ ofbiz/ofbiz-framework/trunk/framework/resources/templates/web.xml Mon Oct 16 18:43:14 2017 @@ -1,4 +1,23 @@ <?xml version="1.0" encoding="UTF-8"?> +<!-- +Licensed to the Apache Software Foundation (ASF) under one +or more contributor license agreements. See the NOTICE file +distributed with this work for additional information +regarding copyright ownership. The ASF licenses this file +to you 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 + +http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, +software distributed under the License is distributed on an +"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +KIND, either express or implied. See the License for the +specific language governing permissions and limitations +under the License. +--> + <web-app version="3.0"> <display-name>Apache OFBiz - @component-resource-name@ Component</display-name> <description>@component-resource-name@ Component of the Apache OFBiz Project</description> Modified: ofbiz/ofbiz-framework/trunk/framework/start/src/test/java/org/apache/ofbiz/base/start/OfbizStartupUnitTests.java URL: http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/framework/start/src/test/java/org/apache/ofbiz/base/start/OfbizStartupUnitTests.java?rev=1812309&r1=1812308&r2=1812309&view=diff ============================================================================== --- ofbiz/ofbiz-framework/trunk/framework/start/src/test/java/org/apache/ofbiz/base/start/OfbizStartupUnitTests.java (original) +++ ofbiz/ofbiz-framework/trunk/framework/start/src/test/java/org/apache/ofbiz/base/start/OfbizStartupUnitTests.java Mon Oct 16 18:43:14 2017 @@ -1,3 +1,22 @@ +/******************************************************************************* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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 + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + *******************************************************************************/ + package org.apache.ofbiz.base.start; import static org.hamcrest.CoreMatchers.equalTo; Modified: ofbiz/ofbiz-framework/trunk/framework/webapp/config/requestHandler.properties URL: http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/framework/webapp/config/requestHandler.properties?rev=1812309&r1=1812308&r2=1812309&view=diff ============================================================================== --- ofbiz/ofbiz-framework/trunk/framework/webapp/config/requestHandler.properties (original) +++ ofbiz/ofbiz-framework/trunk/framework/webapp/config/requestHandler.properties Mon Oct 16 18:43:14 2017 @@ -1,3 +1,22 @@ +############################################################################### +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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 +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. +############################################################################### + # -- N if you want to use external requests, see OFBIZ-5037 throwRequestHandlerExceptionOnMissingLocalRequest=Y Modified: ofbiz/ofbiz-framework/trunk/gradle/wrapper/gradle-wrapper.properties URL: http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/gradle/wrapper/gradle-wrapper.properties?rev=1812309&r1=1812308&r2=1812309&view=diff ============================================================================== --- ofbiz/ofbiz-framework/trunk/gradle/wrapper/gradle-wrapper.properties (original) +++ ofbiz/ofbiz-framework/trunk/gradle/wrapper/gradle-wrapper.properties Mon Oct 16 18:43:14 2017 @@ -1,3 +1,22 @@ +############################################################################### +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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 +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. +############################################################################### + #Tue Dec 27 13:23:07 AST 2016 distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists Modified: ofbiz/ofbiz-framework/trunk/themes/rainbowstone/template/includes/Avatar.ftl URL: http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/themes/rainbowstone/template/includes/Avatar.ftl?rev=1812309&r1=1812308&r2=1812309&view=diff ============================================================================== --- ofbiz/ofbiz-framework/trunk/themes/rainbowstone/template/includes/Avatar.ftl (original) +++ ofbiz/ofbiz-framework/trunk/themes/rainbowstone/template/includes/Avatar.ftl Mon Oct 16 18:43:14 2017 @@ -1,3 +1,22 @@ +<#-- +Licensed to the Apache Software Foundation (ASF) under one +or more contributor license agreements. See the NOTICE file +distributed with this work for additional information +regarding copyright ownership. The ASF licenses this file +to you 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 + +http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, +software distributed under the License is distributed on an +"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +KIND, either express or implied. See the License for the +specific language governing permissions and limitations +under the License. +--> + <div id="user-avatar" onclick="showHideUserPref()"> <#if avatarDetail??> <img src="/content/control/stream?contentId=${avatarDetail.contentId}" alt="user"> Modified: ofbiz/ofbiz-framework/trunk/themes/rainbowstone/webapp/rainbowstone/js/rainbowstone.js URL: http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/themes/rainbowstone/webapp/rainbowstone/js/rainbowstone.js?rev=1812309&r1=1812308&r2=1812309&view=diff ============================================================================== --- ofbiz/ofbiz-framework/trunk/themes/rainbowstone/webapp/rainbowstone/js/rainbowstone.js (original) +++ ofbiz/ofbiz-framework/trunk/themes/rainbowstone/webapp/rainbowstone/js/rainbowstone.js Mon Oct 16 18:43:14 2017 @@ -1,3 +1,22 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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 + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + */ + function showHideUserPref() { var userPref = document.getElementById("user-details"); |
Free forum by Nabble | Edit this page |