You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
jreWindowsUrl in Dependencies:="http://download.oracle.com/otn-pub/java/jdk/7u55-b13/jre-7u55-windows-i586.tar.gz",
293
+
jreWindowsUrl in Dependencies:="http://download.oracle.com/otn-pub/java/jdk/7u75-b13/jre-7u75-windows-i586.tar.gz",
294
294
jreWindows in Dependencies<<= (dependencyFolder in Dependencies) { _ /"win32"/"jre" },
295
-
jreLinuxUrl in Dependencies:="http://download.oracle.com/otn-pub/java/jdk/7u55-b13/jre-7u55-linux-i586.tar.gz",
295
+
jreLinuxUrl in Dependencies:="http://download.oracle.com/otn-pub/java/jdk/7u75-b13/jre-7u75-linux-i586.tar.gz",
296
296
jreLinux in Dependencies<<= (dependencyFolder in Dependencies) { _ /"linux-x86"/"jre" },
297
-
jreOsxUrl in Dependencies:="http://download.oracle.com/otn-pub/java/jdk/7u55-b13/jre-7u55-macosx-x64.tar.gz",
297
+
jreOsxUrl in Dependencies:="http://download.oracle.com/otn-pub/java/jdk/7u75-b13/jre-7u75-macosx-x64.tar.gz",
298
298
jreOsx in Dependencies<<= (dependencyFolder in Dependencies) { _ /"osx"/"jre" },
299
299
300
300
packageDependencyList in Dependencies<+= (jreWindowsUrl in Dependencies, jreWindows in Dependencies, jreLinuxUrl in Dependencies, jreLinux in Dependencies, jreOsxUrl in Dependencies, jreOsx in Dependencies) map { (jreWinUrl, jreWin, jreLinUrl, jreLin, jreOsxUrl, jreOsx) =>
jetty in Dependencies<<= (dependencyFolder in Dependencies) { _ /"common"/"jetty" },
336
-
jettyUrl in Dependencies:="http://mirrors.xmission.com/eclipse/jetty/9.1.4.v20140401/dist/jetty-distribution-9.1.4.v20140401.zip",
336
+
jettyUrl in Dependencies:="http://mirrors.xmission.com/eclipse/jetty/stable-9/dist/jetty-distribution-9.2.9.v20150224.zip",
337
337
resourcer in Dependencies<<= (dependencyFolder in Dependencies) { _ /"tools"/"resourcer" },
338
338
resourcerUrl in Dependencies:="https://dl.dropboxusercontent.com/s/zifogi9efgtsq1s/Anolis.Resourcer-0.9.zip?dl=1", // http://anolis.codeplex.com/downloads/get/81545
339
339
340
340
packageDependencyList in Dependencies<++= (jettyUrl in Dependencies, jetty in Dependencies, resourcerUrl in Dependencies, resourcer in Dependencies) map { (jettyUrl, jetty, resourcerUrl, resourcer) =>
0 commit comments