forked from it4biz/pentaho-ce-audit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
cpk.xml
34 lines (34 loc) · 1.77 KB
/
cpk.xml
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
<?xml version="1.0" encoding="UTF-8"?>
<cpk>
<elementTypes defaultElement="main">
<elementType name="Dashboard" class="pt.webdetails.cpk.elements.impl.DashboardElement">
<elementLocations>
<elementLocation path="dashboards/admin" isRecursive="true" pattern=".*\.wcdf" adminOnly="true"/>
<elementLocation path="dashboards/" isRecursive="true" pattern=".*\.wcdf" adminOnly="false"/>
</elementLocations>
</elementType>
<elementType name="Kettle" class="pt.webdetails.cpk.elements.impl.KettleJobElement">
<elementLocations>
<elementLocation path="endpoints/kettle/admin" isRecursive="true" pattern=".*\.kjb" adminOnly="true"/>
<elementLocation path="endpoints/kettle/" isRecursive="true" pattern=".*\.kjb" adminOnly="false"/>
</elementLocations>
</elementType>
<elementType name="Kettle" class="pt.webdetails.cpk.elements.impl.KettleTransformationElement">
<elementLocations>
<elementLocation path="endpoints/kettle/admin" isRecursive="true" pattern=".*\.ktr" adminOnly="true"/>
<elementLocation path="endpoints/kettle/" isRecursive="true" pattern=".*\.ktr" adminOnly="false"/>
</elementLocations>
</elementType>
</elementTypes>
<info>
<CPK_version>5</CPK_version>
<description>Pentaho CE Audit Plugin</description>
<name>Pentaho CE Audit</name>
<author_email>[email protected]</author_email>
<author_name>IT4biz</author_name>
<company_name>IT4biz IT Solutions</company_name>
<company_url>www.it4biz.com.br</company_url>
<creation_date>2014-11-04</creation_date>
<version>2014.11.04</version>
</info>
</cpk>