Commit dd5997b
993: Fixed the pipeines project layout so that it will load in Eclipse (iluwatar#1004)
The source directory was not working in the 2019.09 version of Eclipse. The
problem was in the layout of the project: after the src/main/java and
src/test/java, the directory was naed com.iluwatar.pipeline. It should've
been com/iluwatar/pipeline. This follows the hierarchy of all of the other
patterns.
Once these files were moved, the Pipeline project compiled without errors.1 parent e6c71b6 commit dd5997b
8 files changed
File tree
- pipeline/src
- main/java/com/iluwatar/pipeline
- test/java/com/iluwatar/pipeline
File renamed without changes.
0 commit comments