diff options
author | Jeremias Maerki <jeremias@apache.org> | 2009-01-18 13:28:24 +0000 |
---|---|---|
committer | Jeremias Maerki <jeremias@apache.org> | 2009-01-18 13:28:24 +0000 |
commit | 97e2cc9ccbe25970292e741aec91961fd8725aa1 (patch) | |
tree | 4960ddc0852c428afb993cb9ba872fac30a1f9b0 /src/documentation | |
parent | a9ea13ca7410dc544ba0b81d92a48aedec5f7dd2 (diff) | |
download | xmlgraphics-fop-97e2cc9ccbe25970292e741aec91961fd8725aa1.tar.gz xmlgraphics-fop-97e2cc9ccbe25970292e741aec91961fd8725aa1.zip |
Fixed a small omission on the compliance page.
Added a dummy locationmap.xml to remove some errors in the Forrest log.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@735453 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/documentation')
-rw-r--r-- | src/documentation/content/locationmap.xml | 34 | ||||
-rw-r--r-- | src/documentation/content/xdocs/compliance.ihtml | 4 |
2 files changed, 36 insertions, 2 deletions
diff --git a/src/documentation/content/locationmap.xml b/src/documentation/content/locationmap.xml new file mode 100644 index 000000000..3a5ce410e --- /dev/null +++ b/src/documentation/content/locationmap.xml @@ -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> diff --git a/src/documentation/content/xdocs/compliance.ihtml b/src/documentation/content/xdocs/compliance.ihtml index fc89d11d5..781299361 100644 --- a/src/documentation/content/xdocs/compliance.ihtml +++ b/src/documentation/content/xdocs/compliance.ihtml @@ -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> |