|
Revision 7307, 0.6 KB
(checked in by stedwar2, 5 years ago)
|
|
Trying to get log4j logging to work.
|
| Line | |
|---|
| 1 | source.owdplugin.jar = src/, PythonSrc/ |
|---|
| 2 | output.owdplugin.jar = bin/ |
|---|
| 3 | bin.includes = META-INF/,\ |
|---|
| 4 | owdplugin.jar,\ |
|---|
| 5 | jython2.2.1/jython.jar,\ |
|---|
| 6 | plugin.xml,\ |
|---|
| 7 | WaveDev/,\ |
|---|
| 8 | PythonSrc/,\ |
|---|
| 9 | logger.properties,\ |
|---|
| 10 | icons/ |
|---|
| 11 | jars.extra.classpath = jython2.2.1/jython.jar |
|---|
| 12 | src.includes = .classpath,\ |
|---|
| 13 | .project,\ |
|---|
| 14 | .pydevproject,\ |
|---|
| 15 | META-INF/,\ |
|---|
| 16 | PythonSrc/,\ |
|---|
| 17 | icons/,\ |
|---|
| 18 | javaCompiler...args,\ |
|---|
| 19 | logger.properties,\ |
|---|
| 20 | plugin.xml,\ |
|---|
| 21 | src/ |
|---|