[Cosmo-dev] Re: [commits-cosmo] (rletness) [2595] bug: 6800 add
mysql jdbc driver jar dependency to server bundle build
Ted Leung
twl at osafoundation.org
Tue Oct 3 16:19:32 PDT 2006
Hi Randy,
We need to add a text version of the mysql license to snarf/src/docs/
licenses/, and update snarf/src/doc/NOTICES.txt.
On Oct 3, 2006, at 3:49 PM, svncheckin at osafoundation.org wrote:
> Revision
> 2595
> Author
> rletness
> Date
> 2006-10-03 15:49:25 -0700 (Tue, 03 Oct 2006)
> Log Message
>
> bug: 6800 add mysql jdbc driver jar dependency to server bundle build
> Modified Paths
>
> cosmo/trunk/snarf/project.xml
> cosmo/trunk/snarf/src/docs/README.txt
> Diff
>
> Modified: cosmo/trunk/snarf/project.xml (2594 => 2595)
>
> --- cosmo/trunk/snarf/project.xml 2006-10-03 22:37:35 UTC (rev 2594)
> +++ cosmo/trunk/snarf/project.xml 2006-10-03 22:49:25 UTC (rev 2595)
> @@ -51,6 +51,11 @@
> <version>10.1.2.1</version>
> </dependency>
> <dependency>
> + <groupId>mysql</groupId>
> + <artifactId>mysql-connector-java</artifactId>
> + <version>5.0.3</version>
> + </dependency>
> + <dependency>
> <groupId>org.osaf.cosmo</groupId>
> <artifactId>cosmo</artifactId>
> <!-- when you update this version, you must also update it in
> Modified: cosmo/trunk/snarf/src/docs/README.txt (2594 => 2595)
>
> --- cosmo/trunk/snarf/src/docs/README.txt 2006-10-03 22:37:35 UTC
> (rev 2594)
> +++ cosmo/trunk/snarf/src/docs/README.txt 2006-10-03 22:49:25 UTC
> (rev 2595)
> @@ -6,9 +6,11 @@
> ==========================
>
> The OSAF Sever Bundle integrates the Cosmo and Scooby calendar
> -application and server with the Tomcat servlet container and
> -Jackrabbit content repository to provide an integrated, easy-to-run
> -calendar server.
> +application and server with the Tomcat servlet container and the
> +Derby embedded database to provide an integrated, easy-to-run
> +calendar server. The server bundle also includes configuration
> +options and the MySQL Connector/J JDBC driver to run Cosmo
> +against a MySQL 5 database server.
>
>
> MORE INFO
>
> _______________________________________________
> Commits-Cosmo mailing list
> Commits-Cosmo at osafoundation.org
> http://lists.osafoundation.org/cgi-bin/mailman/listinfo/commits-cosmo
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.osafoundation.org/pipermail/cosmo-dev/attachments/20061003/bb2ee9d3/attachment.htm
More information about the cosmo-dev
mailing list