You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@avalon.apache.org by le...@apache.org on 2002/03/05 17:54:12 UTC

cvs commit: jakarta-avalon-excalibur/examples/altprofile build.xml

leif        02/03/05 08:54:12

  Modified:    examples/altprofile build.xml
  Log:
  Fix jar name
  
  Revision  Changes    Path
  1.3       +4 -4      jakarta-avalon-excalibur/examples/altprofile/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-excalibur/examples/altprofile/build.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- build.xml	5 Mar 2002 12:34:01 -0000	1.2
  +++ build.xml	5 Mar 2002 16:54:12 -0000	1.3
  @@ -1,10 +1,10 @@
   <?xml version="1.0" encoding="ISO-8859-1"?>
   
   <!-- ======================================================================= -->
  -<!-- JdbcDataSource Example build file!                                      -->
  +<!-- AltProfile Example build file!                                          -->
   <!-- ======================================================================= -->
   
  -<project name="jdbcdatasource" default="main" basedir=".">
  +<project name="altprofile" default="main" basedir=".">
       
       <!-- ================================================================ -->
       <!-- Local user-defined build properties.                             -->
  @@ -14,8 +14,8 @@
       <!-- verify this. This file should be a normal Java properties file.  -->
       <property file="${user.home}/.ant.properties" />
       
  -    <property name="name" value="jdbcdatasource"/>
  -    <property name="Name" value="JdbcDataSource"/>
  +    <property name="name" value="altprofile"/>
  +    <property name="Name" value="AltProfile"/>
       
       <!-- Directories build by ant -->  
       <property name="build.dir"             value="${basedir}/build"/>
  
  
  

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