aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Updated version.2.1.10Alistair Bush2009-12-061-1/+1
* Improve error messaging when we can't find a vm.Alistair Bush2009-12-031-6/+13
* Add check for when name is None or ''. This case means we have no preferenceAlistair Bush2009-11-291-1/+3
* Assign correct variable to highestAlistair Bush2009-11-291-2/+1
* Change VM matching to fix bug #288695, a user preference is not matched as a ...Vlastimil Babka2009-11-271-1/+4
* Added buildonly support to java-vm.eselect, improved VersionManager and wrote...Alistair Bush2009-11-268-150/+172
* Fix TypeErrorAlistair Bush2009-10-111-1/+3
* Moved get_needed_packages to VersionManager as it is used there as well.Alistair Bush2009-10-111-34/+0
* Parse whole dep tree for #161622.Alistair Bush2009-10-111-9/+63
* Possible fix for #161622. Doesn't inspect complete tree yet, only immediate d...Alistair Bush2009-10-115-5/+83
* bug fixesAlistair Bush2009-09-162-3/+6
* Updated version.2.1.9Alistair Bush2009-08-271-1/+1
* Improved message to be displayed to user running java-config -LAlistair Bush2009-08-261-4/+11
* Fixed bug #273284Alistair Bush2009-06-092-1/+6
* Add support for build only vm's and remove support for old style virtual supp...Alistair Bush2009-06-088-34/+50
* Updated version2.1.8Alistair Bush2009-05-231-1/+1
* Add support for virtual/[jdk|jre] deps in virtuals.Alistair Bush2009-05-216-0/+57
* Moved EnvironmentManager import to allow Virtuals to import VersionManager fu...Alistair Bush2009-05-211-1/+3
* Re-add print statement, with correct indentation and remove another unneeded ...Alistair Bush2009-05-022-1/+1
* remove debug print statementAlistair Bush2009-05-021-1/+0
* Add support for slotted java-virtuals.Alistair Bush2009-04-242-9/+5
* Add support for querying a packages package.envAlistair Bush2009-04-241-29/+61
* Add support for virtual/(jre|jdk):slot parsing.Alistair Bush2009-04-242-8/+24
* VersionManager unittests.Alistair Bush2009-03-011-2/+43
* Being adding more unittests.Alistair Bush2009-02-251-1/+15
* Updated unittests. Made unittests provide there own packages, vms, virtuals,...Alistair Bush2009-02-245-8/+62
* Remove commented out code and extra lines.Alistair Bush2009-02-241-11/+0
* Fix FormattingAlistair Bush2009-02-241-3/+3
* Updated to print all pass all possible providers to ProviderUnavailableErrorAlistair Bush2009-02-221-14/+10
* Fix bugs.Alistair Bush2009-02-222-12/+8
* Improving testsuites by making it more independent from the env.Alistair Bush2009-02-216-3/+43
* Add initial support for jdbc like virtuals. Which return all providers instea...Alistair Bush2009-02-215-38/+77
* Update Version 2.1.72.1.7Alistair Bush2009-01-131-1/+1
* Migrate from depreciated Set class and fix bug 247608.Alistair Bush2008-11-203-23/+18
* Fix returning empty classpath if the provider doesnt have VIRTUAL_CLASSPATHSerkan Kaba2008-10-121-10/+8
* Fix indentation.Serkan Kaba2008-10-121-1/+1
* Support VIRTUAL_CLASSPATH variable in non-jvm virtual provider.Serkan Kaba2008-10-122-6/+19
* Make the portage import backwards compatible.Petteri Räty2008-07-021-1/+4
* Update VersionManager to new portage moduleAlistair Bush2008-06-211-1/+1
* Increase version number to 2.1.6 and add NEWS entry.Petteri Räty2008-04-271-1/+1
* Add sun-jdk-1.7 config for the vm_configs so that the virtual test code tests...Petteri Räty2008-04-271-0/+19
* Iterate over all matching vms so that >=virtual/jdk-1.5 java-virtuals/jaf wor...Petteri Räty2008-04-271-8/+4
* Add test for VersionManager.get_vmPetteri Räty2008-04-273-3/+39
* Remove leading space from the result of parse_depend_virtuals.Petteri Räty2008-04-271-1/+1
* Add test for Virtual.get_vms.Petteri Räty2008-04-274-3/+29
* Add own vm_configs directory for VM tests and test that name is not dependent...Petteri Räty2008-04-274-14/+41
* 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