view agent/make/build-filelist @ 11556:7ce149d349c9

fix usage of IterableNodeType, as some verions of javac seems to have problems with it
author Bernhard Urban <bernhard.urban@jku.at>
date Mon, 09 Sep 2013 19:29:52 +0200
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