You are viewing a plain text version of this content. The canonical link for it is here.
Posted to general@gump.apache.org by bo...@apache.org on 2004/03/02 09:43:36 UTC

cvs commit: gump/project jakarta-pluto.xml

bodewig     2004/03/02 00:43:35

  Modified:    project  jakarta-pluto.xml
  Log:
  Adapt jar names.
  
  This is not a good fix as we are loosing the date information.
  
  Pluto's build system uses a top level build file that delegates to
  three build files in the api, container and portal subdirs, all three
  of which use the same property to determine the jar name, so we can't
  override it.
  
  The real fix would be to split the jakarta-pluto build into three
  builds, but I don't have the time to do it properly right now.
  
  Revision  Changes    Path
  1.9       +3 -3      gump/project/jakarta-pluto.xml
  
  Index: jakarta-pluto.xml
  ===================================================================
  RCS file: /home/cvs/gump/project/jakarta-pluto.xml,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- jakarta-pluto.xml	27 Feb 2004 09:22:56 -0000	1.8
  +++ jakarta-pluto.xml	2 Mar 2004 08:43:35 -0000	1.9
  @@ -52,9 +52,9 @@
       <work nested="build/ant/lib/ForeachTask.jar"/>
   
       <home nested="temp"/>
  -    <jar name="container/target/pluto-@@DATE@@.jar" id="container"/>
  -    <jar name="api/target/portlet-api-@@DATE@@.jar" id="api"/>
  -    <jar name="portal/target/pluto-portal-impl-@@DATE@@.jar" id="portal"/>
  +    <jar name="container/target/pluto-1.0.jar" id="container"/>
  +    <jar name="api/target/portlet-api-1.0.jar" id="api"/>
  +    <jar name="portal/target/pluto-portal-impl-1.0.jar" id="portal"/>
   
       <license name="LICENSE"/>
   
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: general-unsubscribe@gump.apache.org
For additional commands, e-mail: general-help@gump.apache.org