renditions service test improvements

This commit is contained in:
Eugenio Romano
2016-10-12 10:20:31 +01:00
parent 3f662b9d40
commit a962512df0
11 changed files with 182 additions and 115 deletions

View File

@@ -56,27 +56,15 @@ npm link ng2-activiti-tasklist
npm link
npm run build
#LINK VIEWER
echo "====== linking component: ng2-alfresco-viewer ====="
cd "$DIR/../ng2-components/ng2-alfresco-viewer"
npm link ng2-alfresco-core
npm link
npm run build
#LINK TAG
echo "====== linking component: ng2-alfresco-tag ====="
cd "$DIR/../ng2-components/ng2-alfresco-tag"
npm link ng2-alfresco-core
npm link
npm run build
#LINK ALL THE OTHERS COMPONENTS
for PACKAGE in \
ng2-activiti-analytics \
ng2-alfresco-login \
ng2-alfresco-search \
ng2-alfresco-userinfo \
ng2-alfresco-upload \
ng2-activiti-analytics \
ng2-alfresco-userinfo
ng2-alfresco-tag \
ng2-alfresco-viewer
do
DESTDIR="$DIR/../ng2-components/${PACKAGE}"
echo "====== linking component: ${PACKAGE} ====="