You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@avalon.apache.org by mc...@apache.org on 2003/12/22 00:06:24 UTC

cvs commit: avalon-sandbox/template maven.xml project.properties

mcconnell    2003/12/21 15:06:24

  Modified:    template maven.xml project.properties
  Log:
  Housekeeping.
  
  Revision  Changes    Path
  1.3       +2 -2      avalon-sandbox/template/maven.xml
  
  Index: maven.xml
  ===================================================================
  RCS file: /home/cvs/avalon-sandbox/template/maven.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- maven.xml	20 Dec 2003 01:57:10 -0000	1.2
  +++ maven.xml	21 Dec 2003 23:06:24 -0000	1.3
  @@ -4,7 +4,7 @@
       <maven:reactor
         basedir="${basedir}"
         includes="*/project.xml"
  -      excludes="project.xml"
  +      excludes="project.xml,target/**"
         goals="clean"
         banner="Cleaning:"
         ignoreFailures="true"/>
  @@ -13,7 +13,7 @@
     <goal name="avalon:build">
       <maven:reactor basedir="${basedir}"
         includes="*/project.xml"
  -      excludes="project.xml"
  +      excludes="project.xml,target/**"
         goals=""
         banner="Building:"
         ignoreFailures="false"
  
  
  
  1.2       +1 -1      avalon-sandbox/template/project.properties
  
  Index: project.properties
  ===================================================================
  RCS file: /home/cvs/avalon-sandbox/template/project.properties,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- project.properties	20 Dec 2003 01:05:55 -0000	1.1
  +++ project.properties	21 Dec 2003 23:06:24 -0000	1.2
  @@ -6,7 +6,7 @@
   maven.ui.banner.background = #fff
   maven.ui.banner.foreground = #000
   maven.xdoc.jsl = ./xdocs/site.jsl
  -maven.javadoc.stylesheet xdocs/stylesheet.css
  +maven.javadoc.stylesheet = xdocs/stylesheet.css
   maven.xdoc.poweredby.image =
   maven.license.licenseFile" = LICENSE.txt
   
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: cvs-unsubscribe@avalon.apache.org
For additional commands, e-mail: cvs-help@avalon.apache.org