~verterok/bzr-eclipse/pluginpath-fix

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
source.. = src/
output.. = bin/
bin.includes = plugin.xml,\
               .,\
               icons/,\
               html/,\
               *.xml,\
               plugin.properties,\
               META-INF/,\
               LICENSE,\
               Contributers,\
               build.properties,\
               .project,\
               .classpath,\
               images/
jars.compile.order = .
src.includes = src/,\
               plugin.xml,\
               plugin.properties,\
               icons/,\
               build.properties,\
               META-INF/,\
               Contributers,\
               LICENSE,\
               .project,\
               .classpath,\
               .settings/,\
               testToc.xml,\
               toc.xml,\
               html/,\
               images/
additional.bundles = org.vcs.bazaar.eclipse.core