You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@avalon.apache.org by ha...@apache.org on 2002/05/18 13:20:27 UTC

cvs commit: jakarta-avalon-apps/enterprise/pss build.xml

hammant     02/05/18 04:20:27

  Modified:    enterprise/ins build.xml
               enterprise/orb build.xml
               enterprise/pss build.xml
  Log:
  xerces has moved, add mandatory <xml..> header.
  
  Revision  Changes    Path
  1.5       +1 -1      jakarta-avalon-apps/enterprise/ins/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-apps/enterprise/ins/build.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- build.xml	14 May 2002 09:00:01 -0000	1.4
  +++ build.xml	18 May 2002 11:20:27 -0000	1.5
  @@ -1,4 +1,4 @@
  -
  +<?xml version="1.0"?>
   <project name="ins" default="help" basedir=".">
   
     <property file="local.properties"/>
  
  
  
  1.12      +4 -1      jakarta-avalon-apps/enterprise/orb/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-apps/enterprise/orb/build.xml,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- build.xml	14 May 2002 07:29:14 -0000	1.11
  +++ build.xml	18 May 2002 11:20:27 -0000	1.12
  @@ -1,4 +1,4 @@
  -
  +<?xml version="1.0"?>
   <project name="orb" default="help" basedir=".">
   
     <property file="local.properties"/>
  @@ -79,6 +79,9 @@
   
   
     <path id="project.classpath">
  +      <fileset dir="../../common/lib">
  +        <include name="*.jar" />
  +      </fileset>
         <fileset dir="${lib}">
           <include name="*.jar" />
         </fileset>
  
  
  
  1.5       +5 -0      jakarta-avalon-apps/enterprise/pss/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-apps/enterprise/pss/build.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- build.xml	14 May 2002 07:29:14 -0000	1.4
  +++ build.xml	18 May 2002 11:20:27 -0000	1.5
  @@ -1,3 +1,4 @@
  +<?xml version="1.0"?>
   
   <project name="pss" default="help" basedir=".">
   
  @@ -100,6 +101,10 @@
         <fileset dir="${tools.lib.path}">
           <include name="*.jar" />
         </fileset>
  +      <fileset dir="../../common/lib">
  +        <include name="*.jar" />
  +      </fileset>
  +      
     </path>
   
     <!-- PREPARE -->
  
  
  

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