Browse Source

Don't use "deprecated" hostname.

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

+ 2
- 2
publish.xml View File

@@ -1,6 +1,6 @@
<?xml version="1.0"?>
<!--
Copyright 2005 The Apache Software Foundation
Copyright 2005-2006 The Apache Software Foundation
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
@@ -43,7 +43,7 @@ $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}@cvs.apache.org:/www/xmlgraphics.apache.org/fop"/>
<property name="deploy.scp.dest" value="${deploy.scp.user}@people.apache.org:/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