xlawrence 2005/05/09 14:51:04 CEST
Modified files:
. calApp.xml project.xml ucalApp.xml
Log:
Updated to HSQL instead of Postgres
Revision Changes Path
1.2 +4 -3 uwcal_JSR168/calApp.xml
http://jahia.mine.nu:8080/cgi-bin/cvsweb.cgi/uwcal_JSR168/calApp.xml.diff?r1=1.1&r2=1.2&f=h
1.11 +1 -1 uwcal_JSR168/project.xml
http://jahia.mine.nu:8080/cgi-bin/cvsweb.cgi/uwcal_JSR168/project.xml.diff?r1=1.10&r2=1.11&f=h
1.2 +4 -3 uwcal_JSR168/ucalApp.xml
http://jahia.mine.nu:8080/cgi-bin/cvsweb.cgi/uwcal_JSR168/ucalApp.xml.diff?r1=1.1&r2=1.2&f=h
Index: calApp.xml
===================================================================
RCS file: /home/cvs/repository/uwcal_JSR168/calApp.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- calApp.xml 3 Mar 2005 15:13:40 -0000 1.1
+++ calApp.xml 9 May 2005 12:51:04 -0000 1.2
@@ -36,14 +36,15 @@
<!-- DBCP database connection settings -->
<parameter>
<name>url</name>
- <value>jdbc:postgresql://localhost/uwcal</value>
+ <value>jdbc:hsqldb:hsql://127.0.0.1:8889</value>
</parameter>
<parameter>
- <name>driverClassName</name><value>org.postgresql.Driver</value>
+ <name>driverClassName</name>
+ <value>org.hsqldb.jdbcDriver</value>
</parameter>
<parameter>
<name>username</name>
- <value>calendardb</value>
+ <value>sa</value>
</parameter>
<parameter>
<name>password</name>
Index: project.xml
===================================================================
RCS file: /home/cvs/repository/uwcal_JSR168/project.xml,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- project.xml 5 Jan 2005 10:01:42 -0000 1.10
+++ project.xml 9 May 2005 12:51:04 -0000 1.11
@@ -29,7 +29,7 @@
<pomVersion>3</pomVersion>
<id>uwCalSync4jSync-framework</id>
<name>Calendar Server Synchronization</name>
- <currentVersion>1.0</currentVersion>
+ <currentVersion>1.0-SNAPSHOT</currentVersion>
<organization>
<name>Jahia</name>
Index: ucalApp.xml
===================================================================
RCS file: /home/cvs/repository/uwcal_JSR168/ucalApp.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ucalApp.xml 3 Mar 2005 15:13:40 -0000 1.1
+++ ucalApp.xml 9 May 2005 12:51:04 -0000 1.2
@@ -36,14 +36,15 @@
<!-- DBCP database connection settings -->
<parameter>
<name>url</name>
- <value>jdbc:postgresql://localhost/uwcal</value>
+ <value>jdbc:hsqldb:hsql://127.0.0.1:8889</value>
</parameter>
<parameter>
- <name>driverClassName</name><value>org.postgresql.Driver</value>
+ <name>driverClassName</name>
+ <value>org.hsqldb.jdbcDriver</value>
</parameter>
<parameter>
<name>username</name>
- <value>calendardb</value>
+ <value>sa</value>
</parameter>
<parameter>
<name>password</name>