Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 89537dd1b25756488b79a15b5c9c73ad1da6a1a8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
src.includes = about.html,\
               src/,\
               config/,\
               epl-v10.html,\
               copyright.txt
bin.includes = plugin.xml,\
               META-INF/,\
               config/,\
               plugin.properties,\
               lib/,\
               epl-v10.html,\
               copyright.txt,\
               about.html,\
               org.eclipse.net4j.util.jar,\
               license.html
output.org.eclipse.net4j.util.jar = bin/
source.org.eclipse.net4j.util.jar = src/,\
                                    config/
jars.compile.order = org.eclipse.net4j.util.jar
                                    

Back to the top