You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@forrest.apache.org by je...@apache.org on 2002/12/03 12:44:47 UTC

cvs commit: xml-forrest build.xml

jefft       2002/12/03 03:44:47

  Modified:    .        build.xml
  Log:
  Hardcode the project name, because module.xml contains two possibilities
  
  Revision  Changes    Path
  1.51      +1 -1      xml-forrest/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/xml-forrest/build.xml,v
  retrieving revision 1.50
  retrieving revision 1.51
  diff -u -r1.50 -r1.51
  --- build.xml	29 Nov 2002 06:16:59 -0000	1.50
  +++ build.xml	3 Dec 2002 11:44:46 -0000	1.51
  @@ -41,7 +41,7 @@
       <xmlproperty file="status.xml"     prefix="xstatus"  keeproot="false" collapseAttributes="true" />   
       <xmlproperty file="properties.xml"                   keeproot="false" collapseAttributes="true" />
   
  -    <property name="name"                  value="${xgump.module.project.name}"/>
  +    <property name="name"                  value="apache-forrest"/>
       <property name="packages"              value="${xgump.module.project.packages}"/>
       <property name="version"
         value="${xgump.module.project.version.major}.${xgump.module.project.version.minor}${xgump.module.project.version.tag}"/>