view agent/make/build-filelist @ 14553:6fb61ad67962

Fix mx eclipseformat always adds the 'eclipse' suffix
author Gilles Duboscq <duboscq@ssw.jku.at>
date Sun, 16 Mar 2014 19:20:21 +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