| <?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="product" |
| xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
| xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/ofbiz-component.xsd"> |
| <resource-loader name="main" type="component"/> |
| <classpath type="dir" location="config"/> |
| |
| <entity-resource type="model" reader-name="main" loader="main" location="entitydef/entitymodel_view.xml"/> |
| <entity-resource type="model" reader-name="main" loader="main" location="entitydef/entitymodel_old.xml"/> |
| <entity-resource type="eca" reader-name="main" loader="main" location="entitydef/eecas.xml"/> |
| |
| <entity-resource type="data" reader-name="seed" loader="main" location="data/ProductTypeData.xml"/> |
| <entity-resource type="data" reader-name="seed" loader="main" location="data/ProductHelpData.xml"/> |
| <entity-resource type="data" reader-name="seed" loader="main" location="data/ShipmentTypeData.xml"/> |
| <entity-resource type="data" reader-name="seed" loader="main" location="data/ProductSecurityPermissionSeedData.xml"/> |
| <entity-resource type="data" reader-name="seed" loader="main" location="data/FacilitySecurityPermissionSeedData.xml"/> |
| <entity-resource type="data" reader-name="seed" loader="main" location="data/ApiSchemaDhl.xml"/> |
| <entity-resource type="data" reader-name="seed" loader="main" location="data/ProductPortletData.xml"/> |
| |
| <entity-resource type="data" reader-name="seed-initial" loader="main" location="data/ProductScheduledServices.xml"/> |
| <entity-resource type="data" reader-name="seed-initial" loader="main" location="data/CatalogSystemPropertyData.xml"/> |
| |
| <entity-resource type="data" reader-name="demo" loader="main" location="data/ProductSecurityGroupDemoData.xml"/> |
| <entity-resource type="data" reader-name="demo" loader="main" location="data/FacilitySecurityGroupDemoData.xml"/> |
| <entity-resource type="data" reader-name="demo" loader="main" location="data/ProductDemoData.xml"/> |
| |
| <service-resource type="model" loader="main" location="servicedef/services.xml"/> |
| <service-resource type="model" loader="main" location="servicedef/services_facility.xml"/> |
| <service-resource type="model" loader="main" location="servicedef/services_feature.xml"/> |
| <service-resource type="model" loader="main" location="servicedef/services_inventory.xml"/> |
| <service-resource type="model" loader="main" location="servicedef/services_maint.xml"/> |
| <service-resource type="model" loader="main" location="servicedef/services_picklist.xml"/> |
| <service-resource type="model" loader="main" location="servicedef/services_price.xml"/> |
| <service-resource type="model" loader="main" location="servicedef/services_pricepromo.xml"/> |
| <service-resource type="model" loader="main" location="servicedef/services_shipmentgateway.xml"/> |
| <service-resource type="model" loader="main" location="servicedef/services_shipment_dhl.xml"/> |
| <service-resource type="model" loader="main" location="servicedef/services_shipment_fedex.xml"/> |
| <service-resource type="model" loader="main" location="servicedef/services_shipment_ups.xml"/> |
| <service-resource type="model" loader="main" location="servicedef/services_shipment_usps.xml"/> |
| <service-resource type="model" loader="main" location="servicedef/services_shipment.xml"/> |
| <service-resource type="model" loader="main" location="servicedef/services_store.xml"/> |
| <service-resource type="model" loader="main" location="servicedef/services_subscription.xml"/> |
| <service-resource type="model" loader="main" location="servicedef/services_perm.xml"/> |
| <service-resource type="model" loader="main" location="servicedef/services_supplier.xml"/> |
| <service-resource type="model" loader="main" location="servicedef/services_rental.xml"/> |
| <service-resource type="model" loader="main" location="servicedef/services_view.xml"/> |
| <service-resource type="model" loader="main" location="servicedef/services_config.xml"/> |
| <service-resource type="model" loader="main" location="servicedef/services_cost.xml"/> |
| <service-resource type="model" loader="main" location="servicedef/services_uom.xml"/> |
| <service-resource type="eca" loader="main" location="servicedef/secas.xml"/> |
| <service-resource type="eca" loader="main" location="servicedef/secas_shipment.xml"/> |
| <service-resource type="model" loader="main" location="servicedef/services_upgrade.xml"/> |
| <service-resource type="group" loader="main" location="servicedef/groups.xml"/> |
| |
| <!-- test suite --> |
| <test-suite loader="main" location="testdef/CatalogTests.xml"/> |
| <test-suite loader="main" location="testdef/FacilityTest.xml"/> |
| <test-suite loader="main" location="testdef/CostTests.xml"/> |
| <test-suite loader="main" location="testdef/GroupOrderTest.xml"/> |
| <test-suite loader="main" location="testdef/ProductTagTest.xml"/> |
| <test-suite loader="main" location="testdef/ProductTest.xml"/> |
| |
| <webapp name="catalog" |
| title="Catalog" |
| description="CatalogComponentDescription" |
| server="default-server" |
| location="webapp/catalog" |
| base-permission="OFBTOOLS,CATALOG" |
| mount-point="/catalog"/> |
| <webapp name="facility" |
| title="Facility" |
| description="FacilityComponentDescription" |
| server="default-server" |
| location="webapp/facility" |
| base-permission="OFBTOOLS,FACILITY" |
| mount-point="/facility"/> |
| </ofbiz-component> |