https://bugs.freedesktop.org/show_bug.cgi?id=84628

--- Comment #1 from DavidO <[email protected]> ---
It seems that Eclipse has restriction of having multiple projects in the same
directory as Eclipse's project is represented by .project file and only one
.project file can exists in one directory. Due to LibreOffice directory
structure, there are multiple targets/projects in one directory, e. g.:

svx has number of libraries:

svx
svxcore
[...]

One approach to solve this would be to merge the multiple targets in one
Eclipse project and use the union of all includes and defines for all targets
in this subdirectory targets. To stay with svx example above, the solution
would be to create single project svx and include all sources in this directory
tree and use combined includes and all defines from all targets (dvx, svxcore,
...).

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to