You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ro...@apache.org on 2017/08/17 13:34:13 UTC

svn commit: r1805284 - /sling/trunk/tooling/ide/eclipse-m2e-ui/META-INF/MANIFEST.MF

Author: rombert
Date: Thu Aug 17 13:34:13 2017
New Revision: 1805284

URL: http://svn.apache.org/viewvc?rev=1805284&view=rev
Log:
SLING-6190 - More gracefully deal with non existing natures during
project import

Added missing import to manifest.

Modified:
    sling/trunk/tooling/ide/eclipse-m2e-ui/META-INF/MANIFEST.MF

Modified: sling/trunk/tooling/ide/eclipse-m2e-ui/META-INF/MANIFEST.MF
URL: http://svn.apache.org/viewvc/sling/trunk/tooling/ide/eclipse-m2e-ui/META-INF/MANIFEST.MF?rev=1805284&r1=1805283&r2=1805284&view=diff
==============================================================================
--- sling/trunk/tooling/ide/eclipse-m2e-ui/META-INF/MANIFEST.MF (original)
+++ sling/trunk/tooling/ide/eclipse-m2e-ui/META-INF/MANIFEST.MF Thu Aug 17 13:34:13 2017
@@ -58,6 +58,7 @@ Import-Package: org.apache.commons.httpc
  org.eclipse.ui.plugin,
  org.eclipse.ui.preferences,
  org.eclipse.ui.progress,
+ org.eclipse.ui.statushandlers,
  org.eclipse.wst.common.frameworks.datamodel,
  org.eclipse.wst.common.project.facet.core,
  org.eclipse.wst.server.core,