| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | The NetBeans startup script should be patched on -CURRENT only. | Jimmy Olgeni | 2003-06-07 | 1 | -14/+0 |
| | | | | | | | | | | | | | | The -CURRENT /bin/expr command may get confused when matching regexps against strings that begin with "-", because they are interpreted as command flags. Using "--" as the first flag solves this, but it will in turn confuse -STABLE expr (syntax error), so it looks like there's no common way to do it (that I can think of). Notes: svn path=/head/; revision=82466 | ||||
| * | Revert javavm hack, which prevents execution of jpda related modules. | Jimmy Olgeni | 2003-06-02 | 1 | -53/+0 |
| | | | | | | | | | | JDK_HOME will have to be set by hand (or use the -jdkhome switch). Submitted by: Khairil Yusof <kaeru@pd.jaring.my> Notes: svn path=/head/; revision=82034 | ||||
| * | Add a port for NetBeans, fix the startup script ("expr" syntax) and | Jimmy Olgeni | 2003-06-02 | 1 | -0/+67 |
| use the javavm command to start. Notes: svn path=/head/; revision=81986 | |||||
