Skip to content

Commit a920c9c

Browse files
authored
Merge pull request #438 from neph1/fix_266
propose to fix #266 by moving installed jar
2 parents 46054c6 + b0ddbcd commit a920c9c

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,7 @@ task copyProjectLibs(dependsOn: [configurations.corelibs, configurations.testdat
318318
if(isJmeDep(dep.name)){
319319
copy {
320320
from dep
321-
into "jme3-project-testdata/release/libs/"
321+
into "jme3-project-testdata/release/modules/ext/"
322322
rename ("jme3-testdata(.*)", "jme3-testdata.jar")
323323
}
324324
}

jme3-project-testdata/nbproject/project.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@
77
<suite-component/>
88
<module-dependencies/>
99
<public-packages/>
10+
<class-path-extension>
11+
<runtime-relative-path>ext/jme3-testdata.jar</runtime-relative-path>
12+
<binary-origin>release/modules/ext/jme3-testdata.jar</binary-origin>
13+
</class-path-extension>
1014
</data>
1115
</configuration>
1216
</project>

jme3-project-testdata/src/com/jme3/gde/project/testdata/jme3-test-data.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ and open the template in the editor.
1010
<localizing-bundle>com.jme3.gde.project.testdata.Bundle</localizing-bundle>
1111
<volume>
1212
<type>classpath</type>
13-
<resource>jar:nbinst://com.jme3.gde.project.testdata/libs/jme3-testdata.jar!/</resource>
13+
<resource>jar:nbinst://com.jme3.gde.project.testdata/release/modules/ext/jme3-testdata.jar!/</resource>
1414
</volume>
1515
<volume>
1616
<type>src</type>

0 commit comments

Comments
 (0)