~ubuntu-branches/ubuntu/oneiric/mysql-connector-java/oneiric

« back to all changes in this revision

Viewing changes to src/doc/sources/pom.xml

  • Committer: Bazaar Package Importer
  • Author(s): Marcus Better
  • Date: 2006-12-29 13:29:04 UTC
  • mfrom: (1.1.3 upstream) (3.1.1 etch)
  • Revision ID: james.westby@ubuntu.com-20061229132904-uj7edcmwgtuxh6li
Tags: 5.0.4+dfsg-2
Corrected the symlink `/usr/share/java/mysql.jar'. Thanks to Javier
Kohen. (Closes: #404858)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<project>
 
2
 
 
3
    <modelVersion>4.0.0</modelVersion>
 
4
    <groupId>mysql</groupId>
 
5
    <artifactId>mysql-connector-java</artifactId>
 
6
    <version>@MYSQL_CJ_MAJOR_VERSION@.@MYSQL_CJ_MINOR_VERSION@.@MYSQL_CJ_SUBMINOR_VERSION@</version>
 
7
    <packaging>jar</packaging>
 
8
 
 
9
    <name>MySQL java connector</name>
 
10
    <description>MySQL java connector</description>
 
11
    
 
12
    <licenses>
 
13
        <license>
 
14
                <name>The GNU General Public License, Version 2</name>
 
15
                <url>http://www.gnu.org/licenses/gpl.txt</url>
 
16
                <distribution>repo</distribution>
 
17
                <comments>MySQL Connector/J contains exceptions to GPL requirements when linking with other components
 
18
                that are licensed under OSI-approved open source licenses, see EXCEPTIONS-CONNECTOR-J
 
19
                in this distribution for more details.</comments>
 
20
        </license>
 
21
        </licenses>
 
22
  
 
23
    <url>http://dev.mysql.com/usingmysql/java/</url>
 
24
 
 
25
    <scm>
 
26
        <connection>
 
27
            scm:svn:http://svn.mysql.com/svnpublic/connector-j/trunk/connector-j
 
28
        </connection>
 
29
        <developerConnection>
 
30
            scm:svn:http://svn.mysql.com/svnpublic/connector-j/trunk/connector-j
 
31
        </developerConnection>
 
32
        <url>
 
33
            http://svn.mysql.com/svnpublic/connector-j/trunk/connector-j
 
34
        </url>
 
35
    </scm>
 
36
 
 
37
</project>