summaryrefslogtreecommitdiff
path: root/qpid/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
commit46af59d8cf7b8ab05e0a3e4db969d19c791deaed (patch)
treee4a4a8f1de1825add864bb015ca8b36f58879fdf /qpid/java/build.xml
parent2b13c21b7bbe49834703b3ec882750e5afc74ecc (diff)
downloadqpid-python-46af59d8cf7b8ab05e0a3e4db969d19c791deaed.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@1088946 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java/build.xml')
-rw-r--r--qpid/java/build.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/qpid/java/build.xml b/qpid/java/build.xml
index f9ed71d31d..7164ae1f9f 100644
--- a/qpid/java/build.xml
+++ b/qpid/java/build.xml
@@ -292,4 +292,7 @@
</findbugs>
</target>
+ <target name="eclipse" description="build eclipse project and classpath files">
+ <iterate target="eclipse"/>
+ </target>
</project>