[560597] Fix PackageImpl javajet template

After the regen for bugzilla 559231, some regression have been
detected by org.eclipse.gmf.tests.runtime.diagram.ui.ConnectorTests.

After analysis, it seems that the line

  EPackage.Registry.INSTANCE.put(eNS_URI, theNotationPackage);

from NotationPackageImpl.init() has been removed during the regen.
It's normal because this line does not exist in the override of the
template for this class
(/org.eclipse.gmf.runtime.notation/templates/model/PackageClass.javajet).
This line has been manually added in commit [1] ([275209] gmf_head
aboyko 090505 [Tests] Runtime tests fail for M7). But the corresonding
javajet has not been changed in the same time.

This commit only added this line in javajet. A full update of the
template according to EMF master branch would be better.

[1] https://git.eclipse.org/c/gmf-notation/org.eclipse.gmf.notation.git/commit/?id=155272a4812a216a7c7db3d62011971a20114b55

Bug: https://bugs.eclipse.org/bugs/show_bug.cgi?id=560597
Change-Id: I1396bc81648dab93a802fd23abe52e6863da8b77
Signed-off-by: Laurent Redor <laurent.redor@obeo.fr>
Also-by: Pierre-Charles David <pierre-charles.david@obeo.fr>
2 files changed