diff options
| author | Robert Gemmell <robbie@apache.org> | 2011-04-05 09:49:14 +0000 |
|---|---|---|
| committer | Robert Gemmell <robbie@apache.org> | 2011-04-05 09:49:14 +0000 |
| commit | a71c20e9f4daace7d27b8fb1ed191fda23a3c391 (patch) | |
| tree | f9de2862dd6d502bfe8ded710f09e4175166f135 /java/build.xml | |
| parent | 73cc7e773a7186582293a48c8ea57ceb875ae7ca (diff) | |
| download | qpid-python-a71c20e9f4daace7d27b8fb1ed191fda23a3c391.tar.gz | |
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 <keith.wall@gmail.com>
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1088946 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/build.xml')
| -rw-r--r-- | java/build.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/java/build.xml b/java/build.xml index f9ed71d31d..7164ae1f9f 100644 --- a/java/build.xml +++ b/java/build.xml @@ -292,4 +292,7 @@ </findbugs> </target> + <target name="eclipse" description="build eclipse project and classpath files"> + <iterate target="eclipse"/> + </target> </project> |
