File tree Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -18,12 +18,10 @@ The java-callgraph package is build with maven. Install maven and do:
1818mvn 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
You can’t perform that action at this time.
0 commit comments