diff options
author | Kenny Root <kenny@the-b.org> | 2013-02-03 19:00:31 -0800 |
---|---|---|
committer | Kenny Root <kenny@the-b.org> | 2013-02-03 22:59:52 -0800 |
commit | abd16a0d0b44884f1ccb266155d6b4149179ca14 (patch) | |
tree | c20d9d6c969ed7ae890fea808b3ab487a02dcca5 /.classpath | |
parent | 598fb427f96712191cc264df14688d82db3dd664 (diff) | |
download | connectbot-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-- | .classpath | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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> |