diff options
author | Reinier Zwitserloot <reinier@zwitserloot.com> | 2011-05-16 22:32:58 +0200 |
---|---|---|
committer | Reinier Zwitserloot <reinier@zwitserloot.com> | 2011-05-16 22:32:58 +0200 |
commit | 9360936435f53431d07f08ddc4d65522a1db3043 (patch) | |
tree | d8dcf74dfb5c4425486fbb39eb8c7602422bf4e5 /build.xml | |
parent | 75e81604f390b7d9d14b50a86d9f991de30eb1b3 (diff) | |
download | lombok-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.xml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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" /> |