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

cvs commit: jakarta-avalon-excalibur/template-product build.xml

jefft       02/03/23 05:17:04

  Modified:    template-product build.xml
  Log:
  Remove the name attribute from <project>. This information not portable, and
  therefore belongs in each project's project.properties. With this change made,
  the build.xml files become completely generic.
  
  Revision  Changes    Path
  1.2       +1 -1      jakarta-avalon-excalibur/template-product/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-excalibur/template-product/build.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- build.xml	22 Mar 2002 12:26:57 -0000	1.1
  +++ build.xml	23 Mar 2002 13:17:04 -0000	1.2
  @@ -1,6 +1,6 @@
   <?xml version="1.0"?>
   
  -<project name="Excalibur MyComponent" default="main" basedir=".">
  +<project default="main" basedir=".">
   
       <!-- load per-project properties -->
       <property file="project.properties"/>
  
  
  

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