summaryrefslogtreecommitdiff
path: root/java/build.xml
diff options
context:
space:
mode:
authorRobert Gemmell <robbie@apache.org>2011-04-05 09:49:14 +0000
committerRobert Gemmell <robbie@apache.org>2011-04-05 09:49:14 +0000
commit43d7e82004f28009084ac3e111dabedceba0a8e0 (patch)
treef9de2862dd6d502bfe8ded710f09e4175166f135 /java/build.xml
parentcc05791b32e0e29097d141a995c5e18d8548b209 (diff)
downloadqpid-python-43d7e82004f28009084ac3e111dabedceba0a8e0.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.xml3
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>