hlship      2004/08/25 09:50:39

  Modified:    hivebuild jar-module.xml
  Log:
  Simplify the default.test.classpath definition.
  
  Revision  Changes    Path
  1.10      +2 -12     jakarta-hivemind/hivebuild/jar-module.xml
  
  Index: jar-module.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-hivemind/hivebuild/jar-module.xml,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- jar-module.xml    21 Aug 2004 17:43:17 -0000      1.9
  +++ jar-module.xml    25 Aug 2004 16:50:39 -0000      1.10
  @@ -42,10 +42,7 @@
        <path id="default.test.classpath">
                <path refid="default.test-compile.classpath"/>
                <pathelement location="${test.classes.dir}"/>
  -    <fileset dir="${module.lib.dir}">
  -      <include name="run/**/*.jar"/>
  -      <include name="test/**/*.jar"/>
  -    </fileset>
  +    <fileset dir="${module.lib.dir}" includes="run/**/*.jar"/>
                
                <!-- To pick up any classpath resources. -->
                
  @@ -221,14 +218,10 @@
        
        <target name="compile-dependencies" description="Overriden to download 
dependencies as external package.">
                <!-- Does nothing. This is often overriden, and becomes a 
series of
  -                        calls to macros defines in download.xml. -->
  +                        calls to macros defined in dependency.xml. -->
        </target>
         
        <target name="-compile-init">
  -             <mkdir dir="${module.lib.dir}/compile"/>
  -             <mkdir dir="${module.lib.dir}/test"/>
  -             <mkdir dir="${module.lib.dir}/run"/>    
  -             
                <mkdir dir="${generated-java.src.dir}"/>                        
        
        </target>
        
  @@ -302,7 +295,4 @@
        <target name="install" depends="jar" 
                description="Synonym for 'jar' invoked by the containing 
project."/>
                        
  -  <target name="clean-libs" description="Delete module's library directory 
(useful when dependencies have been changed).">
  -    <delete dir="${module.lib.dir}" quiet="true"/>
  -  </target>
   </project>
  
  
  

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

Reply via email to