You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@avalon.apache.org by le...@apache.org on 2002/08/07 13:46:41 UTC

cvs commit: jakarta-avalon-excalibur/component ant.properties.sample build.xml default.properties

leif        2002/08/07 04:46:41

  Modified:    component ant.properties.sample build.xml default.properties
  Log:
  Add direct dependencies to the InstrumentManager jars
  
  Revision  Changes    Path
  1.8       +12 -5     jakarta-avalon-excalibur/component/ant.properties.sample
  
  Index: ant.properties.sample
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-excalibur/component/ant.properties.sample,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- ant.properties.sample	4 Aug 2002 01:07:38 -0000	1.7
  +++ ant.properties.sample	7 Aug 2002 11:46:41 -0000	1.8
  @@ -40,15 +40,22 @@
   excalibur-logger.lib=${excalibur-logger.home}/build/lib
   excalibur-logger.jar=${excalibur-logger.home}/excalibur-logger-1.0.jar
   
  -# ----- Excalibur Instrument -----
  -excalibur-instrument.home=../instrument/build/lib
  -excalibur-instrument.jar=${excalibur-instrument.home}/excalibur-instrument-0.3.jar
  -
   # ----- Excalibur Pool -----
   excalibur-pool.home=${avalon-excalibur.home}/pool
   excalibur-pool.lib=${excalibur-pool.home}/build/lib
   excalibur-pool.jar=${excalibur-pool.home}/excalibur-pool-1.0.jar
   
  +# ----- Excalibur Instrument -----
  +excalibur-instrument.home=${avalon-excalibur.home}/instrument/dist
  +excalibur-instrument.jar=${excalibur-instrument.home}/excalibur-instrument-0.3.jar
  +excalibur-instrument-manager.jar=${excalibur-instrument.home}/excalibur-instrument-manager-0.3.jar
  +excalibur-instrument-manager-interfaces.jar=${excalibur-instrument.home}/excalibur-instrument-manager-interfaces-0.3.jar
  +
  +# ----- Altrmi -----
  +excalibur-altrmi.home=${avalon-excalibur.home}/altrmi/dist
  +excalibur-altrmi-common.jar=${excalibur-altrmi.home}/excalibur-altrmi-common.jar
  +excalibur-altrmi-server-impl.jar=${excalibur-altrmi.home}/excalibur-altrmi-server-impl.jar
  +excalibur-altrmi-server-interfaces.jar=${excalibur-altrmi.home}/excalibur-altrmi-server-interfaces.jar
   
   
   # --------------------------------------------------
  
  
  
  1.22      +7 -1      jakarta-avalon-excalibur/component/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-excalibur/component/build.xml,v
  retrieving revision 1.21
  retrieving revision 1.22
  diff -u -r1.21 -r1.22
  --- build.xml	1 Aug 2002 22:16:10 -0000	1.21
  +++ build.xml	7 Aug 2002 11:46:41 -0000	1.22
  @@ -18,6 +18,8 @@
           <pathelement location="${excalibur-collections.jar}"/>
           <pathelement location="${excalibur-logger.jar}"/>
           <pathelement location="${excalibur-instrument.jar}"/>
  +        <pathelement location="${excalibur-instrument-manager.jar}"/>
  +        <pathelement location="${excalibur-instrument-manager-interfaces.jar}"/>
           <pathelement location="${excalibur-pool.jar}"/>
           <pathelement location="${checkstyle.jar}"/>
           <pathelement path="${java.class.path}"/>
  @@ -36,6 +38,8 @@
           <pathelement location="${excalibur-util.jar}"/>
           <pathelement location="${excalibur-testcase.jar}"/>
           <pathelement location="${excalibur-instrument.jar}"/>
  +        <pathelement location="${excalibur-instrument-manager.jar}"/>
  +        <pathelement location="${excalibur-instrument-manager-interfaces.jar}"/>
           <path refid="project.class.path"/>
       </path>
       <property name="cp" refid="test.class.path"/>
  @@ -47,6 +51,8 @@
           <ant antfile="${depchecker.prefix}/depchecker.xml" target="checkCommon"/>
           <ant antfile="${depchecker.prefix}/depchecker.xml" target="checkLogkit"/>
           <ant antfile="${depchecker.prefix}/depchecker.xml" target="checkFramework"/>
  +        <ant antfile="${depchecker.prefix}/depchecker.xml" target="checkInstrument"/>
  +        <ant antfile="${depchecker.prefix}/depchecker.xml" target="checkInstrumentManager"/>
           <ant antfile="${depchecker.prefix}/depchecker.xml" target="checkCollections"/>
           <ant antfile="${depchecker.prefix}/depchecker.xml" target="checkLogger"/>
           <ant antfile="${depchecker.prefix}/depchecker.xml" target="checkPool"/>
  @@ -368,7 +374,7 @@
   
       <!-- Prepares the documentation directory -->
       <target name="docs" depends="setup-filters" description="Generates the Docs">
  -	<ant antfile="${basedir}/../cocoonbuild.xml"/>
  +    <ant antfile="${basedir}/../cocoonbuild.xml"/>
   
         <copy todir="${docs.dir}">
           <fileset dir="${build.docs}">
  
  
  
  1.9       +12 -0     jakarta-avalon-excalibur/component/default.properties
  
  Index: default.properties
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-excalibur/component/default.properties,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- default.properties	4 Aug 2002 01:07:38 -0000	1.8
  +++ default.properties	7 Aug 2002 11:46:41 -0000	1.9
  @@ -47,6 +47,18 @@
   excalibur-pool.lib=${excalibur-pool.home}
   excalibur-pool.jar=${excalibur-pool.lib}/excalibur-pool-1.0.jar
   
  +# ----- Excalibur Instrument -----
  +excalibur-instrument.home=${excalibur.dir}/instrument/dist
  +excalibur-instrument.jar=${excalibur-instrument.home}/excalibur-instrument-0.3.jar
  +excalibur-instrument-manager.jar=${excalibur-instrument.home}/excalibur-instrument-manager-0.3.jar
  +excalibur-instrument-manager-interfaces.jar=${excalibur-instrument.home}/excalibur-instrument-manager-interfaces-0.3.jar
  +
  +# ----- Altrmi -----
  +excalibur-altrmi.home=${excalibur.dir}/altrmi/dist
  +excalibur-altrmi-common.jar=${excalibur-altrmi.home}/excalibur-altrmi-common.jar
  +excalibur-altrmi-server-impl.jar=${excalibur-altrmi.home}/excalibur-altrmi-server-impl.jar
  +excalibur-altrmi-server-interfaces.jar=${excalibur-altrmi.home}/excalibur-altrmi-server-interfaces.jar
  +
   # --------------------------------------------------
   #                OPTIONAL LIBRARIES
   # --------------------------------------------------
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>