[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:37:04 PDT 2006
Copying the list because this will happen again and others will need
to know what to do...
On Oct 3, 2006, at 4:29 PM, Randy Letness wrote:
> Ted,
>
> Do you mean update LICENSE.txt as there is no licenses dir? Do you
> have an example
> of what text needs to be put in NOTICES.txt?
If you look in src/doc/licenses (not snarf/src/doc), you'll see that
we include the text version of the License files for software that we
include in Cosmo. So you should create a licenses dir in snarf/src/
doc and put a copy of the MySQL license text in there.
As far as NOTICES.txt, you could make it read:
This product includes software developed by the Open Source
Applications Foundation (http://www.osafoundation.org/), the Apache
Software Foundation (http://www.apache.org/), and MySQL AB (http:/
www.mysql.com) (under the FOSS License exception http://www.mysql.com/
company/legal/licensing/foss-exception.html)
Ted
>
> -Randy
>
> Ted Leung wrote:
>> 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
>> <mailto:svncheckin at osafoundation.org> wrote:
>>
>>> Revision
>>> 2595 <http://cvs.osafoundation.org/viewcvs.cgi?
>>> rev=2595&view=rev>
>>> 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 <#cosmotrunksnarfprojectxml>
>>> * cosmo/trunk/snarf/src/docs/README.txt
>>> <#cosmotrunksnarfsrcdocsREADMEtxt>
>>>
>>>
>>> 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 <mailto:Commits-
>>> Cosmo at osafoundation.org>
>>> http://lists.osafoundation.org/cgi-bin/mailman/listinfo/commits-
>>> cosmo
>>
>> ---------------------------------------------------------------------
>> ---
>>
>> _______________________________________________
>> cosmo-dev mailing list
>> cosmo-dev at lists.osafoundation.org
>> http://lists.osafoundation.org/mailman/listinfo/cosmo-dev
>>
>
More information about the cosmo-dev
mailing list