-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathbuild.properties
34 lines (34 loc) · 1.34 KB
/
build.properties
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
31
32
33
34
source.. = src/
output.. = bin/
bin.includes = plugin.xml,\
META-INF/,\
.,\
icons/,\
lib/,\
jbehave_templates/
jars.extra.classpath = lib/commons-collections-3.2.1.jar,\
lib/commons-io-2.1.jar,\
lib/commons-lang-2.5.jar,\
lib/functionaljava-3.0.jar,\
lib/guava-10.0.1.jar,\
lib/jbehave-core-3.6-SNAPSHOT.jar,\
lib/jsr305-1.3.9.jar,\
lib/logback-classic-1.0.0.jar,\
lib/logback-core-1.0.0.jar,\
lib/plexus-utils-2.0.5.jar,\
lib/slf4j-api-1.6.4.jar,\
lib/commons-codec-1.6.jar
bin.excludes = lib/bsh-2.0b4.jar,\
lib/freemarker-2.3.16.jar,\
lib/jcommander-1.12.jar,\
lib/junit-3.8.1.jar,\
lib/junit-dep-4.8.2.jar,\
lib/mockito-all-1.8.4.jar,\
lib/snakeyaml-1.6.jar,\
lib/testng-6.3.1.jar,\
lib/xpp3_min-1.1.4c.jar,\
lib/xstream-1.3.1.jar,\
lib/paranamer-2.4.jar,\
lib/hamcrest-core-1.1.jar,\
lib/hamcrest-integration-1.1.jar,\
lib/hamcrest-library-1.1.jar