./jaxws.properties
Print this page
rev 241 : [NEW BUG]: Should use http rather than https to download jax-ws dependencies
Summary: Change jax-ws URL base to use http rather than https to avoid problems building with vanilla OpenJDK.
Contributed-by: tellison
Reviewed-by:
@@ -31,11 +31,11 @@
jaxws_src.master.bundle.url.base=http://download.java.net/glassfish/components/jax-ws/openjdk/jdk7
jaf_src.bundle.name=jdk7-jaf-2010_08_19.zip
jaf_src.bundle.md5.checksum=18d15dfd71117daadb332af003d08212
jaf_src.master.bundle.dir=${drops.master.copy.base}
-jaf_src.master.bundle.url.base=https://java.net/downloads/jax-ws/JDK7
+jaf_src.master.bundle.url.base=http://java.net/downloads/jax-ws/JDK7
#jaxws_tests.bundle.name=jdk7-jaxws-tests-2009_08_28.zip
#jaxws_tests.master.bundle.dir=${drops.master.copy.base}
-#jaxws_tests.master.bundle.url.base=https://java.net/downloads/jax-ws/JDK7
+#jaxws_tests.master.bundle.url.base=http://java.net/downloads/jax-ws/JDK7