[jboss-svn-commits] JBL Code SVN: r6049 - labs/shotoku/trunk/shotoku-feeds/src/web/WEB-INF

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Thu Aug 31 15:03:46 EDT 2006


Author: adamw
Date: 2006-08-31 15:03:43 -0400 (Thu, 31 Aug 2006)
New Revision: 6049

Added:
   labs/shotoku/trunk/shotoku-feeds/src/web/WEB-INF/portlet-instances.xml
Modified:
   labs/shotoku/trunk/shotoku-feeds/src/web/WEB-INF/feeds-object.xml
Log:
http://jira.jboss.com/jira/browse/JBLAB-752

Modified: labs/shotoku/trunk/shotoku-feeds/src/web/WEB-INF/feeds-object.xml
===================================================================
--- labs/shotoku/trunk/shotoku-feeds/src/web/WEB-INF/feeds-object.xml	2006-08-31 18:45:59 UTC (rev 6048)
+++ labs/shotoku/trunk/shotoku-feeds/src/web/WEB-INF/feeds-object.xml	2006-08-31 19:03:43 UTC (rev 6049)
@@ -1,14 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <deployments>
     <deployment>
-        <if-exists>overwrite</if-exists>
-        <instance>
-            <instance-name>FeedsViewPortletInstance</instance-name>
-            <component-ref>feeds.FeedsViewPortlet</component-ref>
-        </instance>
-    </deployment>
-
-    <deployment>
 		<if-exists>overwrite</if-exists>
 		<parent-ref>default</parent-ref>
 		<page>

Copied: labs/shotoku/trunk/shotoku-feeds/src/web/WEB-INF/portlet-instances.xml (from rev 5996, labs/shotoku/trunk/shotoku-feeds/src/web/WEB-INF/feeds-object.xml)
===================================================================
--- labs/shotoku/trunk/shotoku-feeds/src/web/WEB-INF/feeds-object.xml	2006-08-29 00:48:55 UTC (rev 5996)
+++ labs/shotoku/trunk/shotoku-feeds/src/web/WEB-INF/portlet-instances.xml	2006-08-31 19:03:43 UTC (rev 6049)
@@ -0,0 +1,10 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<deployments>
+    <deployment>
+        <if-exists>overwrite</if-exists>
+        <instance>
+            <instance-name>FeedsViewPortletInstance</instance-name>
+            <portlet-ref>FeedsViewPortlet</portlet-ref>
+        </instance>
+    </deployment>
+</deployments>




More information about the jboss-svn-commits mailing list