Author: dkulp
Date: Mon Feb 12 08:02:20 2007
New Revision: 506511

URL: http://svn.apache.org/viewvc?view=rev&rev=506511
Log:
Fix for MRRESOURCES-9
* Update NOTICE to optionally allow generation of License lines
* Change pom parent to non-snapshot version (prepare for release)


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

Modified: maven/sandbox/resources/apache-jar-resource-bundle/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/sandbox/resources/apache-jar-resource-bundle/pom.xml?view=diff&rev=506511&r1=506510&r2=506511
==============================================================================
--- maven/sandbox/resources/apache-jar-resource-bundle/pom.xml (original)
+++ maven/sandbox/resources/apache-jar-resource-bundle/pom.xml Mon Feb 12 
08:02:20 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/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=506511&r1=506510&r2=506511
==============================================================================
--- 
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 Feb 12 08:02:20 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


Reply via email to