From ea80aad97090786e7cee5dfebefa0bc0cb3a1974 Mon Sep 17 00:00:00 2001 From: samskivert Date: Wed, 8 Sep 2010 18:44:41 +0000 Subject: [PATCH] Nix old scripts. Everything's handled via Ant or Ivy or Maven these days. git-svn-id: https://samskivert.googlecode.com/svn/trunk@2851 6335cc39-0255-0410-8fd6-9bcaacd3b74c --- bin/build-dist.sh | 43 ------------------------------------------- bin/runjava | 15 --------------- 2 files changed, 58 deletions(-) delete mode 100755 bin/build-dist.sh delete mode 100755 bin/runjava diff --git a/bin/build-dist.sh b/bin/build-dist.sh deleted file mode 100755 index 7530fe54..00000000 --- a/bin/build-dist.sh +++ /dev/null @@ -1,43 +0,0 @@ -#!/bin/sh -# -# $Id: build-dist.sh,v 1.2 2001/08/13 23:24:42 mdb Exp $ -# -# Builds a distribution archive. This should be run from the top-level -# project directory and it will place the distribution archive into the -# directory identified by $DISTDIR. - -USAGE="Usage: $0 distname (eg. samskivert-1.4)" -DISTDIR=dist - -if [ -z "$1" ]; then - echo $USAGE - exit -1 -else - TARGET=$1 -fi - -# build our excludes file -cat > .excludes <