You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@avalon.apache.org by le...@apache.org on 2003/09/13 12:30:57 UTC

cvs commit: avalon/buildsystem/gump-integration/project avalon-framework.xml

leosimons    2003/09/13 03:30:57

  Modified:    buildsystem/gump-integration/project avalon-framework.xml
  Log:
  the maven build has been refactored resulting
  in slightly different artifact names; the build
  scripts have been updated to mirror this, the
  final step is updating the gump descriptor.
  
  Revision  Changes    Path
  1.7       +6 -6      avalon/buildsystem/gump-integration/project/avalon-framework.xml
  
  Index: avalon-framework.xml
  ===================================================================
  RCS file: /home/cvs/avalon/buildsystem/gump-integration/project/avalon-framework.xml,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- avalon-framework.xml	16 Jun 2003 15:15:09 -0000	1.6
  +++ avalon-framework.xml	13 Sep 2003 10:30:57 -0000	1.7
  @@ -14,15 +14,15 @@
       <depend runtime="true" project="jakarta-log4j"/>
       <depend runtime="true" project="avalon-logkit"/>
   
  -    <work nested="framework/target/classes"/>
  -    <work nested="framework/target/api-classes"/>
  -    <work nested="framework/target/impl-classes"/>
  -    <work nested="framework/target/test-classes"/>
  +    <work nested="framework/api/target/classes"/>
  +    <work nested="framework/impl/target/classes"/>
  +    <!--<work nested="framework/api/target/test-classes"/>-->
  +    <work nested="framework/impl/target/test-classes"/>
   
       <home nested="framework"/>
       <jar name="target/avalon-framework-@@DATE@@.jar" id="combined"/>
  -    <jar name="target/avalon-framework-@@DATE@@-api.jar" id="api"/>
  -    <jar name="target/avalon-framework-@@DATE@@-impl.jar" id="impl"/>
  +    <jar name="target/avalon-framework-api-@@DATE@@.jar" id="api"/>
  +    <jar name="target/avalon-framework-impl-@@DATE@@.jar" id="impl"/>
       <javadoc nested="framework/target/docs/apidocs"/>
       <junitreport nested="framework/target/docs/junitreports"/>
   
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: cvs-unsubscribe@avalon.apache.org
For additional commands, e-mail: cvs-help@avalon.apache.org