summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Hammant <paul@hammant.org>2010-06-11 13:00:31 +0000
committerPaul Hammant <paul@hammant.org>2010-06-11 13:00:31 +0000
commitffaa11072bb571dce043cb2ba2cbf6a84a9b59ac (patch)
tree140aef8134776de7949b65694c0ae58d2ea385ff
parent0379b182f90902798d2bcbab23a432059f7b9545 (diff)
downloadjsr330-ffaa11072bb571dce043cb2ba2cbf6a84a9b59ac.tar.gz
fixup src dir locn, plus turn tck into tests for sameupstream-master
git-svn-id: https://atinject.googlecode.com/svn/trunk@86 3bc8319c-20ab-11de-9edc-3f40a397ab60
-rw-r--r--pom.xml19
1 files changed, 19 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 81a7a44..83658ea 100644
--- a/pom.xml
+++ b/pom.xml
@@ -19,7 +19,26 @@
<developerConnection>scm:svn:https://atinject.googlecode.com/svn/trunk</developerConnection>
<url>http://code.google.com/p/atinject/source/checkout</url>
</scm>
+ <dependencies>
+ <dependency>
+ <groupId>junit</groupId>
+ <artifactId>junit</artifactId>
+ <version>4.7</version>
+ <scope>test</scope>
+ </dependency>
+ </dependencies>
+
<build>
+ <sourceDirectory>src</sourceDirectory>
+ <testSourceDirectory>tck</testSourceDirectory>
+ <testResources>
+ <testResource>
+ <directory>tck</directory>
+ <excludes>
+ <exclude>**/*.java</exclude>
+ </excludes>
+ </testResource>
+ </testResources>
<pluginManagement>
<plugins>
<plugin>