aboutsummaryrefslogtreecommitdiffstats
path: root/.classpath
diff options
context:
space:
mode:
authorKenny Root <kenny@the-b.org>2013-02-03 19:00:31 -0800
committerKenny Root <kenny@the-b.org>2013-02-03 22:59:52 -0800
commitabd16a0d0b44884f1ccb266155d6b4149179ca14 (patch)
treec20d9d6c969ed7ae890fea808b3ab487a02dcca5 /.classpath
parent598fb427f96712191cc264df14688d82db3dd664 (diff)
downloadconnectbot-abd16a0d0b44884f1ccb266155d6b4149179ca14.tar.gz
connectbot-abd16a0d0b44884f1ccb266155d6b4149179ca14.tar.bz2
connectbot-abd16a0d0b44884f1ccb266155d6b4149179ca14.zip
Remove J2ME compatibility layer for keys
Use JCE instead of the DIY crypto library that is in Trilead. This was apparently for J2ME devices. Well, I'm sorry, J2ME devices, you're dead to me.
Diffstat (limited to '.classpath')
-rw-r--r--.classpath1
1 files changed, 1 insertions, 0 deletions
diff --git a/.classpath b/.classpath
index 31e9da2..e69f104 100644
--- a/.classpath
+++ b/.classpath
@@ -3,5 +3,6 @@
<classpathentry kind="src" path="src"/>
<classpathentry kind="con" path="com.android.ide.eclipse.adt.ANDROID_FRAMEWORK"/>
<classpathentry kind="src" path="gen"/>
+ <classpathentry exported="true" kind="con" path="com.android.ide.eclipse.adt.LIBRARIES"/>
<classpathentry kind="output" path="bin/classes"/>
</classpath>