#Formating options for .h / .m
##File
###Rules
- No
EmptyLineat begining of file - No
EmptyLineat end of file - Must start with
FileCommentBlock - Must end with
@end
| #!/bin/bash | |
| # 1. PUT THIS SCRIPT IN YOUR APP's RES folder, for example /Users/myname/Developer/MyAndroidProject/app/src/main/res | |
| # 2. UPDATE THIS VARIABLE to point to your local clone of https://github.com/google/material-design-icons | |
| # if you don't alread have it git clone git@github.com:google/material-design-icons.git | |
| basefolder="/Users/myname/Developer/material-design-icons" | |
| # 3. Find Material Icons on https://design.google.com/icons/ and note the group and icon name and use this script to suck them into your project | |
| if [ $# -lt 2 ]; then |
| ## name: All transition questions | |
| ## description: | |
| ## This is the template to display all transition questions. The structure that is associated with this template directly is not really used. | |
| ## Instead it depends on the TransitionQuestion template and TransitionQuestion structure. | |
| ## The $structureId, below needs to be updated with the id of the TransitionQuestion structure in your instance of Liferay. | |
| #* update your portal-ext.properties to add these two lines: | |
| #allow velocity templates to use the serviceLocator variable | |
| journal.template.velocity.restricted.variables= | |
| *# | |
| ## -------------------------------------------- |
#Formating options for .h / .m
##File
###Rules
EmptyLine at begining of fileEmptyLine at end of fileFileCommentBlock@end