aboutsummaryrefslogtreecommitdiff
path: root/.classpath
diff options
context:
space:
mode:
authorReinier Zwitserloot <reinier@tipit.to>2009-06-12 03:54:30 +0200
committerReinier Zwitserloot <reinier@tipit.to>2009-06-12 03:56:35 +0200
commit7e24174dcc80a5e2fa76c9360d4f0d84cca1696c (patch)
treed8beddbcdc6ef247c5a606fcf6be5a43774d0086 /.classpath
parent8517deb8be4a164644f5f884e8be0dec351b40ad (diff)
downloadlombok-7e24174dcc80a5e2fa76c9360d4f0d84cca1696c.tar.gz
lombok-7e24174dcc80a5e2fa76c9360d4f0d84cca1696c.tar.bz2
lombok-7e24174dcc80a5e2fa76c9360d4f0d84cca1696c.zip
Filled out the deps and lib system with separate dirs for the agent and lombok proper, and moved spi into lombok's lib path.
Diffstat (limited to '.classpath')
-rw-r--r--.classpath15
1 files changed, 6 insertions, 9 deletions
diff --git a/.classpath b/.classpath
index 728ca1d9..9a89710e 100644
--- a/.classpath
+++ b/.classpath
@@ -3,14 +3,11 @@
<classpathentry kind="src" path="src"/>
<classpathentry kind="src" path="src_eclipseagent"/>
<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" sourcepath="/Users/rzwitserloot/newworkspace/org.eclipse.jdt.core/compiler"/>
+ <classpathentry kind="lib" path="lib/eclipse.agent/asm-3.1.jar"/>
+ <classpathentry kind="lib" path="lib/lombok/spi-0.2.1.jar"/>
+ <classpathentry kind="lib" path="deps/lombok/org.eclipse.jdt.apt.core_3.3.200.v20090528-1135.jar"/>
+ <classpathentry kind="lib" path="deps/lombok/org.eclipse.jdt.apt.pluggable.core_1.0.200.v20090526-2130.jar"/>
+ <classpathentry kind="lib" path="deps/lombok/org.eclipse.jdt.compiler.apt_1.0.200.v20090528-1135.jar"/>
+ <classpathentry kind="lib" path="deps/lombok/org.eclipse.jdt.core_3.5.0.v_963.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>