[New] added new project li.strolch.persistence.postgres

This commit is contained in:
Robert von Burg 2013-12-18 17:45:13 +01:00
parent 43307a5bc7
commit eb382bd854
7 changed files with 23 additions and 0 deletions

View File

@ -25,6 +25,7 @@ cd "li.strolch.runtime" ; logAheadCount ; cd ..
cd "li.strolch.service" ; logAheadCount ; cd ..
cd "li.strolch.persistence.api" ; logAheadCount ; cd ..
cd "li.strolch.persistence.xml" ; logAheadCount ; cd ..
cd "li.strolch.persistence.postgresql" ; logAheadCount ; cd ..
cd "li.strolch.tutorialapp" ; logAheadCount ; cd ..
echo "Done."

View File

@ -80,6 +80,15 @@ else
echo
fi
if [ -d ../li.strolch.persistence.postgresql ] ; then
echo "Project li.strolch.persistence.postgresql already cloned."
else
if ! git clone git@github.com:eitch/li.strolch.persistence.postgresql.git ../li.strolch.persistence.postgresql ;then
exit 1
fi
echo
fi
if [ -d ../li.strolch.tutorialapp ] ; then
echo "Project li.strolch.tutorialapp already cloned."
else

View File

@ -80,6 +80,15 @@ else
echo
fi
if [ -d ../li.strolch.persistence.postgresql ] ; then
echo "Project li.strolch.persistence.postgresql already cloned."
else
if ! git clone https://github.com/eitch/li.strolch.persistence.postgresql.git ../li.strolch.persistence.postgresql ;then
exit 1
fi
echo
fi
if [ -d ../li.strolch.tutorialapp ] ; then
echo "Project li.strolch.tutorialapp already cloned."
else

View File

@ -21,6 +21,7 @@
<module>../li.strolch.testbase</module>
<module>../li.strolch.persistence.api</module>
<module>../li.strolch.persistence.xml</module>
<module>../li.strolch.persistence.postgresql</module>
<module>../li.strolch.runtime</module>
<module>../li.strolch.service</module>
<module>../li.strolch.tutorialapp</module>

View File

@ -14,6 +14,7 @@ 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
echo "Pushing li.strolch.persistence.api..." ; cd li.strolch.persistence.api ; git push ; cd .. ; echo
echo "Pushing li.strolch.persistence.xml..." ; cd li.strolch.persistence.xml ; git push ; cd .. ; echo
echo "Pushing li.strolch.persistence.postgresql..." ; cd li.strolch.persistence.postgresql ; git push ; cd .. ; echo
echo "Pushing li.strolch.tutorialapp..." ; cd li.strolch.tutorialapp ; git push ; cd .. ; echo
echo "Done."

View File

@ -14,6 +14,7 @@ echo "Showing status of li.strolch.runtime..." ; cd li.strolch.runtime ; git sta
echo "Showing status of li.strolch.service..." ; cd li.strolch.service ; git status -s ; cd .. ; echo
echo "Showing status of li.strolch.persistence.api..." ; cd li.strolch.persistence.api ; git status -s ; cd .. ; echo
echo "Showing status of li.strolch.persistence.xml..." ; cd li.strolch.persistence.xml ; git status -s ; cd .. ; echo
echo "Showing status of li.strolch.persistence.postgresql..." ; cd li.strolch.persistence.postgresql ; git status -s ; cd .. ; echo
echo "Showing status of li.strolch.tutorialapp..." ; cd li.strolch.tutorialapp ; git status -s ; cd .. ; echo
echo "Done."

View File

@ -14,6 +14,7 @@ echo "Updating li.strolch.runtime..." ; cd li.strolch.runtime ; git pull ; cd ..
echo "Updating li.strolch.service..." ; cd li.strolch.service ; git pull ; cd .. ; echo
echo "Updating li.strolch.persistence.api..." ; cd li.strolch.persistence.api ; git pull ; cd .. ; echo
echo "Updating li.strolch.persistence.xml..." ; cd li.strolch.persistence.xml ; git pull ; cd .. ; echo
echo "Updating li.strolch.persistence.postgresql..." ; cd li.strolch.persistence.postgresql ; git pull ; cd .. ; echo
echo "Updating li.strolch.tutorialapp..." ; cd li.strolch.tutorialapp ; git pull ; cd .. ; echo
echo "Done."