Changeset 26182
- Timestamp:
- 10/18/07 19:01:54 (2 years ago)
- Files:
-
- nuxeo-ep/trunk/build.xml (modified) (1 diff)
- org.nuxeo.ecm.platform/trunk/nuxeo-platform-ear/postgresql-setup (copied) (copied from org.nuxeo.ecm.platform/branches/5.1/nuxeo-platform-ear/postgresql-setup)
- org.nuxeo.ecm.platform/trunk/nuxeo-platform-ear/postgresql-setup/README.txt (copied) (copied from org.nuxeo.ecm.platform/branches/5.1/nuxeo-platform-ear/postgresql-setup/README.txt)
- org.nuxeo.ecm.platform/trunk/nuxeo-platform-ear/postgresql-setup/config (copied) (copied from org.nuxeo.ecm.platform/branches/5.1/nuxeo-platform-ear/postgresql-setup/config)
- org.nuxeo.ecm.platform/trunk/nuxeo-platform-ear/postgresql-setup/config/default-repository-config.xml (copied) (copied from org.nuxeo.ecm.platform/branches/5.1/nuxeo-platform-ear/postgresql-setup/config/default-repository-config.xml) (2 diffs)
- org.nuxeo.ecm.platform/trunk/nuxeo-platform-ear/postgresql-setup/config/jdbc-compass-connection-config.xml (copied) (copied from org.nuxeo.ecm.platform/branches/5.1/nuxeo-platform-ear/postgresql-setup/config/jdbc-compass-connection-config.xml)
- org.nuxeo.ecm.platform/trunk/nuxeo-platform-ear/postgresql-setup/config/sql.properties (copied) (copied from org.nuxeo.ecm.platform/branches/5.1/nuxeo-platform-ear/postgresql-setup/config/sql.properties)
- org.nuxeo.ecm.platform/trunk/nuxeo-platform-ear/postgresql-setup/datasources (copied) (copied from org.nuxeo.ecm.platform/branches/5.1/nuxeo-platform-ear/postgresql-setup/datasources)
- org.nuxeo.ecm.platform/trunk/nuxeo-platform-ear/postgresql-setup/datasources/nxarchive-records-ds.xml (copied) (copied from org.nuxeo.ecm.platform/branches/5.1/nuxeo-platform-ear/postgresql-setup/datasources/nxarchive-records-ds.xml) (1 diff)
- org.nuxeo.ecm.platform/trunk/nuxeo-platform-ear/postgresql-setup/datasources/nxaudit-logs-ds.xml (copied) (copied from org.nuxeo.ecm.platform/branches/5.1/nuxeo-platform-ear/postgresql-setup/datasources/nxaudit-logs-ds.xml) (1 diff)
- org.nuxeo.ecm.platform/trunk/nuxeo-platform-ear/postgresql-setup/datasources/nxcomment-jena-ds.xml (copied) (copied from org.nuxeo.ecm.platform/branches/5.1/nuxeo-platform-ear/postgresql-setup/datasources/nxcomment-jena-ds.xml) (1 diff)
- org.nuxeo.ecm.platform/trunk/nuxeo-platform-ear/postgresql-setup/datasources/nxplaceful-ds.xml (copied) (copied from org.nuxeo.ecm.platform/branches/5.1/nuxeo-platform-ear/postgresql-setup/datasources/nxplaceful-ds.xml) (1 diff)
- org.nuxeo.ecm.platform/trunk/nuxeo-platform-ear/postgresql-setup/datasources/nxrelations-default-jena-ds.xml (copied) (copied from org.nuxeo.ecm.platform/branches/5.1/nuxeo-platform-ear/postgresql-setup/datasources/nxrelations-default-jena-ds.xml) (1 diff)
- org.nuxeo.ecm.platform/trunk/nuxeo-platform-ear/postgresql-setup/datasources/nxsearch-compass-ds.xml (copied) (copied from org.nuxeo.ecm.platform/branches/5.1/nuxeo-platform-ear/postgresql-setup/datasources/nxsearch-compass-ds.xml) (1 diff)
- org.nuxeo.ecm.platform/trunk/nuxeo-platform-ear/postgresql-setup/datasources/nxsqldirectory-ds.xml (copied) (copied from org.nuxeo.ecm.platform/branches/5.1/nuxeo-platform-ear/postgresql-setup/datasources/nxsqldirectory-ds.xml) (1 diff)
- org.nuxeo.ecm.platform/trunk/nuxeo-platform-ear/postgresql-setup/datasources/nxuidsequencer-ds.xml (copied) (copied from org.nuxeo.ecm.platform/branches/5.1/nuxeo-platform-ear/postgresql-setup/datasources/nxuidsequencer-ds.xml) (1 diff)
- org.nuxeo.ecm.platform/trunk/nuxeo-platform-ear/postgresql-setup/datasources/nxworkflow-document-ds.xml (copied) (copied from org.nuxeo.ecm.platform/branches/5.1/nuxeo-platform-ear/postgresql-setup/datasources/nxworkflow-document-ds.xml) (1 diff)
- org.nuxeo.ecm.platform/trunk/nuxeo-platform-ear/postgresql-setup/datasources/nxworkflow-jbpm-ds.xml (copied) (copied from org.nuxeo.ecm.platform/branches/5.1/nuxeo-platform-ear/postgresql-setup/datasources/nxworkflow-jbpm-ds.xml) (1 diff)
- org.nuxeo.ecm.platform/trunk/nuxeo-platform-ear/postgresql-setup/dbsetup.py (copied) (copied from org.nuxeo.ecm.platform/branches/5.1/nuxeo-platform-ear/postgresql-setup/dbsetup.py)
- org.nuxeo.ecm.platform/trunk/nuxeo-platform-ear/postgresql-setup/lib (copied) (copied from org.nuxeo.ecm.platform/branches/5.1/nuxeo-platform-ear/postgresql-setup/lib)
- org.nuxeo.ecm.platform/trunk/nuxeo-platform-ear/postgresql-setup/lib/postgresql-8.2-506.jdbc3.jar (copied) (copied from org.nuxeo.ecm.platform/branches/5.1/nuxeo-platform-ear/postgresql-setup/lib/postgresql-8.2-506.jdbc3.jar)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
nuxeo-ep/trunk/build.xml
r25636 r26182 141 141 </target> 142 142 143 <target name="copy-postgresql"> 144 <property name="postgresql.config" 145 value="org.nuxeo.ecm.platform/nuxeo-platform-ear/postgresql-setup" /> 146 <copy todir="${jboss.nuxeo.ear}/config" 147 failonerror="false" overwrite="true"> 148 <fileset file="${basedir}/${postgresql.config}/config/*.xml" /> 149 <fileset file="${basedir}/${postgresql.config}/config/*.properties" /> 150 </copy> 151 <copy todir="${jboss.nuxeo.ear}/datasources" 152 failonerror="false" overwrite="true"> 153 <fileset 154 file="${basedir}/${postgresql.config}/datasources/*.xml" /> 155 </copy> 156 <copy todir="${jboss.deploy}/lib" failonerror="false" overwrite="true"> 157 <fileset 158 file="${basedir}/${postgresql.config}/lib/*.jar" /> 159 </copy> 160 <!-- XXX: find a way not to depend on the version number of nxsearch compass --> 161 <copy 162 todir="${jboss.nuxeo.ear}/platform/nuxeo-platform-search-compass-plugin-5.2-SNAPSHOT.jar" failonerror="false" overwrite="true"> 163 <fileset 164 file="${basedir}/${postgresql.config}/compass.cfg.xml" /> 165 </copy> 166 </target> 167 143 168 <target name="test" depends="test-unix,test-windows" /> 144 169 <target name="test-unix" if="osfamily-unix"> org.nuxeo.ecm.platform/trunk/nuxeo-platform-ear/postgresql-setup/config/default-repository-config.xml
r26173 r26182 67 67 <PersistenceManager class="org.apache.jackrabbit.core.persistence.bundle.PostgreSQLPersistenceManager"> 68 68 <param name="driver" value="org.postgresql.Driver"></param> 69 <param name="url" value="jdbc:postgresql://localhost:543 2/nuxeo"></param>69 <param name="url" value="jdbc:postgresql://localhost:5433/nuxeo"></param> 70 70 <param name="user" value="nuxeo"></param> 71 71 <param name="password" value="myPr3c1ous"></param> … … 107 107 <PersistenceManager class="org.apache.jackrabbit.core.persistence.bundle.PostgreSQLPersistenceManager"> 108 108 <param name="driver" value="org.postgresql.Driver"></param> 109 <param name="url" value="jdbc:postgresql://localhost:543 2/nuxeo"></param>109 <param name="url" value="jdbc:postgresql://localhost:5433/nuxeo"></param> 110 110 <param name="user" value="nuxeo"></param> 111 111 <param name="password" value="myPr3c1ous"></param> org.nuxeo.ecm.platform/trunk/nuxeo-platform-ear/postgresql-setup/datasources/nxarchive-records-ds.xml
r26173 r26182 2 2 <local-tx-datasource> 3 3 <jndi-name>nxarchive-records</jndi-name> 4 <connection-url>jdbc:postgresql://localhost:543 2/nuxeo</connection-url>4 <connection-url>jdbc:postgresql://localhost:5433/nuxeo</connection-url> 5 5 <driver-class>org.postgresql.Driver</driver-class> 6 6 <user-name>nuxeo</user-name> org.nuxeo.ecm.platform/trunk/nuxeo-platform-ear/postgresql-setup/datasources/nxaudit-logs-ds.xml
r26173 r26182 2 2 <local-tx-datasource> 3 3 <jndi-name>nxaudit-logs</jndi-name> 4 <connection-url>jdbc:postgresql://localhost:543 2/nuxeo</connection-url>4 <connection-url>jdbc:postgresql://localhost:5433/nuxeo</connection-url> 5 5 <driver-class>org.postgresql.Driver</driver-class> 6 6 <user-name>nuxeo</user-name> org.nuxeo.ecm.platform/trunk/nuxeo-platform-ear/postgresql-setup/datasources/nxcomment-jena-ds.xml
r26173 r26182 2 2 <local-tx-datasource> 3 3 <jndi-name>comment-relations</jndi-name> 4 <connection-url>jdbc:postgresql://localhost:543 2/nuxeo</connection-url>4 <connection-url>jdbc:postgresql://localhost:5433/nuxeo</connection-url> 5 5 <driver-class>org.postgresql.Driver</driver-class> 6 6 <user-name>nuxeo</user-name> org.nuxeo.ecm.platform/trunk/nuxeo-platform-ear/postgresql-setup/datasources/nxplaceful-ds.xml
r26173 r26182 2 2 <local-tx-datasource> 3 3 <jndi-name>placeful_service_ds</jndi-name> 4 <connection-url>jdbc:postgresql://localhost:543 2/nuxeo</connection-url>4 <connection-url>jdbc:postgresql://localhost:5433/nuxeo</connection-url> 5 5 <driver-class>org.postgresql.Driver</driver-class> 6 6 <user-name>nuxeo</user-name> org.nuxeo.ecm.platform/trunk/nuxeo-platform-ear/postgresql-setup/datasources/nxrelations-default-jena-ds.xml
r26173 r26182 2 2 <local-tx-datasource> 3 3 <jndi-name>nxrelations-default-jena</jndi-name> 4 <connection-url>jdbc:postgresql://localhost:543 2/nuxeo</connection-url>4 <connection-url>jdbc:postgresql://localhost:5433/nuxeo</connection-url> 5 5 <driver-class>org.postgresql.Driver</driver-class> 6 6 <user-name>nuxeo</user-name> org.nuxeo.ecm.platform/trunk/nuxeo-platform-ear/postgresql-setup/datasources/nxsearch-compass-ds.xml
r26173 r26182 2 2 <local-tx-datasource> 3 3 <jndi-name>nxsearch-compass</jndi-name> 4 <connection-url>jdbc:postgresql://localhost:543 2/nuxeo</connection-url>4 <connection-url>jdbc:postgresql://localhost:5433/nuxeo</connection-url> 5 5 <driver-class>org.postgresql.Driver</driver-class> 6 6 <user-name>nuxeo</user-name> org.nuxeo.ecm.platform/trunk/nuxeo-platform-ear/postgresql-setup/datasources/nxsqldirectory-ds.xml
r26173 r26182 2 2 <local-tx-datasource> 3 3 <jndi-name>nxsqldirectory</jndi-name> 4 <connection-url>jdbc:postgresql://localhost:543 2/nuxeo</connection-url>4 <connection-url>jdbc:postgresql://localhost:5433/nuxeo</connection-url> 5 5 <driver-class>org.postgresql.Driver</driver-class> 6 6 <user-name>nuxeo</user-name> org.nuxeo.ecm.platform/trunk/nuxeo-platform-ear/postgresql-setup/datasources/nxuidsequencer-ds.xml
r26173 r26182 2 2 <local-tx-datasource> 3 3 <jndi-name>nxuidsequencer</jndi-name> 4 <connection-url>jdbc:postgresql://localhost:543 2/nuxeo</connection-url>4 <connection-url>jdbc:postgresql://localhost:5433/nuxeo</connection-url> 5 5 <driver-class>org.postgresql.Driver</driver-class> 6 6 <user-name>nuxeo</user-name> org.nuxeo.ecm.platform/trunk/nuxeo-platform-ear/postgresql-setup/datasources/nxworkflow-document-ds.xml
r26173 r26182 2 2 <local-tx-datasource> 3 3 <jndi-name>nxworkflowdocument</jndi-name> 4 <connection-url>jdbc:postgresql://localhost:543 2/nuxeo</connection-url>4 <connection-url>jdbc:postgresql://localhost:5433/nuxeo</connection-url> 5 5 <driver-class>org.postgresql.Driver</driver-class> 6 6 <user-name>nuxeo</user-name> org.nuxeo.ecm.platform/trunk/nuxeo-platform-ear/postgresql-setup/datasources/nxworkflow-jbpm-ds.xml
r26173 r26182 2 2 <local-tx-datasource> 3 3 <jndi-name>nxworkflowjbpm</jndi-name> 4 <connection-url>jdbc:postgresql://localhost:543 2/nuxeo</connection-url>4 <connection-url>jdbc:postgresql://localhost:5433/nuxeo</connection-url> 5 5 <driver-class>org.postgresql.Driver</driver-class> 6 6 <user-name>nuxeo</user-name>
