[jboss-svn-commits] JBL Code SVN: r29052 - labs/jbosslabs/labs-3.0-build/integration/cs-nfm/trunk/src/main/resources.
jboss-svn-commits at lists.jboss.org
jboss-svn-commits at lists.jboss.org
Tue Aug 25 09:57:23 EDT 2009
Author: lkrzyzanek
Date: 2009-08-25 09:57:23 -0400 (Tue, 25 Aug 2009)
New Revision: 29052
Modified:
labs/jbosslabs/labs-3.0-build/integration/cs-nfm/trunk/src/main/resources/communities.properties
Log:
Changed two dname attributes starting with blog - it's prohibited.
Added comment about dname restrictions
Modified: labs/jbosslabs/labs-3.0-build/integration/cs-nfm/trunk/src/main/resources/communities.properties
===================================================================
--- labs/jbosslabs/labs-3.0-build/integration/cs-nfm/trunk/src/main/resources/communities.properties 2009-08-25 13:45:55 UTC (rev 29051)
+++ labs/jbosslabs/labs-3.0-build/integration/cs-nfm/trunk/src/main/resources/communities.properties 2009-08-25 13:57:23 UTC (rev 29052)
@@ -1,5 +1,5 @@
# Community definition
-# community.x.dname= Is 'Display name' - it's in i.e. URL - mandatory
+# community.x.dname= Is 'Display name' - it's in i.e. URL - mandatory. Attantion: name cannot start with projects or blog or feeds
# community.x.forumID4Name= Forum ID which is used for community name and description. If it's not defined then .name and .desc is taken
# community.x.name= Is Name of Community - mandatory (if forumID4Name is not defined)
# community.x.desc= Description
@@ -54,6 +54,7 @@
community.8.1.dname=dev
community.8.1.forumID4Name=224
community.8.1.forumIDs=224
+# Changed to portletblog
community.9.dname=blogportlet
community.9.forumID4Name=315
community.9.forumIDs=315
@@ -491,7 +492,8 @@
community.64.dname=lizzard
community.64.forumID4Name=91
community.64.forumIDs=91
-community.65.dname=blogcomments
+# Changed to jbossblogcomments
+community.65.dname=jbossblogcomments
community.65.forumID4Name=245
community.65.forumIDs=245
community.66.dname=faqarchive
More information about the jboss-svn-commits
mailing list