diff options
author | Adam Young <ayoung@redhat.com> | 2011-12-05 17:42:21 -0500 |
---|---|---|
committer | Adam Young <ayoung@redhat.com> | 2011-12-05 20:14:07 -0500 |
commit | 3c1a4af339dc1761b3a68abe9b0f26bd3cb389cf (patch) | |
tree | 0dc5335d8b0e21c2801ac04cf3470e1efbcff92a /pki/.classpath | |
parent | 8bcaa20e72e97b9392cc65bd3428a93170720b77 (diff) | |
download | pki-3c1a4af339dc1761b3a68abe9b0f26bd3cb389cf.tar.gz pki-3c1a4af339dc1761b3a68abe9b0f26bd3cb389cf.tar.xz pki-3c1a4af339dc1761b3a68abe9b0f26bd3cb389cf.zip |
PKISilent type safety changes
Specifies the types for the collections.
Changes no behavior, and, due to erasure, should not even change the resulting byte code.
Diffstat (limited to 'pki/.classpath')
-rw-r--r-- | pki/.classpath | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pki/.classpath b/pki/.classpath index e881379b5..3370acccf 100644 --- a/pki/.classpath +++ b/pki/.classpath @@ -10,7 +10,7 @@ <classpathentry excluding="**/CMakeLists.txt" kind="src" path="base/symkey/src"/> <classpathentry excluding="**/CMakeLists.txt" kind="src" path="base/tks/src"/> <classpathentry excluding="**/CMakeLists.txt" kind="src" path="base/util/src"/> - <classpathentry kind="src" path="base/silent/src"/> + <classpathentry excluding="**/CMakeLists.txt" kind="src" path="base/silent/src"/> <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> <classpathentry kind="lib" path="/usr/share/java/idm-console-mcc.jar"/> <classpathentry kind="lib" path="/usr/share/java/idm-console-base.jar"/> |