You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by vm...@apache.org on 2004/04/30 08:50:27 UTC

cvs commit: maven-plugins/multiproject project.properties

vmassol     2004/04/29 23:50:27

  Modified:    multiproject project.properties
  Log:
  Fixed paths to licenses
  
  Revision  Changes    Path
  1.8       +3 -4      maven-plugins/multiproject/project.properties
  
  Index: project.properties
  ===================================================================
  RCS file: /home/cvs/maven-plugins/multiproject/project.properties,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- project.properties	4 Mar 2004 18:36:33 -0000	1.7
  +++ project.properties	30 Apr 2004 06:50:27 -0000	1.8
  @@ -19,8 +19,7 @@
   # -------------------------------------------------------------------
   maven.xdoc.date=left
   ## maven.xdoc.version=1.0
  -maven.license.licenseFile=${basedir}/../../../LICENSE.txt
  -maven.checkstyle.header.file=${basedir}/../../../LICENSE.txt
  +maven.license.licenseFile=${basedir}/../LICENSE.txt
  +maven.checkstyle.header.file=${basedir}/../LICENSE.txt
   maven.checkstyle.format = turbine
  -maven.checkstyle.properties = ${basedir}/../../../checkstyle.xml
  -
  +maven.checkstyle.properties = ${basedir}/../checkstyle.xml
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org