Author: jeremias
Date: Sun Jan 18 05:28:24 2009
New Revision: 735453
URL: http://svn.apache.org/viewvc?rev=735453&view=rev
Log:
Fixed a small omission on the compliance page.
Added a dummy locationmap.xml to remove some errors in the Forrest log.
Added:
xmlgraphics/fop/trunk/src/documentation/content/locationmap.xml (with
props)
Modified:
xmlgraphics/fop/trunk/src/documentation/content/xdocs/compliance.ihtml
Added: xmlgraphics/fop/trunk/src/documentation/content/locationmap.xml
URL:
http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/src/documentation/content/locationmap.xml?rev=735453&view=auto
==============================================================================
--- xmlgraphics/fop/trunk/src/documentation/content/locationmap.xml (added)
+++ xmlgraphics/fop/trunk/src/documentation/content/locationmap.xml Sun Jan 18
05:28:24 2009
@@ -0,0 +1,34 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ Licensed to the Apache Software Foundation (ASF) under one or more
+ contributor license agreements. See the NOTICE file distributed with
+ this work for additional information regarding copyright ownership.
+ The ASF licenses this file to You under the Apache License, Version 2.0
+ (the "License"); you may not use this file except in compliance with
+ the License. You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
+<locationmap xmlns="http://apache.org/forrest/locationmap/1.0">
+ <components>
+ <matchers default="lm">
+ <matcher name="lm"
src="org.apache.forrest.locationmap.WildcardLocationMapHintMatcher"/>
+ </matchers>
+ </components>
+ <locator>
+ <!-- Examples:
+ <match pattern="project.rewrite.**">
+ <location src="http://cocoon.apache.org/{1}.html"/>
+ </match>
+ <match pattern="project.remote.**.xml">
+ <location
src="http://svn.apache.org/repos/asf/forrest/trunk/main/fresh-site/src/documentation/content/xdocs/{1}.xml"/>
+ </match>
+ -->
+ </locator>
+</locationmap>
Propchange: xmlgraphics/fop/trunk/src/documentation/content/locationmap.xml
------------------------------------------------------------------------------
svn:eol-style = native
Propchange: xmlgraphics/fop/trunk/src/documentation/content/locationmap.xml
------------------------------------------------------------------------------
svn:keywords = Id
Modified: xmlgraphics/fop/trunk/src/documentation/content/xdocs/compliance.ihtml
URL:
http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/src/documentation/content/xdocs/compliance.ihtml?rev=735453&r1=735452&r2=735453&view=diff
==============================================================================
--- xmlgraphics/fop/trunk/src/documentation/content/xdocs/compliance.ihtml
(original)
+++ xmlgraphics/fop/trunk/src/documentation/content/xdocs/compliance.ihtml Sun
Jan 18 05:28:24 2009
@@ -1786,7 +1786,7 @@
<th align="center">0.94 (stable)</th>
- <th align="center">0.95 (beta)</th>
+ <th align="center">0.95 (stable)</th>
<th align="center">develop- ment</th>
</tr>
@@ -7127,7 +7127,7 @@
<th align="center">0.94 (stable)</th>
- <th align="center">0.95 (beta)</th>
+ <th align="center">0.95 (stable)</th>
<th align="center">develop- ment</th>
</tr>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]