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 2007/08/31 10:16:28 UTC

svn commit: r571396 - /forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.doap/locationmap.xml

Author: rgardler
Date: Fri Aug 31 01:16:28 2007
New Revision: 571396

URL: http://svn.apache.org/viewvc?rev=571396&view=rev
Log:
Default location for category definition files. Thanks to Stuart Yeates for spotting this.

Modified:
    forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.doap/locationmap.xml

Modified: forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.doap/locationmap.xml
URL: http://svn.apache.org/viewvc/forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.doap/locationmap.xml?rev=571396&r1=571395&r2=571396&view=diff
==============================================================================
--- forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.doap/locationmap.xml (original)
+++ forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.doap/locationmap.xml Fri Aug 31 01:16:28 2007
@@ -34,6 +34,9 @@
     <match pattern="doap.transform.*.*">
       <location src="resources/stylesheets/{1}-to-{2}.xsl"/>
     </match>
+    <match pattern="doap.categoryDefinitions">
+      <location src="{properties:content}doap/categoryDefinitions.xml" />
+    </match>
     <match pattern="resolvePluginContract.*.**">
       <select type="exists">
         <location src="{forrest:forrest.plugins}/org.apache.forrest.plugin.input.doap/resources/themes/{properties:dispatcher.theme}/{1}/{2}.ft" />