aboutsummaryrefslogtreecommitdiffstats
path: root/tests/reproducers/custom/AppletExtendsFromOutsideJar/srcs/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tests/reproducers/custom/AppletExtendsFromOutsideJar/srcs/Makefile')
-rw-r--r--tests/reproducers/custom/AppletExtendsFromOutsideJar/srcs/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/reproducers/custom/AppletExtendsFromOutsideJar/srcs/Makefile b/tests/reproducers/custom/AppletExtendsFromOutsideJar/srcs/Makefile
index 980f24e..7e1e24c 100644
--- a/tests/reproducers/custom/AppletExtendsFromOutsideJar/srcs/Makefile
+++ b/tests/reproducers/custom/AppletExtendsFromOutsideJar/srcs/Makefile
@@ -4,7 +4,7 @@ SRC_FILES=AppletReferenceInSameJar.java AppletReferenceOutOfJar.java Referenced.
JAR_FILES=AppletReferenceInSameJar.class Referenced.class
OUTER_FILE=AppletReferenceOutOfJar.class
-JAVAC_CLASSPATH=$(JNLP_TESTS_ENGINE_DIR):$(NETX_DIR)/lib/classes.jar
+JAVAC_CLASSPATH=$(TEST_EXTENSIONS_DIR):$(NETX_DIR)/lib/classes.jar
JAVAC=$(BOOT_DIR)/bin/javac
JAR=$(BOOT_DIR)/bin/jar
@@ -17,11 +17,11 @@ prepare-reproducer:
cd $(TMPDIR); \
$(JAR) cvf $(TESTNAME).jar $(JAR_FILES); \
- mv $(OUTER_FILE) $(JNLP_TESTS_SERVER_DEPLOYDIR); \
- mv $(TESTNAME).jar $(JNLP_TESTS_SERVER_DEPLOYDIR);
+ mv $(OUTER_FILE) $(REPRODUCERS_TESTS_SERVER_DEPLOYDIR); \
+ mv $(TESTNAME).jar $(REPRODUCERS_TESTS_SERVER_DEPLOYDIR);
echo PREPARED REPRODUCER $(TESTNAME), removing $(TMPDIR)
rm -rf $(TMPDIR)
clean-reproducer:
- echo NOTHING TO CLEAN FOR $(TESTNAME) \ No newline at end of file
+ echo NOTHING TO CLEAN FOR $(TESTNAME)