You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@avalon.apache.org by bl...@apache.org on 2003/06/02 16:12:04 UTC

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

bloritsch    2003/06/02 07:12:03

  Modified:    datasource default.properties build.xml
               fortress build.xml
               xmlutil  default.properties build.xml
               monitor  build.xml default.properties
  Log:
  Reference i18n only where it is truly needed.
  
  Revision  Changes    Path
  1.32      +0 -5      avalon-excalibur/datasource/default.properties
  
  Index: default.properties
  ===================================================================
  RCS file: /home/cvs/avalon-excalibur/datasource/default.properties,v
  retrieving revision 1.31
  retrieving revision 1.32
  diff -u -r1.31 -r1.32
  --- default.properties	29 May 2003 06:15:06 -0000	1.31
  +++ default.properties	2 Jun 2003 14:12:01 -0000	1.32
  @@ -36,11 +36,6 @@
   excalibur-instrument.lib=${excalibur-instrument.home}
   excalibur-instrument.jar=${excalibur-instrument.lib}/excalibur-instrument-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
  -
   # ----- Avalon Fortress, version 1.0 or later  -----
   excalibur-fortress.home=${basedir}/../fortress
   excalibur-fortress.lib=${excalibur-fortress.home}/dist
  
  
  
  1.55      +0 -1      avalon-excalibur/datasource/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/avalon-excalibur/datasource/build.xml,v
  retrieving revision 1.54
  retrieving revision 1.55
  diff -u -r1.54 -r1.55
  --- build.xml	31 May 2003 15:48:18 -0000	1.54
  +++ build.xml	2 Jun 2003 14:12:01 -0000	1.55
  @@ -26,7 +26,6 @@
           <pathelement location="${qdox.jar}"/>
           <pathelement location="${comons-collections.jar}"/>
           <pathelement location="${util.concurrent.jar}"/>
  -        <pathelement location="${excalibur-i18n.jar}"/>
           <pathelement path="${java.class.path}"/>
       </path>
   
  
  
  
  1.104     +3 -0      avalon-excalibur/fortress/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/avalon-excalibur/fortress/build.xml,v
  retrieving revision 1.103
  retrieving revision 1.104
  diff -u -r1.103 -r1.104
  --- build.xml	2 Jun 2003 13:10:28 -0000	1.103
  +++ build.xml	2 Jun 2003 14:12:01 -0000	1.104
  @@ -45,6 +45,7 @@
           <pathelement location="${altrmi-client-impl.jar}"/>
           <pathelement location="${altrmi-client-interfaces.jar}"/>
           <pathelement location="${excalibur-testcase.jar}"/>
  +        <pathelement location="${excalibur-i18n.jar}"/>
           <pathelement location="${excalibur-component.jar}"/>
           <pathelement location="${xalan.jar}"/>
           <pathelement location="${build.dir}/tools"/>
  @@ -75,6 +76,7 @@
               <zipfileset src="${altrmi-server-interfaces.jar}"/>
               <zipfileset src="${altrmi-client-impl.jar}"/>
               <zipfileset src="${altrmi-client-interfaces.jar}"/>
  +            <zipfileset src="${excalibur-i18n.jar}"/>
               <zipfileset src="${excalibur-instrument.jar}"/>
               <zipfileset src="${excalibur-instrument-manager.jar}"/>
               <zipfileset src="${excalibur-instrument-manager-interfaces.jar}"/>
  @@ -103,6 +105,7 @@
           <ant antfile="${depchecker.prefix}/depchecker.xml" target="checkSourceResolve"/>
           <ant antfile="${depchecker.prefix}/depchecker.xml" target="checkEvent"/>
           <ant antfile="${depchecker.prefix}/depchecker.xml" target="checkLogger"/>
  +        <ant antfile="${depchecker.prefix}/depchecker.xml" target="checkI18n"/>
           <ant antfile="${depchecker.prefix}/depchecker.xml" target="checkRequiredClass">
               <property name="proj.jar.name" value="xml-apis.jar"/>
               <property name="class" value="org.xml.sax.InputSource"/>
  
  
  
  1.31      +0 -5      avalon-excalibur/xmlutil/default.properties
  
  Index: default.properties
  ===================================================================
  RCS file: /home/cvs/avalon-excalibur/xmlutil/default.properties,v
  retrieving revision 1.30
  retrieving revision 1.31
  diff -u -r1.30 -r1.31
  --- default.properties	27 May 2003 15:39:34 -0000	1.30
  +++ default.properties	2 Jun 2003 14:12:01 -0000	1.31
  @@ -36,11 +36,6 @@
   excalibur-component.jar=${excalibur-component.lib}/excalibur-component-1.1.jar
   excalibur-testcase.jar=${excalibur-component.lib}/excalibur-testcase-1.1.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 instrument, version 1.0 or later -----
   excalibur-instrument.home=${basedir}/../instrument/dist
   excalibur-instrument.lib=${excalibur-instrument.home}
  
  
  
  1.45      +0 -1      avalon-excalibur/xmlutil/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/avalon-excalibur/xmlutil/build.xml,v
  retrieving revision 1.44
  retrieving revision 1.45
  diff -u -r1.44 -r1.45
  --- build.xml	31 May 2003 15:48:19 -0000	1.44
  +++ build.xml	2 Jun 2003 14:12:01 -0000	1.45
  @@ -45,7 +45,6 @@
           <pathelement location="${junit.jar}"/>
           <pathelement location="${commons-collections.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.39      +0 -1      avalon-excalibur/monitor/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/avalon-excalibur/monitor/build.xml,v
  retrieving revision 1.38
  retrieving revision 1.39
  diff -u -r1.38 -r1.39
  --- build.xml	31 May 2003 15:48:19 -0000	1.38
  +++ build.xml	2 Jun 2003 14:12:01 -0000	1.39
  @@ -35,7 +35,6 @@
           <pathelement location="${build.testclasses}"/>
           <pathelement location="${junit.jar}"/>
           <pathelement location="${commons-collections.jar}"/>
  -        <pathelement location="${excalibur-i18n.jar}"/>
           <pathelement location="${excalibur-testcase.jar}"/>
           <pathelement location="${excalibur-component.jar}"/>
           <pathelement location="${excalibur-collections.jar}"/>
  
  
  
  1.22      +0 -5      avalon-excalibur/monitor/default.properties
  
  Index: default.properties
  ===================================================================
  RCS file: /home/cvs/avalon-excalibur/monitor/default.properties,v
  retrieving revision 1.21
  retrieving revision 1.22
  diff -u -r1.21 -r1.22
  --- default.properties	27 May 2003 15:19:54 -0000	1.21
  +++ default.properties	2 Jun 2003 14:12:02 -0000	1.22
  @@ -77,11 +77,6 @@
   excalibur-instrument.lib=${excalibur-instrument.home}
   excalibur-instrument.jar=${excalibur-instrument.lib}/excalibur-instrument-1.0.jar
   
  -# ----- Excalibur i18n -----
  -excalibur-i18n.home=${basedir}/../i18n/dist
  -excalibur-i18n.lib=${excalibur-i18n.home}
  -excalibur-i18n.jar=${excalibur-i18n.lib}/excalibur-i18n-1.0.jar
  -
   # ----- Commons Collections -----
   commons-collections.home=${basedir}/../lib
   commons-collections.lib=${commons-collections.home}
  
  
  

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