summary refs log tree commit diff
path: root/pkgs/applications/editors/eclipse/default.nix
Commit message (Collapse)AuthorAge
* eclipse: add Eclipse IDE for C/C++ Developers 4.2Bjørn Forsman2013-04-15
| | | | | | | | | | | | If you upgrade from 3.7 you might get errors like these: In the Package Explorer: Could not create the view: org.eclipse.jdt.ui And some other stuff in the Error Log; "Unable to resolve plug-in [...]" The solution is to delete your eclipse workspace (or just the hidden setting files in there, if you have important user data).
* eclipse-sdk-4.2: upgrade to 4.2.1Mathijs Kwik2012-11-08
|
* Change copy file to symbolic linkEduard Carreras2012-10-17
|
* Put eclipse icon into share/pixmapsEduard Carreras2012-10-16
|
* add eclipse 4.2Corey O'Connor2012-08-04
|
* * "ensureDir" -> "mkdir -p". "ensureDir" is a rather pointlessEelco Dolstra2012-01-18
| | | | | | function, so obsolete it. svn path=/nixpkgs/branches/stdenv-updates/; revision=31644
* eclipse 3.7 (java and cpp)David Guibert2011-08-16
| | | | svn path=/nixpkgs/trunk/; revision=28619
* * Add the Eclipse Modeling Tools.Eelco Dolstra2011-04-12
| | | | svn path=/nixpkgs/trunk/; revision=26799
* * Eclipse: don't use an ugly "version" argument. Instead there now isEelco Dolstra2011-04-11
| | | | | | | | | a function "buildEclipse" that takes a binary Eclipse distribution plus metadata as arguments. The package name now distinguishes between Eclipse distributions (e.g. "eclipse-sdk" for Classic, "eclipse-cpp" for the C/C++ IDE). svn path=/nixpkgs/trunk/; revision=26787
* Bump eclipse version to 3.6.2 after 3.6.1 disappeared from source server.Karn Kallio2011-04-08
| | | | svn path=/nixpkgs/trunk/; revision=26750
* added eclipse 3.6.1, maven3, szipRob Vermaas2010-11-19
| | | | svn path=/nixpkgs/trunk/; revision=24772
* adding Eclipse note,Marc Weber2010-05-09
| | | | | | | readding older version. adding eclipseLatest top level name svn path=/nixpkgs/trunk/; revision=21684
* fix flash player debug buildMarc Weber2010-04-28
| | | | svn path=/nixpkgs/trunk/; revision=21411
* Eclipse updateMarc Weber2010-04-19
| | | | svn path=/nixpkgs/trunk/; revision=21169
* * eclipse-classic -> eclipse.Eelco Dolstra2009-11-20
| | | | svn path=/nixpkgs/trunk/; revision=18486
* * Removed a lot of old Eclipse versions.Eelco Dolstra2009-11-20
| | | | | | | * Cleaned up the Eclipse classic expression a bit (e.g. use makeWrapper). Also fall back to GTK 2.16 to fix some GUI glitches. svn path=/nixpkgs/trunk/; revision=18485
* revrting my accident only keeping rubygem updates and ruby libsMarc Weber2009-06-30
| | | | | | This partially reverts commit -r 16100 svn path=/nixpkgs/trunk/; revision=16107
* adding rubygems support to nix - implemented target libraries/apps: sup mail ↵Marc Weber2009-06-30
| | | | | | client svn path=/nixpkgs/trunk/; revision=16100
* big breaking change: renaming lib.getAttr to lib.attrByPathMarc Weber2009-05-24
| | | | | | | | getAttr was ambiguous. It's also a builtin function fix svn path=/nixpkgs/trunk/; revision=15692
* updated eclipse binary to 3.5M6Marc Weber2009-03-30
| | | | | | | thereby allowing the user to copy the whole store path to a user location so that update sites work properly svn path=/nixpkgs/trunk/; revision=14773
* 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
* * makeWrapper: option --run <CMD> to run a command from the wrapper.Eelco Dolstra2008-01-18
| | | | | | | | | This is so that the Unison wrapper can be generated with makeWrapper. * Use makeWrapper as a buildInput everywhere. * Updated BitTorrent, cvs2svn. svn path=/nixpkgs/trunk/; revision=10213
* Eclipse download location for x86_64 addedMarc Weber2007-12-10
| | | | svn path=/nixpkgs/trunk/; revision=9900
* update provided by Tobias HammerschmidtMarc Weber2007-10-30
| | | | svn path=/nixpkgs/trunk/; revision=9560
* * Updated Eclipse to 3.2.2 Martin Bravenboer2007-03-17
| | | | | | | | * Added Eclipse to the nixpkgs channel (which is possible now we can deploy the jdk) svn path=/nixpkgs/trunk/; revision=8317
* Updated eclipse to 3.1.2Martin Bravenboer2006-02-12
| | | | svn path=/nixpkgs/trunk/; revision=4796
* * eclipse-sdk: added support for pluginsMartin Bravenboer2005-11-07
| | | | | | | | | * Added Spoofax editor plugin. * re-added eclipse-sdk 3.1, which wasn't necessary after all. svn path=/nixpkgs/trunk/; revision=4255
* * Use PatchELF 0.1.Eelco Dolstra2005-10-11
| | | | svn path=/nixpkgs/trunk/; revision=4062
* * Eclipse updated to 3.1.1.Eelco Dolstra2005-10-09
| | | | svn path=/nixpkgs/trunk/; revision=4038
* * Purified Eclipse.Eelco Dolstra2005-10-08
| | | | svn path=/nixpkgs/trunk/; revision=4034
* * Eclipse: add a wrapper in $out/bin.Eelco Dolstra2005-09-26
| | | | svn path=/nixpkgs/trunk/; revision=3946
* Updated Eclipse to 3.1Martin Bravenboer2005-09-19
| | | | svn path=/nixpkgs/trunk/; revision=3902
* * catamaran.labs.cs.uu.nl -> nix.cs.uu.nl.Eelco Dolstra2005-08-22
| | | | svn path=/nixpkgs/trunk/; revision=3660
* * Move tarballs to catamaran so that we are no longer dependent on aEelco Dolstra2005-02-15
| | | | | | gazillion different servers. Resurrected some 25 missing files. svn path=/nixpkgs/trunk/; revision=2237
* Added Eclipse. Currently, this is a simple unzip of the binary distribution. ↵Martin Bravenboer2004-10-13
Todo 1: create a binary distribution in Nix. Todo 2: build the native libraries in Nix. svn path=/nixpkgs/trunk/; revision=1554