merge bnd lib inside common core bundle to avoid need to install bndlib separately
add commmons.lang jar to core.feature file for same purpose (FELIX-1677)


git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@820670 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/sigil/eclipse/core.feature/feature.xml b/sigil/eclipse/core.feature/feature.xml
index 1a87b49..df9d26e 100644
--- a/sigil/eclipse/core.feature/feature.xml
+++ b/sigil/eclipse/core.feature/feature.xml
@@ -77,6 +77,13 @@
    </requires>
 
    <plugin
+         id="com.springsource.org.apache.commons.lang"
+         download-size="0"
+         install-size="0"
+         version="2.4.0"
+         unpack="false"/>
+         
+   <plugin
          id="org.apache.felix.sigil.common.core"
          download-size="0"
          install-size="0"