Some maven no distrubuted libraries are part of the project in order to simplify installation.

This commit is contained in:
Paulo Gustavo Veiga
2009-11-07 02:19:41 -02:00
parent 75470a91fd
commit b3b71db425
7 changed files with 48 additions and 3 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@@ -0,0 +1,14 @@
<project>
<modelVersion>4.0.0</modelVersion>
<groupId>javax.transaction</groupId>
<artifactId>jta</artifactId>
<version>1.0.1B</version>
<name>Java Transaction API</name>
<description>
The javax.transaction package. It is appropriate for inclusion in a classpath, and may be added to a Java 2 installation.
</description>
<url>http://java.sun.com/products/jta</url>
<distributionManagement>
<downloadUrl>http://java.sun.com/products/jta</downloadUrl>
</distributionManagement>
</project>