[New] Added development and download pages

This commit is contained in:
Robert von Burg 2014-03-21 23:57:42 +01:00
parent 2dcffa48da
commit 681d344d1c
1 changed files with 5 additions and 0 deletions

View File

@ -43,6 +43,11 @@ while read project; do
exit 1
fi
if ! cp target/*.jar "${DIST_STROLCH}" ; then
echo "ERROR: Failed to publish package for project ${project}."
exit 1
fi
cd ..
done < ${projectsFile}