summaryrefslogtreecommitdiffstats
path: root/deluge/ui/web/docs/template/template.xml
blob: f29c80838409a0d32ce4d898458734abd2570bd9 (plain)
1
2
3
4
5
6
7
8
9
10
11
<?xml version="1.0" encoding="UTF-8"?>
<template>
    <classTemplate tpl="tpl/class.xsl" targetDir="output"/>
    <treeTemplate tpl="tpl/tree.xsl" targetFile="output/tree.js"/>
    <source targetDir="source" wrapper="source-wrap.html"/>
    <resources>
        <copy src="index.html" dst="index.html"/>
        <copy src="welcome.html" dst="welcome.html"/>
        <copy src="resources" dst="resources"/>
    </resources>
</template>