Changeset 7509
- Timestamp:
- Nov 1, 2018, 8:32:04 AM (4 years ago)
- Location:
- trunk
- Files:
-
- 2 added
- 2 deleted
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/.classpath
r7470 r7509 27 27 <classpathentry kind="lib" path="lib/dist/commons-email-1.3.3.jar"/> 28 28 <classpathentry kind="lib" path="lib/dist/javasysmon-0.3.5.jar"/> 29 <classpathentry kind="lib" path="lib/dist/postgresql-42.0.0.jar"/>30 29 <classpathentry kind="lib" path="lib/dist/slf4j-api-1.7.25.jar"/> 31 30 <classpathentry kind="lib" path="lib/dist/hibernate-core-5.2.10.Final.jar"/> … … 35 34 <classpathentry kind="lib" path="lib/dist/commons-validator-1.6.jar"/> 36 35 <classpathentry kind="lib" path="lib/dist/bcprov-jdk15on-159.jar"/> 36 <classpathentry kind="lib" path="lib/dist/postgresql-42.2.5.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
r7470 r7509 45 45 hibernate-jpa-2.1-api-1.0.0.Final.jar, 46 46 antlr-2.7.7.jar, dom4j-1.6.1.jar, jandex-2.0.3.Final.jar, 47 javassist-3.2 0.0-GA.jar, classmate-1.3.0.jar47 javassist-3.23.1-GA.jar, classmate-1.3.0.jar 48 48 jboss-logging-3.3.0.Final.jar, jboss-transaction-api_1.2_spec-1.0.1.Final.jar, 49 49 c3p0-0.9.5.2.jar, hibernate-c3p0-5.2.10.Final.jar, mchange-commons-java-0.2.11.jar, … … 129 129 130 130 More info : http://jdbc.postgresql.org/ 131 Version : 42. 0.0131 Version : 42.2.5 132 132 License : BSD License (postgres.license.txt) 133 Jar files : postgresql-42. 0.0.jar133 Jar files : postgresql-42.2.5.jar 134 134 135 135
Note: See TracChangeset
for help on using the changeset viewer.