From 852a08c808ae1b6e39a441781df4435fcb058113 Mon Sep 17 00:00:00 2001 From: rickard Date: Sat, 17 Dec 2022 13:20:34 +0100 Subject: [PATCH] fix JmeTests project requirement --- build.gradle | 2 +- .../src/com/jme3/gde/project/testdata/jme3-test-data.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 18f6ad509..7942471ef 100644 --- a/build.gradle +++ b/build.gradle @@ -330,7 +330,7 @@ copyProjectLibs.inputs.files configurations.optlibs.resolve() copyProjectLibs.inputs.files configurations.testdatalibs.resolve() copyProjectLibs.outputs.dir "jme3-project-baselibs/release/libs/" copyProjectLibs.outputs.dir "jme3-project-libraries/release/libs/" -copyProjectLibs.outputs.dir "jme3-project-testdata/release/libs/" +copyProjectLibs.outputs.dir "jme3-project-testdata/release/modules/ext/" // workaround method to add a tag with the name "name" and "file" to an XML MarkupBuilder def makeName(builder, nameR) { builder.name nameR } diff --git a/jme3-project-testdata/src/com/jme3/gde/project/testdata/jme3-test-data.xml b/jme3-project-testdata/src/com/jme3/gde/project/testdata/jme3-test-data.xml index 8c53af750..fcab905aa 100644 --- a/jme3-project-testdata/src/com/jme3/gde/project/testdata/jme3-test-data.xml +++ b/jme3-project-testdata/src/com/jme3/gde/project/testdata/jme3-test-data.xml @@ -10,7 +10,7 @@ and open the template in the editor. com.jme3.gde.project.testdata.Bundle classpath - jar:nbinst://com.jme3.gde.project.testdata/release/modules/ext/jme3-testdata.jar!/ + jar:nbinst://com.jme3.gde.project.testdata/modules/ext/jme3-testdata.jar!/ src