993: Fixed the pipeines project layout so that it will load in Eclipse (#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.
This commit is contained in:
Christopher O'Connell 2019-10-15 12:21:07 -04:00 committed by Ilkka Seppälä
parent e6c71b63fc
commit dd5997b495
8 changed files with 0 additions and 0 deletions