Skip to content

Commit 31ae00f

Browse files
Merge pull request diffblue#302 from diffblue/bugfix/minor-language
Minor language updates
2 parents 06a7802 + 0ffd310 commit 31ae00f

File tree

1 file changed

+14
-13
lines changed

1 file changed

+14
-13
lines changed

benchmarks/GENUINE/README.txt

+14-13
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,22 @@
11
GENUINE
22
~~~~~~~
33

4-
Here we store genuine benchmarks. Each benchmark appear in one directory.
4+
Here we store real-world benchmark applications. Each benchmark is located in
5+
its own directory.
56
Benchmark-specific configuration JSON files (containing the transition rules)
67
are located in this directory using this naming convention:
78
<benchmark-name>_rules.json
89

9-
When running the "security-scanner" tool on some benchmark <benchmark-name>,
10-
we recommend to pass these directories to the tool:
10+
When running the "security-scanner" tool on a benchmark called <benchmark-name>
11+
pass these directories to the tool:
1112
./RESULTS/<benchmark-name>
1213
./TEMP/<benchmark-name>
13-
as directories for storing results and temporary data, respectively. The
14-
directories RESULTS and TEMP are already present in .gitignore file.
14+
for storing results and temporary data respectively. This is recommended as the
15+
directories RESULTS and TEMP are already present in the .gitignore file.
16+
17+
For each benchmark there is a detailed installation guide and a short textual
18+
description of the application below.
1519

16-
For each benchmark we provide its detailed installation guide and also short
17-
textual description (info) of the application.
18-
1920

2021

2122
(1) Alfresco
@@ -53,7 +54,7 @@ institutions worldwide to provide durable access to digital resources.
5354

5455
Webpage: http://www.dspace.org/
5556
Repository: https://github.com/DSpace/DSpace
56-
Commits: 8 934
57+
Commits: 8,934
5758
Releases: 85
5859
Contributors: 107
5960

@@ -269,7 +270,7 @@ The built binaries will be stored in:
269270
(10) sakai
270271
----------
271272

272-
Sakai is a fully customizable, 100% open source learning management system.
273+
Sakai is a fully-customizable, 100% open source learning management system.
273274
Sakai is a Java web application running on Apache Tomcat 8.
274275
Sakai is licensed under the Educational Community License version 2.0
275276
Sakai is an Apereo Foundation project and follows the Foundation's guidelines
@@ -278,17 +279,17 @@ and requirements for Contributor License Agreements.
278279
Home web: https://www.sakaiproject.org/
279280
Repo URL: https://github.com/sakaiproject/sakai.git
280281
repo: https://github.com/sakaiproject/sakai.git
281-
Commits: 44 635
282+
Commits: 44,635
282283
Releases: 5
283284
Contributors: 150
284-
Java files (master, last commit): 5 657 (~42.8MiB)
285+
Java files (master, last commit): 5,657 (~42.8MiB)
285286

286287
Install guide for Ubuntu:
287288

288289
1. Open a terminal in the directory of this readme file and clone:
289290
git clone https://github.com/sakaiproject/sakai.git
290291
2. Run these commands:
291-
cd ./sakai
292+
cd sakai
292293
(optional) git checkout 8550c168cdf16363e864bfdfdbeae96a1e8eac51
293294
mvn install sakai:deploy -Dmaven.tomcat.home="./__dist__" -DskipTests -Dmaven.test.skip=true
294295

0 commit comments

Comments
 (0)