Author: rishi
Date: Sun Apr 28 07:19:00 2019 New Revision: 1858307 URL: http://svn.apache.org/viewvc?rev=1858307&view=rev Log: Improved: Rename custom component for SMS gateway integration. Rename files and references, few more will be coming after this commit. (OFBIZ-10973) Thanks to Pritam for this improvement Added: ofbiz/ofbiz-plugins/trunk/msggateway/config/MsgGatewayUiLabels.xml - copied unchanged from r1858306, ofbiz/ofbiz-plugins/trunk/msggateway/config/Msg91UiLabels.xml ofbiz/ofbiz-plugins/trunk/msggateway/data/MsgGatewayDemoData.xml - copied unchanged from r1858306, ofbiz/ofbiz-plugins/trunk/msggateway/data/Msg91DemoData.xml ofbiz/ofbiz-plugins/trunk/msggateway/data/MsgGatewaySecurityGroupDemoData.xml - copied unchanged from r1858306, ofbiz/ofbiz-plugins/trunk/msggateway/data/Msg91SecurityGroupDemoData.xml ofbiz/ofbiz-plugins/trunk/msggateway/data/MsgGatewaySecurityPermissionSeedData.xml - copied unchanged from r1858306, ofbiz/ofbiz-plugins/trunk/msggateway/data/Msg91SecurityPermissionSeedData.xml ofbiz/ofbiz-plugins/trunk/msggateway/data/MsgGatewaySeedData.xml - copied unchanged from r1858306, ofbiz/ofbiz-plugins/trunk/msggateway/data/Msg91SeedData.xml ofbiz/ofbiz-plugins/trunk/msggateway/data/helpdata/HELP_MsgGateway.xml - copied unchanged from r1858306, ofbiz/ofbiz-plugins/trunk/msggateway/data/helpdata/HELP_Msg91.xml ofbiz/ofbiz-plugins/trunk/msggateway/documents/MsgGateway.xml - copied unchanged from r1858306, ofbiz/ofbiz-plugins/trunk/msggateway/documents/Msg91.xml ofbiz/ofbiz-plugins/trunk/msggateway/widget/MsgGatewayMenus.xml - copied unchanged from r1858306, ofbiz/ofbiz-plugins/trunk/msggateway/widget/Msg91Menus.xml ofbiz/ofbiz-plugins/trunk/msggateway/widget/MsgGatewayScreens.xml - copied unchanged from r1858306, ofbiz/ofbiz-plugins/trunk/msggateway/widget/Msg91Screens.xml Removed: ofbiz/ofbiz-plugins/trunk/msggateway/config/Msg91UiLabels.xml ofbiz/ofbiz-plugins/trunk/msggateway/data/Msg91DemoData.xml ofbiz/ofbiz-plugins/trunk/msggateway/data/Msg91SecurityGroupDemoData.xml ofbiz/ofbiz-plugins/trunk/msggateway/data/Msg91SecurityPermissionSeedData.xml ofbiz/ofbiz-plugins/trunk/msggateway/data/Msg91SeedData.xml ofbiz/ofbiz-plugins/trunk/msggateway/data/helpdata/HELP_Msg91.xml ofbiz/ofbiz-plugins/trunk/msggateway/documents/Msg91.xml ofbiz/ofbiz-plugins/trunk/msggateway/widget/Msg91Menus.xml ofbiz/ofbiz-plugins/trunk/msggateway/widget/Msg91Screens.xml Modified: ofbiz/ofbiz-plugins/trunk/msggateway/README.md ofbiz/ofbiz-plugins/trunk/msggateway/ofbiz-component.xml Modified: ofbiz/ofbiz-plugins/trunk/msggateway/README.md URL: http://svn.apache.org/viewvc/ofbiz/ofbiz-plugins/trunk/msggateway/README.md?rev=1858307&r1=1858306&r2=1858307&view=diff ============================================================================== --- ofbiz/ofbiz-plugins/trunk/msggateway/README.md (original) +++ ofbiz/ofbiz-plugins/trunk/msggateway/README.md Sun Apr 28 07:19:00 2019 @@ -2,10 +2,10 @@ Build and start the server. Reload the fresh data or you can load the data from following XML files. - - Msg91SeedData.xml - - Msg91SecurityPermissionSeedData.xml - - Msg91SecurityGroupDemoData.xml - - Msg91DemoData.xml + - MsgGatewaySeedData.xml + - MsgGatewaySecurityPermissionSeedData.xml + - MsgGatewaySecurityGroupDemoData.xml + - MsgGatewayDemoData.xml Sign up to the msg91 services to get the authkey and free SMS quota. - http://control.msg91.com/signup/?source=developer-SMS Modified: ofbiz/ofbiz-plugins/trunk/msggateway/ofbiz-component.xml URL: http://svn.apache.org/viewvc/ofbiz/ofbiz-plugins/trunk/msggateway/ofbiz-component.xml?rev=1858307&r1=1858306&r2=1858307&view=diff ============================================================================== --- ofbiz/ofbiz-plugins/trunk/msggateway/ofbiz-component.xml (original) +++ ofbiz/ofbiz-plugins/trunk/msggateway/ofbiz-component.xml Sun Apr 28 07:19:00 2019 @@ -18,7 +18,7 @@ specific language governing permissions under the License. --> -<ofbiz-component name="msg91" +<ofbiz-component name="msggateway" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/ofbiz-component.xsd"> <!-- define resource loaders; most common is to use the component resource loader --> @@ -31,21 +31,20 @@ under the License. <!-- entity resources: model(s), eca(s), group, and data definitions --> <entity-resource type="model" reader-name="main" loader="main" location="entitydef/entitymodel.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/Msg91SeedData.xml"/> - <entity-resource type="data" reader-name="seed" loader="main" location="data/Msg91SecurityPermissionSeedData.xml"/> - <entity-resource type="data" reader-name="demo" loader="main" location="data/Msg91SecurityGroupDemoData.xml"/> - <entity-resource type="data" reader-name="demo" loader="main" location="data/Msg91DemoData.xml"/> - + <entity-resource type="data" reader-name="seed" loader="main" location="data/MsgGatewaySeedData.xml"/> + <entity-resource type="data" reader-name="seed" loader="main" location="data/MsgGatewaySecurityPermissionSeedData.xml"/> + <entity-resource type="data" reader-name="demo" loader="main" location="data/MsgGatewaySecurityGroupDemoData.xml"/> + <entity-resource type="data" reader-name="demo" loader="main" location="data/MsgGatewayDemoData.xml"/> <!-- service resources: model(s), eca(s) and group definitions --> <service-resource type="model" loader="main" location="servicedef/services.xml"/> - <test-suite loader="main" location="testdef/Msg91Tests.xml"/> + <test-suite loader="main" location="testdef/MsgGatewayTests.xml"/> <!-- web applications; will be mounted when using the embedded container --> - <webapp name="msg91" - title="Msg91" + <webapp name="msggateway" + title="Msggateway" server="default-server" - location="webapp/msg91" - base-permission="OFBTOOLS,MSG91" - mount-point="/msg91"/> + location="webapp/msggateway" + base-permission="OFBTOOLS,MSGGATEWAY" + mount-point="/msggateway"/> </ofbiz-component> |
Free forum by Nabble | Edit this page |