mcconnell    2002/09/22 01:01:35

  Modified:    meta     build.xml
  Log:
  misc. changes to build file.
  
  Revision  Changes    Path
  1.5       +3 -3      jakarta-avalon-excalibur/meta/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-excalibur/meta/build.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- build.xml 25 Aug 2002 02:49:09 -0000      1.4
  +++ build.xml 22 Sep 2002 08:01:34 -0000      1.5
  @@ -1,6 +1,6 @@
   <?xml version="1.0"?>
   
  -<project name="Excalibur Container" default="main" basedir=".">
  +<project name="Excalibur Meta" default="main" basedir=".">
   
       <property file="${user.home}/build.properties"/>
       <property file="${basedir}/../ant.properties"/>
  @@ -332,8 +332,8 @@
   
     <target name="patch">
       <replace dir="src" 
  -       token="PhaseDescriptor"
  -       value="StageDescriptor" >
  +       token=".Service;"
  +       value=".ServiceDefintion;" >
        <include name="**/*.*"/>
       </replace>
     </target>
  
  
  

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

Reply via email to