summaryrefslogtreecommitdiff
path: root/java/javavmwrapper (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Let be hohest: I really don't have a time now to properly maintain allMaxim Sobolev2003-07-291-1/+1
| | | | | | | | these great pieces of software, so that let others with more free time to take over them. Notes: svn path=/head/; revision=85841
* Clear moonlight beckons.Ade Lovett2003-03-072-1/+1
| | | | | | | | | | Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti. Notes: svn path=/head/; revision=77045
* Long overdue fix: correctly process arguments with spaces.Maxim Sobolev2002-02-022-5/+4
| | | | Notes: svn path=/head/; revision=54146
* Revert previous fix - it was not properly thought out.Maxim Sobolev2001-12-032-3/+4
| | | | | | | Submitted by: ted@tednet.nl (Ted Lindgreen) Notes: svn path=/head/; revision=50967
* Use "$@" instead of "$*" to pass parameters to a subshell. This ensures thatMaxim Sobolev2001-11-262-4/+3
| | | | | | | | | | parameters with spaces are passed correctly. PR: 32191 Submitted by: Ben Suffolk <ben.suffolk@orange.co.uk> Notes: svn path=/head/; revision=50565
* Fix typoRoger Hardiman2001-01-191-1/+1
| | | | Notes: svn path=/head/; revision=37328
* Whitespace-only:Maxim Sobolev2000-11-011-2/+2
| | | | | | | Make indentation uniform across my ports. Notes: svn path=/head/; revision=34558
* Add "unset JAVA_HOME" to make javavmwrapper working with some brain damagedMaxim Sobolev2000-06-202-1/+3
| | | | | | | software (Adobe AcrobatViewer). Notes: svn path=/head/; revision=29708
* Fix typo.Maxim Sobolev2000-06-121-1/+1
| | | | Notes: svn path=/head/; revision=29545
* Handle comments in all places.Maxim Sobolev2000-06-121-3/+4
| | | | Notes: svn path=/head/; revision=29541
* Initial import of javavmwrapper - a simple shell script which would allowMaxim Sobolev2000-06-125-0/+161
Java-based ports to use any of the Java Virtual Machines installed on the system. Notes: svn path=/head/; revision=29536