From 43d7e82004f28009084ac3e111dabedceba0a8e0 Mon Sep 17 00:00:00 2001 From: Robert Gemmell Date: Tue, 5 Apr 2011 09:49:14 +0000 Subject: QPID-3181: addition of new task 'eclipse' to the Java build system to support the creation of .classpath and .project files for the Eclipse IDE. Relies on http://ant-eclipse.sourceforge.net/ Applied patch from Keith Wall git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1088946 13f79535-47bb-0310-9956-ffa450edef68 --- java/common.xml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) (limited to 'java/common.xml') diff --git a/java/common.xml b/java/common.xml index a8d9c0dea4..30a442c90c 100644 --- a/java/common.xml +++ b/java/common.xml @@ -63,6 +63,11 @@ + + + + + @@ -322,6 +327,20 @@ results directory: ${build.results} + + ant eclipse + + Generates project and classpath files for the Eclispe IDE. Requires that + the Ant Eclipse task (http://ant-eclipse.sourceforge.net/) has been installed + in $ANT_HOME/lib. + + The following system properties will be passed to the task. These can be usefully + overridden from the command line. + + eclipse.updatealways - forces Eclipse files to be regenerated even if they are newer then the build.xml (default ${eclipse.updatealways}). + eclipse.container - controls the Eclipse container (default ${eclipse.container}). + eclipse.compilercompliance" - controls the Eclipse compiler compliance (default ${eclipse.compilercompliance}). + -- cgit v1.2.1