Skip to content

Commit ef6ee7f

Browse files
committed
Merge pull request #591 from shirish4you/patch-2
Package README.md instead of README.html in ZIP file
2 parents 9824a92 + 523a673 commit ef6ee7f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<property name="testsrc" location="src/test/java" />
1717
<property name="testbin" location="${target}/test/java" />
1818
<property name="unjarred"
19-
value="**/*.jar, ${testfiles}, doc/**, README.html, .classpath, .project, cpl-v10.html" />
19+
value="**/*.jar, ${testfiles}, doc/**, README.md, .classpath, .project, cpl-v10.html" />
2020

2121
<property name="binjar" value="junit-${version}.jar" />
2222
<property name="srcjar" value="junit-${version}-src.jar" />
@@ -168,7 +168,7 @@
168168
<copy todir="${dist}/doc">
169169
<fileset dir="doc"/>
170170
</copy>
171-
<copy file="README.html" tofile="${dist}/README.html" />
171+
<copy file="README.md" tofile="${dist}/README.md" />
172172
<copy file="BUILDING" tofile="${dist}/BUILDING" />
173173
<copy file="cpl-v10.html" tofile="${dist}/cpl-v10.html" />
174174
<copy file="build.xml" tofile="${dist}/build.xml" />

0 commit comments

Comments
 (0)