-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbuild.properties
More file actions
30 lines (30 loc) · 820 Bytes
/
build.properties
File metadata and controls
30 lines (30 loc) · 820 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
source.. = src/
output.. = bin/
bin.includes = plugin.xml,\
META-INF/,\
.,\
icons/,\
plugin.properties,\
.classpath,\
.project,\
.settings/,\
bin/,\
build.properties,\
resources/,\
src/,\
library.jar
src.includes = src/,\
resources/,\
plugin.xml,\
icons/,\
build.properties,\
bin/,\
META-INF/,\
.settings/,\
.project,\
.classpath,\
plugin.properties
jars.compile.order = .,\
library.jar
source.library.jar = src/
output.library.jar = bin/