Author: jacopoc
Date: Mon Jul 17 13:53:02 2006 New Revision: 422863 URL: http://svn.apache.org/viewvc?rev=422863&view=rev Log: License change from MIT to ASL2.0 for the files of the content component. Thanks to Scott Gray for the patch (Apache OFBIZ-87). Modified: incubator/ofbiz/trunk/applications/content/data/BlogData.xml incubator/ofbiz/trunk/applications/content/data/CompDocData.xml incubator/ofbiz/trunk/applications/content/data/ContentSecurityData.xml incubator/ofbiz/trunk/applications/content/data/ContentTypeData.xml incubator/ofbiz/trunk/applications/content/data/DataCategoryData.xml incubator/ofbiz/trunk/applications/content/data/ForumDemoData.xml incubator/ofbiz/trunk/applications/content/data/MimeTypeData.xml incubator/ofbiz/trunk/applications/content/data/MiscData.xml incubator/ofbiz/trunk/applications/content/data/TemplateData.xml incubator/ofbiz/trunk/applications/content/data/UsersData.xml incubator/ofbiz/trunk/applications/content/data/WebSitePublishPointData.xml Modified: incubator/ofbiz/trunk/applications/content/data/BlogData.xml URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/content/data/BlogData.xml?rev=422863&r1=422862&r2=422863&view=diff ============================================================================== --- incubator/ofbiz/trunk/applications/content/data/BlogData.xml (original) +++ incubator/ofbiz/trunk/applications/content/data/BlogData.xml Mon Jul 17 13:53:02 2006 @@ -1,4 +1,19 @@ <?xml version="1.0" encoding="UTF-8"?> +<!-- +Copyright 2001-2006 The Apache Software Foundation + +Licensed 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> <RoleType roleTypeId="BLOG" hasTable="N" description="Blog"/> <RoleType roleTypeId="BLOG_ADMIN" parentTypeId="BLOG" hasTable="N" description="Blog Administrator"/> Modified: incubator/ofbiz/trunk/applications/content/data/CompDocData.xml URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/content/data/CompDocData.xml?rev=422863&r1=422862&r2=422863&view=diff ============================================================================== --- incubator/ofbiz/trunk/applications/content/data/CompDocData.xml (original) +++ incubator/ofbiz/trunk/applications/content/data/CompDocData.xml Mon Jul 17 13:53:02 2006 @@ -1,4 +1,19 @@ <?xml version="1.0" encoding="UTF-8"?> +<!-- +Copyright 2001-2006 The Apache Software Foundation + +Licensed 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> <SecurityGroup groupId="COMPDOCADMIN" description="CompDoc admin group, all permissions."/> <SecurityGroupPermission groupId="COMPDOCADMIN" permissionId="CONTENTMGR_VIEW"/> Modified: incubator/ofbiz/trunk/applications/content/data/ContentSecurityData.xml URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/content/data/ContentSecurityData.xml?rev=422863&r1=422862&r2=422863&view=diff ============================================================================== --- incubator/ofbiz/trunk/applications/content/data/ContentSecurityData.xml (original) +++ incubator/ofbiz/trunk/applications/content/data/ContentSecurityData.xml Mon Jul 17 13:53:02 2006 @@ -1,4 +1,19 @@ <?xml version="1.0" encoding="UTF-8"?> +<!-- +Copyright 2001-2006 The Apache Software Foundation + +Licensed 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 Manager security --> <SecurityPermission description="View operations in the Content Manager." permissionId="CONTENTMGR_VIEW"/> Modified: incubator/ofbiz/trunk/applications/content/data/ContentTypeData.xml URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/content/data/ContentTypeData.xml?rev=422863&r1=422862&r2=422863&view=diff ============================================================================== --- incubator/ofbiz/trunk/applications/content/data/ContentTypeData.xml (original) +++ incubator/ofbiz/trunk/applications/content/data/ContentTypeData.xml Mon Jul 17 13:53:02 2006 @@ -1,4 +1,19 @@ <?xml version="1.0" encoding="UTF-8"?> +<!-- +Copyright 2001-2006 The Apache Software Foundation + +Licensed 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> <RoleType description="Logged In" hasTable="N" parentTypeId="" roleTypeId="LOGGEDIN"/> Modified: incubator/ofbiz/trunk/applications/content/data/DataCategoryData.xml URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/content/data/DataCategoryData.xml?rev=422863&r1=422862&r2=422863&view=diff ============================================================================== --- incubator/ofbiz/trunk/applications/content/data/DataCategoryData.xml (original) +++ incubator/ofbiz/trunk/applications/content/data/DataCategoryData.xml Mon Jul 17 13:53:02 2006 @@ -1,4 +1,19 @@ <?xml version="1.0" encoding="UTF-8"?> +<!-- +Copyright 2001-2006 The Apache Software Foundation + +Licensed 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> <DataCategory dataCategoryId="ROOT" parentCategoryId="" categoryName=""/> <DataCategory dataCategoryId="BUSINESS" parentCategoryId="ROOT" categoryName="Business"/> Modified: incubator/ofbiz/trunk/applications/content/data/ForumDemoData.xml URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/content/data/ForumDemoData.xml?rev=422863&r1=422862&r2=422863&view=diff ============================================================================== --- incubator/ofbiz/trunk/applications/content/data/ForumDemoData.xml (original) +++ incubator/ofbiz/trunk/applications/content/data/ForumDemoData.xml Mon Jul 17 13:53:02 2006 @@ -1,4 +1,19 @@ <?xml version="1.0" encoding="UTF-8"?> +<!-- +Copyright 2001-2006 The Apache Software Foundation + +Licensed 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> <!-- ForumGroups --> <Content contentId="WebStoreFORUM" contentTypeId="FORUM_ROOT" contentName="WebStore Forum Root" description="Ecommerce Forums" childBranchCount="3" lastUpdatedStamp="2006-05-03 08:02:52.806" lastUpdatedTxStamp="2006-05-03 08:02:52.248" createdStamp="2006-05-01 13:07:22.886" createdTxStamp="2006-05-01 13:07:22.778"/> Modified: incubator/ofbiz/trunk/applications/content/data/MimeTypeData.xml URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/content/data/MimeTypeData.xml?rev=422863&r1=422862&r2=422863&view=diff ============================================================================== --- incubator/ofbiz/trunk/applications/content/data/MimeTypeData.xml (original) +++ incubator/ofbiz/trunk/applications/content/data/MimeTypeData.xml Mon Jul 17 13:53:02 2006 @@ -1,4 +1,19 @@ <?xml version="1.0" encoding="UTF-8"?> +<!-- +Copyright 2001-2006 The Apache Software Foundation + +Licensed 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> <CharacterSet characterSetId="ISO-8859-1" description="ISO-8859-1 English"/> <CharacterSet characterSetId="ISO-8859-2" description="ISO-8859-2 ?"/> Modified: incubator/ofbiz/trunk/applications/content/data/MiscData.xml URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/content/data/MiscData.xml?rev=422863&r1=422862&r2=422863&view=diff ============================================================================== --- incubator/ofbiz/trunk/applications/content/data/MiscData.xml (original) +++ incubator/ofbiz/trunk/applications/content/data/MiscData.xml Mon Jul 17 13:53:02 2006 @@ -1,3 +1,19 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- +Copyright 2001-2006 The Apache Software Foundation + +Licensed 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> <DataResource dataResourceId="NOCONTENTFOUND" dataResourceTypeId="OFBIZ_FILE" dataTemplateTypeId="NONE" objectInfo="/applications/content/webapp/content/images/nocontentfound.png" mimeTypeId="image/png" Modified: incubator/ofbiz/trunk/applications/content/data/TemplateData.xml URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/content/data/TemplateData.xml?rev=422863&r1=422862&r2=422863&view=diff ============================================================================== --- incubator/ofbiz/trunk/applications/content/data/TemplateData.xml (original) +++ incubator/ofbiz/trunk/applications/content/data/TemplateData.xml Mon Jul 17 13:53:02 2006 @@ -1,3 +1,19 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- +Copyright 2001-2006 The Apache Software Foundation + +Licensed 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> <DataResource dataResourceId="WRAP_STD_LOOP" dataResourceTypeId="ELECTRONIC_TEXT" dataTemplateTypeId="FTL" dataResourceName="Loop Wrap" mimeTypeId="text/html" createdDate="2004-01-20 22:24:40.258" createdByUserLogin="admin" lastModifiedDate="2004-02-06 15:02:34.002" lastModifiedByUserLogin="admin" lastUpdatedStamp="2004-02-06 15:02:34.004" lastUpdatedTxStamp="2004-02-06 15:02:34.004" createdStamp="2004-01-20 22:24:40.236" createdTxStamp="2004-01-20 22:24:40.236"/> Modified: incubator/ofbiz/trunk/applications/content/data/UsersData.xml URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/content/data/UsersData.xml?rev=422863&r1=422862&r2=422863&view=diff ============================================================================== --- incubator/ofbiz/trunk/applications/content/data/UsersData.xml (original) +++ incubator/ofbiz/trunk/applications/content/data/UsersData.xml Mon Jul 17 13:53:02 2006 @@ -1,4 +1,19 @@ <?xml version="1.0" encoding="UTF-8"?> +<!-- +Copyright 2001-2006 The Apache Software Foundation + +Licensed 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> <Party partyId="BLOG_GUEST" partyTypeId="PERSON"/> <Person partyId="BLOG_GUEST" lastName="Guest" firstName="Blog"/> Modified: incubator/ofbiz/trunk/applications/content/data/WebSitePublishPointData.xml URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/content/data/WebSitePublishPointData.xml?rev=422863&r1=422862&r2=422863&view=diff ============================================================================== --- incubator/ofbiz/trunk/applications/content/data/WebSitePublishPointData.xml (original) +++ incubator/ofbiz/trunk/applications/content/data/WebSitePublishPointData.xml Mon Jul 17 13:53:02 2006 @@ -1,4 +1,19 @@ <?xml version="1.0" encoding="UTF-8"?> +<!-- +Copyright 2001-2006 The Apache Software Foundation + +Licensed 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="CONTENT_SITE" contentTypeId="WEB_SITE_PUB_PT" contentName="WebStore" description="Ecommerce Webstore"/> <Content contentId="FORUM_1" contentTypeId="WEB_SITE_PUB_PT" ownerContentId="CONTENT_SITE" contentName="Test Forum 1" createdDate="2004-02-18 23:26:50.935" createdByUserLogin="admin" lastModifiedDate="2004-02-19 13:19:02.124" lastModifiedByUserLogin="admin" lastUpdatedStamp="2004-02-19 13:19:02.132" lastUpdatedTxStamp="2004-02-19 13:19:02.132" createdStamp="2004-02-18 23:26:50.936" createdTxStamp="2004-02-18 23:26:50.936"/> |
Free forum by Nabble | Edit this page |