summary refs log tree commit diff
path: root/pkgs/development/eclipse
Commit message (Collapse)AuthorAge
* ecj: require jdk7 instead of jdkRobert Helgesson2015-07-27
| | | | | | The ecj build fails in Java 8 due to backwards incompatible changes in the `javax.lang.model` namespace so with this change we specifically ask for a JDK for Java 7.
* Turn more licenses into lib.licenses styleMateusz Kowalczyk2014-11-06
| | | | | | Should eval cleanly, as far as -A tarball tells me. Relevant: issue #2999, issue #739
* ecj: Build on DarwinEelco Dolstra2014-07-15
|
* ecj: Add a setup hook that makes Ant use ECJ automaticallyEelco Dolstra2014-01-06
|
* Add a setup hook that automatically sets up $CLASSPATHEelco Dolstra2014-01-06
| | | | | | | | | | | | | | | | | | | All JARs in $pkg/share/java (for each $pkg in the build inputs) are added to $CLASSPATH. Thus, you can say buildInputs = [ setJavaClassPath someJavaDependency ]; and the JARs in someJavaDependency will be found automatically by tools like javac or ant. Note that the manual used to say that JARs should be installed in lib/java; this is now share/java, following the Debian policy: http://www.debian.org/doc/packaging-manuals/java-policy/x110.html The directory share/java makes more sense because JARs are architecture-independent. (Also, a quick grep shows that we were not exactly consistent about this in Nixpkgs.)
* ecj: Build using OpenJDKEelco Dolstra2014-01-06
|
* ecj: Fix indentationEelco Dolstra2014-01-06
|
* unmaintain several packagesLudovic Courtès2013-08-16
|
* update ecj to 3.7.2Rob Vermaas2012-08-25
|
* update ecj versionRob Vermaas2010-11-22
| | | | svn path=/nixpkgs/trunk/; revision=24811
* ecj darwin~Rob Vermaas2010-03-01
| | | | svn path=/nixpkgs/trunk/; revision=20312
* ECJ 3.5.1.Ludovic Courtès2009-11-05
| | | | | | | Includes bug fixes needed for IcedTea, see http://icedtea.classpath.org/bugzilla/show_bug.cgi?id=375 . svn path=/nixpkgs/trunk/; revision=18137
* ECJ: Merge the 2 expressions.Ludovic Courtès2009-09-22
| | | | svn path=/nixpkgs/trunk/; revision=17354
* updated eclipse to version 3.3.2 -- do we really need a special nix ↵Tobias Hammerschmidt2008-03-11
| | | | | | expression for jdt in development/eclipse? svn path=/nixpkgs/trunk/; revision=11055
* * 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
* Cleaning up the java naming conventionsMartin Bravenboer2005-09-17
| | | | svn path=/nixpkgs/trunk/; revision=3871
* Added the Eclipse JDT SDKMartin Bravenboer2005-09-07
svn path=/nixpkgs/trunk/; revision=3785