Browse Source

Uhm, forgot another occurence of the old domain name.

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@390020 13f79535-47bb-0310-9956-ffa450edef68
tags/fop-0_92-beta
Jeremias Maerki 18 years ago
parent
commit
1395c45d9d
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      publish.xml

+ 2
- 2
publish.xml View File

@@ -42,8 +42,8 @@ $Id$
-->
<import file="../deploy.settings" optional="true"/>
<property name="deploy.scp.host" value="cvs.apache.org"/>
<property name="deploy.scp.dest" value="${deploy.scp.user}@people.apache.org:/www/xmlgraphics.apache.org/fop"/>
<property name="deploy.scp.host" value="people.apache.org"/>
<property name="deploy.scp.dest" value="${deploy.scp.user}@${deploy.scp.host}:/www/xmlgraphics.apache.org/fop"/>
<target name="deploy.scp-alt" unless="build.failed" description="FB: Deploy to a remote location via scp">
<if>
<not><isset property="deploy.scp.passphrase"/></not>

Loading…
Cancel
Save