You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by jv...@apache.org on 2008/12/16 04:32:23 UTC

svn commit: r726935 - /maven/components/trunk/maven-compat/compatibility.cfl

Author: jvanzyl
Date: Mon Dec 15 19:32:22 2008
New Revision: 726935

URL: http://svn.apache.org/viewvc?rev=726935&view=rev
Log:
o ProjectUtils is also used in the remote-resources-plugin

Modified:
    maven/components/trunk/maven-compat/compatibility.cfl

Modified: maven/components/trunk/maven-compat/compatibility.cfl
URL: http://svn.apache.org/viewvc/maven/components/trunk/maven-compat/compatibility.cfl?rev=726935&r1=726934&r2=726935&view=diff
==============================================================================
--- maven/components/trunk/maven-compat/compatibility.cfl (original)
+++ maven/components/trunk/maven-compat/compatibility.cfl Mon Dec 15 19:32:22 2008
@@ -7,6 +7,8 @@
 * org.apache.maven.project.inheritance.ModelInheritanceAssembler#assembleModelInheritance: used to walk the POMs to find out all the license information. This 
   functionality has been superceded by the model properties-based system for POM construction. We provide the same functionality using the model
   properties-based system but have just placed the component as-is in the maven-compat package to ensure the default lifecycle functions.
+* org.apache.maven.project.ProjectUtils: placed in the maven-compat package.
+
 h2. Maven Help Plugin
 * org.apache.maven.project.path.PathTranslator: used as a parameter in the EvaluateMojo. The path translator has been replaced the model builder
   and PomTransformer.