From 7e24174dcc80a5e2fa76c9360d4f0d84cca1696c Mon Sep 17 00:00:00 2001 From: Reinier Zwitserloot Date: Fri, 12 Jun 2009 03:54:30 +0200 Subject: Filled out the deps and lib system with separate dirs for the agent and lombok proper, and moved spi into lombok's lib path. --- lib/asm-3.1.jar | Bin 43035 -> 0 bytes lib/eclipse.agent/asm-3.1.jar | Bin 0 -> 43035 bytes lib/lombok/spi-0.2.1.jar | Bin 0 -> 23519 bytes 3 files changed, 0 insertions(+), 0 deletions(-) delete mode 100644 lib/asm-3.1.jar create mode 100644 lib/eclipse.agent/asm-3.1.jar create mode 100644 lib/lombok/spi-0.2.1.jar (limited to 'lib') diff --git a/lib/asm-3.1.jar b/lib/asm-3.1.jar deleted file mode 100644 index b3baf3fe..00000000 Binary files a/lib/asm-3.1.jar and /dev/null differ diff --git a/lib/eclipse.agent/asm-3.1.jar b/lib/eclipse.agent/asm-3.1.jar new file mode 100644 index 00000000..b3baf3fe Binary files /dev/null and b/lib/eclipse.agent/asm-3.1.jar differ diff --git a/lib/lombok/spi-0.2.1.jar b/lib/lombok/spi-0.2.1.jar new file mode 100644 index 00000000..4d234f24 Binary files /dev/null and b/lib/lombok/spi-0.2.1.jar differ -- cgit