diff options
Diffstat (limited to 'java/systests')
| -rw-r--r-- | java/systests/build.xml | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/java/systests/build.xml b/java/systests/build.xml index b84cb9fc32..db7f594421 100644 --- a/java/systests/build.xml +++ b/java/systests/build.xml @@ -1,8 +1,8 @@ <!-- - - Licensed to the Apache Software Foundation (ASF) under one - - or more contributor license agreements. See the NOTICE file - - distributed with this work for additional information +nn - or more contributor license agreements. See the NOTICE file + -n distributed with this work for additional information - regarding copyright ownership. The ASF licenses this file - to you under the Apache License, Version 2.0 (the - "License"); you may not use this file except in compliance @@ -22,6 +22,9 @@ <property name="module.depends" value="client broker common junit-toolkit"/> <property name="module.dist" value="false"/> + <property name="module.test.src" location="src/main/java"/> + <import file="../module.xml"/> + <property name="module.test.classes" location="${module.build}/main/classes"/> </project> |
