Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cmlewis/b6fcbb9dbe98fb3aca53 to your computer and use it in GitHub Desktop.
Save cmlewis/b6fcbb9dbe98fb3aca53 to your computer and use it in GitHub Desktop.
Make an Alfresco module/AMP depend on another module. When installing, the mmt install will require that the other modules are installed first.
module.id=com.myco.alfresco
module.title=MyCo Alfresco Module
module.description=MyCo Alfresco Module
module.version=1.0
# Change this to your project Alfresco version.
module.repo.version.min=4.2.2
# Depends on autonumber and value assistance modules
module.depends.com.myco.autonumber=*
module.depends.com.myco.va=*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment