diff options
| author | Aidan Skinner <aidan@apache.org> | 2008-04-24 16:05:16 +0000 |
|---|---|---|
| committer | Aidan Skinner <aidan@apache.org> | 2008-04-24 16:05:16 +0000 |
| commit | 61ece13d28e6e0795051c874e19937dc8076c7c5 (patch) | |
| tree | cf2e5f2f9264a93d33930b2ecae05d5c4aa685b1 /qpid/java/systests | |
| parent | e48979cba21658045c8ccb7fd17a8fb354fd7984 (diff) | |
| download | qpid-python-61ece13d28e6e0795051c874e19937dc8076c7c5.tar.gz | |
QPID-832 make systests run
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@651301 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java/systests')
| -rw-r--r-- | qpid/java/systests/build.xml | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/qpid/java/systests/build.xml b/qpid/java/systests/build.xml index b84cb9fc32..db7f594421 100644 --- a/qpid/java/systests/build.xml +++ b/qpid/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> |
