In other words: change the root package classpath.
The root package is named poc for now. This was fine only while the project was actually at a stage of Proof of Concept. However this is not really the case anymore, and anyway it will have to change in the future.
This should be something more standard - i.e. following Java conventions - and related to the context of the project.
This could be something like com.ariatemplates.tools.editors.
In other words: change the root package classpath.
The root package is named
pocfor now. This was fine only while the project was actually at a stage of Proof of Concept. However this is not really the case anymore, and anyway it will have to change in the future.This should be something more standard - i.e. following Java conventions - and related to the context of the project.
This could be something like
com.ariatemplates.tools.editors.