-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.xml
85 lines (81 loc) · 2.15 KB
/
package.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
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
73
74
75
76
77
78
79
80
81
82
83
84
85
<?xml version="1.0" encoding="UTF-8" standalone="no"?><!DOCTYPE umbPackage [
<!ENTITY % version SYSTEM "version.ent">
%version;
<!ENTITY helperPath "/xslt/helpers">
<!ENTITY templatePath "/umbraco/xslt/templates/Schema2">
<!ENTITY configPath "/config">
]>
<umbPackage>
<files>
<file>
<guid>_CalendarHelper.xslt</guid>
<orgPath>&helperPath;</orgPath>
<orgName>_CalendarHelper.xslt</orgName>
</file>
<file>
<guid>_GroupingHelper.xslt</guid>
<orgPath>&helperPath;</orgPath>
<orgName>_GroupingHelper.xslt</orgName>
</file>
<file>
<guid>_MediaHelper.xslt</guid>
<orgPath>&helperPath;</orgPath>
<orgName>_MediaHelper.xslt</orgName>
</file>
<file>
<guid>_MultiPickerHelper.xslt</guid>
<orgPath>&helperPath;</orgPath>
<orgName>_MultiPickerHelper.xslt</orgName>
</file>
<file>
<guid>_NavigationHelper.xslt</guid>
<orgPath>&helperPath;</orgPath>
<orgName>_NavigationHelper.xslt</orgName>
</file>
<file>
<guid>_PaginationHelper.xslt</guid>
<orgPath>&helperPath;</orgPath>
<orgName>_PaginationHelper.xslt</orgName>
</file>
<file>
<guid>UsePagination.xslt</guid>
<orgPath>&templatePath;</orgPath>
<orgName>UsePagination.xslt</orgName>
</file>
<file>
<guid>UseGrouping.xslt</guid>
<orgPath>&templatePath;</orgPath>
<orgName>UseGrouping.xslt</orgName>
</file>
<file>
<guid>CalendarSettings.config</guid>
<orgPath>&configPath;</orgPath>
<orgName>CalendarSettings.config</orgName>
</file>
</files>
<info>
<package>
<name>XSLT Helpers</name>
<version>&packageVersion;</version>
<license url="http://greystate.mit-license.org/">MIT license</license>
<url>https://github.com/greystate/Greystate-XSLT-Helpers/</url>
<requirements>
<major>7</major>
<minor>0</minor>
<patch>0</patch>
</requirements>
</package>
<author>
<name>Chriztian Steinmeier</name>
<website>http://greystate.dk/who/</website>
</author>
<readme><include xmlns="http://www.w3.org/2001/XInclude" href="README.md" parse="text" /></readme>
</info>
<DocumentTypes />
<Templates />
<Stylesheets />
<Macros />
<DictionaryItems />
<Languages />
<DataTypes />
</umbPackage>