summaryrefslogtreecommitdiff
path: root/atinject.ipr
diff options
context:
space:
mode:
authorJesse Wilson <jesse@swank.ca>2009-09-28 00:02:46 +0000
committerJesse Wilson <jesse@swank.ca>2009-09-28 00:02:46 +0000
commitb25f939737305a7a6fc7876c3d09493aaf076dba (patch)
treed3ec8ffd6dff13065623de90bdde7bd961e454a8 /atinject.ipr
parentae2c913b6ab542aa159c972a00305dc493f61c9f (diff)
downloadjsr330-b25f939737305a7a6fc7876c3d09493aaf076dba.tar.gz
Further tests for the TCK: method visibility and overrides.
These tests check for private method injections; that's not required by the spec but it's an important thing to test. I might need to configure the tool to report these as warnings git-svn-id: https://atinject.googlecode.com/svn/trunk@29 3bc8319c-20ab-11de-9edc-3f40a397ab60
Diffstat (limited to 'atinject.ipr')
-rw-r--r--atinject.ipr12
1 files changed, 12 insertions, 0 deletions
diff --git a/atinject.ipr b/atinject.ipr
index 4308036..8c1825a 100644
--- a/atinject.ipr
+++ b/atinject.ipr
@@ -255,5 +255,17 @@
<component name="VcsDirectoryMappings">
<mapping directory="" vcs="svn" />
</component>
+ <component name="libraryTable">
+ <library name="Guice">
+ <CLASSES>
+ <root url="jar:///Users/jessewilson/Guice/google-guice/lib/aopalliance.jar!/" />
+ <root url="jar:///Users/jessewilson/Guice/google-guice/build/dist/guice-snapshot.jar!/" />
+ </CLASSES>
+ <JAVADOC />
+ <SOURCES>
+ <root url="file:///Users/jessewilson/Guice/google-guice/src" />
+ </SOURCES>
+ </library>
+ </component>
</project>