From 3071bd7b57d8057225ad43a9389ba9479728710a Mon Sep 17 00:00:00 2001 From: "nor..67" Date: Tue, 6 Dec 2011 18:21:55 +0000 Subject: [PATCH] engine project: - change run classpath order so that newly compiled files come first git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8870 75d07b2b-3a1a-0410-a2c5-0572b91ccdca --- engine/nbproject/project.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/engine/nbproject/project.properties b/engine/nbproject/project.properties index b3b1f00ec..5e5108019 100644 --- a/engine/nbproject/project.properties +++ b/engine/nbproject/project.properties @@ -85,6 +85,7 @@ mkdist.disabled=false platform.active=default_platform run.classpath=\ ${javac.classpath}:\ + ${build.classes.dir}:\ ${build.dir}/core:\ ${build.dir}/plugins:\ ${build.dir}/jogg:\ @@ -95,8 +96,7 @@ run.classpath=\ ${build.dir}/bullet:\ ${build.dir}/niftygui:\ ${build.dir}/lwjgl:\ - ${build.dir}/android:\ - ${build.classes.dir} + ${build.dir}/android run.jvmargs=-Xms128m -Xmx128m -XX:MaxDirectMemorySize=256M run.test.classpath=\ ${javac.test.classpath}:\