You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by ad...@apache.org on 2010/12/17 18:55:36 UTC

svn commit: r1050457 - in /ofbiz/trunk: applications/content/data/ContentTypeData.xml framework/common/data/CommonTypeData.xml

Author: adrianc
Date: Fri Dec 17 17:55:36 2010
New Revision: 1050457

URL: http://svn.apache.org/viewvc?rev=1050457&view=rev
Log:
Moved some ServerHitBin seed data from application/content to framework/common. This change will accommodate a framework-only installation.

Modified:
    ofbiz/trunk/applications/content/data/ContentTypeData.xml
    ofbiz/trunk/framework/common/data/CommonTypeData.xml

Modified: ofbiz/trunk/applications/content/data/ContentTypeData.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/content/data/ContentTypeData.xml?rev=1050457&r1=1050456&r2=1050457&view=diff
==============================================================================
--- ofbiz/trunk/applications/content/data/ContentTypeData.xml (original)
+++ ofbiz/trunk/applications/content/data/ContentTypeData.xml Fri Dec 17 17:55:36 2010
@@ -152,12 +152,6 @@ under the License.
     <DocumentType description="Port Charge" documentTypeId="PORT_CHARGE_DOCUMENT" hasTable="N" parentTypeId="SHIPPING_DOCUMENT"/>
     <DocumentType description="Tax Tariff" documentTypeId="TAX_TARIFF_DOCUMENT" hasTable="N" parentTypeId="SHIPPING_DOCUMENT"/>
 
-    <ServerHitType description="Request" hitTypeId="REQUEST"/>
-    <ServerHitType description="Event" hitTypeId="EVENT"/>
-    <ServerHitType description="View" hitTypeId="VIEW"/>
-    <ServerHitType description="Entity" hitTypeId="ENTITY"/>
-    <ServerHitType description="Service" hitTypeId="SERVICE"/>
-
     <StatusType description="Server Hit" hasTable="N" parentTypeId="" statusTypeId="SERVER_HIT_STATUS"/>
     <StatusType description="Web Content" hasTable="N" parentTypeId="" statusTypeId="WEB_CONTENT_STATUS"/>
 

Modified: ofbiz/trunk/framework/common/data/CommonTypeData.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/common/data/CommonTypeData.xml?rev=1050457&r1=1050456&r2=1050457&view=diff
==============================================================================
--- ofbiz/trunk/framework/common/data/CommonTypeData.xml (original)
+++ ofbiz/trunk/framework/common/data/CommonTypeData.xml Fri Dec 17 17:55:36 2010
@@ -135,4 +135,12 @@ under the License.
     <EnumerationType enumTypeId="CONVERSION_PURPOSE" description="Conversion Purpose"/>
     <Enumeration enumId="INTERNAL_CONVERSION" enumTypeId="CONVERSION_PURPOSE" enumCode="INTERNAL" sequenceId="10" description="Internal Conversion"/>
     <Enumeration enumId="EXTERNAL_CONVERSION" enumTypeId="CONVERSION_PURPOSE" enumCode="EXTERNAL" sequenceId="20" description="External Conversion"/>
+
+    <!-- Server Hit seed data -->
+    <ServerHitType description="Request" hitTypeId="REQUEST"/>
+    <ServerHitType description="Event" hitTypeId="EVENT"/>
+    <ServerHitType description="View" hitTypeId="VIEW"/>
+    <ServerHitType description="Entity" hitTypeId="ENTITY"/>
+    <ServerHitType description="Service" hitTypeId="SERVICE"/>
+
 </entity-engine-xml>