You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fop-commits@xmlgraphics.apache.org by sp...@apache.org on 2007/01/22 21:09:56 UTC

svn commit: r498774 - /xmlgraphics/fop/trunk/publish.xml

Author: spepping
Date: Mon Jan 22 12:09:56 2007
New Revision: 498774

URL: http://svn.apache.org/viewvc?view=rev&rev=498774
Log:
svn propset svn:eol-style native publish.xml

Modified:
    xmlgraphics/fop/trunk/publish.xml   (contents, props changed)

Modified: xmlgraphics/fop/trunk/publish.xml
URL: http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/publish.xml?view=diff&rev=498774&r1=498773&r2=498774
==============================================================================
--- xmlgraphics/fop/trunk/publish.xml (original)
+++ xmlgraphics/fop/trunk/publish.xml Mon Jan 22 12:09:56 2007
@@ -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>

Propchange: xmlgraphics/fop/trunk/publish.xml
------------------------------------------------------------------------------
    svn:eol-style = native



---------------------------------------------------------------------
To unsubscribe, e-mail: fop-commits-unsubscribe@xmlgraphics.apache.org
For additional commands, e-mail: fop-commits-help@xmlgraphics.apache.org


Re: svn commit: r498774 - /xmlgraphics/fop/trunk/publish.xml

Posted by Jeremias Maerki <de...@jeremias-maerki.ch>.
Oh, sh.... Now it dawns on me why I have all those property problems. I
bought a new machine last month and forgot to set up the SVN config.
Sorry about that!!!

On 22.01.2007 21:09:56 spepping wrote:
> Author: spepping
> Date: Mon Jan 22 12:09:56 2007
> New Revision: 498774
> 
> URL: http://svn.apache.org/viewvc?view=rev&rev=498774
> Log:
> svn propset svn:eol-style native publish.xml
> 
> Modified:
>     xmlgraphics/fop/trunk/publish.xml   (contents, props changed)
> 
> Modified: xmlgraphics/fop/trunk/publish.xml
> URL: http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/publish.xml?view=diff&rev=498774&r1=498773&r2=498774
> ==============================================================================
<snip/>

Jeremias Maerki