view agent/make/build-filelist @ 19417:042f0a8ebce2

completed integration of AnnotatedInvocationPlugin
author Doug Simon <doug.simon@oracle.com>
date Mon, 16 Feb 2015 21:10:14 +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