This is the mail archive of the mauve-patches@sourceware.org mailing list for the Mauve project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

FIY: added NOTES section to Mauve README


Hello!

Following Mark's suggestion I've added a section to the Mauve README
file.

The section is for additional notes on Mauve. I have started filling it
with additional files that need to be there, but are neither tests or
produced by Mauve developers (like the sound files).

I've committed with the following Changelog:

2007-07-06  Mario Torre  <neugens@limasoftware.net>

	* README: added "NOTES" section.
-- 
Lima Software - http://www.limasoftware.net/
GNU Classpath Developer - http://www.classpath.org/
Fedora Ambassador - http://fedoraproject.org/wiki/MarioTorre
Jabber: neugens@jabber.org
pgp key: http://subkeys.pgp.net/ PGP Key ID: 80F240CF
Fingerprint: BA39 9666 94EC 8B73 27FA  FC7C 4086 63E3 80F2 40CF

Please, support open standards:
http://opendocumentfellowship.org/petition/
http://www.nosoftwarepatents.com/
### Eclipse Workspace Patch 1.0
#P mauve
Index: README
===================================================================
RCS file: /cvs/mauve/mauve/README,v
retrieving revision 1.27
diff -u -r1.27 README
--- README	20 Oct 2006 01:38:38 -0000	1.27
+++ README	6 Jul 2007 10:45:22 -0000
@@ -10,7 +10,7 @@
 This file has two main sections:
 0) CONFIGURING AND BUILDING THE TESTSUITE
 1) RUNNING THE TESTS
-
+2) NOTES
 
 
 ******CONFIGURING AND BUILDING THE TESTSUITE*******
@@ -279,3 +279,21 @@
   will run with auto-compilation enabled with the ecj jar being 
   /usr/share/java/eclipse-ecj.jar and the bootclasspath found automatically.
 
+
+
+
+******NOTES*******
+This section explains some additional notes to take into account when using
+Mauve. It has the following subsections:
+  0. External Data
+  
+0. External Data
+
+  Tests can have additional data included. Usually, data is located either
+  in the same package of the test, or in a subpackage.
+  The following files come from external sources. The list includes the
+  last known license at time the file was added, the source and the location
+  in Mauve. For details on the use see the corresponding tests.
+  
+  * gnu/testlet/javax/sound/sampled/data/k3b_success1.wav, GPL,
+  k3b-1.0.1-1.fc7.2 (fedora 7)

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]