You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by sh...@apache.org on 2015/07/08 04:31:59 UTC

svn commit: r1689781 - /ofbiz/trunk/specialpurpose/passport/ofbiz-component.xml

Author: shijh
Date: Wed Jul  8 02:31:59 2015
New Revision: 1689781

URL: http://svn.apache.org/r1689781
Log:
OFBIZ-6548. Change OAuth2GitHubSeedData.xml and OAuth2LinkedInSeedData.xml from seed to demo as the productStoreId 9000 is in a demo data.

Modified:
    ofbiz/trunk/specialpurpose/passport/ofbiz-component.xml

Modified: ofbiz/trunk/specialpurpose/passport/ofbiz-component.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/passport/ofbiz-component.xml?rev=1689781&r1=1689780&r2=1689781&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/passport/ofbiz-component.xml (original)
+++ ofbiz/trunk/specialpurpose/passport/ofbiz-component.xml Wed Jul  8 02:31:59 2015
@@ -17,8 +17,8 @@
     
     <!-- Seed Data -->
     <entity-resource type="data" reader-name="seed" loader="main" location="data/OAuth2CommonSeedData.xml"/>
-    <entity-resource type="data" reader-name="seed" loader="main" location="data/OAuth2LinkedInSeedData.xml"/>
-    <entity-resource type="data" reader-name="seed" loader="main" location="data/OAuth2GitHubSeedData.xml"/>
+    <entity-resource type="data" reader-name="demo" loader="main" location="data/OAuth2LinkedInSeedData.xml"/>
+    <entity-resource type="data" reader-name="demo" loader="main" location="data/OAuth2GitHubSeedData.xml"/>
 
     <!-- service resources: model(s), eca(s) and group definitions -->
     <!--