You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jdo-commits@db.apache.org by cl...@apache.org on 2021/05/07 23:12:33 UTC

[db-jdo] 08/09: JDO-280: Remove note from project.xml talking about sources being located in the test directory

This is an automated email from the ASF dual-hosted git repository.

clr pushed a commit to branch origin/2.0-beta
in repository https://gitbox.apache.org/repos/asf/db-jdo.git

commit 9ca3100b35647b3dab8c93d8f9b8825187b6c63a
Author: Michael Bouschen <mb...@apache.org>
AuthorDate: Tue Jan 24 17:33:13 2006 +0000

    JDO-280: Remove note from project.xml talking about sources being located in the test directory
---
 tck20/project.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tck20/project.xml b/tck20/project.xml
index 9de987c..675a431 100644
--- a/tck20/project.xml
+++ b/tck20/project.xml
@@ -30,7 +30,7 @@
 
 The JDO TCK is a test suite designed to test implementations of the Java Data Objects specification. In order to claim compatibility with JDO, an implementation must pass all relevant tests of the JDOTCK.
 
-NOTE!! This project has a nonstandard structure. The source files are located in the test directory.  However the build treats this directory as the source directory.  There are no unit tests in this project.</description>
+NOTE!! There are no unit tests in this project.</description>
     <repository />
     <!-- ============ -->
     <!-- Dependencies -->