From 62a4ae05ab8a748621cbd466e194d473657ad992 Mon Sep 17 00:00:00 2001 From: Jason van Zyl Date: Tue, 23 Jul 2002 16:41:11 +0000 Subject: [PATCH] o adding project.xml and maven.xml. these don't work yet as the element will have to be change. this is an example of the differences in testing patterns. The FooBarTestCase.java used in beanutils provides a nice way to grab on to the tests while leaving test classes out of the picture while not having to explicitly write a TestAll running. So with the introduction of a nice pattern that is used in Bean utils you don't need a runner and test classes will be ommitted and you can just add test cases and go, no need to modify anything else. PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/collections/trunk@130749 13f79535-47bb-0310-9956-ffa450edef68 --- maven.xml | 4 ++++ project.xml | 68 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 72 insertions(+) create mode 100644 maven.xml create mode 100644 project.xml diff --git a/maven.xml b/maven.xml new file mode 100644 index 000000000..1a28e1d45 --- /dev/null +++ b/maven.xml @@ -0,0 +1,4 @@ + + + diff --git a/project.xml b/project.xml new file mode 100644 index 000000000..51cb94b46 --- /dev/null +++ b/project.xml @@ -0,0 +1,68 @@ + + + + ../project.xml + commons-collections + commons-collections + 1.0-dev + 2002 + jakarta + Commons Collections + + + Commons Collections + + + + + Morgan Delagrange + + + + + + Geir Magnusson + + + + + + Craig McClanahan + + + + + + Rodney Waldoff + rwaldof + + + + + David Weinrich + + + + + + + + + + junit + 3.7 + + + + + + + + + **/TestAll.java + + + + + +