diff options
author | Reinier Zwitserloot <reinier@tipit.to> | 2009-10-16 20:10:05 +0200 |
---|---|---|
committer | Reinier Zwitserloot <reinier@tipit.to> | 2009-10-16 20:10:05 +0200 |
commit | ea04b3ff14d5a6cf90a550eeb866aace02964b1d (patch) | |
tree | a30e794c45417e6e635e58d9a299c7ecbb13ff1c /.classpath | |
parent | 5b0d52477d52f97967099dd6148d182210118f8d (diff) | |
download | lombok-ea04b3ff14d5a6cf90a550eeb866aace02964b1d.tar.gz lombok-ea04b3ff14d5a6cf90a550eeb866aace02964b1d.tar.bz2 lombok-ea04b3ff14d5a6cf90a550eeb866aace02964b1d.zip |
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.
Diffstat (limited to '.classpath')
-rw-r--r-- | .classpath | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,6 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <classpath> <classpathentry kind="src" path="src"/> + <classpathentry kind="src" path="experimental/src"/> <classpathentry kind="src" path="src_eclipseagent"/> <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> <classpathentry kind="lib" path="deps/lombok/org.eclipse.jdt.core_3.5.0.v_963.jar"/> |