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/7u75-b13/jre-7u75-windows-i586.tar.gz",
293
+
jreWindowsUrl in Dependencies:="http://download.oracle.com/otn-pub/java/jdk/8u45-b15/jre-8u45-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/7u75-b13/jre-7u75-linux-i586.tar.gz",
295
+
jreLinuxUrl in Dependencies:="http://download.oracle.com/otn-pub/java/jdk/8u45-b14/jre-8u45-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/7u75-b13/jre-7u75-macosx-x64.tar.gz",
297
+
jreOsxUrl in Dependencies:="http://download.oracle.com/otn-pub/java/jdk/8u45-b14/jre-8u45-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) =>
nwkWindows in Dependencies<<= (dependencyFolder in Dependencies) { _ /"win32"/"node-webkit" },
312
-
nwkWindowsUrl in Dependencies:="http://dl.node-webkit.org/v0.9.2/node-webkit-v0.9.2-win-ia32.zip",
313
-
nwkLinux in Dependencies<<= (dependencyFolder in Dependencies) { _ /"linux-x86"/"node-webkit" },
314
-
nwkLinuxUrl in Dependencies:="http://dl.node-webkit.org/v0.9.2/node-webkit-v0.9.2-linux-ia32.tar.gz",
315
-
nwkOsx in Dependencies<<= (dependencyFolder in Dependencies) { _ /"osx"/"node-webkit" },
316
-
nwkOsxUrl in Dependencies:="http://dl.node-webkit.org/v0.9.2/node-webkit-v0.9.2-osx-ia32.zip",
311
+
nwkWindows in Dependencies<<= (dependencyFolder in Dependencies) { _ /"win32"/"nwjs" },
312
+
nwkWindowsUrl in Dependencies:="http://dl.nwjs.io/v0.12.2/nwjs-v0.12.2-win-ia32.zip",
313
+
nwkLinux in Dependencies<<= (dependencyFolder in Dependencies) { _ /"linux-x86"/"nwjs" },
314
+
nwkLinuxUrl in Dependencies:="http://dl.nwjs.io/v0.12.2/nwjs-v0.12.2-linux-ia32.tar.gz",
315
+
nwkOsx in Dependencies<<= (dependencyFolder in Dependencies) { _ /"osx"/"nwjs" },
316
+
nwkOsxUrl in Dependencies:="http://dl.nwjs.io/v0.12.2/nwjs-v0.12.2-osx-ia32.zip",
317
317
318
318
packageDependencyList in Dependencies<+= (nwkWindowsUrl in Dependencies, nwkWindows in Dependencies, nwkLinuxUrl in Dependencies, nwkLinux in Dependencies, nwkOsxUrl in Dependencies, nwkOsx in Dependencies) map { (nwkWinUrl, nwkWin, nwkLinUrl, nwkLin, nwkOsxUrl, nwkOsx) =>
jetty in Dependencies<<= (dependencyFolder in Dependencies) { _ /"common"/"jetty" },
336
-
jettyUrl in Dependencies:="http://mirrors.xmission.com/eclipse/jetty/stable-9/dist/jetty-distribution-9.2.9.v20150224.zip",
333
+
jettyUrl in Dependencies:="http://mirrors.xmission.com/eclipse/jetty/stable-9/dist/jetty-distribution-9.3.0.v20150612.zip",
337
334
resourcer in Dependencies<<= (dependencyFolder in Dependencies) { _ /"tools"/"resourcer" },
338
335
resourcerUrl in Dependencies:="https://dl.dropboxusercontent.com/s/zifogi9efgtsq1s/Anolis.Resourcer-0.9.zip?dl=1", // http://anolis.codeplex.com/downloads/get/81545
339
336
340
337
packageDependencyList in Dependencies<++= (jettyUrl in Dependencies, jetty in Dependencies, resourcerUrl in Dependencies, resourcer in Dependencies) map { (jettyUrl, jetty, resourcerUrl, resourcer) =>
0 commit comments