aboutsummaryrefslogtreecommitdiff
path: root/build.xml
diff options
context:
space:
mode:
authorReinier Zwitserloot <reinier@tipit.to>2009-07-17 23:39:35 +0200
committerReinier Zwitserloot <reinier@tipit.to>2009-07-17 23:39:35 +0200
commit021665f443daf189c15a7460c92d46a9c37beeaf (patch)
treec1562791a581b2cb026a327b8e345a35b92992d2 /build.xml
parent70739bf90afd71958d0a2a4e2ae4009f88487eed (diff)
downloadlombok-021665f443daf189c15a7460c92d46a9c37beeaf.tar.gz
lombok-021665f443daf189c15a7460c92d46a9c37beeaf.tar.bz2
lombok-021665f443daf189c15a7460c92d46a9c37beeaf.zip
Added the openjdk6 tools.jar to the deps dir.
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/build.xml b/build.xml
index d27d6037..3464b8f5 100644
--- a/build.xml
+++ b/build.xml
@@ -23,6 +23,9 @@
<property name="SNIPPET_TAB_STOP" value="2" />
<property name="build.compiler" value="javac1.6" />
<path id="lombok.deps.path">
+ <fileset dir="deps">
+ <include name="*.jar" />
+ </fileset>
<fileset dir="deps/lombok">
<include name="**/*.jar" />
</fileset>
@@ -34,6 +37,9 @@
</path>
<path id="eclipse.agent.deps.path">
+ <fileset dir="deps">
+ <include name="*.jar" />
+ </fileset>
<fileset dir="deps/eclipse.agent">
<include name="**/*.jar" />
</fileset>