You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jetspeed-dev@portals.apache.org by rw...@apache.org on 2005/06/01 00:55:31 UTC

cvs commit: jakarta-jetspeed-2/portal maven.xml

rwatler     2005/05/31 15:55:31

  Modified:    portal   maven.xml
  Log:
  use hsql/populate-userinfo-for-default-psml.sql since other scripts/plugins depend on it
  
  Revision  Changes    Path
  1.127     +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.126
  retrieving revision 1.127
  diff -u -r1.126 -r1.127
  --- maven.xml	20 May 2005 15:01:29 -0000	1.126
  +++ maven.xml	31 May 2005 22:55:31 -0000	1.127
  @@ -646,6 +646,9 @@
         <j:when test="${dbase == 'oracle'}" >
             <j:set var="database.arg.script" value="../src/sql/oracle/populate-userinfo-for-default-psml.sql" />
         </j:when>
  +      <j:when test="${dbase == 'hsql'}" >
  +          <j:set var="database.arg.script" value="../src/sql/hsql/populate-userinfo-for-default-psml.sql" />
  +      </j:when>
         <j:otherwise>
             <j:set var="database.arg.script" value="../src/sql/populate-userinfo-for-default-psml.sql" />
         </j:otherwise>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-dev-unsubscribe@portals.apache.org
For additional commands, e-mail: jetspeed-dev-help@portals.apache.org