OPENJPA-584

git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@652090 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Michael Dick 2008-04-29 20:38:05 +00:00
parent a5c80fd9e1
commit 78ff71749c
17 changed files with 78 additions and 18 deletions

View File

@ -0,0 +1 @@
1c04cfd6dff604d4270156224d741c0e

View File

@ -0,0 +1 @@
ee2f4edf04371ba20e7ba9ebb1a55846fba4a5ab

View File

@ -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>

View File

@ -0,0 +1 @@
afde8dbf93dd08489425303eefed6092

View File

@ -0,0 +1 @@
8389fc77eb0908607a436826eb97c52735b7da13

View File

@ -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>

View File

@ -0,0 +1 @@
9f808e8e78bdb70e3a57e9e5cd22c39a

View File

@ -0,0 +1 @@
a89fd2b9dd1d41deafc9936146b268451a394939

View File

@ -54,6 +54,12 @@
<artifactId>commons-pool</artifactId>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.ibm.websphere</groupId>
<artifactId>websphere_uow_api</artifactId>
<version>0.0.1</version>
<scope>provided</scope>
</dependency>
</dependencies>
<build>
<plugins>
@ -154,4 +160,15 @@
</plugin>
</plugins>
</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>

View File

@ -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 .