aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Added try finally to stop exceptions on initialisation on EnvironmentManager.Alistair Bush2007-10-121-2/+4
* Adding raise InvalidVMError back when there is no active vm.Alistair Bush2007-10-121-1/+1
* Migrate VersonManager to new namespace.Alistair Bush2007-10-121-2/+2
* Commiting update to setup.oy for test purposes.Alistair Bush2007-10-121-2/+2
* In process on refactoring java-config-2 as part of move to /usr/lib/python*/s...Alistair Bush2007-10-1110-7/+4
* More fixes for bug #195320.Alistair Bush2007-10-111-1/+1
* More fixes for bug #195320.Alistair Bush2007-10-111-0/+1
* Bug#:195382 Fixed multiple issues where vm's were being used without checking...Alistair Bush2007-10-112-6/+8
* Updated Version.Alistair Bush2007-10-082-2/+2
* Fixed bug where variable was being referenced as global instead on instance.Alistair Bush2007-10-051-1/+1
* Retabbed java-config-22.1.0Alistair Bush2007-10-041-237/+237
* Removing stray comments that were missed.Alistair Bush2007-10-042-16/+4
* Updated version to 2.1.0Alistair Bush2007-10-042-2/+2
* Merged virtuals-support changes r4995:5437 into trunkAlistair Bush2007-10-027-283/+589
|\
| * Fixed bug in Virtual classpath functionAlistair Bush2007-10-021-1/+1
| * Explicitly returning False.Alistair Bush2007-09-261-0/+1
| * Changes to parse the virtuals directly in the Python code.Jean-Noël Rivasseau2007-09-264-214/+265
| * Fixed bug in Virtual.pyAlistair Bush2007-09-261-1/+1
| * Added some documenation, cleaned up EnvironmentManagers have_provider functio...Alistair Bush2007-09-262-20/+20
| * Add back try-catch block.Alistair Bush2007-09-251-4/+4
| * Add function needs_vm which will be used to determine whether this virtual is...Alistair Bush2007-09-251-0/+8
| * Fixes when a virtual has no VM key in its configuration file.Jean-Noël Rivasseau2007-09-202-11/+13
| * Hopefully fixed another bug where classpath for virtual was not being returne...Alistair Bush2007-09-201-6/+3
| * Force EnvironmentManager to load the active vm whe initalised. Required as V...Alistair Bush2007-09-201-0/+1
| * Fixing bug where the lowest vm target would be return, instead of the lowest ...Alistair Bush2007-09-201-2/+5
| * Adding back sys.path.append which I removed for testing and forgot to reinstate.Alistair Bush2007-09-202-2/+2
| * Improvement to Virtual classes to support Virtuals that provide both vms and ...Alistair Bush2007-09-203-51/+103
| * Commit cleanup of code, remove comments, etc.Alistair Bush2007-09-172-132/+132
| * Fixed bug in gjl and code style in depend-java-queryAlistair Bush2007-09-172-190/+191
| * Fixing minor tab issuesAlistair Bush2007-09-171-427/+425
| * Commented out some debug messages.Alistair Bush2007-09-121-2/+2
| * Re-added sys path to depend-java-query and gjl so it actually works when you ...Alistair Bush2007-09-072-2/+2
| * Re-added sys path to java-config-2 so it actually works when you have merged it.Alistair Bush2007-09-071-1/+1
| * Finished work on virtuals, added support for build time VM selection, gjl and...Jean-Noël Rivasseau2007-08-316-1109/+1191
| * Add support for PREFER_UPSTREAM. Used to configure which package is selected...Alistair Bush2007-07-161-0/+8
| * Added support to java-config-2 to return all packages that a virtual providesAlistair Bush2007-07-081-1/+9
| * More fixes for to emulate package optional dependencies within virtualsAlistair Bush2007-06-221-8/+7
| * Fix more bugs for active packages.Alistair Bush2007-06-221-3/+6
| * Fix format issues.Alistair Bush2007-06-222-64/+47
| * Fixed issue with Virtual class variables actually being global. Python is an ...Alistair Bush2007-06-141-8/+8