Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorslewis2008-10-08 18:12:36 +0000
committerslewis2008-10-08 18:12:36 +0000
commit8138996098b858d4d7cc63acff8c2806ff50173d (patch)
tree803675bcf7e5e6511ddd6627ebae9dd847377bf9 /releng/features/org.eclipse.ecf.core-feature/feature.xml
parent2d8964642565b63c2ec950e75c7d103dfdcb07e9 (diff)
downloadorg.eclipse.ecf-8138996098b858d4d7cc63acff8c2806ff50173d.tar.gz
org.eclipse.ecf-8138996098b858d4d7cc63acff8c2806ff50173d.tar.xz
org.eclipse.ecf-8138996098b858d4d7cc63acff8c2806ff50173d.zip
added apache logging to list of feature bundles, for non-Eclipse sdk environments
Diffstat (limited to 'releng/features/org.eclipse.ecf.core-feature/feature.xml')
-rw-r--r--releng/features/org.eclipse.ecf.core-feature/feature.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/releng/features/org.eclipse.ecf.core-feature/feature.xml b/releng/features/org.eclipse.ecf.core-feature/feature.xml
index 9b9968aa7..b2ce42260 100644
--- a/releng/features/org.eclipse.ecf.core-feature/feature.xml
+++ b/releng/features/org.eclipse.ecf.core-feature/feature.xml
@@ -426,6 +426,13 @@ Contributors: Composent, Inc. - initial API and implementation
version="0.0.0"
unpack="false"/>
+ <plugin
+ id="org.apache.commons.logging"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
</feature>

Back to the top