mirror of
https://github.com/sigmasternchen/xtext-core
synced 2025-03-15 16:28:56 +00:00

org.eclipse.xtext, org.eclipse.xtext.ide and org.eclipse.xtext.util are Xtend free. Remove xtend-gen folders from build. Signed-off-by: Arne Deutsch <Arne.Deutsch@itemis.de>
17 lines
433 B
INI
17 lines
433 B
INI
bin.includes = .,\
|
|
META-INF/,\
|
|
plugin.xml,\
|
|
plugin.properties,\
|
|
about.html,\
|
|
about.ini,\
|
|
about.mappings,\
|
|
about.properties,\
|
|
xtext32.png,\
|
|
schema/,\
|
|
org/
|
|
source.. = src-gen/,\
|
|
emf-gen/,\
|
|
packrat/,\
|
|
src/
|
|
output.. = bin/main/
|
|
src.includes = about.html
|