From 5b3d47a2dfc55f14ece8d361df54f49a37a84823 Mon Sep 17 00:00:00 2001 From: Kevin Jackson Date: Mon, 24 Jul 2006 07:23:57 +0000 Subject: [PATCH] - add maven pom - change to new license/notice style (added NOTICE) git-svn-id: https://svn.apache.org/repos/asf/ant/antlibs/antunit/trunk@424944 13f79535-47bb-0310-9956-ffa450edef68 --- NOTICE | 5 +++ build.xml | 29 +++++++------ pom.xml | 43 +++++++++++++++++++ src/etc/testcases/antunit.xml | 29 +++++++------ src/etc/testcases/antunit/base.xml | 29 +++++++------ src/etc/testcases/antunit/copy.xml | 29 +++++++------ src/etc/testcases/assert.xml | 29 +++++++------ src/etc/testcases/expectfailure.xml | 29 +++++++------ src/main/org/apache/ant/antunit/AntUnit.java | 27 ++++++------ .../apache/ant/antunit/AntUnitListener.java | 27 ++++++------ .../org/apache/ant/antunit/AssertTask.java | 27 ++++++------ .../ant/antunit/AssertionFailedException.java | 27 ++++++------ .../apache/ant/antunit/ExpectFailureTask.java | 27 ++++++------ .../org/apache/ant/antunit/LogCapturer.java | 27 ++++++------ .../org/apache/ant/antunit/LogContains.java | 27 ++++++------ .../ant/antunit/PlainAntUnitListener.java | 27 ++++++------ src/main/org/apache/ant/antunit/antlib.xml | 25 ++++++----- .../org/apache/ant/antunit/AntUnitTest.java | 27 ++++++------ .../org/apache/ant/antunit/AssertTest.java | 27 ++++++------ .../apache/ant/antunit/ExpectFailureTest.java | 27 ++++++------ .../apache/ant/antunit/LogCapturerTest.java | 27 ++++++------ 21 files changed, 338 insertions(+), 233 deletions(-) create mode 100644 NOTICE create mode 100644 pom.xml diff --git a/NOTICE b/NOTICE new file mode 100644 index 0000000..74ee9b9 --- /dev/null +++ b/NOTICE @@ -0,0 +1,5 @@ +Apache Antunit +Copyright 2006 The Apache Software Foundation + +This product includes software developed at +The Apache Software Foundation (http://www.apache.org/). \ No newline at end of file diff --git a/build.xml b/build.xml index 2ac1cf8..df4a61e 100644 --- a/build.xml +++ b/build.xml @@ -1,18 +1,21 @@ diff --git a/pom.xml b/pom.xml new file mode 100644 index 0000000..d278142 --- /dev/null +++ b/pom.xml @@ -0,0 +1,43 @@ + + + 4.0.0 + org.apache.ant + antunit + jar + 1.0-beta + Apache Ant Antunit + http://ant.apache.org + + + junit + junit + 3.8.1 + runtime + + + ant + ant + 1.6.5 + compile + + + \ No newline at end of file diff --git a/src/etc/testcases/antunit.xml b/src/etc/testcases/antunit.xml index 67f4d2f..f7e4f54 100644 --- a/src/etc/testcases/antunit.xml +++ b/src/etc/testcases/antunit.xml @@ -1,19 +1,22 @@