Author: rgardler
Date: Fri Nov 11 13:23:46 2005
New Revision: 332654
URL: http://svn.apache.org/viewcvs?rev=332654&view=rev
Log:
use locationmap (FOR-726)
Added:
forrest/trunk/plugins/org.apache.forrest.plugin.input.listLocations/resources/stylesheets/locations-to-document.xsl
- copied unchanged from r332593,
forrest/trunk/plugins/org.apache.forrest.plugin.input.listLocations/resources/stylesheets/locations2document.xsl
Removed:
forrest/trunk/plugins/org.apache.forrest.plugin.input.listLocations/resources/stylesheets/locations2document.xsl
Modified:
forrest/trunk/plugins/org.apache.forrest.plugin.input.listLocations/build.xml
forrest/trunk/plugins/org.apache.forrest.plugin.input.listLocations/input.xmap
forrest/trunk/plugins/org.apache.forrest.plugin.input.listLocations/status.xml
Modified:
forrest/trunk/plugins/org.apache.forrest.plugin.input.listLocations/build.xml
URL:
http://svn.apache.org/viewcvs/forrest/trunk/plugins/org.apache.forrest.plugin.input.listLocations/build.xml?rev=332654&r1=332653&r2=332654&view=diff
==============================================================================
---
forrest/trunk/plugins/org.apache.forrest.plugin.input.listLocations/build.xml
(original)
+++
forrest/trunk/plugins/org.apache.forrest.plugin.input.listLocations/build.xml
Fri Nov 11 13:23:46 2005
@@ -18,9 +18,9 @@
<project default="docs" basedir="." name="Forrest plugin build file">
<property name="plugin-name"
value="org.apache.forrest.plugin.input.listLocations"/>
- <property name="forrest.version" value="0.7"/>
+ <property name="forrest.version" value="0.8"/>
<property name="type" value="input"/>
- <property name="plugin-version" value="0.1"/>
+ <property name="plugin-version" value="0.2-dev"/>
<property name="description" value="Use lists of locations maintained in a
simple xml format and transform them to documents."/>
<property name="author" value="Apache Forrest Project"/>
<property name="websiteURL"
value="http://forrest.apache.org/docs/plugins/org.apache.forrest.plugin.input.listLocations/"/>
Modified:
forrest/trunk/plugins/org.apache.forrest.plugin.input.listLocations/input.xmap
URL:
http://svn.apache.org/viewcvs/forrest/trunk/plugins/org.apache.forrest.plugin.input.listLocations/input.xmap?rev=332654&r1=332653&r2=332654&view=diff
==============================================================================
---
forrest/trunk/plugins/org.apache.forrest.plugin.input.listLocations/input.xmap
(original)
+++
forrest/trunk/plugins/org.apache.forrest.plugin.input.listLocations/input.xmap
Fri Nov 11 13:23:46 2005
@@ -21,8 +21,8 @@
<map:pipeline>
<map:match type="regexp" pattern="^(.*?)([^/]*)locations.xml$">
- <map:generate type="file"
src="{project:content.xdocs}/{1}{2}locations.xml"/>
- <map:transform src="resources/stylesheets/locations2document.xsl"/>
+ <map:generate type="file" src="{lm:project.{1}{2}locations.xml}"/>
+ <map:transform src="{lm:listLocations.transform.locations.document}"/>
<map:serialize type="xml-document"/>
</map:match>
</map:pipeline>
Modified:
forrest/trunk/plugins/org.apache.forrest.plugin.input.listLocations/status.xml
URL:
http://svn.apache.org/viewcvs/forrest/trunk/plugins/org.apache.forrest.plugin.input.listLocations/status.xml?rev=332654&r1=332653&r2=332654&view=diff
==============================================================================
---
forrest/trunk/plugins/org.apache.forrest.plugin.input.listLocations/status.xml
(original)
+++
forrest/trunk/plugins/org.apache.forrest.plugin.input.listLocations/status.xml
Fri Nov 11 13:23:46 2005
@@ -36,6 +36,10 @@
<changes>
<!-- Add new releases here -->
<release version="0.1" date="unreleased">
+ <action dev="RDG" type="update" context="core" importance="high">
+ Use locationmap for resource resolution. Exposes internal stylesheets
+ as {lm:listLocations.*.*}
+ </action>
<action dev="DC" type="update" context="core">
DTD v1.1 enables notes to have links.
</action>