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

Last change on this file since fdb6ec7 was 8e6327a, checked in by Daron Chabot <daron.chabot@…>, on 02/25/09 at 03:43:47

Addition of Hello World template and RTEMS icons to preference page and About Eclipse dialog.

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