Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--org.eclipse.pde.build/src/org/eclipse/pde/internal/build/IPDEBuildConstants.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/IPDEBuildConstants.java b/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/IPDEBuildConstants.java
index f73a3d42..770106f3 100644
--- a/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/IPDEBuildConstants.java
+++ b/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/IPDEBuildConstants.java
@@ -140,6 +140,7 @@ public interface IPDEBuildConstants {
public static final String BUNDLE_CORE_RUNTIME = "org.eclipse.core.runtime"; //$NON-NLS-1$
public static final String BUNDLE_SIMPLE_CONFIGURATOR = "org.eclipse.equinox.simpleconfigurator"; //$NON-NLS-1$
public static final String BUNDLE_DS = "org.eclipse.equinox.ds"; //$NON-NLS-1$
+ public static final String BUNDLE_FELIX_SCR = "org.apache.felix.scr"; //$NON-NLS-1$
public static final String FEATURE_PLATFORM_LAUNCHERS = "org.eclipse.platform.launchers"; //$NON-NLS-1$
public static final String FEATURE_EQUINOX_EXECUTABLE = "org.eclipse.equinox.executable"; //$NON-NLS-1$

Back to the top