You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@avalon.apache.org by mi...@apache.org on 2002/08/06 20:19:35 UTC

cvs commit: jakarta-avalon-excalibur/xmlutil default.properties build.xml

mirceatoma    2002/08/06 11:19:35

  Modified:    xmlutil  default.properties build.xml
  Log:
  Update dependencies.
  
  Revision  Changes    Path
  1.14      +15 -0     jakarta-avalon-excalibur/xmlutil/default.properties
  
  Index: default.properties
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-excalibur/xmlutil/default.properties,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- default.properties	7 Jul 2002 08:00:56 -0000	1.13
  +++ default.properties	6 Aug 2002 18:19:35 -0000	1.14
  @@ -35,6 +35,21 @@
   excalibur-component.lib=${excalibur-component.home}
   excalibur-component.jar=${excalibur-component.lib}/excalibur-component-1.0.jar
   
  +# ----- Excalibur testcase, version 1.0 or later -----
  +excalibur-testcase.home=${basedir}/../testcase/dist
  +excalibur-testcase.lib=${excalibur-testcase.home}
  +excalibur-testcase.jar=${excalibur-testcase.lib}/excalibur-testcase-1.0.jar
  +
  +# ----- Excalibur collections, version 1.0 or later -----
  +excalibur-collections.home=${basedir}/../collections/dist
  +excalibur-collections.lib=${excalibur-collections.home}
  +excalibur-collections.jar=${excalibur-collections.lib}/excalibur-collections-1.0.jar
  +
  +# ----- Excalibur instrument, version 1.0 or later -----
  +excalibur-instrument.home=${basedir}/../instrument/dist
  +excalibur-instrument.lib=${excalibur-instrument.home}
  +excalibur-instrument.jar=${excalibur-instrument.lib}/excalibur-instrument-0.2.jar
  +
   # ----- Excalibur Pool, version 1.0 or later -----
   excalibur-pool.home=${basedir}/../pool/dist
   excalibur-pool.lib=${excalibur-pool.home}
  
  
  
  1.27      +6 -0      jakarta-avalon-excalibur/xmlutil/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-excalibur/xmlutil/build.xml,v
  retrieving revision 1.26
  retrieving revision 1.27
  diff -u -r1.26 -r1.27
  --- build.xml	26 Jul 2002 14:47:36 -0000	1.26
  +++ build.xml	6 Aug 2002 18:19:35 -0000	1.27
  @@ -17,7 +17,9 @@
           <pathelement location="${avalon-logkit.jar}"/> <!-- deprecated -->
           <pathelement location="${logkit.jar}"/>
           <pathelement location="${excalibur-component.jar}"/>
  +        <pathelement location="${excalibur-collections.jar}"/>
           <pathelement location="${excalibur-pool.jar}"/>
  +        <pathelement location="${excalibur-instrument.jar}"/>
           <pathelement location="${excalibur-sourceresolve.jar}"/>
           <pathelement location="${excalibur-store.jar}"/>
           <pathelement location="${checkstyle.jar}"/>
  @@ -38,6 +40,7 @@
       <path id="test.class.path">
           <pathelement location="${build.testclasses}"/>
           <pathelement location="${junit.jar}"/>
  +        <pathelement location="${excalibur-testcase.jar}"/>
           <path refid="project.class.path"/>
       </path>
       <property name="cp" refid="test.class.path"/>
  @@ -64,6 +67,9 @@
           <ant antfile="${depchecker.prefix}/depchecker.xml" target="checkLogkit"/>
           <ant antfile="${depchecker.prefix}/depchecker.xml" target="checkLogger"/>
           <ant antfile="${depchecker.prefix}/depchecker.xml" target="checkComponent"/>
  +        <ant antfile="${depchecker.prefix}/depchecker.xml" target="checkTestcase"/>
  +        <ant antfile="${depchecker.prefix}/depchecker.xml" target="checkCollections"/>
  +        <ant antfile="${depchecker.prefix}/depchecker.xml" target="checkInstrument"/>
           <ant antfile="${depchecker.prefix}/depchecker.xml" target="checkPool"/>
           <ant antfile="${depchecker.prefix}/depchecker.xml" target="checkSourceResolve"/>
           <ant antfile="${depchecker.prefix}/depchecker.xml" target="checkStore"/>
  
  
  

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