|
Revision 410, 388 bytes
(checked in by dhughes, 2 years ago)
|
|
This commits some outstanding updates and also adds a useTransaction argument to delete and deleteAll on the iterator object.
Fixes #59
|
| Line | |
|---|
| 1 | #This file is used by CFEclipse to locate and open an external browser on a given project file. |
|---|
| 2 | #The path in the file system to the browser executable |
|---|
| 3 | BrowserPath=C:/Program Files/Mozilla Firefox/firefox.exe |
|---|
| 4 | #The URL to the project webroot directory |
|---|
| 5 | RootURL=http://localhost/ |
|---|
| 6 | #The path in the current project to the webroot directory. Including the project name itself. |
|---|
| 7 | URLMask=/Reactor/ |
|---|