File: build.properties

package info (click to toggle)
eclipse-emf 2.8.3-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 57,992 kB
  • ctags: 81,092
  • sloc: java: 561,060; xml: 7,553; sh: 111; makefile: 11
file content (19 lines) | stat: -rw-r--r-- 644 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
bin.includes = about.html,\
               .,\
               plugin.properties,\
               plugin.xml,\
               icons/,\
               META-INF/,\
               ant_tasks/importer.java.tasks.jar
src.includes = about.html,\
               readme.html
jars.compile.order = .,\
                     ant_tasks/importer.java.tasks.jar
source.. = src/
output.. = bin/
exclude.. = **/doc-files/**
source.ant_tasks/importer.java.tasks.jar = tasks/
output.ant_tasks/importer.java.tasks.jar = bin.tasks/
jars.extra.classpath = ../org.eclipse.emf.ant/ant_tasks/emf.ant.tasks.jar
exclude.ant_tasks/importer.java.tasks.jar = **/doc-files/**