You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by ka...@apache.org on 2003/06/26 20:36:40 UTC

cvs commit: maven/src/plugins-build/uberjar plugin.jelly

kaz         2003/06/26 11:36:40

  Modified:    src/plugins-build/uberjar plugin.jelly
  Log:
  Patch from Chris Shorrock <ch...@shorrockin.com>.  Thanks!
  
  Revision  Changes    Path
  1.5       +1 -1      maven/src/plugins-build/uberjar/plugin.jelly
  
  Index: plugin.jelly
  ===================================================================
  RCS file: /home/cvs/maven/src/plugins-build/uberjar/plugin.jelly,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- plugin.jelly	22 Apr 2003 11:48:50 -0000	1.4
  +++ plugin.jelly	26 Jun 2003 18:36:40 -0000	1.5
  @@ -16,7 +16,7 @@
     <!--==================================================================-->    
     <goal name="uberjar:init">
   
  -    <property name="dest" value="target/uberjar"/>
  +    <property name="dest" value="${maven.build.dir}/uberjar"/>
       <property name="inf" value="${dest}/WORLDS-INF"/>
       <property name="libdir" value="${inf}/lib"/>
       <property name="confdir" value="${inf}/conf"/>
  
  
  

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