Removed old java code

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@6749 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
nico 2000-06-21 11:22:05 +00:00
parent c29d3d17bb
commit 98cdacd9e5

View file

@ -169,9 +169,6 @@ if [ "$LIBRARY_COMBO" = nx-nx-nx-nil -a $GNUSTEP_HOST_OS = nextstep4 ]; then
IFS=" "
$full_appname/$appname $@
elif [ -d $full_appname/Java ]; then
# It's a Java app
$full_appname/$appname $@
else
# Determine if the application has a binary for this operating system
if [ ! -d $full_appname/$GNUSTEP_HOST_CPU/$GNUSTEP_HOST_OS ]; then