[142342] Moving common logging and log4j to seperate plugins.
diff --git a/assembly/features/org.apache.commons_logging.feature/feature.xml b/assembly/features/org.apache.commons_logging.feature/feature.xml
new file mode 100644
index 0000000..9a2049d
--- /dev/null
+++ b/assembly/features/org.apache.commons_logging.feature/feature.xml
@@ -0,0 +1,30 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<feature
+      id="org.apache.commons_logging.feature"
+      label="%featureName"
+      version="1.0.4.qualifier"
+      provider-name="%providerName">
+
+   <description>
+      %description
+   </description>
+
+   <copyright>
+      %copyright
+   </copyright>
+
+   <license url="%licenseURL">
+      %license
+   </license>
+
+   <url>
+      <update label="%updateSiteName" url="http://download.eclipse.org/webtools/updates/"/>
+   </url>
+
+   <plugin
+         id="org.apache.commons_logging"
+         download-size="0"
+         install-size="0"
+         version="0.0.0"/>
+
+</feature>