Author: hansbak
Date: Mon Jan 12 21:46:50 2009
New Revision: 734041
URL: http://svn.apache.org/viewvc?rev=734041&view=rev
Log:
create a blogdata seed file
Added:
ofbiz/trunk/applications/content/data/BlogSeedData.xml (with props)
Modified:
ofbiz/trunk/applications/content/ofbiz-component.xml
Added: ofbiz/trunk/applications/content/data/BlogSeedData.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/content/data/BlogSeedData.xml?rev=734041&view=auto
==============================================================================
--- ofbiz/trunk/applications/content/data/BlogSeedData.xml (added)
+++ ofbiz/trunk/applications/content/data/BlogSeedData.xml Mon Jan 12 21:46:50
2009
@@ -0,0 +1,31 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ Licensed to the Apache Software Foundation (ASF) under one
+ or more contributor license agreements. See the NOTICE file
+ distributed with this work for additional information
+ regarding copyright ownership. The ASF licenses this file
+ to you under the Apache License, Version 2.0 (the
+ "License"); you may not use this file except in compliance
+ with the License. You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing,
+ software distributed under the License is distributed on an
+ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ KIND, either express or implied. See the License for the
+ specific language governing permissions and limitations
+ under the License.
+-->
+
+<entity-engine-xml>
+
+<Content contentId="BLOGROOT" contentTypeId="WEB_SITE_PUB_PT"
+ ownerContentId=""
+ contentName="Blog Root"
+ description="Blog Root"
+ childBranchCount="1"
+ childLeafCount="1"
+ createdByUserLogin="admin"
+ lastModifiedByUserLogin="admin"
+</entity-engine-xml>
\ No newline at end of file
Propchange: ofbiz/trunk/applications/content/data/BlogSeedData.xml
------------------------------------------------------------------------------
svn:eol-style = native
Propchange: ofbiz/trunk/applications/content/data/BlogSeedData.xml
------------------------------------------------------------------------------
svn:keywords = "Date Rev Author URL Id"
Propchange: ofbiz/trunk/applications/content/data/BlogSeedData.xml
------------------------------------------------------------------------------
svn:mime-type = text/xml
Modified: ofbiz/trunk/applications/content/ofbiz-component.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/content/ofbiz-component.xml?rev=734041&r1=734040&r2=734041&view=diff
==============================================================================
--- ofbiz/trunk/applications/content/ofbiz-component.xml (original)
+++ ofbiz/trunk/applications/content/ofbiz-component.xml Mon Jan 12 21:46:50
2009
@@ -35,6 +35,7 @@
<entity-resource type="data" reader-name="seed" loader="main"
location="data/MimeTypeTemplate.xml"/>
<entity-resource type="data" reader-name="seed" loader="main"
location="data/DataCategoryData.xml"/>
<entity-resource type="data" reader-name="demo" loader="main"
location="data/BlogDemoData.xml"/>
+ <entity-resource type="data" reader-name="seed" loader="main"
location="data/BlogSeedData.xml"/>
<entity-resource type="data" reader-name="seed" loader="main"
location="data/TemplateData.xml"/>
<entity-resource type="data" reader-name="demo" loader="main"
location="data/UsersDemoData.xml"/>
<entity-resource type="data" reader-name="seed" loader="main"
location="data/ContentSecurityData.xml"/>