aboutsummaryrefslogtreecommitdiff
path: root/build.xml
diff options
context:
space:
mode:
authorReinier Zwitserloot <reinier@zwitserloot.com>2011-05-16 22:32:58 +0200
committerReinier Zwitserloot <reinier@zwitserloot.com>2011-05-16 22:32:58 +0200
commit9360936435f53431d07f08ddc4d65522a1db3043 (patch)
treed8dcf74dfb5c4425486fbb39eb8c7602422bf4e5 /build.xml
parent75e81604f390b7d9d14b50a86d9f991de30eb1b3 (diff)
downloadlombok-9360936435f53431d07f08ddc4d65522a1db3043.tar.gz
lombok-9360936435f53431d07f08ddc4d65522a1db3043.tar.bz2
lombok-9360936435f53431d07f08ddc4d65522a1db3043.zip
Robbert Jan excluded com/sun from the pack a while ago, but this by accident also excluded jna which broke ecj apt support.
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/build.xml b/build.xml
index 676c34d7..266747ff 100644
--- a/build.xml
+++ b/build.xml
@@ -1,5 +1,5 @@
<!--
- Copyright © 2010 Reinier Zwitserloot and Roel Spilker.
+ Copyright © 2010-2011 Reinier Zwitserloot and Roel Spilker.
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
@@ -167,7 +167,7 @@ the common tasks and can be called on to run the main aspects of all the sub-scr
<taskdef name="jarjar" classname="com.tonicsystems.jarjar.JarJarTask" classpath="lib/build/jarjar.jar" />
<jarjar destfile="dist/lombok-${lombok.version}.jar">
<fileset dir="build/lombok">
- <exclude name="com/sun/**"/>
+ <exclude name="com/sun/tools/javac/**"/>
</fileset>
<fileset dir="build" includes="changelog.txt" />
<fileset dir="." includes="LICENSE" />