Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono-tools.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/gnunit
diff options
context:
space:
mode:
authorGonzalo Paniagua Javier <gonzalo.mono@gmail.com>2005-06-09 12:07:15 +0400
committerGonzalo Paniagua Javier <gonzalo.mono@gmail.com>2005-06-09 12:07:15 +0400
commitf51e5aa19d871a2d532772d3a186b7f365630720 (patch)
tree68bea5612a2bc622e7b436f3371be5f3c4ed30af /gnunit
parentd0baf9d594770ee31927254b3e454d0d6ed0fe71 (diff)
2005-06-09 Gonzalo Paniagua Javier <gonzalo@ximian.com>
* configure.in: added GNUNIT_VERSION. * gnunit/src/AssemblyInfo.cs.in: use GNUNIT_VERSION instead. svn path=/trunk/mono-tools/; revision=45678
Diffstat (limited to 'gnunit')
-rw-r--r--gnunit/ChangeLog8
-rw-r--r--gnunit/NEWS16
-rw-r--r--gnunit/README3
-rw-r--r--gnunit/src/AssemblyInfo.cs.in6
4 files changed, 11 insertions, 22 deletions
diff --git a/gnunit/ChangeLog b/gnunit/ChangeLog
index 9189ba92..2298e881 100644
--- a/gnunit/ChangeLog
+++ b/gnunit/ChangeLog
@@ -1,5 +1,13 @@
2005-06-09 Gonzalo Paniagua Javier <gonzalo@ximian.com>
+ * configure.in: added GNUNIT_VERSION.
+ * gnunit/src/AssemblyInfo.cs.in: use GNUNIT_VERSION instead.
+ * gnunit/NEWS: Removed.
+ * gnunit/README: updated.
+
+
+2005-06-09 Gonzalo Paniagua Javier <gonzalo@ximian.com>
+
* src/main.cs:
* src/nunit-gtk.glade:
* src/AssemblyStore.cs: make it compile/run using gtk-sharp 1.
diff --git a/gnunit/NEWS b/gnunit/NEWS
deleted file mode 100644
index 9be84954..00000000
--- a/gnunit/NEWS
+++ /dev/null
@@ -1,16 +0,0 @@
-2003-10-04
-
- * Released 0.2
-
-2003-07-10
-
- * Use auto*
- * Renamed executable to gnunit.exe
-
-Initial release 0.1
---------------------
-This initial release is able to load assemblies and run the tests in them.
-Only 1 at a time, though.
-
-It displays the results nicely.
-
diff --git a/gnunit/README b/gnunit/README
index d86ebf4f..5b7ab671 100644
--- a/gnunit/README
+++ b/gnunit/README
@@ -7,11 +7,8 @@ gnunit is a frontend for running NUnit 2 test suites.
-------------------
AUTHORS
- NEWS
README
ChangeLog
- configure.in
- autogen.sh
Makefile.am
src/
diff --git a/gnunit/src/AssemblyInfo.cs.in b/gnunit/src/AssemblyInfo.cs.in
index 208691a1..e93248fc 100644
--- a/gnunit/src/AssemblyInfo.cs.in
+++ b/gnunit/src/AssemblyInfo.cs.in
@@ -9,9 +9,9 @@
using System.Reflection;
using System.Runtime.CompilerServices;
-[assembly: AssemblyVersion("@VERSION@")]
+[assembly: AssemblyVersion("@GNUNIT_VERSION@")]
[assembly: AssemblyTitle ("Mono NUnit2 GUI")]
[assembly: AssemblyDescription ("A graphical frontend for NUnit2 framework using Gtk#.")]
-[assembly: AssemblyCopyright ("Copyright (c) 2003 Ximian, Inc.")]
-[assembly: AssemblyCompany ("Ximian, Inc.")]
+[assembly: AssemblyCopyright ("Copyright (c) 2003-2005 Novell, Inc.")]
+[assembly: AssemblyCompany ("Novell, Inc.")]