Skip to content

Commit

Permalink
Added modman support
Browse files Browse the repository at this point in the history
  • Loading branch information
ottonet committed Nov 28, 2014
1 parent 8242eb4 commit 6a1cd21
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
8 changes: 1 addition & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,10 @@
"require": {
"magento-hackathon/magento-composer-installer": "*"
},
"extra":{
"map":[
["htdocs/app/code/community/Mgt/DeleteOrders", "app/code/community/Mgt/DeleteOrders"],
["htdocs/app/etc/modules/Mgt_DeleteOrders.xml", "app/etc/modules/Mgt_DeleteOrders.xml"]
]
},
"authors":[
{
"name":"mgt-commerce",
"email":"[email protected]"
}
]
}
}
5 changes: 5 additions & 0 deletions modman
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
htdocs/app/code/community/Mgt/DeleteOrders/controllers/IndexController.php app/code/community/Mgt/DeleteOrders/controllers/IndexController.php
htdocs/app/code/community/Mgt/DeleteOrders/etc/config.xml app/code/community/Mgt/DeleteOrders/etc/config.xml
htdocs/app/code/community/Mgt/DeleteOrders/Helper/Data.php app/code/community/Mgt/DeleteOrders/Helper/Data.php
htdocs/app/code/community/Mgt/DeleteOrders/Model/Observer.php app/code/community/Mgt/DeleteOrders/Model/Observer.php
htdocs/app/etc/modules/Mgt_DeleteOrders.xml app/etc/modules/Mgt_DeleteOrders.xml

0 comments on commit 6a1cd21

Please sign in to comment.