Author: hansbak Date: Tue Mar 29 05:09:29 2016 New Revision: 1736947 URL: http://svn.apache.org/viewvc?rev=1736947&view=rev Log: remove antwebsystems.com references
Modified: ofbiz/trunk/applications/party/data/PartyDemoData.xml ofbiz/trunk/specialpurpose/googlebase/data/helpdata/HELP_GOOGLEBASE.xml ofbiz/trunk/specialpurpose/scrum/script/org/ofbiz/scrum/test/TaskTests.xml Modified: ofbiz/trunk/applications/party/data/PartyDemoData.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/party/data/PartyDemoData.xml?rev=1736947&r1=1736946&r2=1736947&view=diff ============================================================================== --- ofbiz/trunk/applications/party/data/PartyDemoData.xml (original) +++ ofbiz/trunk/applications/party/data/PartyDemoData.xml Tue Mar 29 05:09:29 2016 @@ -40,7 +40,7 @@ <PartyIdentification partyId="DemoSupplier" partyIdentificationTypeId="SIRET" idValue="1234 5678 90123"/> <!-- email from an unknown party --> - <CommunicationEvent communicationEventId="9000" communicationEventTypeId="EMAIL_COMMUNICATION" statusId="COM_UNKNOWN_PARTY" contactMechTypeId="EMAIL_ADDRESS" contactMechIdTo="admin" roleTypeIdFrom="_NA_" roleTypeIdTo="_NA_" partyIdTo="admin" entryDate="2008-07-28 13:55:55.827" datetimeStarted="2008-07-28 13:55:19.0" subject="Why i would use the OFBiz system" contentMimeTypeId="text/plain" content="Every time i think of you, only you...you are always on my mind......." note="Sent from: m...@email.com; Sent Name from: Jo Easy User; Sent to: ofbizt...@example.com; Delivered-To: ofbizt...@example.com; " fromString="mailingl...@antwebsystems.com" toString="ofbizt...@example.com"/> + <CommunicationEvent communicationEventId="9000" communicationEventTypeId="EMAIL_COMMUNICATION" statusId="COM_UNKNOWN_PARTY" contactMechTypeId="EMAIL_ADDRESS" contactMechIdTo="admin" roleTypeIdFrom="_NA_" roleTypeIdTo="_NA_" partyIdTo="admin" entryDate="2008-07-28 13:55:55.827" datetimeStarted="2008-07-28 13:55:19.0" subject="Why i would use the OFBiz system" contentMimeTypeId="text/plain" content="Every time i think of you, only you...you are always on my mind......." note="Sent from: m...@email.com; Sent Name from: Jo Easy User; Sent to: ofbizt...@example.com; Delivered-To: ofbizt...@example.com; " fromString="mailingl...@example.com" toString="ofbizt...@example.com"/> <PartyRole partyId="admin" roleTypeId="ADDRESSEE"/> <CommunicationEventRole communicationEventId="9000" partyId="admin" roleTypeId="ADDRESSEE" contactMechId="admin" statusId="COM_ROLE_CREATED"/> Modified: ofbiz/trunk/specialpurpose/googlebase/data/helpdata/HELP_GOOGLEBASE.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/googlebase/data/helpdata/HELP_GOOGLEBASE.xml?rev=1736947&r1=1736946&r2=1736947&view=diff ============================================================================== --- ofbiz/trunk/specialpurpose/googlebase/data/helpdata/HELP_GOOGLEBASE.xml (original) +++ ofbiz/trunk/specialpurpose/googlebase/data/helpdata/HELP_GOOGLEBASE.xml Tue Mar 29 05:09:29 2016 @@ -65,7 +65,7 @@ <para>Choose the product store, you can fill in any search option.</para> <para>Click 'Find'.</para> <para>Select any products, then click 'Export to Google Base'.</para> - <para>Fill in the configurations including "Country Code", "Web Site Url". For example; Country Code = "US", Web Site Url = "http://ofbizdemo2.antwebsystems.com", Web Site Mount Point = "ecommerce", Action Type = "insert", Status ID = "Publish Draft", Test Mode = "No".</para> + <para>Fill in the configurations including "Country Code", "Web Site Url". For example; Country Code = "US", Web Site Url = "http://ofbizdemo2.example.com", Web Site Mount Point = "ecommerce", Action Type = "insert", Status ID = "Publish Draft", Test Mode = "No".</para> <para>You can select 'GoogleBaseRecommended' for add more detail of google base feed elements.</para> <para>Click 'Export to Google Base', the system will exports product feed to Google Base.</para> </listitem> Modified: ofbiz/trunk/specialpurpose/scrum/script/org/ofbiz/scrum/test/TaskTests.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/scrum/script/org/ofbiz/scrum/test/TaskTests.xml?rev=1736947&r1=1736946&r2=1736947&view=diff ============================================================================== --- ofbiz/trunk/specialpurpose/scrum/script/org/ofbiz/scrum/test/TaskTests.xml (original) +++ ofbiz/trunk/specialpurpose/scrum/script/org/ofbiz/scrum/test/TaskTests.xml Tue Mar 29 05:09:29 2016 @@ -27,7 +27,7 @@ under the License. </entity-one> <set-current-user-login value-field="userLogin"/> <set field="serviceCtx.userLogin" from-field="userLogin"/> - <set field="serviceCtx.repository" value="https://www.antwebsystems.com/svn/"/> + <set field="serviceCtx.repository" value="https://www.example.com/svn/"/> <set field="serviceCtx.revision" value="7"/> <call-service service-name="viewScrumRevision" in-map-name="serviceCtx"> <results-to-map map-name="result"/> @@ -46,7 +46,7 @@ under the License. </entity-one> <set-current-user-login value-field="userLogin"/> <set field="serviceCtx.userLogin" from-field="userLogin"/> - <set field="serviceCtx.repositoryRoot" value="https://www.antwebsystems.com/svn/scrum"/> + <set field="serviceCtx.repositoryRoot" value="https://www.example.com/svn/scrum"/> <set field="serviceCtx.latestRevision" value="7"/> <call-service service-name="retrieveMissingScrumRevision" in-map-name="serviceCtx"> <results-to-map map-name="result"/> @@ -64,7 +64,7 @@ under the License. </entity-one> <set-current-user-login value-field="userLogin"/> <set field="serviceCtx.userLogin" from-field="userLogin"/> - <set field="serviceCtx.repositoryRoot" value="https://www.antwebsystems.com/svn/scrum"/> + <set field="serviceCtx.repositoryRoot" value="https://www.example.com/svn/scrum"/> <call-service service-name="removeDuplicateScrumRevision" in-map-name="serviceCtx"> <results-to-map map-name="result"/> </call-service>