You are viewing a plain text version of this content. The canonical link for it is here.
Posted to svn@forrest.apache.org by cr...@apache.org on 2005/10/23 04:43:02 UTC

svn commit: r327730 - /forrest/zone/test-sources/apache-projects/src/documentation/content/locationmap.xml

Author: crossley
Date: Sat Oct 22 19:42:58 2005
New Revision: 327730

URL: http://svn.apache.org/viewcvs?rev=327730&view=rev
Log:
whitespace only.

Modified:
    forrest/zone/test-sources/apache-projects/src/documentation/content/locationmap.xml

Modified: forrest/zone/test-sources/apache-projects/src/documentation/content/locationmap.xml
URL: http://svn.apache.org/viewcvs/forrest/zone/test-sources/apache-projects/src/documentation/content/locationmap.xml?rev=327730&r1=327729&r2=327730&view=diff
==============================================================================
--- forrest/zone/test-sources/apache-projects/src/documentation/content/locationmap.xml (original)
+++ forrest/zone/test-sources/apache-projects/src/documentation/content/locationmap.xml Sat Oct 22 19:42:58 2005
@@ -20,33 +20,32 @@
 
   <components>
     <matchers default="lm">
-      <matcher 
-        name="lm" 
+      <matcher
+        name="lm"
         src="org.apache.forrest.locationmap.WildcardLocationMapHintMatcher"/>
     </matchers>
   </components>
-  
+ 
   <locator>
 
-   
     <match pattern="project.descriptor">
       <location src="{project:home}/doap.rdf" />
     </match>
-     
+
     <match pattern="project.descriptor.forrest">
       <location src="http://svn.apache.org/repos/asf/forrest/trunk/site-author/content/doap.xml"/>
-    </match>    
-     
+    </match>
+
     <match pattern="project.descriptor.httpd">
       <location src="https://svn.apache.org/repos/asf/infrastructure/site-tools/trunk/projects/doap/httpd.xml"/>
-    </match>    
-    
+    </match>
+
     <!-- The DOAP is not embedded in an rdf element so is not currently working properly.
-    
+
     <match pattern="project.descriptor.doap">
       <location src="http://svn.usefulinc.com/svn/repos/trunk/doap/examples/doap-doap.rdf"/>
-    </match>    
+    </match>
     -->
- 
+
   </locator>
 </locationmap>