dflorey     2004/10/15 04:02:32

  Modified:    .        buildall.sh
  Log:
  Added i18n
  
  Revision  Changes    Path
  1.2       +2 -2      jakarta-commons-sandbox/buildall.sh
  
  Index: buildall.sh
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/buildall.sh,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- buildall.sh       30 May 2004 22:58:56 -0000      1.1
  +++ buildall.sh       15 Oct 2004 11:02:32 -0000      1.2
  @@ -1,4 +1,4 @@
  -#!/usr/local/bin/bash
  +#!/bin/bash
   #
   # Copyright 2003-2004 The Apache Software Foundation
   # 
  @@ -18,7 +18,7 @@
   ROOT=`pwd`
   LOGDIR=$ROOT/logs
   SITEDIR=$ROOT/site
  -COMPONENTS="attributes/site cache chain clazz compress convert email events 
feedparser functor id jjar mapper messenger resources scaffold sql threadpool 
transaction vfs workflow"
  +COMPONENTS="attributes/site cache chain clazz compress convert email events 
feedparser functor id i18n jjar mapper messenger resources scaffold sql threadpool 
transaction vfs workflow"
   
   rm -rf $LOGDIR
   mkdir -p $LOGDIR
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to