Changeset 7825
- Timestamp:
- Jun 9, 2020, 8:29:14 AM (3 years ago)
- Location:
- trunk
- Files:
-
- 3 added
- 3 deleted
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/.classpath
r7824 r7825 27 27 <classpathentry kind="lib" path="lib/dist/commons-email-1.5.jar"/> 28 28 <classpathentry kind="lib" path="lib/dist/commons-collections4-4.2.jar"/> 29 <classpathentry kind="lib" path="lib/dist/bcprov-jdk15on-160.jar"/>30 29 <classpathentry kind="lib" path="lib/dist/json-simple-1.1.1-1.jar"/> 31 30 <classpathentry kind="lib" path="lib/dist/utf8-with-fallback-1.1.0.jar"/> … … 35 34 <classpathentry kind="lib" path="lib/dist/poi-4.1.2.jar"/> 36 35 <classpathentry kind="lib" path="lib/dist/poi-ooxml-4.1.2.jar"/> 36 <classpathentry kind="lib" path="lib/dist/bcprov-jdk15on-165.jar"/> 37 37 <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-11"> 38 38 <attributes> -
trunk/doc/3rd-party-components.txt
r7824 r7825 211 211 212 212 More info : https://www.bouncycastle.org/java.html 213 Version : 16 0213 Version : 165 214 214 License : bcp-license.txt 215 Jar files : bcpkix-jdk15on-16 0.jar, bcprov-jdk15on-160.jar, bctls-jdk15on-160.jar, eddsa-0.3.0-jar215 Jar files : bcpkix-jdk15on-165.jar, bcprov-jdk15on-165.jar, bctls-jdk15on-165.jar, eddsa-0.3.0-jar 216 216 217 217
Note: See TracChangeset
for help on using the changeset viewer.