Author: mseidel Date: Sat Apr 28 21:33:38 2018 New Revision: 1830480 URL: http://svn.apache.org/viewvc?rev=1830480&view=rev Log: Download URL1 for stax-src-1.2.0.zip was at Codehaus.org, which was shut down in 2015. This was causing the download to fail: (500 Can't connect to dist.codehaus.org:80 (Name or service not known))
Since we always ended up downloading from SourceForge this is now default, adding a fallback at http://maven.ibiblio.org. Modified: openoffice/trunk/main/external_deps.lst Modified: openoffice/trunk/main/external_deps.lst URL: http://svn.apache.org/viewvc/openoffice/trunk/main/external_deps.lst?rev=1830480&r1=1830479&r2=1830480&view=diff ============================================================================== --- openoffice/trunk/main/external_deps.lst (original) +++ openoffice/trunk/main/external_deps.lst Sat Apr 28 21:33:38 2018 @@ -190,8 +190,8 @@ if (SOLAR_JAVA == TRUE) if (SOLAR_JAVA == TRUE) MD5 = 980143f96b3f6ce45d2e4947da21a5e9 name = stax-src-1.2.0.zip - URL1 = http://dist.codehaus.org/stax/distributions/stax-src-1.2.0.zip - URL2 = $(OOO_EXTRAS)$(MD5)-$(name) + URL1 = $(OOO_EXTRAS)$(MD5)-$(name) + URL2 = http://maven.ibiblio.org/maven/stax/jars/stax-src-1.2.0.zip if (ENABLE_MEDIAWIKI == YES) MD5 = a7983f859eafb2677d7ff386a023bc40
