Version Notes
notes test
Download this release
Release Info
| Developer | Magento Core Team |
| Extension | Buscape_Test |
| Version | 0.0.1 |
| Comparing to | |
| See all releases | |
Version 0.0.1
- app/etc/modules/Buscape_Test.xml +9 -0
- package.xml +18 -0
app/etc/modules/Buscape_Test.xml
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
<?xml version="1.0"?>
|
| 2 |
+
<config>
|
| 3 |
+
<modules>
|
| 4 |
+
<Buscape_Test>
|
| 5 |
+
<active>true</active>
|
| 6 |
+
<codePool>local</codePool>
|
| 7 |
+
</Buscape_Test>
|
| 8 |
+
</modules>
|
| 9 |
+
</config>
|
package.xml
ADDED
|
@@ -0,0 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
<?xml version="1.0"?>
|
| 2 |
+
<package>
|
| 3 |
+
<name>Buscape_Test</name>
|
| 4 |
+
<version>0.0.1</version>
|
| 5 |
+
<stability>stable</stability>
|
| 6 |
+
<license uri="http://www.opensource.org/licenses/osl-3.0.php">OSL v3.0</license>
|
| 7 |
+
<channel>community</channel>
|
| 8 |
+
<extends/>
|
| 9 |
+
<summary>summary test</summary>
|
| 10 |
+
<description>description test</description>
|
| 11 |
+
<notes>notes test</notes>
|
| 12 |
+
<authors><author><name>BuscaPé Developer</name><user>auto-converted</user><email>suporte.developer@buscape-inc.com</email></author></authors>
|
| 13 |
+
<date>2011-11-29</date>
|
| 14 |
+
<time>20:21:51</time>
|
| 15 |
+
<contents><target name="mageetc"><dir name="modules"><file name="Buscape_Test.xml" hash="569e39642655e2820c1b8d6a65306807"/></dir></target></contents>
|
| 16 |
+
<compatible/>
|
| 17 |
+
<dependencies/>
|
| 18 |
+
</package>
|
