taylor      2004/05/24 10:53:19

  Modified:    portal   maven.xml
  Log:
  add MySQL support for populate user info

  

  PR:

  Obtained from:

  Submitted by: 

  Reviewed by:  

  CVS: ----------------------------------------------------------------------

  CVS: PR:

  CVS:   If this change addresses a PR in the problem report tracking

  CVS:   database, then enter the PR number(s) here.

  CVS: Obtained from:

  CVS:   If this change has been taken from another system, such as NCSA,

  CVS:   then name the system in this line, otherwise delete it.

  CVS: Submitted by:

  CVS:   If this code has been contributed to Apache by someone else; i.e.,

  CVS:   they sent us a patch or a new module, then include their name/email

  CVS:   address here. If this is your work then delete this line.

  CVS: Reviewed by:

  CVS:   If we are doing pre-commit code reviews and someone else has

  CVS:   reviewed your changes, include their name(s) here.

  CVS:   If you have not had it reviewed then delete this line.

  
  Revision  Changes    Path
  1.78      +3 -0      jakarta-jetspeed-2/portal/maven.xml
  
  Index: maven.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-jetspeed-2/portal/maven.xml,v
  retrieving revision 1.77
  retrieving revision 1.78
  diff -u -r1.77 -r1.78
  --- maven.xml 23 May 2004 21:26:18 -0000      1.77
  +++ maven.xml 24 May 2004 17:53:18 -0000      1.78
  @@ -511,6 +511,9 @@
        </j:choose>
       <attainGoal name="db.execute" />
       <j:choose>
  +      <j:when test="${dbase == 'mysql'}" >
  +             <j:set var="database.arg.script" 
value="../src/sql/mysql/populate-userinfo-for-default-psml.sql" />
  +      </j:when>   
         <j:when test="${dbase == 'oracle'}" >
             <j:set var="database.arg.script" 
value="../src/sql/oracle/populate-userinfo-for-default-psml.sql" />
         </j:when>
  
  
  

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

Reply via email to