summaryrefslogtreecommitdiff
path: root/.classpath
diff options
context:
space:
mode:
authorthkoch2001 <94641+thkoch2001@users.noreply.github.com>2022-03-10 18:08:27 +0200
committerthkoch2001 <94641+thkoch2001@users.noreply.github.com>2022-04-07 17:26:57 +0300
commit2037c0aa0069a98ccb7d042d7d7ec25254e45c56 (patch)
treef3b83b5f2155999eef9efcbf7ae5b9802cc94cb5 /.classpath
parentf7399833c8569eff8af9f3ba15164824dca1eed7 (diff)
fix incorrect jar names in .classpath
Eclipse complains about missing files in the build path otherwise when importing the project.
Diffstat (limited to '.classpath')
-rw-r--r--.classpath6
1 files changed, 3 insertions, 3 deletions
diff --git a/.classpath b/.classpath
index 4082ac44a..6c690df56 100644
--- a/.classpath
+++ b/.classpath
@@ -108,9 +108,9 @@
<classpathentry kind="lib" path="lib/guava-25.1-jre.jar"/>
<classpathentry kind="lib" path="lib/hazelcast-4.2.jar"/>
<classpathentry kind="lib" path="lib/commons-compress-1.21.jar"/>
- <classpathentry kind="lib" path="lib/bcmail-jdk15on-169.jar"/>
- <classpathentry kind="lib" path="lib/bcpkix-jdk15on-169.jar"/>
- <classpathentry kind="lib" path="lib/bcprov-jdk15on-169.jar"/>
+ <classpathentry kind="lib" path="lib/bcmail-jdk15on-1.69.jar"/>
+ <classpathentry kind="lib" path="lib/bcpkix-jdk15on-1.69.jar"/>
+ <classpathentry kind="lib" path="lib/bcprov-jdk15on-1.69.jar"/>
<classpathentry kind="lib" path="lib/jsoup-1.14.2.jar"/>
<classpathentry kind="lib" path="lib/log4j-over-slf4j-1.7.32.jar"/>
<classpathentry kind="lib" path="lib/slf4j-api-1.7.32.jar"/>