You are viewing a plain text version of this content. The canonical link for it is here.
Posted to svn@forrest.apache.org by gm...@apache.org on 2009/01/11 22:02:44 UTC

svn commit: r733518 - /forrest/trunk/plugins/pluginTemplate/locationmap.xml

Author: gmcdonald
Date: Sun Jan 11 13:02:44 2009
New Revision: 733518

URL: http://svn.apache.org/viewvc?rev=733518&view=rev
Log:
Add code sample to newly seeded plugins, refs FOR-1108

Modified:
    forrest/trunk/plugins/pluginTemplate/locationmap.xml

Modified: forrest/trunk/plugins/pluginTemplate/locationmap.xml
URL: http://svn.apache.org/viewvc/forrest/trunk/plugins/pluginTemplate/locationmap.xml?rev=733518&r1=733517&r2=733518&view=diff
==============================================================================
--- forrest/trunk/plugins/pluginTemplate/locationmap.xml (original)
+++ forrest/trunk/plugins/pluginTemplate/locationmap.xml Sun Jan 11 13:02:44 2009
@@ -27,5 +27,13 @@
                     src="org.apache.forrest.sourceexists.SourceExistsSelector" />
     </selectors>
   </components>
-  <locator></locator>
+  <locator>
+<!-- Uncomment the below matches once you have a stylesheet you wish to use. Note that these are needed for the plugin to work on windows. See FOR-1108 -->
+  <!-- <match pattern="plugin.transform.*.*">
+         <select>
+           <location src="resources/stylesheets/{1}-to-{2}.xsl" />
+           <location src="{forrest:forrest.plugins}/@plugin-name@/resources/stylesheets/{1}-to-{2}.xsl"/>
+         </select>
+    </match> -->
+  </locator>
 </locationmap>