target.xml 1.0 KB

123456789101112131415
  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>