awips2/cots/org.postgres/.classpath

9 lines
490 B
Text
Raw Normal View History

<?xml version="1.0" encoding="UTF-8"?>
<classpath>
Issue #1663 - PostgreSQL Upgrade - we are now building PostgreSQL 9.2.3 and psql 9.2.3 from source - we are building pgadmin3 1.16.1 from source - we can build both a 32-bit and 64-bit version of PostgreSQL, psql, and pgadmin3 - the following extensions are also built with PostgreSQL: * geos 3.3.7 * postgis 2.0.2 * proj 4.8.0 * gdal 1.9.2 - database creation scripts and configuration have been updated for compatibility - removed remaining references to prefixed psql and postgresql rpms - removed unused sql scripts from the baseline - we are now using modified versions of the PostgreSQL 9.2.3 postgresql.conf file - updated the postgresql jdbc drivers Change-Id: Ibe61cfcb2540cd4d8b9fae492688109d8bd715d8 Former-commit-id: 9e678feaf82bf6f972582ff3ec388ace04dfd7d3 [formerly db02ab18ed87ea3399938dffd5329158689d360f] [formerly 729bc9c4bb90f1bb6f3b43583eaeccb5332fe6a3] [formerly 9e678feaf82bf6f972582ff3ec388ace04dfd7d3 [formerly db02ab18ed87ea3399938dffd5329158689d360f] [formerly 729bc9c4bb90f1bb6f3b43583eaeccb5332fe6a3] [formerly 5e86ef080ef2e5be0f520be2f10006d63e3b1974 [formerly 729bc9c4bb90f1bb6f3b43583eaeccb5332fe6a3 [formerly 98188e57e4ced9665827b1c2a2f74960c46f03dd]]]] Former-commit-id: 5e86ef080ef2e5be0f520be2f10006d63e3b1974 Former-commit-id: 0b6a31d7cac0aed18fdda7c658295e80913a1bd3 [formerly f6139755a59e2f27b3adf8adb5e6f7e65cdaa69f] [formerly 916fa7115cb561d798c47318a5834ec0854bf491 [formerly 58e035a024e8de9048940d33fe5c03b8e6452de0]] Former-commit-id: 53b06b05ba798c5f2f0c58de3b9cd5f1c88b5850 [formerly 1e9054ce15bcd52b637d72861113a16fe0490a09] Former-commit-id: ea0950d8364176b9c7d5e5a6d1dd6ecb538138e8
2013-03-12 14:38:00 -05:00
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
Issue #1663 - PostgreSQL Upgrade - we are now building PostgreSQL 9.2.3 and psql 9.2.3 from source - we are building pgadmin3 1.16.1 from source - we can build both a 32-bit and 64-bit version of PostgreSQL, psql, and pgadmin3 - the following extensions are also built with PostgreSQL: * geos 3.3.7 * postgis 2.0.2 * proj 4.8.0 * gdal 1.9.2 - database creation scripts and configuration have been updated for compatibility - removed remaining references to prefixed psql and postgresql rpms - removed unused sql scripts from the baseline - we are now using modified versions of the PostgreSQL 9.2.3 postgresql.conf file - updated the postgresql jdbc drivers Change-Id: Ibe61cfcb2540cd4d8b9fae492688109d8bd715d8 Former-commit-id: 9e678feaf82bf6f972582ff3ec388ace04dfd7d3 [formerly db02ab18ed87ea3399938dffd5329158689d360f] [formerly 729bc9c4bb90f1bb6f3b43583eaeccb5332fe6a3] [formerly 9e678feaf82bf6f972582ff3ec388ace04dfd7d3 [formerly db02ab18ed87ea3399938dffd5329158689d360f] [formerly 729bc9c4bb90f1bb6f3b43583eaeccb5332fe6a3] [formerly 5e86ef080ef2e5be0f520be2f10006d63e3b1974 [formerly 729bc9c4bb90f1bb6f3b43583eaeccb5332fe6a3 [formerly 98188e57e4ced9665827b1c2a2f74960c46f03dd]]]] Former-commit-id: 5e86ef080ef2e5be0f520be2f10006d63e3b1974 Former-commit-id: 0b6a31d7cac0aed18fdda7c658295e80913a1bd3 [formerly f6139755a59e2f27b3adf8adb5e6f7e65cdaa69f] [formerly 916fa7115cb561d798c47318a5834ec0854bf491 [formerly 58e035a024e8de9048940d33fe5c03b8e6452de0]] Former-commit-id: 53b06b05ba798c5f2f0c58de3b9cd5f1c88b5850 [formerly 1e9054ce15bcd52b637d72861113a16fe0490a09] Former-commit-id: ea0950d8364176b9c7d5e5a6d1dd6ecb538138e8
2013-03-12 14:38:00 -05:00
<classpathentry exported="true" kind="lib" path="postgis-jdbc-2.0.2SVN.jar"/>
<classpathentry exported="true" kind="lib" path="postgresql-9.2-1002.jdbc4.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>