2
|
1 |
bin.includes = plugin.xml,\
|
|
2 |
META-INF/,\
|
|
3 |
components/,\
|
|
4 |
UIQComponentLibrary.jar,\
|
|
5 |
templates/,\
|
|
6 |
icons/,\
|
|
7 |
plugin.properties,\
|
|
8 |
data/
|
|
9 |
jars.compile.order = UIQComponentLibrary.jar
|
|
10 |
source.UIQComponentLibrary.jar = src/
|
|
11 |
output.UIQComponentLibrary.jar = bin/
|
|
12 |
|