proyal      2002/12/02 18:17:49

  Modified:    fortress build.xml default.properties
  Log:
  Add i18n jar to classpath to unit tests will run
  
  Revision  Changes    Path
  1.62      +1 -0      jakarta-avalon-excalibur/fortress/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-excalibur/fortress/build.xml,v
  retrieving revision 1.61
  retrieving revision 1.62
  diff -u -r1.61 -r1.62
  --- build.xml 10 Nov 2002 12:38:53 -0000      1.61
  +++ build.xml 3 Dec 2002 02:17:49 -0000       1.62
  @@ -57,6 +57,7 @@
           <pathelement location="${excalibur-monitor.jar}"/>
           <pathelement location="${excalibur-xmlutil.jar}"/>
           <pathelement location="${excalibur-scratchpad.jar}"/>
  +        <pathelement location="${excalibur-i18n.jar}"/>
           <pathelement location="${xalan.jar}"/>
           <pathelement location="${jaxen-full.jar}"/>
           <path refid="project.class.path"/>
  
  
  
  1.46      +5 -0      jakarta-avalon-excalibur/fortress/default.properties
  
  Index: default.properties
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-excalibur/fortress/default.properties,v
  retrieving revision 1.45
  retrieving revision 1.46
  diff -u -r1.45 -r1.46
  --- default.properties        16 Nov 2002 22:54:25 -0000      1.45
  +++ default.properties        3 Dec 2002 02:17:49 -0000       1.46
  @@ -136,6 +136,11 @@
   excalibur-monitor.lib=${excalibur-monitor.home}
   excalibur-monitor.jar=${excalibur-monitor.lib}/excalibur-monitor-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
  +
   xml-apis.jar = ${basedir}/../lib/xml-apis.jar
   xalan.jar = ${basedir}/../lib/xalan-2.3.1.jar
   
  
  
  

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

Reply via email to