Skip to content

Commit 86d8f4c

Browse files
committed
Merge pull request gousiosg#3 from Gary-Titus/patch-1
Thanks!
2 parents ed62935 + 6f35c60 commit 86d8f4c

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

README.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,10 @@ The java-callgraph package is build with maven. Install maven and do:
1818
mvn install
1919
</code>
2020

21-
This will produce a `target` directory with two executable jars:
22-
23-
- `javacg-0.1-SNAPSHOT-static.jar`: This includes the static call graph
24-
generator
25-
- `javacg-0.1-SNAPSHOT-dycg-agent.jar`: This includes the dynamic call
26-
graph generator
21+
This will produce a `target` directory with the following three jars:
22+
- javacg-0.1-SNAPSHOT.jar: This is the standard maven packaged jar with static and dynamic call graph generator classes
23+
- `javacg-0.1-SNAPSHOT-static.jar`: This is an executable jar which includes the static call graph generator
24+
- `javacg-0.1-SNAPSHOT-dycg-agent.jar`: This is an executable jar which includes the dynamic call graph generator
2725

2826
#### Run
2927

0 commit comments

Comments
 (0)