Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 32849ddbf0a29238ce9e51a3705e495902263ab9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
src.includes = about.html
bin.includes = plugin.xml,\
               META-INF/,\
               config/,\
               plugin.properties,\
               net4j.util.jar,\
               lib/,\
               epl-v10.html,\
               copyright.txt
jars.compile.order = net4j.util.jar
source.net4j.util.jar = src/,\
                        config/
output.net4j.util.jar = bin/

Back to the top