vmassol     2004/05/02 07:23:22

  Modified:    .        project.properties
  Log:
  remove properties not required for the master build
  
  Revision  Changes    Path
  1.10      +3 -13     maven-plugins/project.properties
  
  Index: project.properties
  ===================================================================
  RCS file: /home/cvs/maven-plugins/project.properties,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- project.properties        2 May 2004 10:16:37 -0000       1.9
  +++ project.properties        2 May 2004 14:23:22 -0000       1.10
  @@ -15,14 +15,11 @@
   # -------------------------------------------------------------------
   
   #====================================================================
  -# WARNING: All these properties are inherited by the plugin projects
  +# WARNING: All these properties are for the master build only and
  +# should *not* be inherited by the plugin projects. Plugin projects
  +# must now inherit from /etc/project.xml.
   #====================================================================
   
  -# Display the date on the Maven web site
  -maven.xdoc.date = left
  -maven.xdoc.date.format = dd MMMM yyyy HH:mm z
  -maven.xdoc.distributionUrl=http://www.ibiblio.org/maven/maven/plugins
  -
   # Enable HTML to xdoc transformation
   maven.html2xdoc.enabled=true
   
  @@ -32,13 +29,6 @@
   # Make sure we generate a Clover XML report so that the dashboard
   # Clover aggregator can extract Clover data
   maven.clover.report.xml=true
  -
  -# Checkstyle plugin settings
  -maven.checkstyle.header.file = ${basedir}/../checkstyle-license.txt
  -maven.checkstyle.properties = ${basedir}/../checkstyle.xml
  -
  -# License plugin settings
  -maven.license.licenseFile=${basedir}/../LICENSE.txt
   
   # Multiproject plugin settings
   maven.multiproject.navigation=independent
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to