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/22 10:08:11 UTC

svn commit: r510446 - in /maven/sandbox/trunk/resources/apache-incubator-disclaimer-resource-bundle: pom.xml src/main/resources/META-INF/DISCLAIMER.txt src/main/resources/META-INF/DISCLAIMER.vm

Author: dkulp
Date: Thu Feb 22 01:08:10 2007
New Revision: 510446

URL: http://svn.apache.org/viewvc?view=rev&rev=510446
Log:
Update to support projectName property like the jar resource bundle

Added:
    maven/sandbox/trunk/resources/apache-incubator-disclaimer-resource-bundle/src/main/resources/META-INF/DISCLAIMER.vm
      - copied, changed from r510445, maven/sandbox/trunk/resources/apache-incubator-disclaimer-resource-bundle/src/main/resources/META-INF/DISCLAIMER.txt
Removed:
    maven/sandbox/trunk/resources/apache-incubator-disclaimer-resource-bundle/src/main/resources/META-INF/DISCLAIMER.txt
Modified:
    maven/sandbox/trunk/resources/apache-incubator-disclaimer-resource-bundle/pom.xml

Modified: maven/sandbox/trunk/resources/apache-incubator-disclaimer-resource-bundle/pom.xml
URL: http://svn.apache.org/viewvc/maven/sandbox/trunk/resources/apache-incubator-disclaimer-resource-bundle/pom.xml?view=diff&rev=510446&r1=510445&r2=510446
==============================================================================
--- maven/sandbox/trunk/resources/apache-incubator-disclaimer-resource-bundle/pom.xml (original)
+++ maven/sandbox/trunk/resources/apache-incubator-disclaimer-resource-bundle/pom.xml Thu Feb 22 01:08:10 2007
@@ -4,10 +4,10 @@
   <parent>
     <groupId>org.apache</groupId>
     <artifactId>apache-resource-bundles</artifactId>
-    <version>2-SNAPSHOT</version>
+    <version>1</version>
   </parent>
   <artifactId>apache-incubator-disclaimer-resource-bundle</artifactId>
-  <name>Apache License Header Resource Bundle</name>
+  <name>Apache Incubator Disclaimer Resource Bundle</name>
   <version>1.1-SNAPSHOT</version>
   <inceptionYear>2006</inceptionYear>
   <description>

Copied: maven/sandbox/trunk/resources/apache-incubator-disclaimer-resource-bundle/src/main/resources/META-INF/DISCLAIMER.vm (from r510445, maven/sandbox/trunk/resources/apache-incubator-disclaimer-resource-bundle/src/main/resources/META-INF/DISCLAIMER.txt)
URL: http://svn.apache.org/viewvc/maven/sandbox/trunk/resources/apache-incubator-disclaimer-resource-bundle/src/main/resources/META-INF/DISCLAIMER.vm?view=diff&rev=510446&p1=maven/sandbox/trunk/resources/apache-incubator-disclaimer-resource-bundle/src/main/resources/META-INF/DISCLAIMER.txt&r1=510445&p2=maven/sandbox/trunk/resources/apache-incubator-disclaimer-resource-bundle/src/main/resources/META-INF/DISCLAIMER.vm&r2=510446
==============================================================================
--- maven/sandbox/trunk/resources/apache-incubator-disclaimer-resource-bundle/src/main/resources/META-INF/DISCLAIMER.txt (original)
+++ maven/sandbox/trunk/resources/apache-incubator-disclaimer-resource-bundle/src/main/resources/META-INF/DISCLAIMER.vm Thu Feb 22 01:08:10 2007
@@ -1,4 +1,4 @@
-${project.name} is an effort undergoing incubation at the Apache Software 
+#if(${projectName})${projectName}#else${project.name}#end is an effort undergoing incubation at the Apache Software 
 Foundation (ASF), sponsored by the Apache Incubator PMC. 
 
 Incubation is required of all newly accepted projects until a further review