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

Back to the top