Author: thorsten
Date: Tue Jul 25 11:22:08 2006
New Revision: 425478
URL: http://svn.apache.org/viewvc?rev=425478&view=rev
Log:
- Changing the default project.svn.url
- Fixing typo in the code revison -> revision
- updating documentation
Modified:
forrest/trunk/plugins/org.apache.forrest.plugin.input.projectInfo/locationmap.xml
forrest/trunk/plugins/org.apache.forrest.plugin.input.projectInfo/src/documentation/content/xdocs/index.xml
forrest/trunk/plugins/org.apache.forrest.plugin.input.projectInfo/svnHelper.xmap
Modified:
forrest/trunk/plugins/org.apache.forrest.plugin.input.projectInfo/locationmap.xml
URL:
http://svn.apache.org/viewvc/forrest/trunk/plugins/org.apache.forrest.plugin.input.projectInfo/locationmap.xml?rev=425478&r1=425477&r2=425478&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
Tue Jul 25 11:22:08 2006
@@ -50,7 +50,7 @@
</match>
<match pattern="project.svn.url">
- <location src="http://svn.apache.org/repos/asf/forrest" />
+ <location src="http://svn.myHost.org/repos" />
</match>
<match pattern="projectInfo.svn.log.dir">
Modified:
forrest/trunk/plugins/org.apache.forrest.plugin.input.projectInfo/src/documentation/content/xdocs/index.xml
URL:
http://svn.apache.org/viewvc/forrest/trunk/plugins/org.apache.forrest.plugin.input.projectInfo/src/documentation/content/xdocs/index.xml?rev=425478&r1=425477&r2=425478&view=diff
==============================================================================
---
forrest/trunk/plugins/org.apache.forrest.plugin.input.projectInfo/src/documentation/content/xdocs/index.xml
(original)
+++
forrest/trunk/plugins/org.apache.forrest.plugin.input.projectInfo/src/documentation/content/xdocs/index.xml
Tue Jul 25 11:22:08 2006
@@ -70,10 +70,10 @@
<p>If the log file is growing, one is looking into splitting the file.
You can find out the revision number of the first and last commit of a
month within the log by requesting <a
- href="log.svn-revison.xml">log.svn-revison.xml</a>.</p>
+ href="log.svn-revision.xml">log.svn-revision.xml</a>.</p>
<p>We implemented as well a small svn cli output to generate log files
per month <a href="log.svn-sh.xml">log.svn-sh.xml</a>. The defaut url
is set to
- <code>http://svn.apache.org/repos/asf/forrest</code> and you can
change it
+ <code>http://svn.myHost.org/repos</code> and you can change it
by setting <code>project.svn.url</code> in your project
locationmap.</p>
</section>
Modified:
forrest/trunk/plugins/org.apache.forrest.plugin.input.projectInfo/svnHelper.xmap
URL:
http://svn.apache.org/viewvc/forrest/trunk/plugins/org.apache.forrest.plugin.input.projectInfo/svnHelper.xmap?rev=425478&r1=425477&r2=425478&view=diff
==============================================================================
---
forrest/trunk/plugins/org.apache.forrest.plugin.input.projectInfo/svnHelper.xmap
(original)
+++
forrest/trunk/plugins/org.apache.forrest.plugin.input.projectInfo/svnHelper.xmap
Tue Jul 25 11:22:08 2006
@@ -42,14 +42,14 @@
</map:transform>
<map:serialize type="xml-document"/>
</map:match>
- <map:match pattern="*.svn-revison.xml">
+ <map:match pattern="*.svn-revision.xml">
<map:generate src="{lm:projectInfo.svn.log.dir}{1}.svn.xml"/>
<map:transform src="resources/stylesheets/svn-to-revision.xsl" />
<map:transform src="resources/stylesheets/first-last-revision.xsl" />
<map:serialize type="xml"/>
</map:match>
<map:match pattern="*.svn-sh.xml">
- <map:generate src="cocoon:/{1}.svn-revison.xml"/>
+ <map:generate src="cocoon:/{1}.svn-revision.xml"/>
<map:transform src="resources/stylesheets/svn-log.xsl">
<map:parameter value="{lm:project.svn.url}" name="url"/>
<!--