You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by ev...@apache.org on 2004/05/13 21:50:32 UTC

cvs commit: maven-plugins/jbuilder plugin.jelly

evenisse    2004/05/13 12:50:32

  Modified:    jbuilder plugin.jelly
  Log:
  Fix my latest commit.
  
  Revision  Changes    Path
  1.23      +0 -2      maven-plugins/jbuilder/plugin.jelly
  
  Index: plugin.jelly
  ===================================================================
  RCS file: /home/cvs/maven-plugins/jbuilder/plugin.jelly,v
  retrieving revision 1.22
  retrieving revision 1.23
  diff -u -r1.22 -r1.23
  --- plugin.jelly	12 May 2004 11:23:56 -0000	1.22
  +++ plugin.jelly	13 May 2004 19:50:32 -0000	1.23
  @@ -342,8 +342,6 @@
         <ant:echo>Reading default project ${jbDefaultProject}</ant:echo>
         <u:properties file="${jbDefaultProject}" var="defaultProps" />
         <j:set var="authorLabel"      value="${defaultProps.getProperty('sys[0].AuthorLabel')}" />
  -      <j:set var="backupPath"       value="${defaultProps.getProperty('sys[0].BackupPath')}" />
  -      <j:set var="backupPath"       value="${backupPath.replaceAll('%%\|', ':')}" />
         <j:set var="beansInstantiate" value="${defaultProps.getProperty('sys[0].BeansInstantiate')}" />
         <j:set var="companyLabel"     value="${defaultProps.getProperty('sys[0].CompanyLabel')}" />
         <j:set var="copyrightLabel"   value="${defaultProps.getProperty('sys[0].CopyrightLabel')}" />
  
  
  

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