mirror of https://github.com/apache/openjpa.git
Added "jpatck.test" argument to allow the running of an individual test.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@581519 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
5ef181ab94
commit
a817af2993
|
@ -224,6 +224,8 @@ database.driver=${db.driver}
|
||||||
|
|
||||||
<sysproperty key="pkg.dir"
|
<sysproperty key="pkg.dir"
|
||||||
value="${jpatck.pkg.dir}"/>
|
value="${jpatck.pkg.dir}"/>
|
||||||
|
<sysproperty key="test"
|
||||||
|
value="${jpatck.test}"/>
|
||||||
|
|
||||||
<classpath>
|
<classpath>
|
||||||
<path refid="cp"/>
|
<path refid="cp"/>
|
||||||
|
|
Loading…
Reference in New Issue