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 2007/02/09 19:39:16 UTC

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

Author: jvanzyl
Date: Fri Feb  9 10:39:15 2007
New Revision: 505414

URL: http://svn.apache.org/viewvc?view=rev&rev=505414
Log:
o merging dan kulp's changes

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

Modified: maven/resources/trunk/apache-jar-resource-bundle/src/main/resources/META-INF/NOTICE.vm
URL: http://svn.apache.org/viewvc/maven/resources/trunk/apache-jar-resource-bundle/src/main/resources/META-INF/NOTICE.vm?view=diff&rev=505414&r1=505413&r2=505414
==============================================================================
--- maven/resources/trunk/apache-jar-resource-bundle/src/main/resources/META-INF/NOTICE.vm (original)
+++ maven/resources/trunk/apache-jar-resource-bundle/src/main/resources/META-INF/NOTICE.vm Fri Feb  9 10:39:15 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.url) ($project.url)#end#if( $project.organization.name ),
+developed by $project.organization.name#end #if( $project.organization.url ) ($project.organization.url)#end
+
+
 #end