source: rtems-eclipse-plug-in/org.rtems.cdt.update/copyUpdateSite.sh @ e7c1ecb

Last change on this file since e7c1ecb was 9b0dd07, checked in by Sebastian Huber <sebastian.huber@…>, on 11/30/09 at 14:29:03

Update to version 1.4.0.

  • Property mode set to 100755
File size: 227 bytes
Line 
1#!/bin/sh
2
3SRCDIR=$1
4DESTDIR=$2
5COPYCMD="cp -r"
6
7set -ex
8
9${COPYCMD} ${SRCDIR}/features ${SRCDIR}/plugins ${SRCDIR}/web \
10        ${SRCDIR}/artifacts.jar ${SRCDIR}/content.jar \
11        ${SRCDIR}/site.xml ${SRCDIR}/index.html \
12        ${DESTDIR}
Note: See TracBrowser for help on using the repository browser.