Revert "removed PluginNature from our OSGi bundles; they are not Eclipse plugins";

according to https://bugs.eclipse.org/bugs/show_bug.cgi?id=544977#c21 the
scenario of using the ManifestBuilder without setting the PluginNature is
not a supported scenario. Besides, it doesn't help to get rid of the new
Eclipse warning regarding non-exported packages.

This reverts commit 063484e29f.
This commit is contained in:
Axel Uhl
2019-05-28 21:54:20 +02:00
parent c1380ba118
commit 89e8bef9c8
150 changed files with 150 additions and 0 deletions
@@ -32,6 +32,7 @@
</buildCommand>
</buildSpec>
<natures>
<nature>org.eclipse.pde.PluginNature</nature>
<nature>org.eclipse.jdt.core.javanature</nature>
<nature>com.gwtplugins.gwt.eclipse.core.gwtNature</nature>
</natures>