From: Ray Lee Date: Tue, 19 Mar 2019 06:12:26 +0000 (-0700) Subject: NOJIRA: Set cspace.ui.version to ^2.0.0. X-Git-Url: https://git.aero2k.de/?a=commitdiff_plain;h=3f924333f9f05a1cffeb0348374cef7d3b450c96;p=tmp%2Fjakarta-migration.git NOJIRA: Set cspace.ui.version to ^2.0.0. --- diff --git a/build.properties b/build.properties index c19b34fb5..f9e362825 100644 --- a/build.properties +++ b/build.properties @@ -3,7 +3,7 @@ host=127.0.0.1 # Instance IDs help identify the databases and database users that belong to # a particular CollectionSpace server instance, in a configuration where # multiple CollectionSpace servers all share a single database server. -# The instance ID is blank by default. If it is added, by convention, +# The instance ID is blank by default. If it is added, by convention, # instance IDs should begin with an underscore (_). E.g.: _trs80 # @@ -24,7 +24,7 @@ cspace.ui.dest= cspace.ui.tenantid=1 cspace.ui.logo=undefined cspace.ui.message.title=CollectionSpace Default Profile -cspace.ui.version=latest +cspace.ui.version=^2.0.0 cspace.ui.basename=/cspace/core cspace.ui.webapp=cspace#core cspace.ui.webapp.name=cspaceUI @@ -127,7 +127,7 @@ db.dialect=org.hibernate.dialect.PostgreSQLDialect db.typemapping=PostgreSQL 8.0 # Should be org.jboss.jca.adapters.jdbc.extensions.postgres.PostgreSQLExceptionSorter # but current JBoss does not seem to include it... -db.exceptionsorter= +db.exceptionsorter= db.spring.acl.classIdentityQuery=select currval(pg_get_serial_sequence('acl_class', 'id')) db.spring.acl.sidIdentityQuery=select currval(pg_get_serial_sequence('acl_sid', 'id')) db.xaDataSource=org.postgresql.xa.PGXADataSource @@ -170,7 +170,7 @@ db.jdbc.baseurl=jdbc:${db}://${db.host}:${db.port} # # ssl=true ;means we can talk SSL to the database server # sslfactory ;set this to the SSL factory class. The default is to perform validation. Use NonValidatingFactory class to skip validation -# foo=true ;an extra "throw way" options seems to be needed to prevent parsing errors for some tools/code. +# foo=true ;an extra "throw way" options seems to be needed to prevent parsing errors for some tools/code. # # Here is an example of how to set the JDBC options for connecting to an SSL enabled