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

svn commit: r327703 - in /forrest/trunk/plugins/org.apache.forrest.plugin.input.projectInfo: locationmap.xml src/documentation/content/locationmap.xml

Author: rgardler
Date: Sat Oct 22 15:05:23 2005
New Revision: 327703

URL: http://svn.apache.org/viewcvs?rev=327703&view=rev
Log:
use project src locationmap for project descriptors

Added:
    forrest/trunk/plugins/org.apache.forrest.plugin.input.projectInfo/src/documentation/content/locationmap.xml   (with props)
Modified:
    forrest/trunk/plugins/org.apache.forrest.plugin.input.projectInfo/locationmap.xml

Modified: forrest/trunk/plugins/org.apache.forrest.plugin.input.projectInfo/locationmap.xml
URL: http://svn.apache.org/viewcvs/forrest/trunk/plugins/org.apache.forrest.plugin.input.projectInfo/locationmap.xml?rev=327703&r1=327702&r2=327703&view=diff
==============================================================================
--- forrest/trunk/plugins/org.apache.forrest.plugin.input.projectInfo/locationmap.xml (original)
+++ forrest/trunk/plugins/org.apache.forrest.plugin.input.projectInfo/locationmap.xml Sat Oct 22 15:05:23 2005
@@ -33,21 +33,6 @@
   </components>
   
   <locator>
-    
-    <match pattern="project.descriptor">
-      <location src="doap.rdf" />
-    </match>     
-    
-    <match pattern="project.descriptor.forrest">
-      <location src="http://svn.apache.org/repos/asf/forrest/trunk/site-author/content/doap.xml"/>
-    </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 pattern="project.status">
       <location src="{project:status}" />
     </match>    

Added: forrest/trunk/plugins/org.apache.forrest.plugin.input.projectInfo/src/documentation/content/locationmap.xml
URL: http://svn.apache.org/viewcvs/forrest/trunk/plugins/org.apache.forrest.plugin.input.projectInfo/src/documentation/content/locationmap.xml?rev=327703&view=auto
==============================================================================
--- forrest/trunk/plugins/org.apache.forrest.plugin.input.projectInfo/src/documentation/content/locationmap.xml (added)
+++ forrest/trunk/plugins/org.apache.forrest.plugin.input.projectInfo/src/documentation/content/locationmap.xml Sat Oct 22 15:05:23 2005
@@ -0,0 +1,45 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+  Copyright 2002-2005 The Apache Software Foundation or its licensors,
+  as applicable.
+
+  Licensed under the Apache License, Version 2.0 (the "License");
+  you may not use this file except in compliance with the License.
+  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+-->
+
+<!-- Default Forrest locationmap -->
+
+<locationmap xmlns="http://apache.org/forrest/locationmap/1.0">
+
+  <components>
+    <matchers default="lm">
+      <matcher 
+        name="lm" 
+        src="org.apache.forrest.locationmap.WildcardLocationMapHintMatcher"/>
+    </matchers>
+    <selectors default="exists">
+          <selector name="exists" logger="sitemap.selector.exists"  
+                    src="org.apache.forrest.sourceexists.SourceExistsSelector" />
+    </selectors>
+  </components>
+  
+  <locator>
+    
+    <match pattern="project.descriptor">
+      <location src="doap.rdf" />
+    </match>     
+    
+    <match pattern="project.descriptor.forrest">
+      <location src="http://svn.apache.org/repos/asf/forrest/trunk/site-author/content/doap.xml"/>
+    </match>
+  </locator>
+</locationmap>

Propchange: forrest/trunk/plugins/org.apache.forrest.plugin.input.projectInfo/src/documentation/content/locationmap.xml
------------------------------------------------------------------------------
    svn:eol-style = native