Author: rgardler
Date: Wed Nov 23 09:09:10 2005
New Revision: 348491
URL: http://svn.apache.org/viewcvs?rev=348491&view=rev
Log:
expose the contract so that it can be used in content objects
Added:
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.NoteTaking/resources/themes/
- copied from r348312,
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.NoteTaking/src/documentation/resources/themes/
Removed:
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.NoteTaking/src/documentation/resources/themes/
Modified:
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.NoteTaking/locationmap.xml
Modified:
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.NoteTaking/locationmap.xml
URL:
http://svn.apache.org/viewcvs/forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.NoteTaking/locationmap.xml?rev=348491&r1=348490&r2=348491&view=diff
==============================================================================
---
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.NoteTaking/locationmap.xml
(original)
+++
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.NoteTaking/locationmap.xml
Wed Nov 23 09:09:10 2005
@@ -36,5 +36,11 @@
<match pattern="noteTaking.transform.*.*">
<location src="resources/stylesheets/{1}-to-{2}.xsl" />
</match>
+
+ <match pattern="resolvePluginContract.*.**">
+ <select type="exists">
+ <location
src="{forrest:plugins}/org.apache.forrest.plugin.internal.NoteTaking/resources/themes/{project:theme}/{1}/{2}.ft"
/>
+ </select>
+ </match>
</locator>
</locationmap>