Skip to content

Commit

Permalink
build.xml should be in junit*.zip
Browse files Browse the repository at this point in the history
  • Loading branch information
dsaff committed Aug 19, 2008
1 parent 68f1e62 commit 8760e50
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
5 changes: 4 additions & 1 deletion acknowledgements.txt
Expand Up @@ -34,4 +34,7 @@

2008 Aug 18
Nir Soffer: Suggested adding to the cookbook information about running
running JUnit from the command line.
running JUnit from the command line.

2008 Aug 19
Jack Woehr: Discovered build.xml was missing from junit-4.x.zip
1 change: 1 addition & 0 deletions build.xml
Expand Up @@ -134,6 +134,7 @@
</copy>
<copy file="README.html" tofile="${dist}/README.html" />
<copy file="cpl-v10.html" tofile="${dist}/cpl-v10.html" />
<copy file="build.xml" tofile="${dist}/build.xml" />
</target>

<target name="dist" depends="populate-dist">
Expand Down
8 changes: 7 additions & 1 deletion doc/ReleaseNotes4.6.txt
@@ -1,8 +1,14 @@
## Summary of Changes in version 4.6 ##

### Logging ###

- JUnit can now produce and parse its own result format. [include more here]

### Documentation ###

- A couple classes and packages that once had empty javadoc have been
doc'ed.

- Added how to run JUnit from the command line to the cookbook.
- Added how to run JUnit from the command line to the cookbook.

- junit-4.x.zip now contains build.xml

0 comments on commit 8760e50

Please sign in to comment.