You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by jd...@apache.org on 2003/08/14 21:25:21 UTC

cvs commit: incubator-geronimo/etc maven.xml

jdillon     2003/08/14 12:25:21

  Modified:    etc      maven.xml
  Log:
   o Fix filename
  
  Revision  Changes    Path
  1.3       +2 -2      incubator-geronimo/etc/maven.xml
  
  Index: maven.xml
  ===================================================================
  RCS file: /home/cvs/incubator-geronimo/etc/maven.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- maven.xml	14 Aug 2003 17:08:00 -0000	1.2
  +++ maven.xml	14 Aug 2003 19:25:21 -0000	1.3
  @@ -15,7 +15,7 @@
     <j:set var="project.root" value="${pom.parentBasedir().getParentFile().getCanonicalFile()}"/>
     
     <!-- Load the global properties -->
  -  <ant:property file="${project.root}/etc/globals.properties"/>
  +  <ant:property file="${project.root}/etc/global.properties"/>
     
     
     <!-- ==================== -->