|
Revision 109, 243 bytes
(checked in by pragma, 3 years ago)
|
7/11/05
- changed default web.xml for dspconf to /dspconf from /foo/bar
7/16/05
- added line number support for code generator
+ (bugfix) Issues with paths on custom tags.. requires "./" to get local directory
- eliminated dependency attribute from <dsp:tag>
- added expression support for filename attribute on <dsp:tag>
|
| Line | |
|---|
| 1 |
<?xml version="1.0"?> |
|---|
| 2 |
<!-- |
|---|
| 3 |
application configuration file |
|---|
| 4 |
--> |
|---|
| 5 |
<applications> |
|---|
| 6 |
<!-- note: the 'path' must be an absolute path in this version (sorry) --> |
|---|
| 7 |
<application name="/dspconf" path="c:/dev/dsp/trunk/dspconf" /> |
|---|
| 8 |
</applications> |
|---|