Author: sebastien.lelong
Date: Sun Jan 4 00:30:04 2009
New Revision: 718
Modified:
trunk/tools/jallib
Log:
remove unvalidated/validated stuff
Modified: trunk/tools/jallib
==============================================================================
--- trunk/tools/jallib (original)
+++ trunk/tools/jallib Sun Jan 4 00:30:04 2009
@@ -23,12 +23,12 @@
#########################
# ENVIRONMENT VARIABLES #
#########################
-# Path to the jallib root's repository
(containing "tools,"unvalidated","validated" dirs)
+# Path to the jallib root's repository ("tools, "include", "sample", ...)
export JALLIB_ROOT=
-# path to jallib root's libraries. You may want to point to "validated"
or "unvalidated"
-export JALLIB_REPOS="$JALLIB_ROOT/unvalidated/include"
-# path to jallib root's samples. You may want to point to "validated"
or "unvalidated"
-export JALLIB_SAMPLEDIR="$JALLIB_ROOT/unvalidated/sample"
+# path to jallib root's libraries.
+export JALLIB_REPOS="$JALLIB_ROOT/include"
+# path to jallib root's samples.
+export JALLIB_SAMPLEDIR="$JALLIB_ROOT/sample"
# path to the testing matrix
export JALLIB_MATRIX="$JALLIB_SAMPLEDIR/testing_matrix.yaml"
# path to "jalv2" executable. If not in your PATH, set an absolute path to
the exec
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"jallib" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/jallib?hl=en
-~----------~----~----~----~------~----~------~--~---