Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ task copyProjectLibs(dependsOn: [configurations.corelibs, configurations.testdat
if(isJmeDep(dep.name)){
copy {
from dep
into "jme3-project-testdata/release/libs/"
into "jme3-project-testdata/release/modules/ext/"
rename ("jme3-testdata(.*)", "jme3-testdata.jar")
}
}
Expand Down
4 changes: 4 additions & 0 deletions jme3-project-testdata/nbproject/project.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@
<suite-component/>
<module-dependencies/>
<public-packages/>
<class-path-extension>
<runtime-relative-path>ext/jme3-testdata.jar</runtime-relative-path>
<binary-origin>release/modules/ext/jme3-testdata.jar</binary-origin>
</class-path-extension>
</data>
</configuration>
</project>
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ and open the template in the editor.
<localizing-bundle>com.jme3.gde.project.testdata.Bundle</localizing-bundle>
<volume>
<type>classpath</type>
<resource>jar:nbinst://com.jme3.gde.project.testdata/libs/jme3-testdata.jar!/</resource>
<resource>jar:nbinst://com.jme3.gde.project.testdata/release/modules/ext/jme3-testdata.jar!/</resource>
</volume>
<volume>
<type>src</type>
Expand Down