You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by eb...@apache.org on 2016/09/28 14:15:11 UTC

[3/3] commons-rng git commit: Renamed README to README.txt

Renamed README to README.txt


Project: http://git-wip-us.apache.org/repos/asf/commons-rng/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-rng/commit/59ce1a9d
Tree: http://git-wip-us.apache.org/repos/asf/commons-rng/tree/59ce1a9d
Diff: http://git-wip-us.apache.org/repos/asf/commons-rng/diff/59ce1a9d

Branch: refs/heads/master
Commit: 59ce1a9d7b1f403ed84a3777936bf1bd1835b20a
Parents: 62f2421
Author: Emmanuel Bourg <eb...@apache.org>
Authored: Wed Sep 28 16:14:42 2016 +0200
Committer: Emmanuel Bourg <eb...@apache.org>
Committed: Wed Sep 28 16:14:42 2016 +0200

----------------------------------------------------------------------
 src/userguide/README     | 22 ----------------------
 src/userguide/README.txt | 22 ++++++++++++++++++++++
 2 files changed, 22 insertions(+), 22 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-rng/blob/59ce1a9d/src/userguide/README
----------------------------------------------------------------------
diff --git a/src/userguide/README b/src/userguide/README
deleted file mode 100644
index 7cc79ca..0000000
--- a/src/userguide/README
+++ /dev/null
@@ -1,22 +0,0 @@
-This directory contains source code that is not part of the Apache
-Commons RNG library.  It contains syntactically correct and working
-examples of use.
-
-In order to run one of the applications (a class that must contain a
-"main" method), you would type (in a shell console) a command similar
-to the following:
- $ mvn -q exec:java \
-   -Dexec.mainClass=org.apache.commons.rng.userguide.RandomStressTester \
-   -Dexec.args="[args]"
-
-Alternatively, a "standalone" JAR can be created with the following
-command:
- $ mvn -Dmainclass=org.apache.commons.rng.userguide.RandomStressTester \
-       -Djarbasename=RandomStressTester \
-       clean compile assembly:single
-where the value of the "mainclass" argument is the fully-qualified name
-of the class whose "main" method will be the program's entry point, and
-the "jarbasename" argument is the basename of the JAR file to be created.
-Then, the application can be run with the following command:
- $ java -jar RandomStressTester [args]
-where "[args]" is the list of arguments passed to the "main" method.

http://git-wip-us.apache.org/repos/asf/commons-rng/blob/59ce1a9d/src/userguide/README.txt
----------------------------------------------------------------------
diff --git a/src/userguide/README.txt b/src/userguide/README.txt
new file mode 100644
index 0000000..7cc79ca
--- /dev/null
+++ b/src/userguide/README.txt
@@ -0,0 +1,22 @@
+This directory contains source code that is not part of the Apache
+Commons RNG library.  It contains syntactically correct and working
+examples of use.
+
+In order to run one of the applications (a class that must contain a
+"main" method), you would type (in a shell console) a command similar
+to the following:
+ $ mvn -q exec:java \
+   -Dexec.mainClass=org.apache.commons.rng.userguide.RandomStressTester \
+   -Dexec.args="[args]"
+
+Alternatively, a "standalone" JAR can be created with the following
+command:
+ $ mvn -Dmainclass=org.apache.commons.rng.userguide.RandomStressTester \
+       -Djarbasename=RandomStressTester \
+       clean compile assembly:single
+where the value of the "mainclass" argument is the fully-qualified name
+of the class whose "main" method will be the program's entry point, and
+the "jarbasename" argument is the basename of the JAR file to be created.
+Then, the application can be run with the following command:
+ $ java -jar RandomStressTester [args]
+where "[args]" is the list of arguments passed to the "main" method.