Browse Source

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

nor..67 14 years ago
parent
commit
3071bd7b57
1 changed files with 2 additions and 2 deletions
  1. 2 2
      engine/nbproject/project.properties

+ 2 - 2
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}:\