8081668: fix Nashorn ant externals command

Tue, 02 Jun 2015 14:34:37 +0200

author
mhaupt
date
Tue, 02 Jun 2015 14:34:37 +0200
changeset 1390
556876366259
parent 1389
24cb54d0bfa2
child 1391
7b10faf739fd

8081668: fix Nashorn ant externals command
Summary: update URLs for Showdown (JavaScript Markdown implementation) download
Reviewed-by: hannesw, sundar

make/build.xml file | annotate | diff | comparison | revisions
     1.1 --- a/make/build.xml	Tue Jun 02 17:59:28 2015 +0530
     1.2 +++ b/make/build.xml	Tue Jun 02 14:34:37 2015 +0200
     1.3 @@ -460,7 +460,7 @@
     1.4      </testng>
     1.5    </target>
     1.6  
     1.7 -  <target name="test" depends="javadoc, test-pessimistic, test-optimistic"/>
     1.8 +  <target name="test" depends="javadoc, test-pessimistic, test-optimistic, testmarkdown"/>
     1.9  
    1.10    <target name="test-optimistic" depends="jar, -test-classes-all,-test-classes-single, check-testng, check-external-tests, compile-test, generate-policy-file" if="testng.available">
    1.11      <echo message="Running test suite in OPTIMISTIC mode..."/>
    1.12 @@ -710,8 +710,8 @@
    1.13  
    1.14      <!-- showdown -->
    1.15      <mkdir dir="${test.external.dir}/showdown"/>
    1.16 -    <get src="https://raw.github.com/coreyti/showdown/master/src/showdown.js" dest="${test.external.dir}/showdown" skipexisting="true" ignoreerrors="true"/>
    1.17 -    <get src="https://raw.github.com/coreyti/showdown/master/src/extensions/table.js" dest="${test.external.dir}/showdown" skipexisting="true" ignoreerrors="true"/>
    1.18 +    <get src="https://raw.githubusercontent.com/showdownjs/showdown/0.5.4/src/showdown.js" dest="${test.external.dir}/showdown" skipexisting="true" ignoreerrors="true"/>
    1.19 +    <get src="https://raw.githubusercontent.com/showdownjs/showdown/0.5.4/src/extensions/table.js" dest="${test.external.dir}/showdown" skipexisting="true" ignoreerrors="true"/>
    1.20  
    1.21    </target>
    1.22  

mercurial