You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@avalon.apache.org by je...@apache.org on 2003/01/22 03:16:27 UTC

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

jefft       2003/01/21 18:16:27

  Modified:    xmlutil  build.xml default.properties
  Log:
  testcase now needs excalibur-i18n.jar to run
  
  Revision  Changes    Path
  1.32      +1 -0      jakarta-avalon-excalibur/xmlutil/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-excalibur/xmlutil/build.xml,v
  retrieving revision 1.31
  retrieving revision 1.32
  diff -u -r1.31 -r1.32
  --- build.xml	9 Dec 2002 20:09:17 -0000	1.31
  +++ build.xml	22 Jan 2003 02:16:26 -0000	1.32
  @@ -41,6 +41,7 @@
           <pathelement location="${build.testclasses}"/>
           <pathelement location="${junit.jar}"/>
           <pathelement location="${excalibur-testcase.jar}"/>
  +        <pathelement location="${excalibur-i18n.jar}"/>
           <path refid="project.class.path"/>
       </path>
       <property name="cp" refid="test.class.path"/>
  
  
  
  1.19      +5 -0      jakarta-avalon-excalibur/xmlutil/default.properties
  
  Index: default.properties
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-excalibur/xmlutil/default.properties,v
  retrieving revision 1.18
  retrieving revision 1.19
  diff -u -r1.18 -r1.19
  --- default.properties	16 Nov 2002 22:54:25 -0000	1.18
  +++ default.properties	22 Jan 2003 02:16:26 -0000	1.19
  @@ -40,6 +40,11 @@
   excalibur-testcase.lib=${excalibur-testcase.home}
   excalibur-testcase.jar=${excalibur-testcase.lib}/excalibur-testcase-1.0.jar
   
  +# ----- Excalibur i18n, version 1.0 or later -----
  +excalibur-i18n.home=${basedir}/../i18n/dist
  +excalibur-i18n.lib=${excalibur-i18n.home}
  +excalibur-i18n.jar=${excalibur-i18n.lib}/excalibur-i18n-1.0.jar
  +
   # ----- Excalibur collections, version 1.0 or later -----
   excalibur-collections.home=${basedir}/../collections/dist
   excalibur-collections.lib=${excalibur-collections.home}
  
  
  

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