Skip to content

Commit dfde385

Browse files
Karl SpiesKarl Spies
authored andcommitted
[~TASK] added target xml from magento to have a configurable mapping
1 parent ae43baa commit dfde385

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

res/target.xml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
<?xml version="1.0"?>
2+
<targets>
3+
<target name="magelocal" label="Magento Local module file" uri="./app/code/local" />
4+
<target name="magecommunity" label="Magento Community module file" uri="./app/code/community" />
5+
<target name="magecore" label="Magento Core team module file" uri="./app/code/core" />
6+
<target name="magedesign" label="Magento User Interface (layouts, templates)" uri="./app/design" />
7+
<target name="mageetc" label="Magento Global Configuration" uri="./app/etc" />
8+
<target name="magelib" label="Magento PHP Library file" uri="./lib" />
9+
<target name="magelocale" label="Magento Locale language file" uri="./app/locale" />
10+
<target name="magemedia" label="Magento Media library" uri="./media" />
11+
<target name="mageskin" label="Magento Theme Skin (Images, CSS, JS)" uri="./skin" />
12+
<target name="mageweb" label="Magento Other web accessible file" uri="." />
13+
<target name="magetest" label="Magento PHPUnit test" uri="./tests" />
14+
<target name="mage" label="Magento other" uri="." />
15+
</targets>

0 commit comments

Comments
 (0)