mirror of
https://github.com/logos-storage/deluge.git
synced 2026-02-08 07:13:31 +00:00
Moves the extjs framework into subdir that will be ignored by github's Linguist library so that Deluge is detected correctly as Python.
16 lines
541 B
XML
16 lines
541 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<doc>
|
|
<sources>
|
|
<source src="../js/extjs" match="ext-base-debug.js" />
|
|
<source src="../js/extjs" match="ext-all-debug.js" />
|
|
<source src="../js/extjs/ext-extensions" match="*.js" />
|
|
<source src="../js/deluge-all" match="*.js" />
|
|
</sources>
|
|
<tags>
|
|
<tag name="author" title="Author" />
|
|
<tag name="version" title="Version" />
|
|
<tag name="note" format="<i>NOTE: {0}</i>" />
|
|
<tag name="demo" title="Demo" format="<a href="{0}">{0}</a>" />
|
|
</tags>
|
|
</doc>
|