diff options
author | Reinier Zwitserloot <reinier@tipit.to> | 2009-11-27 09:53:08 +0100 |
---|---|---|
committer | Reinier Zwitserloot <reinier@tipit.to> | 2009-11-27 09:53:08 +0100 |
commit | 9678c58ec86a18605e62ff813005fddb1cefb392 (patch) | |
tree | 1aec17de05371b3a5ca02e25793e43e33c70e9b3 /buildScripts | |
parent | 6838c6be2f8bd8935fa6853067183cf11c013fcd (diff) | |
parent | 2b61c2534b22f07a13d8cb4c97c2ad323c6c4597 (diff) | |
download | lombok-9678c58ec86a18605e62ff813005fddb1cefb392.tar.gz lombok-9678c58ec86a18605e62ff813005fddb1cefb392.tar.bz2 lombok-9678c58ec86a18605e62ff813005fddb1cefb392.zip |
Merge branch 'delombok'
Diffstat (limited to 'buildScripts')
-rw-r--r-- | buildScripts/compile.ant.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/buildScripts/compile.ant.xml b/buildScripts/compile.ant.xml index cafc59b9..043b67c0 100644 --- a/buildScripts/compile.ant.xml +++ b/buildScripts/compile.ant.xml @@ -83,6 +83,7 @@ lombok code including the various agents. <sourcePath path="src/core" /> <sourcePath path="src/installer" /> <sourcePath path="src/eclipseAgent" /> + <sourcePath path="src/delombok" /> <class location="build/lombok/lombok" /> </findbugs> </target> @@ -111,6 +112,7 @@ lombok code including the various agents. <src path="src/core" /> <src path="src/installer" /> <src path="src/eclipseAgent" /> + <src path="src/delombok" /> <exclude name="lombok/javac/**" /> <classpath refid="deps.path" /> <classpath refid="libs.path" /> @@ -119,6 +121,7 @@ lombok code including the various agents. <src path="src/core" /> <src path="src/installer" /> <src path="src/eclipseAgent" /> + <src path="src/delombok" /> <include name="lombok/javac/**" /> <classpath refid="deps.path" /> <classpath refid="libs.path" /> @@ -133,6 +136,9 @@ lombok code including the various agents. <fileset dir="src/eclipseAgent"> <patternset refid="copyables" /> </fileset> + <fileset dir="src/delombok"> + <patternset refid="copyables" /> + </fileset> </copy> <mkdir dir="build/lombok/META-INF" /> |