ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/jsr166/jsr166/build.xml
(Generate patch)

Comparing jsr166/build.xml (file contents):
Revision 1.212 by jsr166, Sat May 21 00:35:58 2016 UTC vs.
Revision 1.213 by jsr166, Sat Jun 4 23:49:29 2016 UTC

# Line 540 | Line 540
540      </antcall>
541    </target>
542  
543 +  <target name="tck-security-manager"
544 +          description="Runs tck with a security manager">
545 +    <antcall target="tck">
546 +      <param name="jsr166.useSecurityManager" value="true"/>
547 +    </antcall>
548 +  </target>
549 +
550    <target name="jtreg"
551            depends="jar"
552            description="Runs jtreg tests for src/main using the jtreg ant task">

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines