diff -r bef78732195b -r 775168282b2f components/junit/Makefile --- a/components/junit/Makefile Fri Dec 02 16:56:03 2011 -0800 +++ b/components/junit/Makefile Mon Dec 05 11:48:52 2011 -0800 @@ -24,10 +24,11 @@ COMPONENT_NAME= junit COMPONENT_VERSION= 4.5 +COMPONENT_PROJECT_URL= http://sourceforge.net/projects/junit/ COMPONENT_SRC= $(COMPONENT_NAME)$(COMPONENT_VERSION) COMPONENT_ARCHIVE= $(COMPONENT_SRC).zip COMPONENT_ARCHIVE_HASH= sha1:75d642adaf15091c7ca9ed54f0f2f058bd9ec653 -COMPONENT_ARCHIVE_URL= http://sourceforge.net/projects/junit/files/junit/4.5/$(COMPONENT_ARCHIVE) +COMPONENT_ARCHIVE_URL= $(COMPONENT_PROJECT_URL)files/junit/4.5/$(COMPONENT_ARCHIVE) include ../../make-rules/prep.mk include ../../make-rules/ant.mk