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/10/18 19:32:39 UTC

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

Author: dkulp
Date: Thu Oct 18 10:32:38 2007
New Revision: 586039

URL: http://svn.apache.org/viewvc?rev=586039&view=rev
Log:
Update for artifact adding, put license on new line

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?rev=586039&r1=586038&r2=586039&view=diff
==============================================================================
--- 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 Thu Oct 18 10:32:38 2007
@@ -16,12 +16,14 @@
 This product includes/uses software(s) developed by '$organizationName.name'#if($organizationName.url) ($organizationName.url)#end
 
 #foreach ( $project in $projectsSortedByOrganization.get( $organizationName ) )
-  - $project.name#if ($addVersion)#if($project.version) ($project.version)#end#end#if($project.url) ($project.url)#end
+  - $project.name#if ($addVersion) (version $project.version)#end#if ($addArtifact) ($project.artifact)#end#if($project.url) ($project.url)#end
 #if ($addLicense)#foreach ( $license in $project.licenses)
+
       License: $license.name #if ($license.url) ($license.url)#end
 #end#end
 
 #end
+
 #end
 
 #if($postProjectText)