summary refs log tree commit diff
path: root/pkgs/development/libraries/java/junit
Commit message (Collapse)AuthorAge
* Fix lots of fetchgit hashes (fallout from #15469)Tuomas Tynkkynen2016-06-03
|
* marking junit and dolphinEmu as brokenRok Garbas2015-09-08
|
* Change junit to actually compile from source rather than download binariesDaniel Peebles2014-08-09
|
* junit: Update to 4.11Eelco Dolstra2014-01-25
|
* Fix junitRob Vermaas2013-07-22
|
* JUnit: fix urlEvgeny Egorochkin2013-07-18
|
* JUnit 4.8.2.Ludovic Courtès2010-06-01
| | | | svn path=/nixpkgs/trunk/; revision=22076
* * Rewrite all the SourceForge URLs to mirror://sourceforge/.Eelco Dolstra2007-08-27
| | | | | | find . -name "*.nix" | while read fn; do sed 's^http://[a-z]*.dl.sourceforge.net/sourceforge/^mirror://sourceforge/^g' < $fn > $fn.new; mv $fn.new $fn; done svn path=/nixpkgs/trunk/; revision=9198
* * Reverted r6713, r6711, r4623, r3660, r2237. There rewrote fetchurlEelco Dolstra2007-08-24
| | | | | | | | | URLs to http://nix.cs.uu.nl/dist/tarballs. With content-addressable mirror support (r9190, NIXPKGS-70) this is no longer necessary: fetchurl will try to download from that location automatically. So we can keep the original URLs. svn path=/nixpkgs/trunk/; revision=9192
* * Copy lots of files to nix.cs.uu.nl.Eelco Dolstra2006-01-30
| | | | svn path=/nixpkgs/trunk/; revision=4623
* * "." -> "source".Eelco Dolstra2005-12-05
| | | | svn path=/nixpkgs/trunk/; revision=4335
* Moved a number of Java libraries from the GW project to the NixMartin Bravenboer2005-09-11
Package Collection. svn path=/nixpkgs/trunk/; revision=3803