diff options
author | Kenny Root <kenny@the-b.org> | 2013-04-14 13:49:13 -0700 |
---|---|---|
committer | Kenny Root <kenny@the-b.org> | 2013-04-14 13:49:13 -0700 |
commit | 1381183ffa5fe6e043d684bbfee10cec71ee72c9 (patch) | |
tree | f2cbb5ec7e866a39fc2827c0c89e562e012f9f2e /tests/.classpath | |
parent | 89950344797da97cc53df60d9602bf3f6319c193 (diff) | |
download | connectbot-1381183ffa5fe6e043d684bbfee10cec71ee72c9.tar.gz connectbot-1381183ffa5fe6e043d684bbfee10cec71ee72c9.tar.bz2 connectbot-1381183ffa5fe6e043d684bbfee10cec71ee72c9.zip |
Get KeyFactory by algorithm name instead of OID
Diffstat (limited to 'tests/.classpath')
-rw-r--r-- | tests/.classpath | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/.classpath b/tests/.classpath index d43ec27..1ff00ba 100644 --- a/tests/.classpath +++ b/tests/.classpath @@ -4,5 +4,6 @@ <classpathentry kind="src" path="gen"/> <classpathentry kind="con" path="com.android.ide.eclipse.adt.ANDROID_FRAMEWORK"/> <classpathentry combineaccessrules="false" kind="src" path="/connectbot"/> + <classpathentry exported="true" kind="con" path="com.android.ide.eclipse.adt.LIBRARIES"/> <classpathentry kind="output" path="bin/classes"/> </classpath> |