From owner-cvs-all@FreeBSD.ORG Thu Nov 11 15:36:18 2010 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BB2D410656C8; Thu, 11 Nov 2010 15:36:18 +0000 (UTC) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id AACFE8FC20; Thu, 11 Nov 2010 15:36:18 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id oABFaINs062358; Thu, 11 Nov 2010 15:36:18 GMT (envelope-from ale@repoman.freebsd.org) Received: (from ale@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id oABFaIun062357; Thu, 11 Nov 2010 15:36:18 GMT (envelope-from ale) Message-Id: <201011111536.oABFaIun062357@repoman.freebsd.org> From: Alex Dupre Date: Thu, 11 Nov 2010 15:36:18 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/java Makefile ports/java/jta Makefile distinfo pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Nov 2010 15:36:18 -0000 ale 2010-11-11 15:36:18 UTC FreeBSD ports repository Modified files: java Makefile Added files: java/jta Makefile distinfo pkg-descr Log: 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 Revision Changes Path 1.228 +1 -0 ports/java/Makefile 1.1 +46 -0 ports/java/jta/Makefile (new) 1.1 +2 -0 ports/java/jta/distinfo (new) 1.1 +10 -0 ports/java/jta/pkg-descr (new)