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.178 by jsr166, Sun Sep 13 02:09:35 2015 UTC vs.
Revision 1.179 by jsr166, Sun Sep 13 03:22:29 2015 UTC

# Line 366 | Line 366
366      <jar destfile="${product.jar}">
367        <fileset dir="${build.classes.dir}"/>
368        <manifest>
369 <      <attribute name="Built-By" value="${user.name}"/>
370 <      <attribute name="Implementation-Vendor" value="JCP JSR-166 Expert Group."/>
369 >        <attribute name="Built-By" value="${user.name}"/>
370 >        <attribute name="Implementation-Vendor" value="JCP JSR-166 Expert Group."/>
371        </manifest>
372      </jar>
373    </target>
# Line 428 | Line 428
428        <exclude name="**/SyntaxTest.java"/>
429        <exclude name="**/SuperfluousAbstract.java"/>
430        <manifest>
431 <      <attribute name="Built-By" value="${user.name}"/>
432 <      <attribute name="Implementation-Vendor" value="JCP JSR-166 Expert Group."/>
431 >        <attribute name="Built-By" value="${user.name}"/>
432 >        <attribute name="Implementation-Vendor" value="JCP JSR-166 Expert Group."/>
433        </manifest>
434      </jar>
435    </target>
# Line 669 | Line 669
669      <jar destfile="${4jdk7product.jar}">
670        <fileset dir="${build.4jdk7.classes.dir}"/>
671        <manifest>
672 <      <attribute name="Built-By" value="${user.name}"/>
673 <      <attribute name="Implementation-Vendor" value="JCP JSR-166 Expert Group."/>
672 >        <attribute name="Built-By" value="${user.name}"/>
673 >        <attribute name="Implementation-Vendor" value="JCP JSR-166 Expert Group."/>
674        </manifest>
675      </jar>
676  
# Line 833 | Line 833
833      <jar destfile="${jsr166x.jar}">
834        <fileset dir="${build.jsr166x.classes.dir}"/>
835        <manifest>
836 <      <attribute name="Built-By" value="${user.name}"/>
837 <      <attribute name="Implementation-Vendor" value="JCP JSR-166 Expert Group."/>
836 >        <attribute name="Built-By" value="${user.name}"/>
837 >        <attribute name="Implementation-Vendor" value="JCP JSR-166 Expert Group."/>
838        </manifest>
839      </jar>
840  
# Line 924 | Line 924
924      <jar destfile="${jsr166y.jar}" index="true">
925        <fileset dir="${build.jsr166y.classes.dir}"/>
926        <manifest>
927 <      <attribute name="Built-By" value="${user.name}"/>
928 <      <attribute name="Implementation-Vendor" value="JCP JSR-166 Expert Group."/>
927 >        <attribute name="Built-By" value="${user.name}"/>
928 >        <attribute name="Implementation-Vendor" value="JCP JSR-166 Expert Group."/>
929        </manifest>
930      </jar>
931  
# Line 1016 | Line 1016
1016      <jar destfile="${extra166y.jar}" index="true">
1017        <fileset dir="${build.extra166y.classes.dir}"/>
1018        <manifest>
1019 <      <attribute name="Built-By" value="${user.name}"/>
1020 <      <attribute name="Implementation-Vendor" value="JCP JSR-166 Expert Group."/>
1019 >        <attribute name="Built-By" value="${user.name}"/>
1020 >        <attribute name="Implementation-Vendor" value="JCP JSR-166 Expert Group."/>
1021        </manifest>
1022      </jar>
1023  
# Line 1135 | Line 1135
1135      <jar destfile="${jsr166e.jar}" index="true">
1136        <fileset dir="${build.jsr166e.classes.dir}"/>
1137        <manifest>
1138 <      <attribute name="Built-By" value="${user.name}"/>
1139 <      <attribute name="Implementation-Vendor" value="JCP JSR-166 Expert Group."/>
1138 >        <attribute name="Built-By" value="${user.name}"/>
1139 >        <attribute name="Implementation-Vendor" value="JCP JSR-166 Expert Group."/>
1140        </manifest>
1141      </jar>
1142  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines