Including file into build [message #676281] |
Fri, 03 June 2011 10:00  |
Eclipse User |
|
|
|
I want to include a file which is located in a source folder of the project (1) into the binary folder (2).
(1) src/org/eclipse/bpmn2/impl/bpmn2.ecore
(2) bin/org/eclipse/bpmn2/impl/bpmn2.ecore
where 'src' is a source folder, 'bin' a binary folder
I figured out that for *.txt and *.properties files this will be done automatically but not with files with file extension *.ecore
So I tried to specify the file as bin.include in build.properties but unfortunately this does not work.
My build.properties looks like this:
bin.includes = .,\
model/,\
META-INF/,\
plugin.xml,\
plugin.properties,\
src/org/eclipse/bpmn2/impl/bpmn2.ecore
jars.compile.order = .
source.. = src/
output.. = bin/
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.08194 seconds