| # |
| # Copyright (c) 2008 Cisco Systems, Inc. |
| # All rights reserved. This program and the accompanying materials |
| # are made available under the terms of the Eclipse Public License v1.0 |
| # which accompanies this distribution, and is available at |
| # http://www.eclipse.org/legal/epl-v10.html |
| # |
| # Contributors: |
| # Cisco Systems, Inc. - erdillon |
| # |
| ## Download Site properties: contains the details of a target download site |
| ## where builds can be uploaded to. |
| ## |
| ## |
| ################ |
| |
| download.site.label = Local test website |
| download.site.host = localhost |
| download.site.username = <username> |
| download.site.password = <password> |
| download.site.directory = /Applications/xampp/htdocs/tigerstripe/drops |
| download.site.prefix = /tigerstripe/drops |
| download.site.prefix.direct = /tigerstripe/drops |