[Bedework-commit] bedework r3229 - trunk/build/quickstart/linux
svnadmin at bedework.org
svnadmin at bedework.org
Fri Mar 11 23:52:23 EST 2011
Author: douglm
Date: 2011-03-11 23:52:21 -0500 (Fri, 11 Mar 2011)
New Revision: 3229
Modified:
trunk/build/quickstart/linux/bw
Log:
Add caldavtest as separate build
Modified: trunk/build/quickstart/linux/bw
===================================================================
--- trunk/build/quickstart/linux/bw 2011-03-12 04:51:54 UTC (rev 3228)
+++ trunk/build/quickstart/linux/bw 2011-03-12 04:52:21 UTC (rev 3229)
@@ -70,6 +70,7 @@
echo ""
echo " PROJECT optionally defines the package to build and is none or more of"
echo " -bwxml Target is for the Bedework XML schemas build"
+ echo " -caldavTest Target is for the CalDAV Test build"
echo " -carddav Target is for the CardDAV build"
echo " -exsynch Target is for the Exchange synch build"
echo " -client Target is for the bedework client application build"
@@ -264,6 +265,7 @@
bedework=
bwxml=
carddav=
+caldavTest=
caldav=
client=
exsynch=
@@ -386,6 +388,11 @@
pkgdefault=
shift
;;
+ -caldavTest)
+ caldavTest="yes"
+ pkgdefault=
+ shift
+ ;;
-client)
client="yes"
pkgdefault=
@@ -465,6 +472,10 @@
cd $QUICKSTART_HOME/bedework/projects/caldav
fi
+if [ "$caldavTest" != "" ] ; then
+ cd $QUICKSTART_HOME/caldavTest
+fi
+
if [ "$carddav" != "" ] ; then
cd $QUICKSTART_HOME/bedework-carddav
fi
More information about the Bedework-commit
mailing list