aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Rename bin/java-config-2 → bin/java-configFlorian Schmaus2023-11-171-320/+0
* Use Meson as build systemFlorian Schmaus2023-11-161-6/+8
* Drop deprecated features to set system and user VMsJames Le Cuirot2018-10-241-52/+1
* remove a bunch of useless elsesPatrice Clement2017-06-021-45/+33
* headers must goPatrice Clement2017-06-021-1/+0
* this how string formatting is to be done in PythonPatrice Clement2017-05-081-5/+5
* remove obsolete URLsPatrice Clement2017-05-081-3/+0
* remove extraneous bracesPatrice Clement2017-05-081-1/+1
* Deprecation notice for setting system and user vmRalph Sennhauser2013-12-281-1/+5
* Remove long deprecated options from java-configRalph Sennhauser2013-12-251-111/+0
* Have a single obvious location for specifing the package versionRalph Sennhauser2013-02-121-3/+2
* Fix shebangs to be usable in PrefixRalph Sennhauser2013-02-101-1/+1
* Make the scripts ROOT and EPREFIX awareRalph Sennhauser2013-02-101-7/+7
* Face lifting for java-config --help.Ralph Sennhauser2013-01-021-41/+132
* Don't require uid 0 for setting system vm, write permission for the link is s...Ralph Sennhauser2013-01-021-14/+11
* [java-config] Use a list instead of a set to build a package's classpath to e...James Le Cuirot2011-11-021-1/+0
* Merge patch from Kyle pan <kyle.j.pan@gmail.com> to fix bug #179853.Serkan Kaba2011-04-061-0/+2
* Print build-only warnings only when a build-only vm is present. Bug #302109.Vlastimil Babka2010-04-131-4/+8
* Apply python3 patch 7 from Arfrever. Trunk now broken until a few python3 is...Alistair Bush2009-12-251-1/+6
* Apply python3 patch 5 from ArfreverAlistair Bush2009-12-251-5/+5
* Apply python3 patch 3 from ArfreverAlistair Bush2009-12-251-2/+2
* bug fixesAlistair Bush2009-09-161-2/+5
* Improved message to be displayed to user running java-config -LAlistair Bush2009-08-261-4/+11
* Add support for build only vm's and remove support for old style virtual supp...Alistair Bush2009-06-081-4/+11
* Add support for querying a packages package.envAlistair Bush2009-04-241-29/+61
* Fix FormattingAlistair Bush2009-02-241-3/+3
* Migrate from depreciated Set class and fix bug 247608.Alistair Bush2008-11-201-4/+2
* Rename get_virtuals_packages to get_virtual_providers.Petteri Räty2008-02-261-2/+2
* Fix message, clean up commentsAlistair Bush2008-01-211-1/+1
* Revert this back, didn't mean to commit it.Alistair Bush2008-01-211-5/+5
* Fix another tiny bug.Alistair Bush2008-01-211-5/+5
* Lots of little changes.Alistair Bush2008-01-141-2/+2
* Speedup java-config by moving to lazy loading of packages in EnvironmentManag...Petteri Räty2007-11-101-17/+16
* 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
* Fixing bug in handling Exception.Alistair Bush2007-10-131-3/+4
* Adding new Exception to handle when a virtual does not have a provider.Alistair Bush2007-10-131-0/+4
* In process on refactoring java-config-2 as part of move to /usr/lib/python*/s...Alistair Bush2007-10-111-7/+4
* Retabbed java-config-22.1.0Alistair Bush2007-10-041-237/+237
* Commit cleanup of code, remove comments, etc.Alistair Bush2007-09-171-3/+0
* 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-311-228/+231
* Added support to java-config-2 to return all packages that a virtual providesAlistair Bush2007-07-081-1/+9
* Applied patch from bug #149460 so that --select-vm= behaves the same way as i...Petteri Räty2006-12-091-0/+3
* Move -n and --nocolor to always be the first arguments passed to the OptionPa...Petteri Räty2006-12-091-1/+12
* Changing java-config-2 to return !0 values when there is an error condition o...Petteri Räty2006-11-301-26/+18
* Removed uneeded branching logic. It was used to highlight JDKs when doing -L,...Joshua Nichols2006-09-231-4/+1
* Made java-config-2 -L match java-config-1 -LJoshua Nichols2006-09-231-2/+3
* Added messages for when setting user/system vm.Joshua Nichols2006-09-211-6/+5
* Added --tools to java-config-2Joshua Nichols2006-09-191-0/+13