aboutsummaryrefslogtreecommitdiffstats
path: root/WebContent/WEB-INF
diff options
context:
space:
mode:
Diffstat (limited to 'WebContent/WEB-INF')
-rw-r--r--WebContent/WEB-INF/itmill-object.xml138
-rw-r--r--WebContent/WEB-INF/portlet-instances.xml72
2 files changed, 210 insertions, 0 deletions
diff --git a/WebContent/WEB-INF/itmill-object.xml b/WebContent/WEB-INF/itmill-object.xml
new file mode 100644
index 0000000000..2c70ae2582
--- /dev/null
+++ b/WebContent/WEB-INF/itmill-object.xml
@@ -0,0 +1,138 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE deployments PUBLIC
+ "-//JBoss Portal//DTD Portal Object 2.6//EN"
+ "http://www.jboss.org/portal/dtd/portal-object_2_6.dtd">
+<deployments>
+ <deployment>
+ <parent-ref>default.default</parent-ref>
+ <if-exists>overwrite</if-exists> <window>
+ <window-name>PortletDemoPortletWindow</window-name>
+ <content>
+ <content-type>portlet</content-type>
+ <content-uri>PortletDemoPortletInstance</content-uri>
+ </content>
+ <region>center</region>
+ <height>1</height>
+ </window>
+ </deployment>
+ <deployment>
+ <parent-ref>default.default</parent-ref>
+ <if-exists>overwrite</if-exists> <window>
+ <window-name>SimpleReserverPortletWindow</window-name>
+ <content>
+ <content-type>portlet</content-type>
+ <content-uri>SimpleReserverPortletInstance</content-uri>
+ </content>
+ <region>center</region>
+ <height>1</height>
+ </window>
+ </deployment>
+ <deployment>
+ <parent-ref>default.default</parent-ref>
+ <if-exists>overwrite</if-exists> <window>
+ <window-name>SelectDemoPortletWindow</window-name>
+ <content>
+ <content-type>portlet</content-type>
+ <content-uri>SelectDemoPortletInstance</content-uri>
+ </content>
+ <region>center</region>
+ <height>1</height>
+ </window>
+ </deployment>
+ <deployment>
+ <parent-ref>default.default</parent-ref>
+ <if-exists>overwrite</if-exists> <window>
+ <window-name>TableDemoPortletWindow</window-name>
+ <content>
+ <content-type>portlet</content-type>
+ <content-uri>TableDemoPortletInstance</content-uri>
+ </content>
+ <region>center</region>
+ <height>1</height>
+ </window>
+ </deployment>
+ <deployment>
+ <parent-ref>default.default</parent-ref>
+ <if-exists>overwrite</if-exists> <window>
+ <window-name>FilterSelectPortletWindow</window-name>
+ <content>
+ <content-type>portlet</content-type>
+ <content-uri>FilterSelectPortletInstance</content-uri>
+ </content>
+ <region>center</region>
+ <height>1</height>
+ </window>
+ </deployment>
+ <deployment>
+ <parent-ref>default.default</parent-ref>
+ <if-exists>overwrite</if-exists> <window>
+ <window-name>FeatureBrowserPortletWindow</window-name>
+ <content>
+ <content-type>portlet</content-type>
+ <content-uri>FeatureBrowserPortletInstance</content-uri>
+ </content>
+ <region>center</region>
+ <height>1</height>
+ </window>
+ </deployment>
+ <deployment>
+ <parent-ref>default.default</parent-ref>
+ <if-exists>overwrite</if-exists> <window>
+ <window-name>ModalWindowPortletWindow</window-name>
+ <content>
+ <content-type>portlet</content-type>
+ <content-uri>ModalWindowPortletInstance</content-uri>
+ </content>
+ <region>center</region>
+ <height>1</height>
+ </window>
+ </deployment>
+ <deployment>
+ <parent-ref>default.default</parent-ref>
+ <if-exists>overwrite</if-exists> <window>
+ <window-name>CalcPortletWindow</window-name>
+ <content>
+ <content-type>portlet</content-type>
+ <content-uri>CalcPortletInstance</content-uri>
+ </content>
+ <region>center</region>
+ <height>1</height>
+ </window>
+ </deployment>
+ <deployment>
+ <parent-ref>default.default</parent-ref>
+ <if-exists>overwrite</if-exists> <window>
+ <window-name>NotificationDemoPortletWindow</window-name>
+ <content>
+ <content-type>portlet</content-type>
+ <content-uri>NotificationDemoPortletInstance</content-uri>
+ </content>
+ <region>center</region>
+ <height>1</height>
+ </window>
+ </deployment>
+ <deployment>
+ <parent-ref>default.default</parent-ref>
+ <if-exists>overwrite</if-exists> <window>
+ <window-name>ChatServletPortletWindow</window-name>
+ <content>
+ <content-type>portlet</content-type>
+ <content-uri>ChatServletPortletInstance</content-uri>
+ </content>
+ <region>center</region>
+ <height>1</height>
+ </window>
+ </deployment>
+ <deployment>
+ <parent-ref>default.default</parent-ref>
+ <if-exists>overwrite</if-exists> <window>
+ <window-name>BrowserDemoPortletWindow</window-name>
+ <content>
+ <content-type>portlet</content-type>
+ <content-uri>BrowserDemoPortletInstance</content-uri>
+ </content>
+ <region>center</region>
+ <height>1</height>
+ </window>
+ </deployment>
+</deployments> \ No newline at end of file
diff --git a/WebContent/WEB-INF/portlet-instances.xml b/WebContent/WEB-INF/portlet-instances.xml
new file mode 100644
index 0000000000..ba4da73c5b
--- /dev/null
+++ b/WebContent/WEB-INF/portlet-instances.xml
@@ -0,0 +1,72 @@
+<?xml version="1.0" standalone="yes"?>
+<!DOCTYPE deployments PUBLIC
+ "-//JBoss Portal//DTD Portlet Instances 2.6//EN"
+ "http://www.jboss.org/portal/dtd/portlet-instances_2_6.dtd">
+<deployments>
+ <deployment>
+ <instance>
+ <instance-id>PortletDemoPortletInstance</instance-id>
+ <portlet-ref>PortletDemoPortlet</portlet-ref>
+ </instance>
+ </deployment>
+ <deployment>
+ <instance>
+ <instance-id>SimpleReserverPortletInstance</instance-id>
+ <portlet-ref>SimpleReserverPortlet</portlet-ref>
+ </instance>
+ </deployment>
+ <deployment>
+ <instance>
+ <instance-id>SelectDemoPortletInstance</instance-id>
+ <portlet-ref>SelectDemoPortlet</portlet-ref>
+ </instance>
+ </deployment>
+ <deployment>
+ <instance>
+ <instance-id>TableDemoPortletInstance</instance-id>
+ <portlet-ref>TableDemoPortlet</portlet-ref>
+ </instance>
+ </deployment>
+ <deployment>
+ <instance>
+ <instance-id>FilterSelectPortletInstance</instance-id>
+ <portlet-ref>FilterSelectPortlet</portlet-ref>
+ </instance>
+ </deployment>
+ <deployment>
+ <instance>
+ <instance-id>FeatureBrowserPortletInstance</instance-id>
+ <portlet-ref>FeatureBrowserPortlet</portlet-ref>
+ </instance>
+ </deployment>
+ <deployment>
+ <instance>
+ <instance-id>ModalWindowPortletInstance</instance-id>
+ <portlet-ref>ModalWindowPortlet</portlet-ref>
+ </instance>
+ </deployment>
+ <deployment>
+ <instance>
+ <instance-id>CalcPortletInstance</instance-id>
+ <portlet-ref>CalcPortlet</portlet-ref>
+ </instance>
+ </deployment>
+ <deployment>
+ <instance>
+ <instance-id>NotificationDemoPortletInstance</instance-id>
+ <portlet-ref>NotificationDemoPortlet</portlet-ref>
+ </instance>
+ </deployment>
+ <deployment>
+ <instance>
+ <instance-id>ChatServletPortletInstance</instance-id>
+ <portlet-ref>ChatServletPortlet</portlet-ref>
+ </instance>
+ </deployment>
+ <deployment>
+ <instance>
+ <instance-id>BrowserDemoPortletInstance</instance-id>
+ <portlet-ref>BrowserDemoPortlet</portlet-ref>
+ </instance>
+ </deployment>
+</deployments> \ No newline at end of file