summaryrefslogtreecommitdiff
path: root/java/Makefile
diff options
context:
space:
mode:
authorAlex Dupre <ale@FreeBSD.org>2010-11-11 15:36:18 +0000
committerAlex Dupre <ale@FreeBSD.org>2010-11-11 15:36:18 +0000
commit52aab444593f23cdcb657b52bd32bc02693ac5a1 (patch)
tree29d09fdf0c6bf3c184f52e69e2c885d926606bd1 /java/Makefile
parent- Update to 0.4.2 (diff)
Java Transaction API (JTA) specifies standard Java interfaces between a
transaction manager and the parties involved in a distributed transaction system: the resource manager, the application server, and the transactional applications. The JTA specification was developed by Sun Microsystems in cooperation with leading industry partners in the transaction processing and database system arena. See JSR 907. WWW: http://www.oracle.com/technetwork/java/javaee/tech/jta-138684.html
Notes
Notes: svn path=/head/; revision=264405
Diffstat (limited to 'java/Makefile')
-rw-r--r--java/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/java/Makefile b/java/Makefile
index dba73c20c50c..63353d8dad25 100644
--- a/java/Makefile
+++ b/java/Makefile
@@ -125,6 +125,7 @@
SUBDIR += jomp
SUBDIR += jrosetta
SUBDIR += jsdk
+ SUBDIR += jta
SUBDIR += jtiger
SUBDIR += jump
SUBDIR += junit