From 1381c87965ab669820a4a7b48c09aca026f5b478 Mon Sep 17 00:00:00 2001 From: Mark Donszelmann Date: Fri, 18 Nov 2005 21:02:34 +0000 Subject: --- samples/.cvsignore | 1 + samples/CVS/Entries | 8 + samples/CVS/Repository | 1 + samples/CVS/Root | 1 + samples/blas.ant | 185 ++++++++ samples/check.ant | 249 +++++++++++ samples/cppunit.ant | 559 ++++++++++++++++++++++++ samples/qtunit.ant | 238 +++++++++++ samples/xercesc.ant | 1113 ++++++++++++++++++++++++++++++++++++++++++++++++ samples/xpcom.ant | 120 ++++++ 10 files changed, 2475 insertions(+) create mode 100644 samples/.cvsignore create mode 100644 samples/CVS/Entries create mode 100644 samples/CVS/Repository create mode 100644 samples/CVS/Root create mode 100644 samples/blas.ant create mode 100644 samples/check.ant create mode 100644 samples/cppunit.ant create mode 100644 samples/qtunit.ant create mode 100644 samples/xercesc.ant create mode 100644 samples/xpcom.ant (limited to 'samples') diff --git a/samples/.cvsignore b/samples/.cvsignore new file mode 100644 index 0000000..fcb6a2f --- /dev/null +++ b/samples/.cvsignore @@ -0,0 +1 @@ +build diff --git a/samples/CVS/Entries b/samples/CVS/Entries new file mode 100644 index 0000000..2d6583e --- /dev/null +++ b/samples/CVS/Entries @@ -0,0 +1,8 @@ +/.cvsignore/1.1/Sun Aug 29 04:52:51 2004// +/blas.ant/1.1/Fri Apr 30 20:38:47 2004// +/check.ant/1.1/Fri Apr 30 20:38:47 2004// +/cppunit.ant/1.10/Tue Aug 24 22:46:09 2004// +/qtunit.ant/1.1/Wed May 5 02:50:59 2004/-kb/ +/xercesc.ant/1.22/Sat Feb 28 18:58:38 2004// +/xpcom.ant/1.1/Wed May 5 02:50:59 2004/-kb/ +D diff --git a/samples/CVS/Repository b/samples/CVS/Repository new file mode 100644 index 0000000..cee2e7c --- /dev/null +++ b/samples/CVS/Repository @@ -0,0 +1 @@ +cpptasks/samples diff --git a/samples/CVS/Root b/samples/CVS/Root new file mode 100644 index 0000000..1ac95cd --- /dev/null +++ b/samples/CVS/Root @@ -0,0 +1 @@ +:pserver:anonymous@cvs.sourceforge.net:/cvsroot/ant-contrib diff --git a/samples/blas.ant b/samples/blas.ant new file mode 100644 index 0000000..45c3691 --- /dev/null +++ b/samples/blas.ant @@ -0,0 +1,185 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/samples/check.ant b/samples/check.ant new file mode 100644 index 0000000..c0d4271 --- /dev/null +++ b/samples/check.ant @@ -0,0 +1,249 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/samples/cppunit.ant b/samples/cppunit.ant new file mode 100644 index 0000000..f6b2172 --- /dev/null +++ b/samples/cppunit.ant @@ -0,0 +1,559 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/samples/qtunit.ant b/samples/qtunit.ant new file mode 100644 index 0000000..fab89ed --- /dev/null +++ b/samples/qtunit.ant @@ -0,0 +1,238 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/samples/xercesc.ant b/samples/xercesc.ant new file mode 100644 index 0000000..2405431 --- /dev/null +++ b/samples/xercesc.ant @@ -0,0 +1,1113 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/samples/xpcom.ant b/samples/xpcom.ant new file mode 100644 index 0000000..b1da4b2 --- /dev/null +++ b/samples/xpcom.ant @@ -0,0 +1,120 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- cgit v1.2.3