[Minor] cleanup

This commit is contained in:
Robert von Burg 2013-10-27 03:51:16 +01:00
parent f3a912069f
commit 7c598a552f
1 changed files with 9 additions and 9 deletions

18
push.sh
View File

@ -5,15 +5,15 @@
##
#######################################################################
echo "Updating li.strolch.dev..." ; git push
echo "Updating li.strolch.parent..." ; cd li.strolch.parent ; git push ; cd ..
echo "Updating li.strolch.bom..." ; cd li.strolch.bom ; git push ; cd ..
echo "Updating li.strolch.model..." ; cd li.strolch.model ; git push ; cd ..
echo "Updating li.strolch.testbase..." ; cd li.strolch.testbase ; git push ; cd ..
echo "Updating li.strolch.runtime..." ; cd li.strolch.runtime ; git push ; cd ..
echo "Updating li.strolch.service..." ; cd li.strolch.service ; git push ; cd ..
echo "Updating li.strolch.persistence.api..." ; cd li.strolch.persistence.api ; git push ; cd ..
echo "Updating li.strolch.persistence.xml..." ; cd li.strolch.persistence.xml ; git push ; cd ..
echo "Pushing li.strolch.dev..." ; git push
echo "Pushing li.strolch.parent..." ; cd li.strolch.parent ; git push ; cd ..
echo "Pushing li.strolch.bom..." ; cd li.strolch.bom ; git push ; cd ..
echo "Pushing li.strolch.model..." ; cd li.strolch.model ; git push ; cd ..
echo "Pushing li.strolch.testbase..." ; cd li.strolch.testbase ; git push ; cd ..
echo "Pushing li.strolch.runtime..." ; cd li.strolch.runtime ; git push ; cd ..
echo "Pushing li.strolch.service..." ; cd li.strolch.service ; git push ; cd ..
echo "Pushing li.strolch.persistence.api..." ; cd li.strolch.persistence.api ; git push ; cd ..
echo "Pushing li.strolch.persistence.xml..." ; cd li.strolch.persistence.xml ; git push ; cd ..
echo "Done."
exit 0