From 7eed4a3df684588b6edcd2dd1e6222f7a1731b77 Mon Sep 17 00:00:00 2001 From: sugarshark Date: Mon, 18 Aug 2003 23:57:08 +0000 Subject: * .cvsignore: new file * build.xml (runALTest): added target CVS: ---------------------------------------------------------------------- CVS: Issue number: CVS: If this change addresses one or more issues, CVS: then enter the issue number(s) here. CVS: Obtained from: CVS: If this change has been taken from another system, CVS: then name the system in this line, otherwise delete it. CVS: Submitted by: CVS: If this code has been contributed to the project by someone else; i.e., CVS: they sent us a patch or a set of diffs, then include their name/email CVS: address here. If this is your work then delete this line. CVS: Reviewed by: CVS: If we are doing pre-commit code reviews and someone else has CVS: reviewed your changes, include their name(s) here. CVS: If you have not had it reviewed then delete this line. git-svn-id: file:///home/mbien/NetBeansProjects/JOGAMP/joal-sync/git-svn/../svn-server-sync/joal/trunk@49 03bf7f67-59de-4072-a415-9a990d468a3f --- unit_tests/.cvsignore | 1 + unit_tests/build.xml | 16 ++++++++++++++-- 2 files changed, 15 insertions(+), 2 deletions(-) create mode 100644 unit_tests/.cvsignore diff --git a/unit_tests/.cvsignore b/unit_tests/.cvsignore new file mode 100644 index 0000000..90b07e9 --- /dev/null +++ b/unit_tests/.cvsignore @@ -0,0 +1 @@ +classes diff --git a/unit_tests/build.xml b/unit_tests/build.xml index e6d8e36..fafdf5b 100644 --- a/unit_tests/build.xml +++ b/unit_tests/build.xml @@ -40,7 +40,7 @@ - + @@ -57,6 +57,18 @@ + + + + + + + + + + + + @@ -68,4 +80,4 @@ - \ No newline at end of file + -- cgit v1.2.3