taylor      2004/05/11 08:20:06

  Modified:    portal   maven.xml
  Log:
  dont use temp file in creating SQL files for entity poplulation

  patch from Ate Douma

  

  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.72      +2 -5      jakarta-jetspeed-2/portal/maven.xml
  
  Index: maven.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-jetspeed-2/portal/maven.xml,v
  retrieving revision 1.71
  retrieving revision 1.72
  diff -u -r1.71 -r1.72
  --- maven.xml 10 May 2004 17:43:07 -0000      1.71
  +++ maven.xml 11 May 2004 15:20:06 -0000      1.72
  @@ -493,15 +493,12 @@
       <j:set var="dbase" 
value="${org.apache.jetspeed.production.database.default.name}"/>
       <j:choose>    
            <j:when test="${dbase == 'mysql'}" >
  -            <copy  file="../src/sql/mysql/populate-entities-for-default-psml.sql" 
  -                  tofile="../src/sql/populate-entities-temp.sql"/>           
  +             <j:set var="database.arg.script" 
value="../src/sql/mysql/populate-entities-for-default-psml.sql" />
            </j:when>
            <j:otherwise>
  -            <copy  file="../src/sql/populate-entities-for-default-psml.sql" 
  -                   tofile="../src/sql/populate-entities-temp.sql"/>                 
                         
  +             <j:set var="database.arg.script" 
value="../src/sql/populate-entities-for-default-psml.sql" />
            </j:otherwise>
        </j:choose>     
  -    <j:set var="database.arg.script" value="../src/sql/populate-entities-temp.sql" 
/>
       <attainGoal name="db.production.properties"/>
       <attainGoal name="db.execute" /> 
     </goal>
  
  
  

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

Reply via email to