diff options
author | Simon Pepping <spepping@apache.org> | 2007-01-22 20:09:56 +0000 |
---|---|---|
committer | Simon Pepping <spepping@apache.org> | 2007-01-22 20:09:56 +0000 |
commit | bb27387f8e982402a92ffaca2140314fa360fcad (patch) | |
tree | 5ca29ce1adb4c95cfd231c8db52cf35d31bf5053 | |
parent | ff9978dbd4086537876017541fed5542be0e3634 (diff) | |
download | xmlgraphics-fop-bb27387f8e982402a92ffaca2140314fa360fcad.tar.gz xmlgraphics-fop-bb27387f8e982402a92ffaca2140314fa360fcad.zip |
svn propset svn:eol-style native publish.xml
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@498774 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | publish.xml | 114 |
1 files changed, 57 insertions, 57 deletions
diff --git a/publish.xml b/publish.xml index 76a982954..32f2fda38 100644 --- a/publish.xml +++ b/publish.xml @@ -1,58 +1,58 @@ -<?xml version="1.0"?>
-<!--
- 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.
--->
-<!--
-This is the publishing file for ForrestBot.
-
-Running "ant -f publish.xml" will build the FOP site and upload it to SVN. It has then to be checked out on people.apache.org to be deployed.
-
-$Id$
--->
-<project name="forrest-docs" default="main">
-
- <property name="build.work-dir" location="./build/forrest/work"/>
- <property name="build.log-dir" location="./build/forrest/log"/>
-
- <property name="getsrc.local.root-dir" location="."/>
- <!--property name="getsrc.svn.url" value="http://svn.apache.org/repos/asf/xmlgraphics/fop/trunk"/-->
- <target name="getsrc" depends="getsrc.clean-workdir, getsrc.local"/>
-
- <target name="build.fixCRLF" depends="build.forrest">
- <fixcrlf srcdir="./build/forrest-docs" eol="lf">
- <include name="**/.htaccess"/>
- <include name="**/*.htm*"/>
- <include name="**/*.css"/>
- <include name="**/*.xsl*"/>
- <include name="**/*.js"/>
- <include name="**/*.rdf"/>
- <include name="**/*.txt"/>
- <include name="**/*.xml"/>
- <include name="**/*.fo"/>
- <include name="**/*.svg"/>
- </fixcrlf>
- </target>
-
- <target name="build" depends="build.forrest, build.fixCRLF"/>
-
- <import file="../deploy.svn.settings" optional="true"/>
-
- <property name="deploy.svn.url" value="https://svn.apache.org/repos/asf/xmlgraphics/site/deploy/fop/"/>
- <target name="deploy" depends="deploy.svn"/>
-
- <property environment="env"/>
- <import file="${env.FORREST_HOME}/tools/forrestbot/core/forrestbot.xml"/>
+<?xml version="1.0"?> +<!-- + 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. +--> +<!-- +This is the publishing file for ForrestBot. + +Running "ant -f publish.xml" will build the FOP site and upload it to SVN. It has then to be checked out on people.apache.org to be deployed. + +$Id$ +--> +<project name="forrest-docs" default="main"> + + <property name="build.work-dir" location="./build/forrest/work"/> + <property name="build.log-dir" location="./build/forrest/log"/> + + <property name="getsrc.local.root-dir" location="."/> + <!--property name="getsrc.svn.url" value="http://svn.apache.org/repos/asf/xmlgraphics/fop/trunk"/--> + <target name="getsrc" depends="getsrc.clean-workdir, getsrc.local"/> + + <target name="build.fixCRLF" depends="build.forrest"> + <fixcrlf srcdir="./build/forrest-docs" eol="lf"> + <include name="**/.htaccess"/> + <include name="**/*.htm*"/> + <include name="**/*.css"/> + <include name="**/*.xsl*"/> + <include name="**/*.js"/> + <include name="**/*.rdf"/> + <include name="**/*.txt"/> + <include name="**/*.xml"/> + <include name="**/*.fo"/> + <include name="**/*.svg"/> + </fixcrlf> + </target> + + <target name="build" depends="build.forrest, build.fixCRLF"/> + + <import file="../deploy.svn.settings" optional="true"/> + + <property name="deploy.svn.url" value="https://svn.apache.org/repos/asf/xmlgraphics/site/deploy/fop/"/> + <target name="deploy" depends="deploy.svn"/> + + <property environment="env"/> + <import file="${env.FORREST_HOME}/tools/forrestbot/core/forrestbot.xml"/> </project>
\ No newline at end of file |