From owner-cvs-all@FreeBSD.ORG Sun Aug 6 23:21:44 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 99BCD16A4DE; Sun, 6 Aug 2006 23:21:44 +0000 (UTC) (envelope-from hq@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D7F2443D45; Sun, 6 Aug 2006 23:21:41 +0000 (GMT) (envelope-from hq@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k76NLf7f034716; Sun, 6 Aug 2006 23:21:41 GMT (envelope-from hq@repoman.freebsd.org) Received: (from hq@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k76NLf82034715; Sun, 6 Aug 2006 23:21:41 GMT (envelope-from hq) Message-Id: <200608062321.k76NLf82034715@repoman.freebsd.org> From: Herve Quiroz Date: Sun, 6 Aug 2006 23:21:41 +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/textproc/xalan-j Makefile ports/textproc/xalan-j/files xalan-j.sh.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Aug 2006 23:21:44 -0000 hq 2006-08-06 23:21:41 UTC FreeBSD ports repository Modified files: textproc/xalan-j Makefile textproc/xalan-j/files xalan-j.sh.in Log: - Re-enable Java 1.5 [1] - Use exec(1) to launch the JVM - Set CLASSPATH so that it only contains the required JAR files Submitted by: mi [1] (a long time ago on freebsd-java@) Revision Changes Path 1.21 +6 -3 ports/textproc/xalan-j/Makefile 1.2 +2 -3 ports/textproc/xalan-j/files/xalan-j.sh.in