File: project.xml

package info (click to toggle)
libjdo-api-java 2.2-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 1,448 kB
  • ctags: 1,313
  • sloc: java: 4,435; xml: 434; makefile: 13; sh: 5
file content (135 lines) | stat: -rw-r--r-- 5,378 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
<?xml version="1.0" encoding="UTF-8"?>
<!--

    Licensed to the Apache Software Foundation (ASF) under one or more
    contributor license agreements.  See the NOTICE file distributed with
    this work for additional information regarding copyright ownership.
    The ASF licenses this file to you under the Apache License, Version 2.0
    (the "License"); you may not use this file except in compliance with
    the License.  You may obtain a copy of the License at
  
       http://www.apache.org/licenses/LICENSE-2.0
  
    Unless required by applicable law or agreed to in writing, software
    distributed under the License is distributed on an "AS IS" BASIS,
    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
    See the License for the specific language governing permissions and
    limitations under the License.

-->
<project>
    <pomVersion>3</pomVersion>
    <!-- ============== -->
    <!-- Identification -->
    <!-- ============== -->
    <name>Java Data Objects (JDO)</name>
    <organization>
        <name>Apache Software Foundation</name>
        <url>http://www.apache.org</url>
    </organization>
    <inceptionYear>2005</inceptionYear>
    <shortDescription>Java Data Objects (JDO)</shortDescription>
    <description>The Java Data Objects (JDO) API is a standard interface-based 
Java model abstraction of persistence, developed as Java Specification 
Requests (JSR 12 and 243) under the auspices of the Java Community Process.
    </description>
    <url>http://db.apache.org/jdo</url>
    <repository>
        <connection>scm:svn:http://svn.apache.org/repos/asf/db/jdo/trunk</connection>
        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/db/jdo/trunk</developerConnection>
        <url>http://svn.apache.org/viewcvs.cgi/</url>
    </repository>

    <build>
        <defaultGoal>help</defaultGoal>
    </build>
    <mailingLists>
        <mailingList>
            <name>JDO User List</name>
            <subscribe>jdo-user-subscribe@db.apache.org</subscribe>
            <unsubscribe>jdo-user-unsubscribe@db.apache.org</unsubscribe>
            <archive>http://mail-archives.apache.org/mod_mbox/db-jdo-user/</archive>
        </mailingList>
        <mailingList>
            <name>JDO Developer List</name>
            <subscribe>jdo-dev-subscribe@db.apache.org</subscribe>
            <unsubscribe>jdo-dev-unsubscribe@db.apache.org</unsubscribe>
            <archive>http://mail-archives.apache.org/mod_mbox/db-jdo-dev/</archive>
        </mailingList>
        <mailingList>
            <name>JDO Commits List</name>
            <subscribe>jdo-commits-subscribe@db.apache.org</subscribe>
            <unsubscribe>jdo-commits-unsubscribe@db.apache.org</unsubscribe>
            <archive>http://mail-archives.apache.org/mod_mbox/db-jdo-commits/</archive>
        </mailingList>
    </mailingLists>
    <!-- ========== -->
    <!-- Developers -->
    <!-- ========== -->
    <developers>
        <developer>
            <name>Craig Russell</name>
            <id>clr</id>
            <email>Craig.Russell@Sun.COM</email>
            <timezone>-8</timezone>
            <organization>Sun Microsystems, Inc.</organization>
        </developer>
        <developer>
            <name>Michael Bouschen</name>
            <id>mbo</id>
            <email>mbo.tech@spree.de</email>
            <organization>Tech@Spree Engineering GmbH</organization>
            <timezone>1</timezone>
        </developer>
        <developer>
            <name>Michael Watzek</name>
            <id>brazil</id>
            <email>mwa.tech@spree.de</email>
            <organization>Tech@Spree Engineering GmbH</organization>
            <timezone>1</timezone>
        </developer>
        <developer>
            <name>Michelle Caisse</name>
            <id>mcaisse</id>
            <email>Michelle.Caisse@Sun.COM</email>
            <organization>Sun Microsystems, Inc.</organization>
            <timezone>-8</timezone>
        </developer>
        <developer>
            <name>Matthew Adams</name>
            <id>madams</id>
            <email>matthew.adams@xcalia.com</email>
            <timezone>-8</timezone>
            <organization>Xcalia</organization>
        </developer>
        <developer>
            <name>Martin Zaun</name>
            <id>mzaun</id>
            <email>martin.zaun@Sun.COM</email>
            <timezone>-8</timezone>
            <organization>Sun Microsystems, Inc.</organization>
        </developer>
        <developer>
            <name>Erik Bengtson</name>
            <id>ebengtson</id>
            <email>erik@jpox.org</email>
            <timezone>1</timezone>
            <organization>JPOX</organization>
        </developer>
        <developer>
            <name>Geir Magnusson, Jr.</name>
            <id>geirm</id>
            <email>geirm@apache.org</email>
            <timezone>-8</timezone>
            <organization>Apache.org</organization>
        </developer>
        <developer>
            <name>Brian McCallister</name>
            <id>brianm</id>
            <email>brianm@apache.org</email>
            <timezone>-8</timezone>
            <organization>Apache.org</organization>
        </developer>
    </developers>
</project>