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/02/15 22:55:59 UTC

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

Author: dkulp
Date: Thu Feb 15 13:55:58 2007
New Revision: 508182

URL: http://svn.apache.org/viewvc?view=rev&rev=508182
Log:
Fix MRRESOURCES-12

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=508182&r1=508181&r2=508182
==============================================================================
--- maven/sandbox/resources/apache-jar-resource-bundle/pom.xml (original)
+++ maven/sandbox/resources/apache-jar-resource-bundle/pom.xml Thu Feb 15 13:55:58 2007
@@ -8,7 +8,7 @@
   </parent>
   <artifactId>apache-jar-resource-bundle</artifactId>
   <name>Apache JAR Resource Bundle</name>
-  <version>1.1-SNAPSHOT</version>
+  <version>1.1.1-SNAPSHOT</version>
   <inceptionYear>2006</inceptionYear>
   <description>
     An archive which contains templates for generating the necessary license files and notices for all Apache releases.

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=508182&r1=508181&r2=508182
==============================================================================
--- 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 Thu Feb 15 13:55:58 2007
@@ -1,9 +1,11 @@
 // ------------------------------------------------------------------
 // NOTICE file corresponding to the section 4d of The Apache License,
-// Version 2.0, in this case for ${project.name}
+// Version 2.0, in this case for #if ($project_name)$project_name#else${project.name}#end
+
 // ------------------------------------------------------------------
 
-${project.name}
+#if ($project_name)$project_name#else${project.name}#end
+
 Copyright ${projectTimespan} The Apache Software Foundation
 
 This product includes software developed at