aboutsummaryrefslogtreecommitdiff
path: root/build.properties
diff options
context:
space:
mode:
authorlimpbizkit <limpbizkit@d779f126-a31b-0410-b53b-1d3aecad763e>2008-12-29 06:19:04 +0000
committerlimpbizkit <limpbizkit@d779f126-a31b-0410-b53b-1d3aecad763e>2008-12-29 06:19:04 +0000
commit6fd7e4f57dae3653234825a639bcbfda4c6a0110 (patch)
tree2eec515028e368b06046b20caaeb4c5aac7c1f0b /build.properties
parentddb3862415e078080293abba05f1a24a921c007c (diff)
downloadguice-6fd7e4f57dae3653234825a639bcbfda4c6a0110.tar.gz
Removing the obsolete commands extension. Almost all of it has been rolled into the Guice SPI.
The only remining file (InterceptingInjectorBuilder) now exists for maintenance on a new project that I set up for my personal use: http://code.google.com/p/publicobject/ I'll have to copy this into Guiceberry which is currently the only project I know of that depends on this file. My biggest problem with IIB is that it's a leaky abstraction. Unfortunately many bindings cannot be intercepted - anything that binds directly to a constructor is not eligible for interception. The approach taken by the guiceyfruit project (and potentially useful for inclusion in Guice proper) might be preferred. http://code.google.com/p/guiceyfruit/ git-svn-id: https://google-guice.googlecode.com/svn/trunk@748 d779f126-a31b-0410-b53b-1d3aecad763e
Diffstat (limited to 'build.properties')
-rw-r--r--build.properties1
1 files changed, 0 insertions, 1 deletions
diff --git a/build.properties b/build.properties
index a517baf5..74f9ae4c 100644
--- a/build.properties
+++ b/build.properties
@@ -4,7 +4,6 @@ test.dir=test
servlet.src.dir=servlet/src
spring.src.dir=spring/src
assistedinject.src.dir=extensions/assistedinject/src
-commands.src.dir=extensions/commands/src
throwingproviders.src.dir=extensions/throwingproviders/src
multibindings.src.dir=extensions/multibindings/src
privatemodules.src.dir=extensions/privatemodules/src