mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-22 05:15:29 +09:00
Move phpDoc directory inside tools
This commit is contained in:
parent
b8e209666c
commit
bdc4ccb86e
2 changed files with 7 additions and 11 deletions
2
.gitattributes
vendored
2
.gitattributes
vendored
|
|
@ -2,7 +2,5 @@
|
||||||
.gitignore export-ignore
|
.gitignore export-ignore
|
||||||
/tools/ export-ignore
|
/tools/ export-ignore
|
||||||
/tests/ export-ignore
|
/tests/ export-ignore
|
||||||
/phpDoc/ export-ignore
|
|
||||||
Gruntfile.js export-ignore
|
Gruntfile.js export-ignore
|
||||||
package.json export-ignore
|
|
||||||
.travis.yml export-ignore
|
.travis.yml export-ignore
|
||||||
|
|
@ -1,8 +1,8 @@
|
||||||
<?xml version="1.0" encoding="UTF-8" ?>
|
<?xml version="1.0" encoding="UTF-8" ?>
|
||||||
<phpdoc>
|
<phpdoc>
|
||||||
<title><![CDATA[XpressEngine]]></title>
|
<title><![CDATA[RhymiX]]></title>
|
||||||
<parser>
|
<parser>
|
||||||
<default-package-name>XE</default-package-name>
|
<default-package-name>rhymix</default-package-name>
|
||||||
<target>.</target>
|
<target>.</target>
|
||||||
</parser>
|
</parser>
|
||||||
<transformer>
|
<transformer>
|
||||||
|
|
@ -12,13 +12,11 @@
|
||||||
<template name="new-black" />
|
<template name="new-black" />
|
||||||
</transformations>
|
</transformations>
|
||||||
<files>
|
<files>
|
||||||
<file>../index.php</file>
|
<file>../../index.php</file>
|
||||||
<directory>../classes</directory>
|
<directory>../../classes</directory>
|
||||||
<directory>../config</directory>
|
<directory>../../config</directory>
|
||||||
<directory>../modules</directory>
|
<directory>../../modules</directory>
|
||||||
<ignore>config/config.user.inc.php</ignore>
|
<ignore>config/config.user.inc.php</ignore>
|
||||||
<ignore>config/package.inc.php</ignore>
|
<ignore>config/package.inc.php</ignore>
|
||||||
<ignore>classes/security/htmlpurifier/*</ignore>
|
|
||||||
<ignore>modules/member/php-openid-1.2.3/*</ignore>
|
|
||||||
</files>
|
</files>
|
||||||
</phpdoc>
|
</phpdoc>
|
||||||
Loading…
Add table
Add a link
Reference in a new issue