Skip to content

Commit 6b8534f

Browse files
author
Owen
committed
Use better directory name for files
Also remove build.py, which isn't needed as it has been reimplemented in the shell script
1 parent 5de2baf commit 6b8534f

File tree

4 files changed

+2
-12
lines changed

4 files changed

+2
-12
lines changed

benchmarks/GENUINE/WebGoat.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ mvn clean install -DskipTests
2222

2323
# 5. Create the following files representing the entry point to WebGoat:
2424
mkdir -p __MAIN__/src/main/java
25-
cp ../WebGoat_sh_files/Main.java __MAIN__/src/main/java/Main.java
26-
cp ../WebGoat_sh_files/pom.xml __MAIN__/pom.xml
25+
cp ../WebGoat_files/Main.java __MAIN__/src/main/java/Main.java
26+
cp ../WebGoat_files/pom.xml __MAIN__/pom.xml
2727

2828
# 6. copy ../../LIBRARIES/models/model/src/main/java/org to ./__MAIN__/src/main/java/
2929
cp -r ../../LIBRARIES/models/model/src/main/java/org __MAIN__/src/main/java/

benchmarks/GENUINE/WebGoat_sh_files/build.py

Lines changed: 0 additions & 10 deletions
This file was deleted.

0 commit comments

Comments
 (0)