view agent/make/build-filelist @ 15150:101a31da0dd0

Add Node.replaceAtMatchingUsages(Node, NodePredicate) and some tests. Update JUnit library and make hamcrest a library dependency of junit
author Gilles Duboscq <duboscq@ssw.jku.at>
date Tue, 15 Apr 2014 18:33:33 +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