You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@creadur.apache.org by de...@apache.org on 2011/03/19 11:59:09 UTC

svn commit: r1083160 - /incubator/rat/main/trunk/pom.xml

Author: dennisl
Date: Sat Mar 19 10:59:08 2011
New Revision: 1083160

URL: http://svn.apache.org/viewvc?rev=1083160&view=rev
Log:
Add missing closing element in profile example.

Modified:
    incubator/rat/main/trunk/pom.xml

Modified: incubator/rat/main/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/rat/main/trunk/pom.xml?rev=1083160&r1=1083159&r2=1083160&view=diff
==============================================================================
--- incubator/rat/main/trunk/pom.xml (original)
+++ incubator/rat/main/trunk/pom.xml Sat Mar 19 10:59:08 2011
@@ -58,10 +58,11 @@ Note that binary compatibility is not ga
             <activation>
               <activeByDefault>true</activeByDefault>
             </activation>
-          <properties>
-            <rat.site.url>file:///C:/temp/my.rat.site</rat.site.url>
-            ...
-          </properties>
+            <properties>
+              <rat.site.url>file:///C:/temp/my.rat.site</rat.site.url>
+              ...
+            </properties>
+          </profile>
         </profiles>
     -->
     <rat.site.url>scp://people.apache.org/www/incubator.apache.org/rat/</rat.site.url>