You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by jv...@apache.org on 2002/12/08 22:43:14 UTC

cvs commit: jakarta-turbine-maven/src/conf driver.properties

jvanzyl     2002/12/08 13:43:14

  Modified:    src/conf driver.properties
  Log:
  o removing now unused property.
  
  Revision  Changes    Path
  1.2       +0 -1      jakarta-turbine-maven/src/conf/driver.properties
  
  Index: driver.properties
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-maven/src/conf/driver.properties,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- driver.properties	11 Nov 2002 23:20:45 -0000	1.1
  +++ driver.properties	8 Dec 2002 21:43:14 -0000	1.2
  @@ -13,7 +13,6 @@
   maven.compile.deprecation = off
   
   maven.jar.excludes = **/package.html
  -maven.jarResources.basedir=${basedir}
   
   maven.final.name = ${pom.id}-${pom.currentVersion}
   maven.final.dir = ${basedir}/${maven.final.name}