diff options
author | Tom Schindl | 2014-07-08 08:04:13 +0000 |
---|---|---|
committer | Tom Schindl | 2014-07-08 08:04:13 +0000 |
commit | 5f7c53c30f9f8b0b5a215958b82e631dbe6bb89c (patch) | |
tree | 0ebcdff33acb2b1acc3658bc048dae3295a3ed0f /releng/runtime/org.eclipse.fx.runtime.feature | |
parent | ee5af1170878623989f01be782bd3060bc780252 (diff) | |
download | org.eclipse.efxclipse-5f7c53c30f9f8b0b5a215958b82e631dbe6bb89c.tar.gz org.eclipse.efxclipse-5f7c53c30f9f8b0b5a215958b82e631dbe6bb89c.tar.xz org.eclipse.efxclipse-5f7c53c30f9f8b0b5a215958b82e631dbe6bb89c.zip |
include slf4j in the feature
Diffstat (limited to 'releng/runtime/org.eclipse.fx.runtime.feature')
-rw-r--r-- | releng/runtime/org.eclipse.fx.runtime.feature/feature.xml | 29 |
1 files changed, 28 insertions, 1 deletions
diff --git a/releng/runtime/org.eclipse.fx.runtime.feature/feature.xml b/releng/runtime/org.eclipse.fx.runtime.feature/feature.xml index b4a94b5a3..36ec005bc 100644 --- a/releng/runtime/org.eclipse.fx.runtime.feature/feature.xml +++ b/releng/runtime/org.eclipse.fx.runtime.feature/feature.xml @@ -521,7 +521,7 @@ This Agreement is governed by the laws of the State of New York and the intellec install-size="0" version="0.0.0" unpack="false"/> - + <plugin id="org.eclipse.fx.ui.controls.source" download-size="0" @@ -529,4 +529,31 @@ This Agreement is governed by the laws of the State of New York and the intellec version="0.0.0" unpack="false"/> + <plugin + id="org.eclipse.fx.core.slf4j" + download-size="0" + install-size="0" + version="0.0.0" + unpack="false"/> + + <plugin + id="org.eclipse.fx.core.slf4j.source" + download-size="0" + install-size="0" + version="0.0.0" + unpack="false"/> + + <plugin + id="org.slf4j.api" + download-size="0" + install-size="0" + version="0.0.0" + unpack="false"/> + <plugin + id="org.slf4j.api.source" + download-size="0" + install-size="0" + version="0.0.0" + unpack="false"/> + </feature> |