view agent/make/build-filelist @ 5023:db072eec897e

fix variable redefinition in URLConnectionDownload
author Gilles Duboscq <duboscq@ssw.jku.at>
date Mon, 05 Mar 2012 13:40:39 +0100
parents a61af66fc99e
children
line wrap: on
line source

#!/bin/sh -f

SH=`which sh`
MKS_HOME=`dirname $SH`

CD=cd
FIND=$MKS_HOME/find
SORT=$MKS_HOME/sort

$CD ../src/share/classes; $FIND sun \( -name SCCS -prune \) -o \( -name "*.java" \) -print | $SORT > ../../../make/filelist.txt