You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@avalon.apache.org by mc...@apache.org on 2004/04/04 17:19:18 UTC

cvs commit: avalon-components .cvsignore README.TXT build.xml dist.sh local-dist.sh maven-common-gump-build.xml maven.xml prepare-release.sh project.properties project.xml release.sh sign.sh

mcconnell    2004/04/04 08:19:18

  Modified:    cornerstone maven.xml
  Removed:     .        .cvsignore README.TXT build.xml dist.sh
                        local-dist.sh maven-common-gump-build.xml maven.xml
                        prepare-release.sh project.properties project.xml
                        release.sh sign.sh
  Log:
  Remove fluff.
  
  Revision  Changes    Path
  1.5       +2 -2      avalon-components/cornerstone/maven.xml
  
  Index: maven.xml
  ===================================================================
  RCS file: /home/cvs/avalon-components/cornerstone/maven.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- maven.xml	1 Apr 2004 01:05:07 -0000	1.4
  +++ maven.xml	4 Apr 2004 15:19:18 -0000	1.5
  @@ -54,13 +54,13 @@
       <j:forEach var="child" items="${reactorProjects}">
         <j:set var="path" value="${child.artifactId}-${child.currentVersion}"/>
         <ant:mkdir dir="${maven.build.dir}/jars/${child.groupId}"/>
  -      <ant:copy todir="${maven.build.dir}/jars/${child.groupId}">
  +      <ant:copy todir="${maven.build.dir}/jars/${child.groupId}/jars">
           <ant:fileset dir="${child.file.parentFile}/target">
             <ant:include name="${path}.jar"/>
             <ant:include name="${path}.jar.meta"/>
           </ant:fileset>
         </ant:copy>
  -      <util:file var="jarFile" name="${maven.build.dir}/jars/${child.groupId}/${path}.jar"/>
  +      <util:file var="jarFile" name="${maven.build.dir}/jars/${child.groupId}/jars/${path}.jar"/>
         <j:if test="${jarFile.exists()}">
           <checksum file="${jarFile}"/>
           <move file="${jarFile}.md5" toFile="temp"/>
  
  
  

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