diff --git a/make/nashorn/build.xml b/make/nashorn/build.xml index 4a8fa17f..37fa61dd 100644 --- a/make/nashorn/build.xml +++ b/make/nashorn/build.xml @@ -23,7 +23,7 @@ questions. --> - + @@ -52,6 +52,7 @@ + @@ -147,7 +148,6 @@ - @@ -162,22 +162,16 @@ - - - - - - - - - - - - - - - - + + + + + + + + + + @@ -276,10 +270,14 @@ - - - - + + + + + + + + @@ -814,10 +812,10 @@ grant codeBase "file:/${basedir}/${test.script.dir}/basic/JDK-8158467.js" { - - - - + + + + diff --git a/make/nashorn/ivy-core.xml b/make/nashorn/ivy-core.xml deleted file mode 100644 index b19d1e0f..00000000 --- a/make/nashorn/ivy-core.xml +++ /dev/null @@ -1,49 +0,0 @@ - - - - - - - - - - - Nashorn is an ECMAScript 5.1 runtime environment for the JVM. - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/make/nashorn/ivysettings.xml b/make/nashorn/ivysettings.xml deleted file mode 100644 index 43e65861..00000000 --- a/make/nashorn/ivysettings.xml +++ /dev/null @@ -1,29 +0,0 @@ - - - - - - - - diff --git a/make/nashorn/nashorn-core.pom b/make/nashorn/nashorn-core.pom new file mode 100644 index 00000000..d4cbc97f --- /dev/null +++ b/make/nashorn/nashorn-core.pom @@ -0,0 +1,67 @@ + + + + + 4.0.0 + org.openjdk.nashorn + nashorn-core + OpenJDK Nashorn + NASHORN_VERSION + jar + Nashorn is an Open Source JavaScript (ECMAScript 5.1 and some 6 features) engine for the JVM. + https://github.com/openjdk/nashorn + + + + GPL v2 with the Classpath exception + https://github.com/openjdk/nashorn/blob/main/LICENSE + + + + + + org.ow2.asm + asm + ASM_VERSION + + + org.ow2.asm + asm-commons + ASM_VERSION + + + org.ow2.asm + asm-tree + ASM_VERSION + + + org.ow2.asm + asm-util + ASM_VERSION + + +