Changeset 3910
- Timestamp:
- Nov 6, 2007, 8:59:42 AM (16 years ago)
- Location:
- trunk
- Files:
-
- 1 added
- 1 deleted
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bin/set_classpath.bat
r3886 r3910 63 63 64 64 REM Postgres JDBC driver 65 SET CP=%CP%;%WEBINF%/lib/postgresql-8. 1-407.jdbc3.jar65 SET CP=%CP%;%WEBINF%/lib/postgresql-8.2-506.jdbc4.jar 66 66 67 67 REM JDOM and Xerces XML parser -
trunk/bin/set_classpath.sh
r3886 r3910 62 62 63 63 # Postgres JDBC driver 64 CP=$CP:$WEBINF/lib/postgresql-8. 1-407.jdbc3.jar64 CP=$CP:$WEBINF/lib/postgresql-8.2-506.jdbc4.jar 65 65 66 66 # JDOM and Xerces XML parser -
trunk/doc/3rd-party-components.txt
r3849 r3910 42 42 43 43 More info : http://www.hibernate.org/ 44 Version : 3.2. 4.SP144 Version : 3.2.5.ga 45 45 License : LGPL (hibernate.license.txt) 46 46 Jar files : hibernate3.jar, antlr-2.7.6.jar, asm.jar, asm-attrs.jar, … … 53 53 Log4j 54 54 ----- 55 A loggin ssystem that makes it easy to turn on or off debugging just by55 A logging system that makes it easy to turn on or off debugging just by 56 56 editing a configuration file. This component is also used by Hibernate 57 57 and we are using the same version that ships with Hibernate. … … 127 127 128 128 More info : http://jdbc.postgresql.org/ 129 Version : 8. 1.407129 Version : 8.2.506 130 130 License : BSD License (postgres.license.txt) 131 Jar files : postgresql-8. 1-407.jdbc3.jar131 Jar files : postgresql-8.2-506.jdbc4.jar 132 132 133 133 … … 280 280 281 281 More info : http://ws.apache.org/axis2/ 282 Version :1.3282 Version : 1.3 283 283 License : Apache License 2.0 (apache.license-2.0.txt) 284 284 Files : Everything in the /lib/webservices directory -
trunk/src/test/set_classpath.bat
r3886 r3910 60 60 61 61 REM Postgres JDBC driver 62 SET CP=%CP%;../../lib/dist/postgresql-8. 1-407.jdbc3.jar62 SET CP=%CP%;../../lib/dist/postgresql-8.2-506.jdbc4.jar 63 63 64 64 REM JDOM and Xerces XML parser -
trunk/src/test/set_classpath.sh
r3886 r3910 63 63 64 64 # Postgres JDBC driver 65 CP=$CP:$LIB/postgresql-8. 1-407.jdbc3.jar65 CP=$CP:$LIB/postgresql-8.2-506.jdbc4.jar 66 66 67 67 # JDOM and Xerces XML parser
Note: See TracChangeset
for help on using the changeset viewer.