mirror of
https://github.com/wahyd4/comet.git
synced 2026-08-13 15:05:50 +10:00
11 lines
433 B
XML
11 lines
433 B
XML
<?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> |