mirror of
https://github.com/apache/openjpa.git
synced 2025-02-22 01:55:29 +00:00
OPENJPA-584
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@652090 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
a5c80fd9e1
commit
78ff71749c
Binary file not shown.
@ -0,0 +1 @@
|
|||||||
|
1c04cfd6dff604d4270156224d741c0e
|
@ -0,0 +1 @@
|
|||||||
|
ee2f4edf04371ba20e7ba9ebb1a55846fba4a5ab
|
@ -0,0 +1,44 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<project xmlns="http://maven.apache.org/POM/4.0.0"
|
||||||
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||||
|
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
|
||||||
|
http://maven.apache.org/maven-v4_0_0.xsd">
|
||||||
|
<modelVersion>4.0</modelVersion>
|
||||||
|
<groupId>com.ibm.websphere</groupId>
|
||||||
|
<artifactId>websphere_uow_api</artifactId>
|
||||||
|
<version>0.0.1</version>
|
||||||
|
<name>WebSphere UOW API</name>
|
||||||
|
<licenses>
|
||||||
|
<license>
|
||||||
|
<!--
|
||||||
|
The contents of license.txt are included here in the
|
||||||
|
comments tag. The full text file may be found in the
|
||||||
|
websphere_uow_api jar file in the root directory.
|
||||||
|
|
||||||
|
As I understand it the jar file may only be distributed
|
||||||
|
with Apache OpenJPA (ie OpenJPA is the application mentioned
|
||||||
|
below)
|
||||||
|
-->
|
||||||
|
<comments>
|
||||||
|
You may use or redistribute the files or modules contained in this
|
||||||
|
jar subject to the following terms:
|
||||||
|
|
||||||
|
The WebSphere Application Server files or modules contained in this jar
|
||||||
|
may be redistrubuted as provided by IBM to you, and only as part of Your
|
||||||
|
application distribution.
|
||||||
|
|
||||||
|
You may not use IBM's name or trademarks in connection with the marketing
|
||||||
|
of Your applications without IBM's prior written consent.
|
||||||
|
|
||||||
|
IBM PROVIDES THESE FILES OR MODULES ON AN "AS IS" BASIS AND IBM DISCLAIMS
|
||||||
|
ALL WARRANTIES, EXPRESS OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE
|
||||||
|
WARRANTY OF NON-INFRINGEMENT AND THE IMPLIED WARRANTIES OF MERCHANTABILITY
|
||||||
|
OR FITNESS FOR A PARTICULAR PURPOSE. IBM SHALL NOT BE LIABLE FOR ANY
|
||||||
|
DIRECT, INDIRECT, INCIDENTAL, SPECIAL OR CONSEQUENTIAL DAMAGES ARISING OUT
|
||||||
|
OF THE USE OR OPERATION OF THE FILES OR MODULES . IBM HAS NO OBLIGATION
|
||||||
|
TO PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS OR MODIFICATIONS TO
|
||||||
|
THE FILES OR MODULES .
|
||||||
|
</comments>
|
||||||
|
</license>
|
||||||
|
</licenses>
|
||||||
|
</project>
|
@ -0,0 +1 @@
|
|||||||
|
afde8dbf93dd08489425303eefed6092
|
@ -0,0 +1 @@
|
|||||||
|
8389fc77eb0908607a436826eb97c52735b7da13
|
@ -0,0 +1,11 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?><metadata>
|
||||||
|
<groupId>com.ibm.websphere</groupId>
|
||||||
|
<artifactId>websphere_uow_api</artifactId>
|
||||||
|
<version>0.0.1</version>
|
||||||
|
<versioning>
|
||||||
|
<versions>
|
||||||
|
<version>0.0.1</version>
|
||||||
|
</versions>
|
||||||
|
<lastUpdated>20080429183654</lastUpdated>
|
||||||
|
</versioning>
|
||||||
|
</metadata>
|
@ -0,0 +1 @@
|
|||||||
|
9f808e8e78bdb70e3a57e9e5cd22c39a
|
@ -0,0 +1 @@
|
|||||||
|
a89fd2b9dd1d41deafc9936146b268451a394939
|
@ -54,6 +54,12 @@
|
|||||||
<artifactId>commons-pool</artifactId>
|
<artifactId>commons-pool</artifactId>
|
||||||
<scope>compile</scope>
|
<scope>compile</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
<dependency>
|
||||||
|
<groupId>com.ibm.websphere</groupId>
|
||||||
|
<artifactId>websphere_uow_api</artifactId>
|
||||||
|
<version>0.0.1</version>
|
||||||
|
<scope>provided</scope>
|
||||||
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
<build>
|
<build>
|
||||||
<plugins>
|
<plugins>
|
||||||
@ -154,4 +160,15 @@
|
|||||||
</plugin>
|
</plugin>
|
||||||
</plugins>
|
</plugins>
|
||||||
</build>
|
</build>
|
||||||
|
<repositories>
|
||||||
|
<!--
|
||||||
|
Internal (in SVN) repository which contains jar files that are not
|
||||||
|
publicly available and cannot be re-distributed.
|
||||||
|
-->
|
||||||
|
<repository>
|
||||||
|
<id>openjpa-internal</id>
|
||||||
|
<name>Internal repository</name>
|
||||||
|
<url>file://${basedir}/internal-repository</url>
|
||||||
|
</repository>
|
||||||
|
</repositories>
|
||||||
</project>
|
</project>
|
||||||
|
@ -1,18 +0,0 @@
|
|||||||
You may use or redistribute the files or modules contained in this jar subject to the following terms:
|
|
||||||
|
|
||||||
The WebSphere Application Server files or modules contained in this jar
|
|
||||||
may be redistrubuted as provided by IBM to you, and only as part of Your
|
|
||||||
application distribution.
|
|
||||||
|
|
||||||
You may not use IBM's name or trademarks in connection with the marketing
|
|
||||||
of Your applications without IBM's prior written consent.
|
|
||||||
|
|
||||||
IBM PROVIDES THESE FILES OR MODULES ON AN "AS IS" BASIS AND IBM DISCLAIMS
|
|
||||||
ALL WARRANTIES, EXPRESS OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE
|
|
||||||
WARRANTY OF NON-INFRINGEMENT AND THE IMPLIED WARRANTIES OF MERCHANTABILITY
|
|
||||||
OR FITNESS FOR A PARTICULAR PURPOSE. IBM SHALL NOT BE LIABLE FOR ANY
|
|
||||||
DIRECT, INDIRECT, INCIDENTAL, SPECIAL OR CONSEQUENTIAL DAMAGES ARISING OUT
|
|
||||||
OF THE USE OR OPERATION OF THE FILES OR MODULES . IBM HAS NO OBLIGATION
|
|
||||||
TO PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS OR MODIFICATIONS TO
|
|
||||||
THE FILES OR MODULES .
|
|
||||||
|
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user