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 2016/11/02 15:06:54 UTC

svn commit: r1767697 - /sling/trunk/tooling/ide/eclipse-test/META-INF/MANIFEST.MF

Author: rombert
Date: Wed Nov  2 15:06:54 2016
New Revision: 1767697

URL: http://svn.apache.org/viewvc?rev=1767697&view=rev
Log:
SLING-6112 - Make Sling IDE independent of m2e-tycho 

eclipse-test: allow eclipse-m2e-test to import the helpers package

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

Modified: sling/trunk/tooling/ide/eclipse-test/META-INF/MANIFEST.MF
URL: http://svn.apache.org/viewvc/sling/trunk/tooling/ide/eclipse-test/META-INF/MANIFEST.MF?rev=1767697&r1=1767696&r2=1767697&view=diff
==============================================================================
--- sling/trunk/tooling/ide/eclipse-test/META-INF/MANIFEST.MF (original)
+++ sling/trunk/tooling/ide/eclipse-test/META-INF/MANIFEST.MF Wed Nov  2 15:06:54 2016
@@ -37,3 +37,4 @@ Import-Package: javax.jcr,
  org.osgi.service.event;version="1.3.0"
 Bundle-Activator: org.apache.sling.ide.test.impl.Activator
 Bundle-ActivationPolicy: lazy
+Export-Package: org.apache.sling.ide.test.impl.helpers;x-friends:="org.apache.sling.ide.eclipse-m2e-test"