mirror of https://github.com/apache/openjpa.git
OPENJPA-397
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@582851 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
4fb0c28dc2
commit
8c6e31a1d9
|
@ -130,6 +130,7 @@ public class SchemaToolTask
|
||||||
|
|
||||||
protected void executeOn(String[] files)
|
protected void executeOn(String[] files)
|
||||||
throws Exception {
|
throws Exception {
|
||||||
|
if (SchemaTool.ACTION_IMPORT.equals(flags.action))
|
||||||
assertFiles(files);
|
assertFiles(files);
|
||||||
|
|
||||||
ClassLoader loader = getClassLoader();
|
ClassLoader loader = getClassLoader();
|
||||||
|
|
Loading…
Reference in New Issue