diff options
author | Jeremias Maerki <jeremias@apache.org> | 2008-03-04 11:50:34 +0000 |
---|---|---|
committer | Jeremias Maerki <jeremias@apache.org> | 2008-03-04 11:50:34 +0000 |
commit | 9892073fa4312ae1b58122be32a27a68580c539a (patch) | |
tree | 747f85e255dd7c25fa5bba4ff31708f093ac0a0f /forrest.properties.xml | |
parent | 50dc623e3669fa544c5b0072bede459fe878d6f2 (diff) | |
download | xmlgraphics-fop-9892073fa4312ae1b58122be32a27a68580c539a.tar.gz xmlgraphics-fop-9892073fa4312ae1b58122be32a27a68580c539a.zip |
Renamed to 0.95beta.
Made changes and release notes work again by switching to the projectInfo plug-in rather than relying on our local copy of the stylesheets. There's a little bug (missing images) in the release notes for which I submitted a patch (https://issues.apache.org/jira/browse/FOR-1076) to Forrest.
Brought status.xml more in line with the official status DTD.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@633437 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'forrest.properties.xml')
-rw-r--r-- | forrest.properties.xml | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/forrest.properties.xml b/forrest.properties.xml new file mode 100644 index 000000000..d0c01bf4a --- /dev/null +++ b/forrest.properties.xml @@ -0,0 +1,22 @@ +<?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. +--> +<properties> +<!-- Project identity --> + <property name="projectInfo.project.fullname" value="Apache FOP"/> + <property name="projectInfo.project.url" value="http://xmlgraphics.apache.org/fop/"/> +</properties> |