diff options
author | Peter Carbonetto | 2017-07-18 13:56:10 -0500 |
---|---|---|
committer | Peter Carbonetto | 2017-07-18 13:56:10 -0500 |
commit | 42dc643e44563f64d3b7593c051898b7879d9878 (patch) | |
tree | 33fcd6aa1066016aea9b54e97a84f4250562c007 /shunit2-2.0.3/src/docbook/shunit2.xml | |
parent | 8de8f701755b3dc4c042591541aa86bfda02f36b (diff) | |
download | pangemma-42dc643e44563f64d3b7593c051898b7879d9878.tar.gz |
Moved shunit2 files to test directory.
Diffstat (limited to 'shunit2-2.0.3/src/docbook/shunit2.xml')
-rw-r--r-- | shunit2-2.0.3/src/docbook/shunit2.xml | 85 |
1 files changed, 0 insertions, 85 deletions
diff --git a/shunit2-2.0.3/src/docbook/shunit2.xml b/shunit2-2.0.3/src/docbook/shunit2.xml deleted file mode 100644 index 25b3fed..0000000 --- a/shunit2-2.0.3/src/docbook/shunit2.xml +++ /dev/null @@ -1,85 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!-- -$Id$ -vim: softtabstop=2 shiftwidth=2 ---> -<!-- - -This document can be converted to HTML using the following commands: - -$ java -cp xalan-2.6.0.jar \ - org.apache.xalan.xslt.Process -xml -in log4sh.xml -xsl tldp-one-page.xsl - -$ xsltproc tldp-one-page.xsl log4sh.xml |xmllint -noblanks - - ---> - -<!DOCTYPE book - PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [ - - <!ENTITY functions SYSTEM "functions.xml"> - <!ENTITY introduction SYSTEM "introduction.xml"> - <!ENTITY quickstart SYSTEM "quickstart.xml"> - - <!ENTITY myEmail "kate.ward@forestent.com"> - <!ENTITY isoDate "@@ISO_DATE@@"> - - <!ENTITY shunit2 "<command>shunit2</command>"> -]> - -<book id="shUnit2" lang="en-US"><title>shUnit2</title> - <bookinfo> - <title>shUnit2 version 2.0.3</title> - <authorgroup> - <author> - <firstname>Kate</firstname><surname>Ward</surname> - <affiliation> - <address> - <email>&myEmail;</email> - </address> - </affiliation> - </author> - </authorgroup> - - <!-- All dates specified in ISO "YYYY-MM-DD" format --> - <pubdate>&isoDate;</pubdate> - - <!-- TODO flush out like bookinfo in docbook-tdg --> - - <!-- Most recent revision goes at the top; list in descending order --> - <revhistory> - <revision> - <revnumber>2.0.3</revnumber> - <date>2007-07-12</date> - <authorinitials>Kate Ward <&myEmail;></authorinitials> - </revision> - - <revision> - <revnumber>2.0.2</revnumber> - <date>2007-04-22</date> - <authorinitials>Kate Ward <&myEmail;></authorinitials> - </revision> - - <revision> - <revnumber>2.0.1</revnumber> - <date>2007-02-21</date> - <authorinitials>Kate Ward <&myEmail;></authorinitials> - </revision> - - <revision> - <revnumber>2.0.0</revnumber> - <date>2007-02-20</date> - <authorinitials>Kate Ward <&myEmail;></authorinitials> - </revision> - </revhistory> - - <!-- Provide a good abstract; a couple of sentences is sufficient --> - <abstract> - <para><ulink url="http://sourceforge.net/projects/shunit2">shUnit2</ulink> is a unit test framework for Bourne based shell scripts, and it is designed to work in a similar manner to <ulink url="http://www.junit.org/">JUnit</ulink>, <ulink url="http://pyunit.sourceforge.net/">PyUnit</ulink>, etc.</para> - </abstract> - </bookinfo> - - &introduction; - &quickstart; - &functions; -</book> |