-
Notifications
You must be signed in to change notification settings - Fork 3
/
cpk.xml
33 lines (33 loc) · 1.74 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
<?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>Cadastro, atualizar e deletar Clientes.</description>
<name>CRUDClient</name>
<author_email>[email protected]</author_email>
<author_name>IT4biz</author_name>
<company_name>IT4biz Global</company_name>
<creation_date>2016-06-01</creation_date>
<version>1.0</version>
</info>
</cpk>