| #!/bin/sh |
| ############################################################################### |
| # Copyright (c) 2013 NetXForge.com and others. |
| # 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: |
| # Christophe Bouhier - Initial contribution. |
| ############################################################################### |
| |
| # https://bugs.eclipse.org/bugs/show_bug.cgi?id=412847 |
| # Edapt Publishing Script |
| # Publish various artifacts. |
| # Edapt P2 => build.eclipse.org/ ~/downloads/edapt/p2 |
| |
| # Copy to the Download area. |
| cp -r builds/org.eclipse.emf.edapt.releng.p2/target/repository /home/data/httpd/download.eclipse.org/edapt/p2/nightly |
| |
| # Paths |
| # /home/data/httpd/download.eclipse.org/edapt |
| # /home/data/httpd/download-staging.priv/modeling/edapt |