You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by dk...@apache.org on 2007/01/22 21:08:23 UTC

svn commit: r498773 - /maven/sandbox/resources/apache-jar-resource-bundle/src/main/resources/META-INF/NOTICE.vm

Author: dkulp
Date: Mon Jan 22 12:08:22 2007
New Revision: 498773

URL: http://svn.apache.org/viewvc?view=rev&rev=498773
Log:
Update template for NOTICE files to only include the organization
and URL if there is one in the dependent pom.  Also, remove empty
whitespace from ends of lines.   Add blank lines between projects.

Note: maven-remote-resources-plugin:1.0 is unaffected by these changes
as it doesn't add any "projects" into velocities context

Modified:
    maven/sandbox/resources/apache-jar-resource-bundle/src/main/resources/META-INF/NOTICE.vm

Modified: maven/sandbox/resources/apache-jar-resource-bundle/src/main/resources/META-INF/NOTICE.vm
URL: http://svn.apache.org/viewvc/maven/sandbox/resources/apache-jar-resource-bundle/src/main/resources/META-INF/NOTICE.vm?view=diff&rev=498773&r1=498772&r2=498773
==============================================================================
--- maven/sandbox/resources/apache-jar-resource-bundle/src/main/resources/META-INF/NOTICE.vm (original)
+++ maven/sandbox/resources/apache-jar-resource-bundle/src/main/resources/META-INF/NOTICE.vm Mon Jan 22 12:08:22 2007
@@ -1,6 +1,6 @@
 // ------------------------------------------------------------------
-// NOTICE file corresponding to the section 4d of The Apache License,                                                                                               
-// Version 2.0, in this case for ${project.name}                                                                                  
+// NOTICE file corresponding to the section 4d of The Apache License,
+// Version 2.0, in this case for ${project.name}
 // ------------------------------------------------------------------
 
 ${project.name}
@@ -10,6 +10,8 @@
 The Apache Software Foundation (http://www.apache.org/).
 
 #foreach ( $project in $projects )
-This product includes software, $project.name, developed by                                                                                                   
-$project.organization.name ($project.organization.url).
+This product includes/uses software, $project.name#if( $project.organization.name ), developed by 
+$project.organization.name#end #if( $project.organization.url ) ($project.organization.url)#end
+
+
 #end