Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPascal Rapicault2008-03-10 20:37:24 +0000
committerPascal Rapicault2008-03-10 20:37:24 +0000
commit4de0cf681f3b817e6bf4f244bc7b8f028e0a6c3f (patch)
treef7d0b0e66fe94abbc61fe7d8a023666caf650a8b /org.eclipse.equinox.p2.releng/buildtime-features/org.eclipse.equinox.p2.agent.feature/feature.xml
parent63b916a5d6149ed71988ed690c23014fa68ecb81 (diff)
downloadrt.equinox.p2-4de0cf681f3b817e6bf4f244bc7b8f028e0a6c3f.tar.gz
rt.equinox.p2-4de0cf681f3b817e6bf4f244bc7b8f028e0a6c3f.tar.xz
rt.equinox.p2-4de0cf681f3b817e6bf4f244bc7b8f028e0a6c3f.zip
add sat4j
Diffstat (limited to 'org.eclipse.equinox.p2.releng/buildtime-features/org.eclipse.equinox.p2.agent.feature/feature.xml')
-rw-r--r--org.eclipse.equinox.p2.releng/buildtime-features/org.eclipse.equinox.p2.agent.feature/feature.xml12
1 files changed, 12 insertions, 0 deletions
diff --git a/org.eclipse.equinox.p2.releng/buildtime-features/org.eclipse.equinox.p2.agent.feature/feature.xml b/org.eclipse.equinox.p2.releng/buildtime-features/org.eclipse.equinox.p2.agent.feature/feature.xml
index 7e280c1f6..717b49136 100644
--- a/org.eclipse.equinox.p2.releng/buildtime-features/org.eclipse.equinox.p2.agent.feature/feature.xml
+++ b/org.eclipse.equinox.p2.releng/buildtime-features/org.eclipse.equinox.p2.agent.feature/feature.xml
@@ -198,4 +198,16 @@
version="0.0.0"
unpack="false"/>
+ <plugin
+ id="org.sat4j.core"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"/>
+
+ <plugin
+ id="org.sat4j.pb"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"/>
+
</feature>

Back to the top