Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTom Schindl2017-01-10 11:15:19 +0000
committerTom Schindl2017-01-10 11:15:19 +0000
commite4f87f74c6ccaa5435cd390dac5d8585be608ef3 (patch)
treef017e9370307b798f407b8c6af875770f78626d5 /releng/runtime
parent494b34be42d9268b5f5208297182d5deba1b3fc2 (diff)
downloadorg.eclipse.efxclipse-e4f87f74c6ccaa5435cd390dac5d8585be608ef3.tar.gz
org.eclipse.efxclipse-e4f87f74c6ccaa5435cd390dac5d8585be608ef3.tar.xz
org.eclipse.efxclipse-e4f87f74c6ccaa5435cd390dac5d8585be608ef3.zip
added missing source
Diffstat (limited to 'releng/runtime')
-rw-r--r--releng/runtime/org.eclipse.fx.target.feature/feature.xml49
1 files changed, 49 insertions, 0 deletions
diff --git a/releng/runtime/org.eclipse.fx.target.feature/feature.xml b/releng/runtime/org.eclipse.fx.target.feature/feature.xml
index e69639bc0..b42e976be 100644
--- a/releng/runtime/org.eclipse.fx.target.feature/feature.xml
+++ b/releng/runtime/org.eclipse.fx.target.feature/feature.xml
@@ -2495,4 +2495,53 @@ Java and all Java-based trademarks are trademarks of Oracle Corporation in the U
version="0.0.0"
unpack="false"
/>
+
+ <plugin
+ id="org.eclipse.osgi.compatibility.state.source"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"
+ />
+
+ <!--plugin
+ id="org.sat4j.core.source"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"
+ />
+
+ <plugin
+ id="org.sat4j.pb.source"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"
+ /-->
+
+ <plugin
+ id="org.tukaani.xz.source"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"
+ />
+
+ <plugin
+ id="org.apache.httpcomponents.httpclient.source"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"
+ />
+
+ <plugin
+ id="org.apache.httpcomponents.httpcore.source"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"
+ />
+
</feature>

Back to the top