blob: ba4da73c5b01de95ca51663e7f9ff99b638511c1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
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>
|