aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Use os.path.basename instead of hardcoding the vm file directory.Petteri Räty2008-04-271-2/+1
* Rename test to testsuite so that it does not collide with the standard python...Petteri Räty2008-04-274-1/+11
* Add unit test for VM.providesPetteri Räty2008-04-252-0/+14
* Fix provides not to return True when a VM does not have a PROVIDES entry at all.Petteri Räty2008-04-251-5/+13
* Increase version number to 2.1.5 and add data to MANIFEST.in.2.1.5Petteri Räty2008-02-263-2/+3
* Update NEWS for 2.1.5.Petteri Räty2008-02-261-26/+3
* Make the tool bold in the desktop notification message.Petteri Räty2008-02-261-1/+1
* Rename get_virtuals_packages to get_virtual_providers.Petteri Räty2008-02-261-2/+2
* Make the jnlp association work in KDE 3.Petteri Räty2008-02-263-1/+10
* Add notify-send notification when a wrapper is not provided by the selected vm.Petteri Räty2008-02-251-0/+4
* Make eselect java-vm set foobar foobar throw an error. Fixes bug #211454.Petteri Räty2008-02-251-2/+5
* Remove TryExec for gimp that was accidentally left in.Petteri Räty2008-02-121-1/+0
* copy_file is not able to handle --root with relative symbolic linksPetteri Räty2008-02-111-1/+6
* Mixed up the argument order for copy_file.Petteri Räty2008-02-111-1/+1
* Install .desktop files for Java Web Start. Icon taken from OpenJDK repo src/s...Petteri Räty2008-02-114-6/+17
* Updated version to 2.1.4.2.1.4Alistair Bush2008-01-292-2/+2
* Updating make-release to support new module name (java_config_2). This was t...Alistair Bush2008-01-291-1/+1
* Added fix to Virtual support for querying a virtuals LIBRARY_PATH.Alistair Bush2008-01-241-0/+6
* Fix message, clean up commentsAlistair Bush2008-01-213-20/+18
* Revert this back, didn't mean to commit it.Alistair Bush2008-01-211-5/+5
* Fix another tiny bug.Alistair Bush2008-01-212-6/+6
* Fixed debug print line.Alistair Bush2008-01-211-1/+1
* Fixed launcher.bash option parsing. see #193350Alistair Bush2008-01-201-8/+2
* Clean up and bug fix.Alistair Bush2008-01-203-2/+3
* Various fixes (hopefully)Alistair Bush2008-01-193-19/+13
* Lots of little changes.Alistair Bush2008-01-144-14/+17
* Added further fixes, now virtuals can handle slot depends etc.Alistair Bush2008-01-133-10/+19
* Fxi syntax error.Alistair Bush2008-01-131-1/+1
* Updated reg exp fix errors in virtuals handlingAlistair Bush2008-01-133-34/+19
* Fix vim modeline and one indentation fix.Petteri Räty2008-01-071-2/+4
* Add missing return to get_virtualPetteri Räty2008-01-071-1/+1
* Updated Version.2.1.3Alistair Bush2007-11-281-1/+1
* Uncommented virtual conf code and cleaned up tab error in EnvironmentManager.Alistair Bush2007-11-262-15/+11
* Add jdk configuration files for macos and solaris, provided by grobian.Vlastimil Babka2007-11-254-0/+8
* Fixed issue where depend-java-query wasn't able to find a suitable vm, when i...Alistair Bush2007-11-202-11/+9
* Fix bug in EnvironmentManager where dep resolving of optional dependencies ha...Alistair Bush2007-11-192-32/+9
* Fixed issue where package was being provided instead of vm.Alistair Bush2007-11-191-9/+9
* Support for Virtuals that declare list of VM names to use. Testing needed bef...Alistair Bush2007-11-175-133/+283
* Speedup java-config by moving to lazy loading of packages in EnvironmentManag...Petteri Räty2007-11-103-39/+53
* Updated virtuals conf examples and fixed issue in Virtual.py where incorrect ...Alistair Bush2007-10-202-2/+2
* Fix issue when EnvironmentManager does not compile with python-2.4 but does w...Alistair Bush2007-10-141-2/+1
* Updating version2.1.2Alistair Bush2007-10-131-1/+1
* Updating message in java-config as I fudge the last oneAlistair Bush2007-10-131-1/+1
* Updating message in java-config to increase clarity.Alistair Bush2007-10-131-1/+1
* Migrating depend-java-query and gjl to new module layout.Alistair Bush2007-10-132-15/+9
* Set providing variables in Virtual.py as empty strings by defaultAlistair Bush2007-10-131-2/+2
* Fixing bug in handling Exception.Alistair Bush2007-10-132-6/+16
* Fixing inconsistent use of tabs.Alistair Bush2007-10-132-4/+4
* Adding new Exception to handle when a virtual does not have a provider.Alistair Bush2007-10-133-4/+22
* Added except to try to stop exceptions on initialisation on EnvironmentManager.Alistair Bush2007-10-121-0/+2