From c61c77d6d03752a608b61f94166697e06d414d32 Mon Sep 17 00:00:00 2001 From: Ryan LaMothe <ryan.lamothe@quantumworx.com> Date: Thu, 3 Apr 2014 17:45:55 +0000 Subject: [PATCH] Removed invalid star.bmp from build path --- examples/nbody/build.xml | 1 - 1 file changed, 1 deletion(-) diff --git a/examples/nbody/build.xml b/examples/nbody/build.xml index 8f8e7b83..5e2d1323 100644 --- a/examples/nbody/build.xml +++ b/examples/nbody/build.xml @@ -20,7 +20,6 @@ <classpath refid="compiler.class.path"/> </javac> <copy todir="classes/com/amd/aparapi/examples/nbody" file="src/com/amd/aparapi/examples/nbody/particle.jpg"/> - <copy todir="classes/com/amd/aparapi/examples/nbody" file="src/com/amd/aparapi/examples/nbody/star.bmp"/> <jar jarfile="${ant.project.name}.jar" basedir="classes"/> </target> -- GitLab