[jboss-cvs] jboss-seam/build ...

Peter Muir peter at bleepbleep.org.uk
Sun Nov 18 14:59:23 EST 2007


  User: pmuir   
  Date: 07/11/18 14:59:23

  Modified:    build    ci.build.xml
  Log:
  Attaching sources jars works with new maven ant tasks
  
  Revision  Changes    Path
  1.11      +1 -1      jboss-seam/build/ci.build.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: ci.build.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/build/ci.build.xml,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -b -r1.10 -r1.11
  --- ci.build.xml	11 Oct 2007 22:35:56 -0000	1.10
  +++ ci.build.xml	18 Nov 2007 19:59:22 -0000	1.11
  @@ -74,7 +74,7 @@
   		<sequential>
   			<artifact:deploy file="@{jar}" uniqueVersion="true">
   				<pom file="@{pom}" />
  -                <!--<attach file="@{srcjar}" classifier="sources" />-->
  +                <attach file="@{srcjar}" classifier="sources" />
   				<remoteRepository refid="snapshots.jboss.org" />
   			</artifact:deploy>
   		</sequential>
  
  
  



More information about the jboss-cvs-commits mailing list