I hear the GWT module name changes would help too so here they are. Sorry that I left them
out:
org.kie.guvnor.project.GuvnorProjectAPI
changed to
org.kie.workbench.common.services.project.GuvnorProjectAPI
Toni
On May 21, 2013, at 2:04 PM, Toni Rikkola wrote:
While moving the kie-wb modules to new locations the names and GAV
information will change. This causes the modules that depend on them to break. Here is a
list that hopefully helps to fix them.
org.kie.guvnor:guvnor-project-api
moved to
org.kie.workbench.services:kie-wb-common-project-api
org.kie.guvnor:guvnor-project-backend
moved to
org.kie.workbench.services:kie-wb-common-project-backend
org.kie.guvnor:guvnor-project-client
was no longer needed and it was removed.
Packages changed, for example
org.kie.guvnor.project.service
is now
org.kie.workbench.common.services.project.service
Toni