Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 32c8e62095019f21bc706bce4629bf5cbff9988e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
bin.includes = META-INF/,\
               oprofile-core.jar,\
               plugin.properties,\
               about.html,\
               README,\
               natives/,\
               op_error_key,\
               plugin.xml
src.includes = README,\
               about.html,\
               natives/
jars.compile.order = oprofile-core.jar
source.oprofile-core.jar = src/
output.oprofile-core.jar = bin/
individualSourceBundles=true

Back to the top