diff options
| author | Reinier Zwitserloot <reinier@tipit.to> | 2009-06-08 22:26:30 +0200 |
|---|---|---|
| committer | Reinier Zwitserloot <reinier@tipit.to> | 2009-06-08 22:26:30 +0200 |
| commit | 1677c4a52a0aea1b955f7c2c7d096903d4a8c5ce (patch) | |
| tree | 29de8d12d774f026c0f317e229532befaeb2d096 /.classpath | |
| download | lombok-1677c4a52a0aea1b955f7c2c7d096903d4a8c5ce.tar.gz lombok-1677c4a52a0aea1b955f7c2c7d096903d4a8c5ce.tar.bz2 lombok-1677c4a52a0aea1b955f7c2c7d096903d4a8c5ce.zip | |
Initial commit. As a proof of concept, it already works in javac and eclipse!
Diffstat (limited to '.classpath')
| -rw-r--r-- | .classpath | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/.classpath b/.classpath new file mode 100644 index 00000000..f54ce91b --- /dev/null +++ b/.classpath @@ -0,0 +1,15 @@ +<?xml version="1.0" encoding="UTF-8"?> +<classpath> + <classpathentry kind="src" path="src"/> + <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> + <classpathentry kind="lib" path="lib/asm-3.1.jar" sourcepath="contrib/asm-3.1-src.zip"> + <attributes> + <attribute name="javadoc_location" value="jar:platform:/resource/lombok/contrib/asm-3.1-javadoc.zip!/"/> + </attributes> + </classpathentry> + <classpathentry kind="lib" path="deps/org.eclipse.jdt.apt.core_3.3.200.v20090528-1135.jar"/> + <classpathentry kind="lib" path="deps/org.eclipse.jdt.apt.pluggable.core_1.0.200.v20090526-2130.jar"/> + <classpathentry kind="lib" path="deps/org.eclipse.jdt.compiler.apt_1.0.200.v20090528-1135.jar"/> + <classpathentry kind="lib" path="deps/org.eclipse.jdt.core_3.5.0.v_963.jar"/> + <classpathentry kind="output" path="bin"/> +</classpath> |
