You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by mr...@apache.org on 2007/12/11 21:00:25 UTC

svn commit: r603345 - /ofbiz/trunk/specialpurpose/ebay/ofbiz-component.xml

Author: mrisaliti
Date: Tue Dec 11 12:00:24 2007
New Revision: 603345

URL: http://svn.apache.org/viewvc?rev=603345&view=rev
Log:
The seed data for security in the eBay application was not correct (Part of issue OFBIZ-1441)

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

Modified: ofbiz/trunk/specialpurpose/ebay/ofbiz-component.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/ebay/ofbiz-component.xml?rev=603345&r1=603344&r2=603345&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/ebay/ofbiz-component.xml (original)
+++ ofbiz/trunk/specialpurpose/ebay/ofbiz-component.xml Tue Dec 11 12:00:24 2007
@@ -25,7 +25,7 @@
     <classpath type="dir" location="config"/>
     <classpath type="jar" location="build/lib/*"/>
 
-    <entity-resource type="data" reader-name="seed" loader="main" location="data/EbayBaseSecurityData.xml"/>
+    <entity-resource type="data" reader-name="seed" loader="main" location="data/EbaySecurityData.xml"/>
 
     <service-resource type="model" loader="main" location="servicedef/services.xml"/>