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/15 00:47:44 UTC

svn commit: r507746 - in /maven/resources/trunk/apache-jar-resource-bundle: pom.xml src/main/resources/META-INF/NOTICE.vm

Author: jvanzyl
Date: Wed Feb 14 15:47:43 2007
New Revision: 507746

URL: http://svn.apache.org/viewvc?view=rev&rev=507746
Log:
o fixing notice template


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

Modified: maven/resources/trunk/apache-jar-resource-bundle/pom.xml
URL: http://svn.apache.org/viewvc/maven/resources/trunk/apache-jar-resource-bundle/pom.xml?view=diff&rev=507746&r1=507745&r2=507746
==============================================================================
--- maven/resources/trunk/apache-jar-resource-bundle/pom.xml (original)
+++ maven/resources/trunk/apache-jar-resource-bundle/pom.xml Wed Feb 14 15:47:43 2007
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.apache</groupId>
     <artifactId>apache-resource-bundles</artifactId>
-    <version>2-SNAPSHOT</version>
+    <version>1</version>
   </parent>
   <artifactId>apache-jar-resource-bundle</artifactId>
   <name>Apache JAR Resource Bundle</name>

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=507746&r1=507745&r2=507746
==============================================================================
--- 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 Wed Feb 14 15:47:43 2007
@@ -10,8 +10,15 @@
 The Apache Software Foundation (http://www.apache.org/).
 
 #foreach ( $project in $projects )
-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
+This product includes/uses software, $project.name#if($project.url) ($project.url)#end
+#if( $project.organization.name )
+,
+developed by $project.organization.name #if( $project.organization.url ) ($project.organization.url)#end
+#end
+#if ($addLicense)#foreach ( $license in $project.licenses)
+
+License: $license.name #if ($license.url) ($license.url)#end
+#end#end
 
 
 #end