Author: jacopoc
Date: Sun Jul 16 00:11:40 2006 New Revision: 422391 URL: http://svn.apache.org/viewvc?rev=422391&view=rev Log: Conversion from MIT to ASL2.0 for all the files of the product component. Many thanks to Ashish Vijaywargiya for the patch (Apache OFBIZ-87). Modified: incubator/ofbiz/trunk/applications/product/build.xml incubator/ofbiz/trunk/applications/product/config/catalog.properties incubator/ofbiz/trunk/applications/product/config/inventoryalerts.properties incubator/ofbiz/trunk/applications/product/config/prodsearch.properties incubator/ofbiz/trunk/applications/product/config/promotext.properties incubator/ofbiz/trunk/applications/product/config/shipment.properties incubator/ofbiz/trunk/applications/product/data/ApiSchemaDhl.xml incubator/ofbiz/trunk/applications/product/data/ProductScheduledServices.xml incubator/ofbiz/trunk/applications/product/data/ProductSecurityData.xml incubator/ofbiz/trunk/applications/product/data/ProductTypeData.xml incubator/ofbiz/trunk/applications/product/data/ShipmentTypeData.xml incubator/ofbiz/trunk/applications/product/entitydef/eecas.xml incubator/ofbiz/trunk/applications/product/entitydef/entitygroup.xml incubator/ofbiz/trunk/applications/product/entitydef/entitymodel.xml incubator/ofbiz/trunk/applications/product/entitydef/entitymodel_odbc.xml incubator/ofbiz/trunk/applications/product/entitydef/entitymodel_shipment.xml incubator/ofbiz/trunk/applications/product/script/org/ofbiz/product/catalog/CatalogServices.xml incubator/ofbiz/trunk/applications/product/script/org/ofbiz/product/category/CategoryContentServices.xml incubator/ofbiz/trunk/applications/product/script/org/ofbiz/product/category/CategoryServices.xml incubator/ofbiz/trunk/applications/product/script/org/ofbiz/product/config/ConfigServices.xml incubator/ofbiz/trunk/applications/product/script/org/ofbiz/product/config/ProductConfigItemContentServices.xml incubator/ofbiz/trunk/applications/product/script/org/ofbiz/product/feature/ProductFeatureServices.xml incubator/ofbiz/trunk/applications/product/script/org/ofbiz/product/inventory/InventoryReserveServices.xml incubator/ofbiz/trunk/applications/product/script/org/ofbiz/product/inventory/InventoryServices.xml incubator/ofbiz/trunk/applications/product/script/org/ofbiz/product/inventory/StockMoveServices.xml incubator/ofbiz/trunk/applications/product/script/org/ofbiz/product/price/PriceServices.xml incubator/ofbiz/trunk/applications/product/script/org/ofbiz/product/product/ProductContentServices.xml incubator/ofbiz/trunk/applications/product/script/org/ofbiz/product/product/ProductServices.xml incubator/ofbiz/trunk/applications/product/script/org/ofbiz/product/promo/PromoServices.xml incubator/ofbiz/trunk/applications/product/script/org/ofbiz/product/storage/FacilityContactMechMapProcs.xml incubator/ofbiz/trunk/applications/product/script/org/ofbiz/product/storage/FacilityContactMechServices.xml incubator/ofbiz/trunk/applications/product/script/org/ofbiz/product/storage/StorageServices.xml incubator/ofbiz/trunk/applications/product/script/org/ofbiz/product/store/ProductStoreServices.xml incubator/ofbiz/trunk/applications/product/script/org/ofbiz/product/supplier/SupplierProductServices.xml incubator/ofbiz/trunk/applications/product/script/org/ofbiz/shipment/issuance/IssuanceServices.xml incubator/ofbiz/trunk/applications/product/script/org/ofbiz/shipment/picklist/PicklistServices.xml incubator/ofbiz/trunk/applications/product/script/org/ofbiz/shipment/receipt/ShipmentReceiptServices.xml incubator/ofbiz/trunk/applications/product/script/org/ofbiz/shipment/shipment/ShipmentServices.xml incubator/ofbiz/trunk/applications/product/servicedef/groups_shipment.xml incubator/ofbiz/trunk/applications/product/servicedef/secas.xml incubator/ofbiz/trunk/applications/product/servicedef/secas_shipment.xml incubator/ofbiz/trunk/applications/product/servicedef/services.xml incubator/ofbiz/trunk/applications/product/servicedef/services_cost.xml incubator/ofbiz/trunk/applications/product/servicedef/services_facility.xml incubator/ofbiz/trunk/applications/product/servicedef/services_feature.xml incubator/ofbiz/trunk/applications/product/servicedef/services_maint.xml incubator/ofbiz/trunk/applications/product/servicedef/services_picklist.xml incubator/ofbiz/trunk/applications/product/servicedef/services_pricepromo.xml incubator/ofbiz/trunk/applications/product/servicedef/services_shipment.xml incubator/ofbiz/trunk/applications/product/servicedef/services_shipment_dhl.xml incubator/ofbiz/trunk/applications/product/servicedef/services_shipment_ups.xml incubator/ofbiz/trunk/applications/product/servicedef/services_shipment_usps.xml incubator/ofbiz/trunk/applications/product/servicedef/services_store.xml incubator/ofbiz/trunk/applications/product/servicedef/services_subscription.xml incubator/ofbiz/trunk/applications/product/servicedef/services_uom.xml incubator/ofbiz/trunk/applications/product/servicedef/services_view.xml incubator/ofbiz/trunk/applications/product/src/ShipmentScaleApplet.java incubator/ofbiz/trunk/applications/product/src/org/ofbiz/product/catalog/CatalogWorker.java incubator/ofbiz/trunk/applications/product/src/org/ofbiz/product/category/CategoryContentWrapper.java incubator/ofbiz/trunk/applications/product/src/org/ofbiz/product/category/CategoryServices.java incubator/ofbiz/trunk/applications/product/src/org/ofbiz/product/category/CategoryWorker.java incubator/ofbiz/trunk/applications/product/src/org/ofbiz/product/config/ProductConfigItemContentWrapper.java incubator/ofbiz/trunk/applications/product/src/org/ofbiz/product/config/ProductConfigWorker.java incubator/ofbiz/trunk/applications/product/src/org/ofbiz/product/config/ProductConfigWrapper.java incubator/ofbiz/trunk/applications/product/src/org/ofbiz/product/config/ProductConfigWrapperException.java incubator/ofbiz/trunk/applications/product/src/org/ofbiz/product/feature/ParametricSearch.java incubator/ofbiz/trunk/applications/product/src/org/ofbiz/product/feature/ProductFeatureServices.java incubator/ofbiz/trunk/applications/product/src/org/ofbiz/product/inventory/InventoryServices.java incubator/ofbiz/trunk/applications/product/src/org/ofbiz/product/price/PriceServices.java incubator/ofbiz/trunk/applications/product/src/org/ofbiz/product/product/KeywordIndex.java incubator/ofbiz/trunk/applications/product/src/org/ofbiz/product/product/KeywordSearch.java incubator/ofbiz/trunk/applications/product/src/org/ofbiz/product/product/ProductContentWrapper.java incubator/ofbiz/trunk/applications/product/src/org/ofbiz/product/product/ProductEvents.java incubator/ofbiz/trunk/applications/product/src/org/ofbiz/product/product/ProductSearch.java incubator/ofbiz/trunk/applications/product/src/org/ofbiz/product/product/ProductSearchEvents.java incubator/ofbiz/trunk/applications/product/src/org/ofbiz/product/product/ProductSearchSession.java incubator/ofbiz/trunk/applications/product/src/org/ofbiz/product/product/ProductServices.java incubator/ofbiz/trunk/applications/product/src/org/ofbiz/product/product/ProductUtilServices.java incubator/ofbiz/trunk/applications/product/src/org/ofbiz/product/product/ProductWorker.java incubator/ofbiz/trunk/applications/product/src/org/ofbiz/product/product/VariantEvents.java incubator/ofbiz/trunk/applications/product/src/org/ofbiz/product/promo/PromoServices.java incubator/ofbiz/trunk/applications/product/src/org/ofbiz/product/store/ProductStoreSurveyWrapper.java incubator/ofbiz/trunk/applications/product/src/org/ofbiz/product/store/ProductStoreWorker.java incubator/ofbiz/trunk/applications/product/src/org/ofbiz/product/subscription/SubscriptionServices.java incubator/ofbiz/trunk/applications/product/src/org/ofbiz/product/supplier/SupplierProductServices.java incubator/ofbiz/trunk/applications/product/src/org/ofbiz/shipment/packing/PackingEvent.java incubator/ofbiz/trunk/applications/product/src/org/ofbiz/shipment/packing/PackingServices.java incubator/ofbiz/trunk/applications/product/src/org/ofbiz/shipment/packing/PackingSession.java incubator/ofbiz/trunk/applications/product/src/org/ofbiz/shipment/packing/PackingSessionLine.java incubator/ofbiz/trunk/applications/product/src/org/ofbiz/shipment/picklist/PickListServices.java incubator/ofbiz/trunk/applications/product/src/org/ofbiz/shipment/shipment/ShipmentEvents.java incubator/ofbiz/trunk/applications/product/src/org/ofbiz/shipment/shipment/ShipmentScheduledNotice.ftl incubator/ofbiz/trunk/applications/product/src/org/ofbiz/shipment/shipment/ShipmentServices.java incubator/ofbiz/trunk/applications/product/src/org/ofbiz/shipment/thirdparty/dhl/DhlServices.java incubator/ofbiz/trunk/applications/product/src/org/ofbiz/shipment/thirdparty/ups/UpsServices.java incubator/ofbiz/trunk/applications/product/src/org/ofbiz/shipment/thirdparty/usps/UspsMockApiServlet.java incubator/ofbiz/trunk/applications/product/src/org/ofbiz/shipment/thirdparty/usps/UspsServices.java incubator/ofbiz/trunk/applications/product/src/org/ofbiz/shipment/thirdparty/usps/UspsServicesTests.java incubator/ofbiz/trunk/applications/product/webapp/catalog/ChooseTopCategory.ftl incubator/ofbiz/trunk/applications/product/webapp/catalog/FastLoadCache.ftl incubator/ofbiz/trunk/applications/product/webapp/catalog/WEB-INF/actions/ChooseTopCategory.bsh incubator/ofbiz/trunk/applications/product/webapp/catalog/WEB-INF/actions/FastLoadCache.bsh incubator/ofbiz/trunk/applications/product/webapp/catalog/WEB-INF/actions/category/EditCategory.bsh incubator/ofbiz/trunk/applications/product/webapp/catalog/WEB-INF/actions/category/EditCategoryProducts.bsh incubator/ofbiz/trunk/applications/product/webapp/catalog/WEB-INF/actions/category/createProductInCategoryCheckExisting.bsh incubator/ofbiz/trunk/applications/product/webapp/catalog/WEB-INF/actions/config/EditProductConfigItemContent.bsh incubator/ofbiz/trunk/applications/product/webapp/catalog/WEB-INF/actions/config/EditProductConfigItemContentContent.bsh incubator/ofbiz/trunk/applications/product/webapp/catalog/WEB-INF/actions/config/EditProductConfigOptions.bsh incubator/ofbiz/trunk/applications/product/webapp/catalog/WEB-INF/actions/config/FindProductConfigItems.bsh incubator/ofbiz/trunk/applications/product/webapp/catalog/WEB-INF/actions/feature/EditFeatureCategories.bsh incubator/ofbiz/trunk/applications/product/webapp/catalog/WEB-INF/actions/feature/EditFeatureCategoryFeatures.bsh incubator/ofbiz/trunk/applications/product/webapp/catalog/WEB-INF/actions/feature/EditFeatureGroups.bsh incubator/ofbiz/trunk/applications/product/webapp/catalog/WEB-INF/actions/feature/EditSupplierFeature.bsh incubator/ofbiz/trunk/applications/product/webapp/catalog/WEB-INF/actions/feature/QuickAddProductFeatures.bsh incubator/ofbiz/trunk/applications/product/webapp/catalog/WEB-INF/actions/find/advancedsearchoptions.bsh incubator/ofbiz/trunk/applications/product/webapp/catalog/WEB-INF/actions/find/keywordsearch.bsh incubator/ofbiz/trunk/applications/product/webapp/catalog/WEB-INF/actions/find/keywordsearchbox.bsh incubator/ofbiz/trunk/applications/product/webapp/catalog/WEB-INF/actions/find/miniproductlist.bsh incubator/ofbiz/trunk/applications/product/webapp/catalog/WEB-INF/actions/find/sidecatalogs.bsh incubator/ofbiz/trunk/applications/product/webapp/catalog/WEB-INF/actions/find/sidedeepcategory.bsh incubator/ofbiz/trunk/applications/product/webapp/catalog/WEB-INF/actions/lookup/LookupVariantProduct.bsh incubator/ofbiz/trunk/applications/product/webapp/catalog/WEB-INF/actions/price/EditProductPriceRules.bsh incubator/ofbiz/trunk/applications/product/webapp/catalog/WEB-INF/actions/price/FindProductPriceRule.bsh incubator/ofbiz/trunk/applications/product/webapp/catalog/WEB-INF/actions/product/ApplyFeaturesFromCategory.bsh incubator/ofbiz/trunk/applications/product/webapp/catalog/WEB-INF/actions/product/ApplyFeaturesFromGroup.bsh incubator/ofbiz/trunk/applications/product/webapp/catalog/WEB-INF/actions/product/EditProductAssoc.bsh incubator/ofbiz/trunk/applications/product/webapp/catalog/WEB-INF/actions/product/EditProductContent.bsh incubator/ofbiz/trunk/applications/product/webapp/catalog/WEB-INF/actions/product/EditProductContentContent.bsh incubator/ofbiz/trunk/applications/product/webapp/catalog/WEB-INF/actions/product/EditProductFeatures.bsh incubator/ofbiz/trunk/applications/product/webapp/catalog/WEB-INF/actions/product/EditProductInventoryItems.bsh incubator/ofbiz/trunk/applications/product/webapp/catalog/WEB-INF/actions/product/EditProductQuickAdmin.bsh incubator/ofbiz/trunk/applications/product/webapp/catalog/WEB-INF/actions/product/QuickAddVariants.bsh incubator/ofbiz/trunk/applications/product/webapp/catalog/WEB-INF/actions/promo/EditProductPromoCode.bsh incubator/ofbiz/trunk/applications/product/webapp/catalog/WEB-INF/actions/store/EditProductStorePaySetup.bsh incubator/ofbiz/trunk/applications/product/webapp/catalog/WEB-INF/actions/store/EditProductStorePromos.bsh incubator/ofbiz/trunk/applications/product/webapp/catalog/WEB-INF/actions/store/EditProductStoreRoles.bsh incubator/ofbiz/trunk/applications/product/webapp/catalog/WEB-INF/actions/store/EditProductStoreShipSetup.bsh incubator/ofbiz/trunk/applications/product/webapp/catalog/WEB-INF/actions/store/EditProductStoreSurveys.bsh incubator/ofbiz/trunk/applications/product/webapp/catalog/WEB-INF/actions/thesaurus/EditKeywordThesaurus.bsh incubator/ofbiz/trunk/applications/product/webapp/catalog/WEB-INF/controller.xml incubator/ofbiz/trunk/applications/product/webapp/catalog/WEB-INF/web.xml incubator/ofbiz/trunk/applications/product/webapp/catalog/catalog/CatalogTabBar.ftl incubator/ofbiz/trunk/applications/product/webapp/catalog/catalog/FindProdCatalog.ftl incubator/ofbiz/trunk/applications/product/webapp/catalog/catalog/ProdCatalogForms.xml incubator/ofbiz/trunk/applications/product/webapp/catalog/category/CategoryForms.xml incubator/ofbiz/trunk/applications/product/webapp/catalog/category/CategoryTabBar.ftl incubator/ofbiz/trunk/applications/product/webapp/catalog/category/EditCategory.ftl incubator/ofbiz/trunk/applications/product/webapp/catalog/category/EditCategoryContent.ftl incubator/ofbiz/trunk/applications/product/webapp/catalog/category/EditCategoryFeatureCats.ftl incubator/ofbiz/trunk/applications/product/webapp/catalog/category/EditCategoryParties.ftl incubator/ofbiz/trunk/applications/product/webapp/catalog/category/EditCategoryProdCatalogs.ftl incubator/ofbiz/trunk/applications/product/webapp/catalog/category/EditCategoryProducts.ftl incubator/ofbiz/trunk/applications/product/webapp/catalog/category/EditCategoryRollup.ftl incubator/ofbiz/trunk/applications/product/webapp/catalog/category/createProductInCategoryCheckExisting.ftl incubator/ofbiz/trunk/applications/product/webapp/catalog/category/createProductInCategoryStart.ftl incubator/ofbiz/trunk/applications/product/webapp/catalog/config/ConfigForms.xml incubator/ofbiz/trunk/applications/product/webapp/catalog/config/ConfigItemTabBar.ftl incubator/ofbiz/trunk/applications/product/webapp/catalog/config/EditProductConfigItemContent.ftl incubator/ofbiz/trunk/applications/product/webapp/catalog/config/EditProductConfigItemContentContent.ftl incubator/ofbiz/trunk/applications/product/webapp/catalog/config/EditProductConfigOptions.ftl incubator/ofbiz/trunk/applications/product/webapp/catalog/config/FindProductConfigItems.ftl incubator/ofbiz/trunk/applications/product/webapp/catalog/error/error.jsp incubator/ofbiz/trunk/applications/product/webapp/catalog/feature/BulkAddFeature.ftl incubator/ofbiz/trunk/applications/product/webapp/catalog/feature/CreateFeatureCategory.ftl incubator/ofbiz/trunk/applications/product/webapp/catalog/feature/EditFeature.ftl incubator/ofbiz/trunk/applications/product/webapp/catalog/feature/EditFeatureCategories.ftl incubator/ofbiz/trunk/applications/product/webapp/catalog/feature/EditFeatureCategoryFeatures.ftl incubator/ofbiz/trunk/applications/product/webapp/catalog/feature/EditFeatureGroups.ftl incubator/ofbiz/trunk/applications/product/webapp/catalog/feature/FeatureForms.xml incubator/ofbiz/trunk/applications/product/webapp/catalog/feature/FeatureTabBar.ftl incubator/ofbiz/trunk/applications/product/webapp/catalog/find/FindProductById.ftl incubator/ofbiz/trunk/applications/product/webapp/catalog/find/advancedsearch.ftl incubator/ofbiz/trunk/applications/product/webapp/catalog/find/keywordsearch.ftl incubator/ofbiz/trunk/applications/product/webapp/catalog/find/keywordsearchbox.ftl incubator/ofbiz/trunk/applications/product/webapp/catalog/find/miniproductlist.ftl incubator/ofbiz/trunk/applications/product/webapp/catalog/find/sidecatalogs.ftl incubator/ofbiz/trunk/applications/product/webapp/catalog/find/sidedeepcategory.ftl incubator/ofbiz/trunk/applications/product/webapp/catalog/includes/appheader.ftl incubator/ofbiz/trunk/applications/product/webapp/catalog/index.jsp incubator/ofbiz/trunk/applications/product/webapp/catalog/lookup/FieldLookupForms.xml incubator/ofbiz/trunk/applications/product/webapp/catalog/lookup/LookupVariantProduct.ftl incubator/ofbiz/trunk/applications/product/webapp/catalog/main.ftl incubator/ofbiz/trunk/applications/product/webapp/catalog/price/EditProductPriceRules.ftl incubator/ofbiz/trunk/applications/product/webapp/catalog/price/FindProductPriceRule.ftl incubator/ofbiz/trunk/applications/product/webapp/catalog/product/ApplyFeaturesFromCategory.ftl incubator/ofbiz/trunk/applications/product/webapp/catalog/product/CreateVirtualWithVariantsForm.ftl incubator/ofbiz/trunk/applications/product/webapp/catalog/product/EditProductAssoc.ftl incubator/ofbiz/trunk/applications/product/webapp/catalog/product/EditProductAttributes.ftl incubator/ofbiz/trunk/applications/product/webapp/catalog/product/EditProductContent.ftl incubator/ofbiz/trunk/applications/product/webapp/catalog/product/EditProductContentContent.ftl incubator/ofbiz/trunk/applications/product/webapp/catalog/product/EditProductDupForm.ftl incubator/ofbiz/trunk/applications/product/webapp/catalog/product/EditProductFacilities.ftl incubator/ofbiz/trunk/applications/product/webapp/catalog/product/EditProductFacilityLocations.ftl incubator/ofbiz/trunk/applications/product/webapp/catalog/product/EditProductFeatures.ftl incubator/ofbiz/trunk/applications/product/webapp/catalog/product/EditProductGlAccounts.ftl incubator/ofbiz/trunk/applications/product/webapp/catalog/product/EditProductGoodIdentifications.ftl incubator/ofbiz/trunk/applications/product/webapp/catalog/product/EditProductInventoryItems.ftl incubator/ofbiz/trunk/applications/product/webapp/catalog/product/EditProductKeyword.ftl incubator/ofbiz/trunk/applications/product/webapp/catalog/product/EditProductQuickAdmin.ftl incubator/ofbiz/trunk/applications/product/webapp/catalog/product/EditVirtualProductInventory.ftl incubator/ofbiz/trunk/applications/product/webapp/catalog/product/ProductForms.xml incubator/ofbiz/trunk/applications/product/webapp/catalog/product/ProductTabBar.ftl incubator/ofbiz/trunk/applications/product/webapp/catalog/product/QuickAddVariants.ftl incubator/ofbiz/trunk/applications/product/webapp/catalog/promo/EditProductPromoCode.ftl incubator/ofbiz/trunk/applications/product/webapp/catalog/promo/EditProductPromoRules.ftl incubator/ofbiz/trunk/applications/product/webapp/catalog/promo/EditProductPromoStores.ftl incubator/ofbiz/trunk/applications/product/webapp/catalog/promo/FindProductPromo.ftl incubator/ofbiz/trunk/applications/product/webapp/catalog/promo/FindProductPromoCode.ftl incubator/ofbiz/trunk/applications/product/webapp/catalog/promo/PromoForms.xml incubator/ofbiz/trunk/applications/product/webapp/catalog/promo/PromoTabBar.ftl incubator/ofbiz/trunk/applications/product/webapp/catalog/reviews/pendingReviews.ftl incubator/ofbiz/trunk/applications/product/webapp/catalog/store/EditProductStorePaySetup.ftl incubator/ofbiz/trunk/applications/product/webapp/catalog/store/EditProductStorePromos.ftl incubator/ofbiz/trunk/applications/product/webapp/catalog/store/EditProductStoreRoles.ftl incubator/ofbiz/trunk/applications/product/webapp/catalog/store/EditProductStoreShipSetup.ftl incubator/ofbiz/trunk/applications/product/webapp/catalog/store/EditProductStoreSurveys.ftl incubator/ofbiz/trunk/applications/product/webapp/catalog/store/EditProductStoreTaxSetup.ftl incubator/ofbiz/trunk/applications/product/webapp/catalog/store/EditProductStoreWebSites.ftl incubator/ofbiz/trunk/applications/product/webapp/catalog/store/FindProductStore.ftl incubator/ofbiz/trunk/applications/product/webapp/catalog/store/ProductStoreForms.xml incubator/ofbiz/trunk/applications/product/webapp/catalog/store/ProductStoreTabBar.ftl incubator/ofbiz/trunk/applications/product/webapp/catalog/thesaurus/EditKeywordThesaurus.ftl incubator/ofbiz/trunk/applications/product/webapp/facility/WEB-INF/actions/facility/EditContactMech.bsh incubator/ofbiz/trunk/applications/product/webapp/facility/WEB-INF/actions/facility/EditFacility.bsh incubator/ofbiz/trunk/applications/product/webapp/facility/WEB-INF/actions/facility/EditFacilityGroups.bsh incubator/ofbiz/trunk/applications/product/webapp/facility/WEB-INF/actions/facility/EditFacilityInventoryItems.bsh incubator/ofbiz/trunk/applications/product/webapp/facility/WEB-INF/actions/facility/EditFacilityLocation.bsh incubator/ofbiz/trunk/applications/product/webapp/facility/WEB-INF/actions/facility/EditFacilityRoles.bsh incubator/ofbiz/trunk/applications/product/webapp/facility/WEB-INF/actions/facility/FindFacility.bsh incubator/ofbiz/trunk/applications/product/webapp/facility/WEB-INF/actions/facility/FindFacilityLocation.bsh incubator/ofbiz/trunk/applications/product/webapp/facility/WEB-INF/actions/facility/FindFacilityTransfers.bsh incubator/ofbiz/trunk/applications/product/webapp/facility/WEB-INF/actions/facility/ViewContactMechs.bsh incubator/ofbiz/trunk/applications/product/webapp/facility/WEB-INF/actions/facility/ViewFacilityInventoryByProduct.bsh incubator/ofbiz/trunk/applications/product/webapp/facility/WEB-INF/actions/group/EditFacilityGroup.bsh incubator/ofbiz/trunk/applications/product/webapp/facility/WEB-INF/actions/group/EditFacilityGroupMembers.bsh incubator/ofbiz/trunk/applications/product/webapp/facility/WEB-INF/actions/group/EditFacilityGroupRoles.bsh incubator/ofbiz/trunk/applications/product/webapp/facility/WEB-INF/actions/group/EditFacilityGroupRollup.bsh incubator/ofbiz/trunk/applications/product/webapp/facility/WEB-INF/actions/inventory/EditInventoryItem.bsh incubator/ofbiz/trunk/applications/product/webapp/facility/WEB-INF/actions/inventory/TransferInventoryItem.bsh incubator/ofbiz/trunk/applications/product/webapp/facility/WEB-INF/actions/inventory/receiveInventory.bsh incubator/ofbiz/trunk/applications/product/webapp/facility/WEB-INF/actions/returns/receiveReturn.bsh incubator/ofbiz/trunk/applications/product/webapp/facility/WEB-INF/actions/shipment/AddItemsFromOrder.bsh incubator/ofbiz/trunk/applications/product/webapp/facility/WEB-INF/actions/shipment/EditShipment.bsh incubator/ofbiz/trunk/applications/product/webapp/facility/WEB-INF/actions/shipment/EditShipmentItems.bsh incubator/ofbiz/trunk/applications/product/webapp/facility/WEB-INF/actions/shipment/EditShipmentPackages.bsh incubator/ofbiz/trunk/applications/product/webapp/facility/WEB-INF/actions/shipment/EditShipmentPlan.bsh incubator/ofbiz/trunk/applications/product/webapp/facility/WEB-INF/actions/shipment/EditShipmentRouteSegments.bsh incubator/ofbiz/trunk/applications/product/webapp/facility/WEB-INF/actions/shipment/FindShipment.bsh incubator/ofbiz/trunk/applications/product/webapp/facility/WEB-INF/actions/shipment/PackOrder.bsh incubator/ofbiz/trunk/applications/product/webapp/facility/WEB-INF/actions/shipment/QuickShipOrder.bsh incubator/ofbiz/trunk/applications/product/webapp/facility/WEB-INF/actions/shipment/ViewShipment.bsh incubator/ofbiz/trunk/applications/product/webapp/facility/WEB-INF/controller.xml incubator/ofbiz/trunk/applications/product/webapp/facility/WEB-INF/web.xml incubator/ofbiz/trunk/applications/product/webapp/facility/error/error.jsp incubator/ofbiz/trunk/applications/product/webapp/facility/error/error403.jsp incubator/ofbiz/trunk/applications/product/webapp/facility/error/error404.jsp incubator/ofbiz/trunk/applications/product/webapp/facility/facility/EditContactMech.ftl incubator/ofbiz/trunk/applications/product/webapp/facility/facility/EditFacility.ftl incubator/ofbiz/trunk/applications/product/webapp/facility/facility/EditFacilityGroups.ftl incubator/ofbiz/trunk/applications/product/webapp/facility/facility/EditFacilityInventoryItems.ftl incubator/ofbiz/trunk/applications/product/webapp/facility/facility/EditFacilityLocation.ftl incubator/ofbiz/trunk/applications/product/webapp/facility/facility/EditFacilityRoles.ftl incubator/ofbiz/trunk/applications/product/webapp/facility/facility/FacilityForms.xml incubator/ofbiz/trunk/applications/product/webapp/facility/facility/FacilityScheduleTabBar.ftl incubator/ofbiz/trunk/applications/product/webapp/facility/facility/FacilityTabBar.ftl incubator/ofbiz/trunk/applications/product/webapp/facility/facility/FindFacility.ftl incubator/ofbiz/trunk/applications/product/webapp/facility/facility/FindFacilityLocation.ftl incubator/ofbiz/trunk/applications/product/webapp/facility/facility/FindFacilityTransfers.ftl incubator/ofbiz/trunk/applications/product/webapp/facility/facility/PickMoveStock.ftl incubator/ofbiz/trunk/applications/product/webapp/facility/facility/Picklist.fo.ftl incubator/ofbiz/trunk/applications/product/webapp/facility/facility/PicklistManage.ftl incubator/ofbiz/trunk/applications/product/webapp/facility/facility/PicklistOptions.ftl incubator/ofbiz/trunk/applications/product/webapp/facility/facility/ViewContactMechs.ftl incubator/ofbiz/trunk/applications/product/webapp/facility/facility/batchPrintShippingLabels.fo.ftl incubator/ofbiz/trunk/applications/product/webapp/facility/group/EditFacilityGroup.ftl incubator/ofbiz/trunk/applications/product/webapp/facility/group/EditFacilityGroupMembers.ftl incubator/ofbiz/trunk/applications/product/webapp/facility/group/EditFacilityGroupRoles.ftl incubator/ofbiz/trunk/applications/product/webapp/facility/group/EditFacilityGroupRollup.ftl incubator/ofbiz/trunk/applications/product/webapp/facility/group/FacilityGroupTabBar.ftl incubator/ofbiz/trunk/applications/product/webapp/facility/group/FindFacilityGroup.ftl incubator/ofbiz/trunk/applications/product/webapp/facility/includes/appheader.ftl incubator/ofbiz/trunk/applications/product/webapp/facility/index.jsp incubator/ofbiz/trunk/applications/product/webapp/facility/inventory/EditInventoryItem.ftl incubator/ofbiz/trunk/applications/product/webapp/facility/inventory/InventoryForms.xml incubator/ofbiz/trunk/applications/product/webapp/facility/inventory/TransferInventoryItem.ftl incubator/ofbiz/trunk/applications/product/webapp/facility/inventory/receiveInventory.ftl incubator/ofbiz/trunk/applications/product/webapp/facility/lookup/FieldLookupForms.xml incubator/ofbiz/trunk/applications/product/webapp/facility/returns/receiveReturn.ftl incubator/ofbiz/trunk/applications/product/webapp/facility/shipment/AddItemsFromOrder.ftl incubator/ofbiz/trunk/applications/product/webapp/facility/shipment/EditShipment.ftl incubator/ofbiz/trunk/applications/product/webapp/facility/shipment/EditShipmentItems.ftl incubator/ofbiz/trunk/applications/product/webapp/facility/shipment/EditShipmentPackages.ftl incubator/ofbiz/trunk/applications/product/webapp/facility/shipment/EditShipmentPlan.ftl incubator/ofbiz/trunk/applications/product/webapp/facility/shipment/EditShipmentRouteSegments.ftl incubator/ofbiz/trunk/applications/product/webapp/facility/shipment/FindShipment.ftl incubator/ofbiz/trunk/applications/product/webapp/facility/shipment/PackOrder.ftl incubator/ofbiz/trunk/applications/product/webapp/facility/shipment/PackingSlip.fo.ftl incubator/ofbiz/trunk/applications/product/webapp/facility/shipment/QuickShipOrder.ftl incubator/ofbiz/trunk/applications/product/webapp/facility/shipment/ShipmentBarCode.fo.ftl incubator/ofbiz/trunk/applications/product/webapp/facility/shipment/ShipmentForms.xml incubator/ofbiz/trunk/applications/product/webapp/facility/shipment/ShipmentTabBar.ftl incubator/ofbiz/trunk/applications/product/webapp/facility/shipment/ViewShipment.ftl incubator/ofbiz/trunk/applications/product/webapp/facility/shipment/ViewShipmentInfo.ftl incubator/ofbiz/trunk/applications/product/webapp/facility/shipment/ViewShipmentItemInfo.ftl incubator/ofbiz/trunk/applications/product/webapp/facility/shipment/ViewShipmentPackageInfo.ftl incubator/ofbiz/trunk/applications/product/webapp/facility/shipment/ViewShipmentRouteInfo.ftl incubator/ofbiz/trunk/applications/product/webapp/facility/shipmentreports/ShipmentItemReportPrepare.bsh incubator/ofbiz/trunk/applications/product/webapp/facility/shipmentreports/ShipmentManifestReport.xml incubator/ofbiz/trunk/applications/product/widget/catalog/CatalogCommonScreens.xml incubator/ofbiz/trunk/applications/product/widget/catalog/CatalogScreens.xml incubator/ofbiz/trunk/applications/product/widget/catalog/CategoryScreens.xml incubator/ofbiz/trunk/applications/product/widget/catalog/CommonScreens.xml incubator/ofbiz/trunk/applications/product/widget/catalog/ConfigScreens.xml incubator/ofbiz/trunk/applications/product/widget/catalog/FeatureScreens.xml incubator/ofbiz/trunk/applications/product/widget/catalog/FindScreens.xml incubator/ofbiz/trunk/applications/product/widget/catalog/LookupScreens.xml incubator/ofbiz/trunk/applications/product/widget/catalog/PriceScreens.xml incubator/ofbiz/trunk/applications/product/widget/catalog/ProductScreens.xml incubator/ofbiz/trunk/applications/product/widget/catalog/PromoScreens.xml incubator/ofbiz/trunk/applications/product/widget/catalog/ReviewScreens.xml incubator/ofbiz/trunk/applications/product/widget/catalog/StoreScreens.xml incubator/ofbiz/trunk/applications/product/widget/catalog/SubscriptionForms.xml incubator/ofbiz/trunk/applications/product/widget/catalog/SubscriptionMenus.xml incubator/ofbiz/trunk/applications/product/widget/catalog/SubscriptionScreens.xml incubator/ofbiz/trunk/applications/product/widget/catalog/ThesaurusScreens.xml incubator/ofbiz/trunk/applications/product/widget/facility/CommonScreens.xml incubator/ofbiz/trunk/applications/product/widget/facility/FacilityGroupScreens.xml incubator/ofbiz/trunk/applications/product/widget/facility/FacilityScreens.xml incubator/ofbiz/trunk/applications/product/widget/facility/LookupScreens.xml incubator/ofbiz/trunk/applications/product/widget/facility/ReportScreens.xml incubator/ofbiz/trunk/applications/product/widget/facility/ShipmentScreens.xml Modified: incubator/ofbiz/trunk/applications/product/build.xml URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/product/build.xml?rev=422391&r1=422390&r2=422391&view=diff ============================================================================== --- incubator/ofbiz/trunk/applications/product/build.xml (original) +++ incubator/ofbiz/trunk/applications/product/build.xml Sun Jul 16 00:11:40 2006 @@ -1,27 +1,19 @@ <?xml version="1.0"?> <!-- - * Copyright (c) 2001 The Open For Business Project - www.ofbiz.org - * - * Permission is hereby granted, free of charge, to any person obtaining a - * copy of this software and associated documentation files (the "Software"), - * to deal in the Software without restriction, including without limitation - * the rights to use, copy, modify, merge, publish, distribute, sublicense, - * and/or sell copies of the Software, and to permit persons to whom the - * Software is furnished to do so, subject to the following conditions: - * - * The above copyright notice and this permission notice shall be included - * in all copies or substantial portions of the Software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS - * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF - * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. - * IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY - * CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT - * OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR - * THE USE OR OTHER DEALINGS IN THE SOFTWARE. - * - * This is the Open for Business Product Build Script. - * $Id: build.xml 7900 2006-06-29 05:03:20Z jonesde $ + +Copyright 2001-2006 The Apache Software Foundation + +Licensed 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. --> <project name="OFBiz - Product Component" default="jar" basedir="."> Modified: incubator/ofbiz/trunk/applications/product/config/catalog.properties URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/product/config/catalog.properties?rev=422391&r1=422390&r2=422391&view=diff ============================================================================== --- incubator/ofbiz/trunk/applications/product/config/catalog.properties (original) +++ incubator/ofbiz/trunk/applications/product/config/catalog.properties Sun Jul 16 00:11:40 2006 @@ -1,3 +1,19 @@ +##################################################################### +# +# Copyright 2001-2006 The Apache Software Foundation +# +# Licensed 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. +##################################################################### # ==== Catalog Application Properties ==== @@ -15,4 +31,3 @@ # Flag to re-active products when they are received reactivate.product.from.receipt=Y - Modified: incubator/ofbiz/trunk/applications/product/config/inventoryalerts.properties URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/product/config/inventoryalerts.properties?rev=422391&r1=422390&r2=422391&view=diff ============================================================================== --- incubator/ofbiz/trunk/applications/product/config/inventoryalerts.properties (original) +++ incubator/ofbiz/trunk/applications/product/config/inventoryalerts.properties Sun Jul 16 00:11:40 2006 @@ -1,3 +1,20 @@ +##################################################################### +# +# Copyright 2001-2006 The Apache Software Foundation +# +# Licensed 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. +##################################################################### + # Sample ResourceBundle properties file mailhost=edison Modified: incubator/ofbiz/trunk/applications/product/config/prodsearch.properties URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/product/config/prodsearch.properties?rev=422391&r1=422390&r2=422391&view=diff ============================================================================== --- incubator/ofbiz/trunk/applications/product/config/prodsearch.properties (original) +++ incubator/ofbiz/trunk/applications/product/config/prodsearch.properties Sun Jul 16 00:11:40 2006 @@ -1,3 +1,19 @@ +##################################################################### +# +# Copyright 2001-2006 The Apache Software Foundation +# +# Licensed 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 Search Settings # $Id: prodsearch.properties 3688 2004-10-15 01:28:10Z jonesde $ Modified: incubator/ofbiz/trunk/applications/product/config/promotext.properties URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/product/config/promotext.properties?rev=422391&r1=422390&r2=422391&view=diff ============================================================================== --- incubator/ofbiz/trunk/applications/product/config/promotext.properties (original) +++ incubator/ofbiz/trunk/applications/product/config/promotext.properties Sun Jul 16 00:11:40 2006 @@ -1,7 +1,19 @@ -#### -# OFBiz Promotion Auto Text Settings -# $Id: promotext.properties 4534 2005-02-21 22:58:23Z jaz $ -#### +##################################################################### +# +# Copyright 2001-2006 The Apache Software Foundation +# +# Licensed 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. +##################################################################### operator.equality.PPC_EQ=is operator.equality.PPC_NEQ=is not @@ -35,4 +47,3 @@ action.PROMO_PROD_PRICE=get ${quantity} for $${amount} action.PROMO_ORDER_PERCENT=get ${amount}% off your order action.PROMO_ORDER_AMOUNT=get $${amount} off your order - Modified: incubator/ofbiz/trunk/applications/product/config/shipment.properties URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/product/config/shipment.properties?rev=422391&r1=422390&r2=422391&view=diff ============================================================================== --- incubator/ofbiz/trunk/applications/product/config/shipment.properties (original) +++ incubator/ofbiz/trunk/applications/product/config/shipment.properties Sun Jul 16 00:11:40 2006 @@ -1,7 +1,19 @@ -#### -# Shipment Processing Configuration File -# $Id: shipment.properties 7360 2006-04-21 01:17:52Z sichen $ -#### +##################################################################### +# +# Copyright 2001-2006 The Apache Software Foundation +# +# Licensed 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. +##################################################################### ############################################ # General Configuration Modified: incubator/ofbiz/trunk/applications/product/data/ApiSchemaDhl.xml URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/product/data/ApiSchemaDhl.xml?rev=422391&r1=422390&r2=422391&view=diff ============================================================================== --- incubator/ofbiz/trunk/applications/product/data/ApiSchemaDhl.xml (original) +++ incubator/ofbiz/trunk/applications/product/data/ApiSchemaDhl.xml Sun Jul 16 00:11:40 2006 @@ -1,5 +1,23 @@ -<!-- FreeMarker template for DHL ShipIT Services. If the DHL ShipIt API ever changes its schema, we only need to change this file. --> <?xml version="1.0" encoding="UTF-8"?> +<!-- + +Copyright 2001-2006 The Apache Software Foundation + +Licensed 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. +--> + +<!-- FreeMarker template for DHL ShipIT Services. If the DHL ShipIt API ever changes its schema, we only need to change this file. --> + <entity-engine-xml> <DataResource dataResourceId="api.schema.DHL" dataResourceTypeId="ELECTRONIC_TEXT" dataTemplateTypeId="FTL"/> @@ -78,4 +96,3 @@ <Content contentId="api.schema.DHL" contentTypeId="DOCUMENT" dataResourceId="api.schema.DHL"/> </entity-engine-xml> - Modified: incubator/ofbiz/trunk/applications/product/data/ProductScheduledServices.xml URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/product/data/ProductScheduledServices.xml?rev=422391&r1=422390&r2=422391&view=diff ============================================================================== --- incubator/ofbiz/trunk/applications/product/data/ProductScheduledServices.xml (original) +++ incubator/ofbiz/trunk/applications/product/data/ProductScheduledServices.xml Sun Jul 16 00:11:40 2006 @@ -1,4 +1,21 @@ <?xml version="1.0" encoding="UTF-8"?> +<!-- + +Copyright 2001-2006 The Apache Software Foundation + +Licensed 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> <RecurrenceRule recurrenceRuleId="420" untilDateTime="" frequency="DAILY" intervalNumber="1" countNumber="-1"/> <RecurrenceInfo recurrenceInfoId="420" startDateTime="2000-01-01 00:00:00.000" recurrenceRuleId="420" recurrenceCount="0"/> Modified: incubator/ofbiz/trunk/applications/product/data/ProductSecurityData.xml URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/product/data/ProductSecurityData.xml?rev=422391&r1=422390&r2=422391&view=diff ============================================================================== --- incubator/ofbiz/trunk/applications/product/data/ProductSecurityData.xml (original) +++ incubator/ofbiz/trunk/applications/product/data/ProductSecurityData.xml Sun Jul 16 00:11:40 2006 @@ -1,4 +1,21 @@ <?xml version="1.0" encoding="UTF-8"?> +<!-- + +Copyright 2001-2006 The Apache Software Foundation + +Licensed 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> <!-- Catalog Manager security --> <SecurityPermission description="View operations in the Catalog Manager." permissionId="CATALOG_VIEW"/> Modified: incubator/ofbiz/trunk/applications/product/data/ProductTypeData.xml URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/product/data/ProductTypeData.xml?rev=422391&r1=422390&r2=422391&view=diff ============================================================================== --- incubator/ofbiz/trunk/applications/product/data/ProductTypeData.xml (original) +++ incubator/ofbiz/trunk/applications/product/data/ProductTypeData.xml Sun Jul 16 00:11:40 2006 @@ -1,4 +1,21 @@ <?xml version="1.0" encoding="UTF-8"?> +<!-- + +Copyright 2001-2006 The Apache Software Foundation + +Licensed 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> <CostComponentType costComponentTypeId="MAT_COST" description="Materials Cost" hasTable="N" parentTypeId=""/> <CostComponentType costComponentTypeId="ROUTE_COST" description="Route (fixed asset usage) Cost" hasTable="N" parentTypeId=""/> Modified: incubator/ofbiz/trunk/applications/product/data/ShipmentTypeData.xml URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/product/data/ShipmentTypeData.xml?rev=422391&r1=422390&r2=422391&view=diff ============================================================================== --- incubator/ofbiz/trunk/applications/product/data/ShipmentTypeData.xml (original) +++ incubator/ofbiz/trunk/applications/product/data/ShipmentTypeData.xml Sun Jul 16 00:11:40 2006 @@ -1,4 +1,21 @@ <?xml version="1.0" encoding="UTF-8"?> +<!-- + +Copyright 2001-2006 The Apache Software Foundation + +Licensed 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> <QuantityBreakType description="Shipping Weight Break" quantityBreakTypeId="SHIP_WEIGHT"/> <QuantityBreakType description="Shipping Quantity Break" quantityBreakTypeId="SHIP_QUANTITY"/> Modified: incubator/ofbiz/trunk/applications/product/entitydef/eecas.xml URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/product/entitydef/eecas.xml?rev=422391&r1=422390&r2=422391&view=diff ============================================================================== --- incubator/ofbiz/trunk/applications/product/entitydef/eecas.xml (original) +++ incubator/ofbiz/trunk/applications/product/entitydef/eecas.xml Sun Jul 16 00:11:40 2006 @@ -1,24 +1,19 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - * Copyright (c) 2002-2004 The Open For Business Project - www.ofbiz.org - * - * Permission is hereby granted, free of charge, to any person obtaining a - * copy of this software and associated documentation files (the "Software"), - * to deal in the Software without restriction, including without limitation - * the rights to use, copy, modify, merge, publish, distribute, sublicense, - * and/or sell copies of the Software, and to permit persons to whom the - * Software is furnished to do so, subject to the following conditions: - * - * The above copyright notice and this permission notice shall be included - * in all copies or substantial portions of the Software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS - * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF - * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. - * IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY - * CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT - * OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR - * THE USE OR OTHER DEALINGS IN THE SOFTWARE. + +Copyright 2001-2006 The Apache Software Foundation + +Licensed 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-eca xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" Modified: incubator/ofbiz/trunk/applications/product/entitydef/entitygroup.xml URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/product/entitydef/entitygroup.xml?rev=422391&r1=422390&r2=422391&view=diff ============================================================================== --- incubator/ofbiz/trunk/applications/product/entitydef/entitygroup.xml (original) +++ incubator/ofbiz/trunk/applications/product/entitydef/entitygroup.xml Sun Jul 16 00:11:40 2006 @@ -1,24 +1,19 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - * Copyright (c) 2001-2006 The Open For Business Project - www.ofbiz.org - * - * Permission is hereby granted, free of charge, to any person obtaining a - * copy of this software and associated documentation files (the "Software"), - * to deal in the Software without restriction, including without limitation - * the rights to use, copy, modify, merge, publish, distribute, sublicense, - * and/or sell copies of the Software, and to permit persons to whom the - * Software is furnished to do so, subject to the following conditions: - * - * The above copyright notice and this permission notice shall be included - * in all copies or substantial portions of the Software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS - * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF - * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. - * IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY - * CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT - * OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR - * THE USE OR OTHER DEALINGS IN THE SOFTWARE. + +Copyright 2001-2006 The Apache Software Foundation + +Licensed 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. --> <entitygroup xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" Modified: incubator/ofbiz/trunk/applications/product/entitydef/entitymodel.xml URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/product/entitydef/entitymodel.xml?rev=422391&r1=422390&r2=422391&view=diff ============================================================================== --- incubator/ofbiz/trunk/applications/product/entitydef/entitymodel.xml (original) +++ incubator/ofbiz/trunk/applications/product/entitydef/entitymodel.xml Sun Jul 16 00:11:40 2006 @@ -1,28 +1,18 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - * Copyright (c) 2001-2006 The Open For Business Project - www.ofbiz.org - * - * Permission is hereby granted, free of charge, to any person obtaining a - * copy of this software and associated documentation files (the "Software"), - * to deal in the Software without restriction, including without limitation - * the rights to use, copy, modify, merge, publish, distribute, sublicense, - * and/or sell copies of the Software, and to permit persons to whom the - * Software is furnished to do so, subject to the following conditions: - * - * The above copyright notice and this permission notice shall be included - * in all copies or substantial portions of the Software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS - * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF - * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. - * IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY - * CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT - * OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR - * THE USE OR OTHER DEALINGS IN THE SOFTWARE. - * - * @author David E. Jones ([hidden email]) - * @author Andy Zeneski ([hidden email]) - * @version $Rev$ +Copyright 2001-2006 The Apache Software Foundation + +Licensed 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" Modified: incubator/ofbiz/trunk/applications/product/entitydef/entitymodel_odbc.xml URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/product/entitydef/entitymodel_odbc.xml?rev=422391&r1=422390&r2=422391&view=diff ============================================================================== --- incubator/ofbiz/trunk/applications/product/entitydef/entitymodel_odbc.xml (original) +++ incubator/ofbiz/trunk/applications/product/entitydef/entitymodel_odbc.xml Sun Jul 16 00:11:40 2006 @@ -1,32 +1,18 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- -/** - * Title: Entity Generator Definitions for the General Data Model - * Description: None - * Copyright (c) 2001-2005 The Open For Business Project - www.ofbiz.org - * - * Permission is hereby granted, free of charge, to any person obtaining a - * copy of this software and associated documentation files (the "Software"), - * to deal in the Software without restriction, including without limitation - * the rights to use, copy, modify, merge, publish, distribute, sublicense, - * and/or sell copies of the Software, and to permit persons to whom the - * Software is furnished to do so, subject to the following conditions: - * - * The above copyright notice and this permission notice shall be included - * in all copies or substantial portions of the Software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS - * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF - * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. - * IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY - * CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT - * OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR - * THE USE OR OTHER DEALINGS IN THE SOFTWARE. - * - * @author David E. Jones ([hidden email]) - * @author Andy Zeneski ([hidden email]) - * @version $Rev$ - */ +Copyright 2001-2006 The Apache Software Foundation + +Licensed 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" Modified: incubator/ofbiz/trunk/applications/product/entitydef/entitymodel_shipment.xml URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/product/entitydef/entitymodel_shipment.xml?rev=422391&r1=422390&r2=422391&view=diff ============================================================================== --- incubator/ofbiz/trunk/applications/product/entitydef/entitymodel_shipment.xml (original) +++ incubator/ofbiz/trunk/applications/product/entitydef/entitymodel_shipment.xml Sun Jul 16 00:11:40 2006 @@ -1,32 +1,18 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- -/** - * Title: Entity Generator Definitions for the General Data Model - * Description: None - * Copyright (c) 2001-2005 The Open For Business Project - www.ofbiz.org - * - * Permission is hereby granted, free of charge, to any person obtaining a - * copy of this software and associated documentation files (the "Software"), - * to deal in the Software without restriction, including without limitation - * the rights to use, copy, modify, merge, publish, distribute, sublicense, - * and/or sell copies of the Software, and to permit persons to whom the - * Software is furnished to do so, subject to the following conditions: - * - * The above copyright notice and this permission notice shall be included - * in all copies or substantial portions of the Software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS - * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF - * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. - * IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY - * CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT - * OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR - * THE USE OR OTHER DEALINGS IN THE SOFTWARE. - * - * @author David E. Jones ([hidden email]) - * @author Andy Zeneski ([hidden email]) - * @version $Rev$ - */ +Copyright 2001-2006 The Apache Software Foundation + +Licensed 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" Modified: incubator/ofbiz/trunk/applications/product/script/org/ofbiz/product/catalog/CatalogServices.xml URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/product/script/org/ofbiz/product/catalog/CatalogServices.xml?rev=422391&r1=422390&r2=422391&view=diff ============================================================================== --- incubator/ofbiz/trunk/applications/product/script/org/ofbiz/product/catalog/CatalogServices.xml (original) +++ incubator/ofbiz/trunk/applications/product/script/org/ofbiz/product/catalog/CatalogServices.xml Sun Jul 16 00:11:40 2006 @@ -1,28 +1,20 @@ <?xml version="1.0" encoding="UTF-8" ?> <!-- - * Copyright (c) 2001-2005 The Open For Business Project - www.ofbiz.org - * Permission is hereby granted, free of charge, to any person obtaining a - * copy of this software and associated documentation files (the "Software"), - * to deal in the Software without restriction, including without limitation - * the rights to use, copy, modify, merge, publish, distribute, sublicense, - * and/or sell copies of the Software, and to permit persons to whom the - * Software is furnished to do s |
Free forum by Nabble | Edit this page |