[prev in list] [next in list] [prev in thread] [next in thread] 

List:       avalon-cvs
Subject:    cvs commit: avalon-excalibur/event build.xml default.properties
From:       bloritsch () apache ! org
Date:       2003-03-31 15:31:26
[Download RAW message or body]

bloritsch    2003/03/31 07:31:26

  Modified:    event    build.xml default.properties
  Log:
  update the build for excalibur event
  
  Revision  Changes    Path
  1.46      +3 -9      avalon-excalibur/event/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/avalon-excalibur/event/build.xml,v
  retrieving revision 1.45
  retrieving revision 1.46
  diff -u -r1.45 -r1.46
  --- build.xml	24 Mar 2003 20:42:35 -0000	1.45
  +++ build.xml	31 Mar 2003 15:31:25 -0000	1.46
  @@ -22,9 +22,6 @@
           <pathelement location="${avalon-framework.jar}"/>
           <pathelement location="${checkstyle.jar}"/>
           <pathelement path="${java.class.path}"/>
  -        <fileset dir="${lib.dir}">
  -            <include name="*.jar" />
  -        </fileset>
       </path>
   
       <path id="tools.class.path">
  @@ -59,7 +56,7 @@
       <target name="dependencies-test" depends="dist-jar, dependencies"
           description="Check unit test dependencies" unless="skip.dependencies">
           <!-- Need the jar to prevent recursive deps. -->
  -        <ant antfile="${depchecker.prefix}/depchecker.xml" target="checkTestcase"/>
  +        <ant antfile="${depchecker.prefix}/depchecker.xml" target="checkComponent"/>
           <ant antfile="${depchecker.prefix}/depchecker.xml" target="checkLogkit"/>
           <ant antfile="${depchecker.prefix}/depchecker.xml" target="checkInstrument"/>
           <ant antfile="${depchecker.prefix}/depchecker.xml" target="checkPool"/>
  @@ -316,11 +313,8 @@
               </fileset>
           </copy>
           <mkdir dir="${dist.dir}/lib"/>
  -        <copy todir="${dist.dir}/lib">
  -            <fileset dir="lib">
  -                <include name="*.jar"/>
  -            </fileset>
  -        </copy>
  +        <copy todir="${dist.dir}/lib" file="${commons-collections.jar}"/>
  +        <copy todir="${dist.dir}/lib" file="${util.concurrent.jar}"/>
       </target>
   
       <!-- Creates a minimal distribution -->
  
  
  
  1.40      +4 -3      avalon-excalibur/event/default.properties
  
  Index: default.properties
  ===================================================================
  RCS file: /home/cvs/avalon-excalibur/event/default.properties,v
  retrieving revision 1.39
  retrieving revision 1.40
  diff -u -r1.39 -r1.40
  --- default.properties	26 Mar 2003 13:46:00 -0000	1.39
  +++ default.properties	31 Mar 2003 15:31:26 -0000	1.40
  @@ -39,9 +39,10 @@
   # For unit testing
   
   # ----- Excalibur Testcase, version 1.0 or later -----
  -excalibur-testcase.home=${basedir}/../component
  -excalibur-testcase.lib=${excalibur-testcase.home}/build/lib
  -excalibur-testcase.jar=${excalibur-testcase.lib}/excalibur-testcase-1.1.jar
  +excalibur-component.home=${basedir}/../component
  +excalibur-component.lib=${excalibur-component.home}/build/lib
  +excalibur-component.jar=${excalibur-component.lib}/excalibur-component-1.1.jar
  +excalibur-testcase.jar=${excalibur-component.lib}/excalibur-testcase-1.1.jar
   
   # ----- Excalibur Pool, version 1.0 or later -----
   excalibur-pool.home=${basedir}/../pool/dist
  
  
  

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

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic