Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: b0a25af2b4ddaa7c5fa0471e5095d669393c0b75 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# NLS_MESSAGEFORMAT_VAR
src.includes = about.html
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