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

cvs commit: maven-plugins/changes project.properties

dion        2004/04/26 22:49:28

  Modified:    changes  project.properties
  Log:
  Fix jdk1.3 issues with DOM class loading
  Class org/w3c/dom/Document violates loader constraints:  definition mismatch between parent and child loaders
  
  Revision  Changes    Path
  1.5       +1 -1      maven-plugins/changes/project.properties
  
  Index: project.properties
  ===================================================================
  RCS file: /home/cvs/maven-plugins/changes/project.properties,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- project.properties	4 Mar 2004 18:40:24 -0000	1.4
  +++ project.properties	27 Apr 2004 05:49:28 -0000	1.5
  @@ -20,4 +20,4 @@
   maven.xdoc.date=left
   ## maven.xdoc.version=${pom.currentVersion}
   maven.license.licenseFile=${basedir}/../LICENSE.txt
  -
  +maven.junit.fork=yes
  
  
  

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