You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by dk...@apache.org on 2007/02/13 17:47:22 UTC

svn commit: r507083 - /incubator/cxf/trunk/systests/pom.xml

Author: dkulp
Date: Tue Feb 13 08:47:21 2007
New Revision: 507083

URL: http://svn.apache.org/viewvc?view=rev&rev=507083
Log:
Latest snapshot of remote-resources can add license information

Modified:
    incubator/cxf/trunk/systests/pom.xml

Modified: incubator/cxf/trunk/systests/pom.xml
URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/systests/pom.xml?view=diff&rev=507083&r1=507082&r2=507083
==============================================================================
--- incubator/cxf/trunk/systests/pom.xml (original)
+++ incubator/cxf/trunk/systests/pom.xml Tue Feb 13 08:47:21 2007
@@ -236,6 +236,9 @@
                                         <resourceBundle>org.apache:apache-jar-resource-bundle:1.1-SNAPSHOT</resourceBundle>
                                         <resourceBundle>org.apache:apache-incubator-disclaimer-resource-bundle:1.0</resourceBundle>
                                     </resourceBundles>
+                                    <properties>
+                                        <addLicense>true</addLicense>
+                                    </properties>
                                 </configuration>
                             </execution>
                         </executions>