-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathplugin.xml
More file actions
41 lines (39 loc) · 1.69 KB
/
plugin.xml
File metadata and controls
41 lines (39 loc) · 1.69 KB
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
<?xml version="1.0" encoding="UTF-8"?>
<plugin title="tapa" loader="DEFAULT">
<overlays>
<overlay id="startup.tapa" resourcebundle="content/tapa/resources/lang/messages">
<menubar id="toolsmenu">
<!--<menuitem id="tapa" label="${Launcher.tapa}" command="mantleXulHandler.openUrl('${Launcher.tapa}','${Launcher.tapa_TOOLTIP}','content/tapa/admin-ui/index.html')"/>-->
</menubar>
</overlay>
</overlays>
<lifecycle-listener class="pt.webdetails.cpk.CpkLifecycleListener"/>
<static-paths>
<static-path url="/tapa/static" localFolder="static"/>
<static-path url="/tapa/resources" localFolder="resources"/>
<static-path url="/tapa/admin-ui" localFolder="admin-ui"/>
</static-paths>
<content-types>
<content-type>
<title>Tapa</title>
<description></description>
<company name="" url="" logo="@PLUGIN_COMPANY_LOGO@"></company>
</content-type>
</content-types>
<content-generator
id="tapa"
title="Tapa"
type="tapa"
class="pt.webdetails.cpk.CpkContentGenerator"/>
<!-- Menu entry -->
<menu-items>
<!--<menu-item id="tapa_main" anchor="tools-submenu" label="Tapa" command="content/tapa/" type="MENU_ITEM" how="LAST_CHILD"/>-->
</menu-items>
<external-resources resourcebundle="content/tapa/resources/config">
<file context="global">content/tapa/resources/templates/external-resources.js</file>
</external-resources>
<perspective id="tapa.perspective" title="${title}" layout-priority="-1"
resourcebundle="content/tapa/resources/lang/messages" content-url="content/tapa/admin-ui/index.html"
required-security-action="org.pentaho.security.administerSecurity">
</perspective>
</plugin>