From ea04b3ff14d5a6cf90a550eeb866aace02964b1d Mon Sep 17 00:00:00 2001 From: Reinier Zwitserloot Date: Fri, 16 Oct 2009 20:10:05 +0200 Subject: The old 'disableCheckedExceptions' branch wasn't a particularly nice distribution/storage model of experimental features. For example, it was hopelessly out of date. Redesigned to a separate experimental directory, along with new build scripts, and rewrite it to the new lombok.patcher model. Unfortunately it doesn't actually work, just yet. Seems to do nothing at all. --- .../buildScripts/disableCheckedExceptions.ant.xml | 75 ++++++++++++++++++++++ 1 file changed, 75 insertions(+) create mode 100644 experimental/buildScripts/disableCheckedExceptions.ant.xml (limited to 'experimental/buildScripts') diff --git a/experimental/buildScripts/disableCheckedExceptions.ant.xml b/experimental/buildScripts/disableCheckedExceptions.ant.xml new file mode 100644 index 00000000..b8deae24 --- /dev/null +++ b/experimental/buildScripts/disableCheckedExceptions.ant.xml @@ -0,0 +1,75 @@ + + + + This buildfile is part of projectlombok.org. It controls building and packaging of the disableCheckedExceptions feature. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + lombok.javac.disableCheckedExceptions.DynamicAgent + + + + + + + + + + -- cgit