Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJulien HENRY2017-04-14 09:08:29 +0000
committerJulien HENRY2017-04-24 07:48:04 +0000
commit2113ebe27fd2ac0cbceba52d0610d342330db528 (patch)
tree4a8ac2230ec6b973e8cf430310283f77bd45f22c /pom.xml
parenta522102710eb0c7adf0c5aa34ce964169be06a6c (diff)
downloadrt.equinox.bundles-2113ebe27fd2ac0cbceba52d0610d342330db528.tar.gz
rt.equinox.bundles-2113ebe27fd2ac0cbceba52d0610d342330db528.tar.xz
rt.equinox.bundles-2113ebe27fd2ac0cbceba52d0610d342330db528.zip
[bug 234509] Equinox keystore fragment for Linux 64bitI20170425-0700I20170425-0240I20170425-0215I20170424-2000
Use libsecret Change-Id: If2a78c2844bce4232f2e15075c28b380a0737ce4 Signed-off-by: Julien HENRY <henryju@yahoo.fr>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index eb208786c..2699f7f26 100644
--- a/pom.xml
+++ b/pom.xml
@@ -90,6 +90,7 @@
<module>bundles/org.eclipse.equinox.security.macosx</module>
<module>bundles/org.eclipse.equinox.security.win32.x86</module>
<module>bundles/org.eclipse.equinox.security.win32.x86_64</module>
+ <module>bundles/org.eclipse.equinox.security.linux.x86_64</module>
<module>bundles/org.eclipse.equinox.bidi</module>
<module>bundles/org.eclipse.equinox.cm</module>
<module>bundles/org.eclipse.equinox.console</module>

Back to the top