From owner-cvs-all@FreeBSD.ORG Sat Jul 12 06:04:07 2003 Return-Path: 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 A5E8637B404; Sat, 12 Jul 2003 06:04:07 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4FCA543FB1; Sat, 12 Jul 2003 06:04:07 -0700 (PDT) (envelope-from olgeni@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h6CD470U045788; Sat, 12 Jul 2003 06:04:07 -0700 (PDT) (envelope-from olgeni@repoman.freebsd.org) Received: (from olgeni@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h6CD46Pa045787; Sat, 12 Jul 2003 06:04:06 -0700 (PDT) Message-Id: <200307121304.h6CD46Pa045787@repoman.freebsd.org> From: Jimmy Olgeni Date: Sat, 12 Jul 2003 06:04:06 -0700 (PDT) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/java/eclipse Makefile pkg-plist ports/java/eclipse/files Makefile patch-build.xml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 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: Sat, 12 Jul 2003 13:04:08 -0000 olgeni 2003/07/12 06:04:06 PDT FreeBSD ports repository Modified files: java/eclipse Makefile pkg-plist java/eclipse/files Makefile patch-build.xml Log: Let the port build and install the source code related features and plugins. This basically means that Javadoc help and editor hover links will work on Eclipse libraries when developing plugins and SWT applications. It requires some zipping and unzipping but at least we get the correct tree installed (much like the available binaries for other platforms). Obtained from: Jan Schulz (from the eclipse.tools.jdt newsgroup) Revision Changes Path 1.7 +1 -0 ports/java/eclipse/Makefile 1.5 +3 -36 ports/java/eclipse/files/Makefile 1.2 +31 -3 ports/java/eclipse/files/patch-build.xml 1.4 +303 -15 ports/java/eclipse/pkg-plist