diff options
author | Jiri Vanek <[email protected]> | 2012-10-19 16:18:25 +0200 |
---|---|---|
committer | Jiri Vanek <[email protected]> | 2012-10-19 16:18:25 +0200 |
commit | 554b9047555dadff178e5e29c071b4b5d201c1bb (patch) | |
tree | 4c8878b38ddfc8732d6d62f80d4aa1ee737ac7ee /tests/reproducers/custom/AdditionalJarsInMetaInfIndexList | |
parent | 6f0314690f4ace6b45fe49d6f9a32b985819123e (diff) |
Renamed reproducers-related variables and targets
Diffstat (limited to 'tests/reproducers/custom/AdditionalJarsInMetaInfIndexList')
-rw-r--r-- | tests/reproducers/custom/AdditionalJarsInMetaInfIndexList/srcs/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/tests/reproducers/custom/AdditionalJarsInMetaInfIndexList/srcs/Makefile b/tests/reproducers/custom/AdditionalJarsInMetaInfIndexList/srcs/Makefile index c08dc8a..1a575bd 100644 --- a/tests/reproducers/custom/AdditionalJarsInMetaInfIndexList/srcs/Makefile +++ b/tests/reproducers/custom/AdditionalJarsInMetaInfIndexList/srcs/Makefile @@ -1,7 +1,7 @@ TESTNAME=AdditionalJarsInMetaInfIndexList ARCHIVE_TEST_FOLDER=archive_tag_folder_test -JAVAC_CLASSPATH=$(JNLP_TESTS_ENGINE_DIR):$(NETX_DIR)/lib/classes.jar +JAVAC_CLASSPATH=$(TEST_EXTENSIONS_DIR):$(NETX_DIR)/lib/classes.jar KEYTOOL=$(BOOT_DIR)/bin/keytool JARSIGNER=$(BOOT_DIR)/bin/jarsigner JAVAC=$(BOOT_DIR)/bin/javac @@ -49,10 +49,10 @@ prepare-reproducer: # Move jars into deployment directory cd $(TMPDIR); \ - mv $(INDEX_JAR_UNSIGNED) $(JNLP_TESTS_SERVER_DEPLOYDIR) ; \ - mv $(INDEX_JAR_SIGNED) $(JNLP_TESTS_SERVER_DEPLOYDIR) ; \ - mv $(MAINCLASS_JAR_UNSIGNED) $(JNLP_TESTS_SERVER_DEPLOYDIR) ; \ - mv $(MAINCLASS_JAR_SIGNED) $(JNLP_TESTS_SERVER_DEPLOYDIR) ; + mv $(INDEX_JAR_UNSIGNED) $(REPRODUCERS_TESTS_SERVER_DEPLOYDIR) ; \ + mv $(INDEX_JAR_SIGNED) $(REPRODUCERS_TESTS_SERVER_DEPLOYDIR) ; \ + mv $(MAINCLASS_JAR_UNSIGNED) $(REPRODUCERS_TESTS_SERVER_DEPLOYDIR) ; \ + mv $(MAINCLASS_JAR_SIGNED) $(REPRODUCERS_TESTS_SERVER_DEPLOYDIR) ; echo PREPARED REPRODUCER $(TESTNAME), removing $(TMPDIR) rm -rf $(TMPDIR) |