mcconnell    2004/04/30 03:56:40

  Modified:    framework maven.xml
  Log:
  add signing and md5 to jars and distributions
  
  Revision  Changes    Path
  1.11      +2 -3      avalon/framework/maven.xml
  
  Index: maven.xml
  ===================================================================
  RCS file: /home/cvs/avalon/framework/maven.xml,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- maven.xml 30 Apr 2004 10:41:40 -0000      1.10
  +++ maven.xml 30 Apr 2004 10:56:39 -0000      1.11
  @@ -164,10 +164,9 @@
       <!-- Copy Source -->
       <ant:copy todir="${maven.dist.src.assembly.dir}">
         <ant:fileset dir="${basedir}">
  -        <include name="api/**"/>
  -        <include name="impl/**"/>
  +        <include name="api/**/*java"/>
  +        <include name="impl/**/*.java"/>
           <exclude name="**/target/**"/>
  -        <exclude name="**/*.log"/>
         </ant:fileset>
         <ant:fileset dir="${maven.build.dir}">
           <include name="docs"/>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to