Created
September 4, 2014 15:51
-
-
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.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
_ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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