Codebase list eclipselink-jpa-2.1-spec / c2d4a3a
Imported Debian patch 2.1.0.v201304241213-1 Andrew Ross 10 years ago
12 changed file(s) with 446 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
0 <project name="javax.persistence-api" basedir=".." default="jar">
1 <target name="jar">
2 <mkdir dir="bin"/>
3 <javac srcdir="src"
4 destdir="bin"
5 classpath="/usr/share/java/osgi.core.jar"
6 source="1.6"
7 target="1.6"
8 />
9 <copy todir="bin">
10 <fileset dir="src">
11 <exclude name="**/*.java"/>
12 </fileset>
13 </copy>
14 <jar destfile="javax.persistence-api.jar" manifest="META-INF/MANIFEST.MF">
15 <fileset dir="bin"/>
16 <fileset dir="resource"/>
17 <metainf dir="META-INF" includes="**/eclipse.inf"/>
18 </jar>
19 </target>
20 <target name="clean">
21 <delete dir="bin"/>
22 <delete file="javax.persistence-api.jar"/>
23 </target>
24 </project>
0 javax.persistence (2.1.0.v201304241213-1) unstable; urgency=low
1
2 * Initial release. (Closes: #725369)
3
4 -- Andrew Ross <ubuntu@rossfamily.co.uk> Fri, 04 Oct 2013 19:43:21 +0100
0 Source: javax.persistence
1 Section: java
2 Priority: optional
3 Maintainer: Andrew Ross <ubuntu@rossfamily.co.uk>
4 Build-Depends: debhelper (>= 9), default-jdk, javahelper (>= 0.40ubuntu1.1),
5 ant, maven-repo-helper (>= 1.6~)
6 Standards-Version: 3.9.4
7 Homepage: http://www.eclipse.org/eclipselink
8 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-java/javax.persistence.git
9 Vcs-Git: git://anonscm.debian.org/pkg-java/javax.persistence.git
10
11 Package: libjavax.persistence-api-java
12 Architecture: all
13 Depends: ${java:Depends}, ${misc:Depends}
14 Recommends: ${java:Recommends}
15 Description: JPA Spec 2.1 OSGi Bundle
16 The Java Persistence API, sometimes referred to as JPA, is a Java
17 programming language specification which describes the management of
18 relational data in applications using Java Platform, Standard Edition
19 and Java Platform, Enterprise Edition. Version 2.1 of the API is
20 defined in JSR-338, and this package contains the API of that
21 specification.
0 Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
1 Upstream-Name: javax.persistence
2 Source: http://www.eclipse.org/eclipselink/
3
4 Files: *
5 Copyright: Copyright 1998-2013 Oracle Corporation
6 License: EPL-1.0 or EDL-1.0
7
8 Files: src/org/osgi/service/jpa/EntityManagerFactoryBuilder.java
9 Copyright: Copyright 2009 OSGi Alliance
10 License: Apache-2.0
11 Licensed under the Apache License, Version 2.0 (the "License");
12 you may not use this file except in compliance with the License.
13 You may obtain a copy of the License at
14 .
15 http://www.apache.org/licenses/LICENSE-2.0
16 .
17 Unless required by applicable law or agreed to in writing, software
18 distributed under the License is distributed on an "AS IS" BASIS,
19 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
20 See the License for the specific language governing permissions and
21 limitations under the License.
22 .
23 On Debian systems the full text of the Apache license version 2.0 can
24 be found in the `/usr/share/common-licenses/Apache-2.0' file.
25
26 Files: debian/*
27 Copyright: Copyright 2013 Andrew Ross <ubuntu@rossfamily.co.uk>
28 License: permissive
29 Copying and distribution of this package, with or without
30 modification, are permitted in any medium without royalty
31 provided the copyright notice and this notice are
32 preserved.
33
34
35 License: EPL-1.0
36 Eclipse Public License - v 1.0
37 .
38 THE ACCOMPANYING PROGRAM IS PROVIDED UNDER THE TERMS OF THIS ECLIPSE
39 PUBLIC LICENSE ("AGREEMENT"). ANY USE, REPRODUCTION OR DISTRIBUTION
40 OF THE PROGRAM CONSTITUTES RECIPIENT'S ACCEPTANCE OF THIS AGREEMENT.
41 .
42 1. DEFINITIONS
43 .
44 "Contribution" means:
45 .
46 a) in the case of the initial Contributor, the initial code and
47 documentation distributed under this Agreement, and
48 .
49 b) in the case of each subsequent Contributor:
50 .
51 i) changes to the Program, and
52 .
53 ii) additions to the Program;
54 .
55 where such changes and/or additions to the Program originate from and
56 are distributed by that particular Contributor. A Contribution
57 'originates' from a Contributor if it was added to the Program by
58 such Contributor itself or anyone acting on such Contributor's
59 behalf. Contributions do not include additions to the Program which:
60 (i) are separate modules of software distributed in conjunction with
61 the Program under their own license agreement, and (ii) are not
62 derivative works of the Program.
63 .
64 "Contributor" means any person or entity that distributes the Program.
65 .
66 "Licensed Patents" mean patent claims licensable by a Contributor
67 which are necessarily infringed by the use or sale of its
68 Contribution alone or when combined with the Program.
69 .
70 "Program" means the Contributions distributed in accordance with this
71 Agreement.
72 .
73 "Recipient" means anyone who receives the Program under this
74 Agreement, including all Contributors.
75 .
76 2. GRANT OF RIGHTS
77 .
78 a) Subject to the terms of this Agreement, each Contributor hereby
79 grants Recipient a non-exclusive, worldwide, royalty-free copyright
80 license to reproduce, prepare derivative works of, publicly display,
81 publicly perform, distribute and sublicense the Contribution of such
82 Contributor, if any, and such derivative works, in source code and
83 object code form.
84 .
85 b) Subject to the terms of this Agreement, each Contributor hereby
86 grants Recipient a non-exclusive, worldwide, royalty-free patent
87 license under Licensed Patents to make, use, sell, offer to sell,
88 import and otherwise transfer the Contribution of such Contributor,
89 if any, in source code and object code form. This patent license
90 shall apply to the combination of the Contribution and the Program
91 if, at the time the Contribution is added by the Contributor, such
92 addition of the Contribution causes such combination to be covered by
93 the Licensed Patents. The patent license shall not apply to any other
94 combinations which include the Contribution. No hardware per se is
95 licensed hereunder.
96 .
97 c) Recipient understands that although each Contributor grants the
98 licenses to its Contributions set forth herein, no assurances are
99 provided by any Contributor that the Program does not infringe the
100 patent or other intellectual property rights of any other
101 entity. Each Contributor disclaims any liability to Recipient for
102 claims brought by any other entity based on infringement of
103 intellectual property rights or otherwise. As a condition to
104 exercising the rights and licenses granted hereunder, each Recipient
105 hereby assumes sole responsibility to secure any other intellectual
106 property rights needed, if any. For example, if a third party patent
107 license is required to allow Recipient to distribute the Program, it
108 is Recipient's responsibility to acquire that license before
109 distributing the Program.
110 .
111 d) Each Contributor represents that to its knowledge it has
112 sufficient copyright rights in its Contribution, if any, to grant the
113 copyright license set forth in this Agreement.
114 .
115 3. REQUIREMENTS
116 .
117 A Contributor may choose to distribute the Program in object code
118 form under its own license agreement, provided that:
119 .
120 a) it complies with the terms and conditions of this Agreement;
121 and
122 .
123 b) its license agreement:
124 .
125 i) effectively disclaims on behalf of all Contributors all
126 warranties and conditions, express and implied, including
127 warranties or conditions of title and non-infringement, and
128 implied warranties or conditions of merchantability and fitness
129 for a particular purpose;
130 .
131 ii) effectively excludes on behalf of all Contributors all
132 liability for damages, including direct, indirect, special,
133 incidental and consequential damages, such as lost profits;
134 .
135 iii) states that any provisions which differ from this Agreement
136 are offered by that Contributor alone and not by any other party;
137 and
138 .
139 iv) states that source code for the Program is available from such
140 Contributor, and informs licensees how to obtain it in a
141 reasonable manner on or through a medium customarily used for
142 software exchange.
143 .
144 When the Program is made available in source code form:
145 .
146 a) it must be made available under this Agreement; and
147 .
148 b) a copy of this Agreement must be included with each copy of the
149 Program.
150 .
151 Contributors may not remove or alter any copyright notices contained
152 within the Program.
153 .
154 Each Contributor must identify itself as the originator of its
155 Contribution, if any, in a manner that reasonably allows subsequent
156 Recipients to identify the originator of the Contribution.
157 .
158 4. COMMERCIAL DISTRIBUTION
159 .
160 Commercial distributors of software may accept certain
161 responsibilities with respect to end users, business partners and the
162 like. While this license is intended to facilitate the commercial use
163 of the Program, the Contributor who includes the Program in a
164 commercial product offering should do so in a manner which does not
165 create potential liability for other Contributors. Therefore, if a
166 Contributor includes the Program in a commercial product offering,
167 such Contributor ("Commercial Contributor") hereby agrees to defend
168 and indemnify every other Contributor ("Indemnified Contributor")
169 against any losses, damages and costs (collectively "Losses") arising
170 from claims, lawsuits and other legal actions brought by a third
171 party against the Indemnified Contributor to the extent caused by the
172 acts or omissions of such Commercial Contributor in connection with
173 its distribution of the Program in a commercial product offering. The
174 obligations in this section do not apply to any claims or Losses
175 relating to any actual or alleged intellectual property
176 infringement. In order to qualify, an Indemnified Contributor must:
177 a) promptly notify the Commercial Contributor in writing of such
178 claim, and b) allow the Commercial Contributor to control, and
179 cooperate with the Commercial Contributor in, the defense and any
180 related settlement negotiations. The Indemnified Contributor may
181 participate in any such claim at its own expense.
182 .
183 For example, a Contributor might include the Program in a commercial
184 product offering, Product X. That Contributor is then a Commercial
185 Contributor. If that Commercial Contributor then makes performance
186 claims, or offers warranties related to Product X, those performance
187 claims and warranties are such Commercial Contributor's
188 responsibility alone. Under this section, the Commercial Contributor
189 would have to defend claims against the other Contributors related to
190 those performance claims and warranties, and if a court requires any
191 other Contributor to pay any damages as a result, the Commercial
192 Contributor must pay those damages.
193 .
194 5. NO WARRANTY
195 .
196 EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, THE PROGRAM IS
197 PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
198 KIND, EITHER EXPRESS OR IMPLIED INCLUDING, WITHOUT LIMITATION, ANY
199 WARRANTIES OR CONDITIONS OF TITLE, NON-INFRINGEMENT, MERCHANTABILITY
200 OR FITNESS FOR A PARTICULAR PURPOSE. Each Recipient is solely
201 responsible for determining the appropriateness of using and
202 distributing the Program and assumes all risks associated with its
203 exercise of rights under this Agreement , including but not limited
204 to the risks and costs of program errors, compliance with applicable
205 laws, damage to or loss of data, programs or equipment, and
206 unavailability or interruption of operations.
207 .
208 6. DISCLAIMER OF LIABILITY
209 .
210 EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, NEITHER RECIPIENT
211 NOR ANY CONTRIBUTORS SHALL HAVE ANY LIABILITY FOR ANY DIRECT,
212 INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
213 (INCLUDING WITHOUT LIMITATION LOST PROFITS), HOWEVER CAUSED AND ON
214 ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR
215 TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF
216 THE USE OR DISTRIBUTION OF THE PROGRAM OR THE EXERCISE OF ANY RIGHTS
217 GRANTED HEREUNDER, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH
218 DAMAGES.
219 .
220 7. GENERAL
221 .
222 If any provision of this Agreement is invalid or unenforceable under
223 applicable law, it shall not affect the validity or enforceability of
224 the remainder of the terms of this Agreement, and without further
225 action by the parties hereto, such provision shall be reformed to the
226 minimum extent necessary to make such provision valid and
227 enforceable.
228 .
229 If Recipient institutes patent litigation against any entity
230 (including a cross-claim or counterclaim in a lawsuit) alleging that
231 the Program itself (excluding combinations of the Program with other
232 software or hardware) infringes such Recipient's patent(s), then such
233 Recipient's rights granted under Section 2(b) shall terminate as of
234 the date such litigation is filed.
235 .
236 All Recipient's rights under this Agreement shall terminate if it
237 fails to comply with any of the material terms or conditions of this
238 Agreement and does not cure such failure in a reasonable period of
239 time after becoming aware of such noncompliance. If all Recipient's
240 rights under this Agreement terminate, Recipient agrees to cease use
241 and distribution of the Program as soon as reasonably
242 practicable. However, Recipient's obligations under this Agreement
243 and any licenses granted by Recipient relating to the Program shall
244 continue and survive.
245 .
246 Everyone is permitted to copy and distribute copies of this
247 Agreement, but in order to avoid inconsistency the Agreement is
248 copyrighted and may only be modified in the following manner. The
249 Agreement Steward reserves the right to publish new versions
250 (including revisions) of this Agreement from time to time. No one
251 other than the Agreement Steward has the right to modify this
252 Agreement. The Eclipse Foundation is the initial Agreement
253 Steward. The Eclipse Foundation may assign the responsibility to
254 serve as the Agreement Steward to a suitable separate entity. Each
255 new version of the Agreement will be given a distinguishing version
256 number. The Program (including Contributions) may always be
257 distributed subject to the version of the Agreement under which it
258 was received. In addition, after a new version of the Agreement is
259 published, Contributor may elect to distribute the Program (including
260 its Contributions) under the new version. Except as expressly stated
261 in Sections 2(a) and 2(b) above, Recipient receives no rights or
262 licenses to the intellectual property of any Contributor under this
263 Agreement, whether expressly, by implication, estoppel or
264 otherwise. All rights in the Program not expressly granted under this
265 Agreement are reserved.
266 .
267 This Agreement is governed by the laws of the State of New York and
268 the intellectual property laws of the United States of America. No
269 party to this Agreement will bring a legal action under this
270 Agreement more than one year after the cause of action arose. Each
271 party waives its rights to a jury trial in any resulting litigation.
272
273
274 License: EDL-1.0
275 Redistribution and use in source and binary forms, with or without
276 modification, are permitted provided that the following conditions
277 are met:
278 .
279 * Redistributions of source code must retain the above copyright
280 notice, this list of conditions and the following disclaimer.
281 .
282 * Redistributions in binary form must reproduce the above copyright
283 notice, this list of conditions and the following disclaimer in the
284 documentation and/or other materials provided with the
285 distribution.
286 .
287 * Neither the name of the Eclipse Foundation, Inc. nor the names of
288 its contributors may be used to endorse or promote products derived
289 from this software without specific prior written permission.
290 .
291 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
292 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
293 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
294 A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
295 OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
296 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
297 LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
298 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
299 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
300 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
301 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
302
0 debian/pom.xml --usj-name=javax.persistence-api --has-package-version
0 org.eclipse.persistence javax.persistence * s/2\..*/2.x/ * *
0 <?xml version='1.0' encoding='UTF-8'?>
1 <project xmlns="http://maven.apache.org/POM/4.0.0"
2 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
4 <modelVersion>4.0.0</modelVersion>
5 <groupId>org.eclipse.persistence</groupId>
6 <artifactId>javax.persistence</artifactId>
7 <version>2.1.0</version>
8 <packaging>jar</packaging>
9 <name>Javax Persistence</name>
10 <description>EclipseLink build based upon Git transaction
11 3faac2b</description>
12 <url>http://www.eclipse.org/eclipselink</url>
13 <organization>
14 <name>Eclipse.org - EclipseLink Project</name>
15 <url>http://www.eclipse.org/eclipselink</url>
16 </organization>
17 <issueManagement>
18 <system>bugzilla</system>
19 <url>https://bugs.eclipse.org/bugs</url>
20 </issueManagement>
21 <inceptionYear>2007</inceptionYear>
22 <mailingLists>
23 <mailingList>
24 <name>EclipseLink Developer List</name>
25 <post>eclipselink-dev@eclipse.org</post>
26 <archive>http://dev.eclipse.org/mhonarc/lists/eclipselink-dev</archive>
27 </mailingList>
28 <mailingList>
29 <name>EclipseLink User List</name>
30 <post>eclipselink-users@eclipse.org</post>
31 <archive>http://dev.eclipse.org/mhonarc/lists/eclipselink-users</archive>
32 </mailingList>
33 </mailingLists>
34 <licenses>
35 <license>
36 <name>Eclipse Public License v1.0</name>
37 <url>http://www.eclipse.org/legal/epl-v10.html</url>
38 <distribution>repo</distribution>
39 <comments>Standard Eclipse Licence</comments>
40 </license>
41 <license>
42 <name>Eclipse Distribution License v. 1.0</name>
43 <url>http://www.eclipse.org/org/documents/edl-v10.php</url>
44 <distribution>repo</distribution>
45 <comments>Standard Eclipse Distribution License</comments>
46 </license>
47 </licenses>
48 <scm>
49 <connection>scm:git:http://git.eclipse.org/eclipselink/eclipselink.runtime.git</connection>
50 <url>http://git.eclipse.org/eclipselink/eclipselink.runtime.git</url>
51 </scm>
52 <developers>
53 <developer>
54 <id>PeterKrogh</id>
55 <name>Peter Krogh</name>
56 <email>peter.krogh@oracle.com</email>
57 <organization>Eclipse.org - EclipseLink Project</organization>
58 <organizationUrl>http://www.eclipse.org/eclipselink</organizationUrl>
59 <roles>
60 <role>Project Manager</role>
61 <role>Developer</role>
62 </roles>
63 <timezone>-5</timezone>
64 </developer>
65 </developers>
66 </project>
0 #!/usr/bin/make -f
1
2 export JAVA_HOME=/usr/lib/jvm/default-java
3
4 # Put depended upon jars in here
5 # export CLASSPATH=
6
7 %:
8 dh $@ --with javahelper --with jh_maven_repo_helper
9
10 override_dh_auto_build::
11 ant -f debian/build.xml
12
13 override_dh_auto_clean::
14 ant -f debian/build.xml clean
15
0 3.0 (quilt)
0 version=3
1 http://git.eclipse.org/c/eclipselink/javax.persistence.git/refs/tags \
2 /c/eclipselink/javax.persistence.git/snapshot/javax.persistence-(.*).tar.gz