[Bedework-commit] bedework r3005 - trunk/build/quickstart/linux

svnadmin at bedework.org svnadmin at bedework.org
Thu Oct 7 15:16:41 EDT 2010


Author: bleibson
Date: 2010-10-07 15:16:39 -0400 (Thu, 07 Oct 2010)
New Revision: 3005

Modified:
   trunk/build/quickstart/linux/bw
Log:
new target for bw script:  -deployaddressbook.  Invoking bw with that argument executes a script that copies the javascript client to the jboss default server root.

Modified: trunk/build/quickstart/linux/bw
===================================================================
--- trunk/build/quickstart/linux/bw	2010-10-06 19:59:38 UTC (rev 3004)
+++ trunk/build/quickstart/linux/bw	2010-10-07 19:16:39 UTC (rev 3005)
@@ -261,7 +261,14 @@
   exit
 fi
 
+if [ "$1" = "-deployaddressbook" ] ; then
+   cd $QUICKSTART_HOME/bedework-carddav/clients 
+   sh deployAddressBook.sh
+  exit
+fi
 
+
+
 while [ "$1" != "" ]
 do
   # Process the next arg



More information about the Bedework-commit mailing list