summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBob Lee <crazybob@crazybob.org>2009-09-28 17:31:38 +0000
committerBob Lee <crazybob@crazybob.org>2009-09-28 17:31:38 +0000
commitfc7281e855bf2bd77b49c765a81e2ea2f45251ba (patch)
tree1b10424bd56ac06eb75f74b7cc4cf67702658634
parent52dbf8ba09761c48f5381214a36ad7a6613ab5b1 (diff)
downloadplatform_external_jsr330-fc7281e855bf2bd77b49c765a81e2ea2f45251ba.tar.gz
platform_external_jsr330-fc7281e855bf2bd77b49c765a81e2ea2f45251ba.tar.bz2
platform_external_jsr330-fc7281e855bf2bd77b49c765a81e2ea2f45251ba.zip
Added JUnit.
git-svn-id: https://atinject.googlecode.com/svn/trunk@32 3bc8319c-20ab-11de-9edc-3f40a397ab60
-rw-r--r--atinject.ipr4
-rwxr-xr-xbuild.sh2
-rw-r--r--lib/junit.jarbin0 -> 121070 bytes
-rw-r--r--tck/tck.iml9
4 files changed, 12 insertions, 3 deletions
diff --git a/atinject.ipr b/atinject.ipr
index 5caf3de..21c3e15 100644
--- a/atinject.ipr
+++ b/atinject.ipr
@@ -223,7 +223,7 @@
</component>
<component name="ProjectFileVersion" converted="true" />
<component name="ProjectKey">
- <option name="state" value="https://atinject.googlecode.com/svn/trunk/atinject.ipr" />
+ <option name="state" value="project:///Users/crazybob/projects/atinject/atinject.ipr" />
</component>
<component name="ProjectModuleManager">
<modules>
@@ -253,7 +253,7 @@
<option name="mySupportsUserInfoFilter" value="true" />
</component>
<component name="VcsDirectoryMappings">
- <mapping directory="" vcs="svn" />
+ <mapping directory="$PROJECT_DIR$/tck" vcs="svn" />
</component>
<component name="libraryTable">
<library name="Guice">
diff --git a/build.sh b/build.sh
index 9dde132..4dfccac 100755
--- a/build.sh
+++ b/build.sh
@@ -8,7 +8,7 @@ mkdir -p build/dist
# Compile classes.
javac -g -d build/classes `find src -name *.java`
-javac -g -classpath build/classes -d build/tck \
+javac -g -classpath build/classes:lib/junit.jar -d build/tck \
`find tck -name *.java`
FOOTER="<font size='-1'>Copyright (C) 2009 <a href='http://code.google.com/p/atinject/'>\
diff --git a/lib/junit.jar b/lib/junit.jar
new file mode 100644
index 0000000..674d71e
--- /dev/null
+++ b/lib/junit.jar
Binary files differ
diff --git a/tck/tck.iml b/tck/tck.iml
index 3695f9a..1a82711 100644
--- a/tck/tck.iml
+++ b/tck/tck.iml
@@ -9,6 +9,15 @@
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="module" module-name="atinject" />
<orderEntry type="library" name="Guice" level="project" />
+ <orderEntry type="module-library">
+ <library>
+ <CLASSES>
+ <root url="jar://$MODULE_DIR$/../lib/junit.jar!/" />
+ </CLASSES>
+ <JAVADOC />
+ <SOURCES />
+ </library>
+ </orderEntry>
</component>
</module>