diff options
author | Jonathan Nieder <jrn@google.com> | 2015-05-21 16:15:06 -0700 |
---|---|---|
committer | Jonathan Nieder <jrn@google.com> | 2015-05-21 16:15:06 -0700 |
commit | adbcbc791b854071f0d2ca60a85832a025982ef8 (patch) | |
tree | bdd85f7e6516f53a17118a9bb1406ba966093f0c /org.eclipse.jgit.test/pom.xml | |
parent | 686124bec32fcdee1545e7d9c312dcf0276b44af (diff) | |
download | jgit-adbcbc791b854071f0d2ca60a85832a025982ef8.tar.gz jgit-adbcbc791b854071f0d2ca60a85832a025982ef8.zip |
Expose Sets helper to tests outside org.eclipse.jgit.api
A later patch will make use of this class in a org.eclipse.jgit.lib
test.
Change-Id: I2b268e6a5dbf12174201f45259f9f007686708d2
Signed-off-by: Jonathan Nieder <jrn@google.com>
Diffstat (limited to 'org.eclipse.jgit.test/pom.xml')
-rw-r--r-- | org.eclipse.jgit.test/pom.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/org.eclipse.jgit.test/pom.xml b/org.eclipse.jgit.test/pom.xml index 0e1419a161..da700939c0 100644 --- a/org.eclipse.jgit.test/pom.xml +++ b/org.eclipse.jgit.test/pom.xml @@ -102,6 +102,7 @@ </dependencies> <build> + <sourceDirectory>src/</sourceDirectory> <testSourceDirectory>tst/</testSourceDirectory> <testResources> |