Author: chris.laprun(a)jboss.com
Date: 2010-02-16 11:26:36 -0500 (Tue, 16 Feb 2010)
New Revision: 1751
Modified:
portal/trunk/web/portal/src/main/webapp/WEB-INF/conf/wsrp/consumers-configuration-nodetypes.xml
portal/trunk/web/portal/src/main/webapp/WEB-INF/conf/wsrp/producer-registrations-nodetypes.xml
Log:
- Fixed incorrect property name in producer nodetype definitions (userprofiledate ->
userprofiledata).
Modified:
portal/trunk/web/portal/src/main/webapp/WEB-INF/conf/wsrp/consumers-configuration-nodetypes.xml
===================================================================
---
portal/trunk/web/portal/src/main/webapp/WEB-INF/conf/wsrp/consumers-configuration-nodetypes.xml 2010-02-16
15:50:47 UTC (rev 1750)
+++
portal/trunk/web/portal/src/main/webapp/WEB-INF/conf/wsrp/consumers-configuration-nodetypes.xml 2010-02-16
16:26:36 UTC (rev 1751)
@@ -2,7 +2,7 @@
<!--
~ JBoss, a division of Red Hat
- ~ Copyright 2009, Red Hat Middleware, LLC, and individual
+ ~ Copyright 2010, Red Hat Middleware, LLC, and individual
~ contributors as indicated by the @authors tag. See the
~ copyright.txt in the distribution for a full listing of
~ individual contributors.
Modified:
portal/trunk/web/portal/src/main/webapp/WEB-INF/conf/wsrp/producer-registrations-nodetypes.xml
===================================================================
---
portal/trunk/web/portal/src/main/webapp/WEB-INF/conf/wsrp/producer-registrations-nodetypes.xml 2010-02-16
15:50:47 UTC (rev 1750)
+++
portal/trunk/web/portal/src/main/webapp/WEB-INF/conf/wsrp/producer-registrations-nodetypes.xml 2010-02-16
16:26:36 UTC (rev 1751)
@@ -185,7 +185,7 @@
onParentVersion="COPY" protected="false"
multiple="true">
<valueConstraints/>
</propertyDefinition>
- <propertyDefinition name="userprofiledate"
requiredType="String" autoCreated="false" mandatory="false"
+ <propertyDefinition name="userprofiledata"
requiredType="String" autoCreated="false" mandatory="false"
onParentVersion="COPY" protected="false"
multiple="true">
<valueConstraints/>
</propertyDefinition>
Show replies by date