Changeset 7528
- Timestamp:
- Nov 7, 2018, 9:27:00 AM (5 years ago)
- Location:
- trunk
- Files:
-
- 4 added
- 4 deleted
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/.classpath
r7527 r7528 27 27 <classpathentry kind="lib" path="lib/dist/yauaa-2.2.jar"/> 28 28 <classpathentry kind="lib" path="lib/dist/commons-validator-1.6.jar"/> 29 <classpathentry kind="lib" path="lib/dist/bcprov-jdk15on-159.jar"/>30 29 <classpathentry kind="lib" path="lib/dist/postgresql-42.2.5.jar"/> 31 30 <classpathentry kind="lib" path="lib/dist/hibernate-core-5.3.7.Final.jar"/> … … 35 34 <classpathentry kind="lib" path="lib/dist/commons-email-1.5.jar"/> 36 35 <classpathentry kind="lib" path="lib/dist/commons-collections4-4.2.jar"/> 36 <classpathentry kind="lib" path="lib/dist/bcprov-jdk15on-160.jar"/> 37 37 <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/> 38 38 <classpathentry kind="output" path="xbin"/> -
trunk/doc/3rd-party-components.txt
r7527 r7528 222 222 223 223 More info : https://www.bouncycastle.org/java.html 224 Version : 1 59224 Version : 160 225 225 License : bcp-license.txt 226 Jar files : bcpkix-jdk15on-1 59.jar, bcprov-jdk15on-159.jar, bctls-jdk15on-159.jar, eddsa-0.2.0-jar226 Jar files : bcpkix-jdk15on-160.jar, bcprov-jdk15on-160.jar, bctls-jdk15on-160.jar, eddsa-0.3.0-jar 227 227 228 228
Note: See TracChangeset
for help on using the changeset viewer.