--- worldwind-0.5.0.orig/build.xml	2008-05-02 18:09:58.000000000 +0200
+++ worldwind-0.5.0/build.xml	2008-08-16 11:50:41.000000000 +0200
@@ -99,8 +99,9 @@
     <target name="compile"
             description="Compile the World Wind source">
         <mkdir dir="${worldwind.classes.dir}"/>
-        <javac destdir="${worldwind.classes.dir}" fork="true"
-               excludes="gov/nasa/worldwind/util/csw/**">
+        <javac destdir="${worldwind.classes.dir}" fork="true"  source="5">
+               <exclude name="gov/nasa/worldwind/util/csw/**" />
+		<exclude name="gov/nasa/worldwind/examples/applet/**" /> <!-- Excluded because http://icedtea.classpath.org/bugzilla/show_bug.cgi?id=85 -->
             <!-- Note: The package gov.nasa.worldwind.util.csw.* has been excluded until problems are fixed. -->
             <src path="${worldwind.src.dir}"/>
             <classpath>
