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.147 by jsr166, Sat Jul 20 17:21:45 2013 UTC vs.
Revision 1.148 by jsr166, Sat Jul 20 18:26:16 2013 UTC

# Line 26 | Line 26 | As of 2013-02, the very latest lambda 8
26   ------------------------------------------------------------------------------
27    </description>
28  
29 <  <target name="usage" description="Display main targets by running 'ant -projecthelp'">
29 >  <!-- Display main targets by running 'ant -projecthelp' -->
30 >  <target name="usage">
31      <java classname="org.apache.tools.ant.Main">
32        <arg value="-projecthelp" />
33      </java>
# Line 379 | Line 380 | As of 2013-02, the very latest lambda 8
380    <target name="dist-clean"
381            description="Removes all build and distribution products">
382  
383 +    <delete dir="${build.dir}"/>
384      <delete dir="${dist.dir}"/>
385  
386    </target>
# Line 613 | Line 615 | As of 2013-02, the very latest lambda 8
615    </target>
616  
617  
616  <target name="4jdk7dist-clean"
617          description="Removes all build and distribution products">
618
619  </target>
620
618    <target name="4jdk7dist-jar"
619            depends="4jdk7clean, 4jdk7jar">
620      <copy file="${4jdk7product.jar}" todir="${dist.dir}"/>
# Line 704 | Line 701 | As of 2013-02, the very latest lambda 8
701    </target>
702  
703  
707  <target name="jsr166xdist-clean"
708          description="Removes all build and distribution products">
709
710  </target>
711
712
704    <target name="jsr166xdist-jar"
705            depends="jsr166xclean, jsr166xjar">
706      <copy file="${jsr166x.jar}" todir="${dist.dir}"/>
# Line 795 | Line 786 | As of 2013-02, the very latest lambda 8
786    </target>
787  
788  
798  <target name="jsr166ydist-clean"
799          description="Removes all build and distribution products">
800
801  </target>
802
789    <target name="jsr166ydist-jar"
790            depends="jsr166yclean, jsr166yjar">
791      <copy file="${jsr166y.jar}" todir="${dist.dir}"/>
# Line 886 | Line 872 | As of 2013-02, the very latest lambda 8
872    </target>
873  
874  
889  <target name="extra166ydist-clean"
890          description="Removes all build and distribution products">
891
892  </target>
893
875    <target name="extra166ydist-jar"
876            depends="extra166yclean, extra166yjar">
877      <copy file="${extra166y.jar}" todir="${dist.dir}"/>
# Line 964 | Line 945 | As of 2013-02, the very latest lambda 8
945  
946  
947    <target name="jsr166e-test-tck-one-java-version"
948 <          depends="jsr166ejar"
968 <          description="Runs tck tests for jsr166e">
948 >          depends="jsr166ejar">
949  
950      <echo message="Testing with jdk${build.jsr166e.java.version} ..."/>
951  
# Line 1015 | Line 995 | As of 2013-02, the very latest lambda 8
995    </target>
996  
997  
1018  <target name="jsr166edist-clean"
1019          description="Removes all build and distribution products">
1020
1021  </target>
1022
998    <target name="jsr166edist-jar"
999            depends="jsr166eclean, jsr166ejar">
1000      <copy file="${jsr166e.jar}" todir="${dist.dir}"/>

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines