Skip to content

Commit 6b8dd30

Browse files
committed
add note about Buildfile: /home/cleduc/src/java-multihash/build.xml
init: compile: [javac] Compiling 3 source files to /home/cleduc/src/java-multihash/build dist: [jar] Building jar: /home/cleduc/src/java-multihash/dist/multihash.jar BUILD SUCCESSFUL Total time: 1 second and libs
1 parent bd1d66a commit 6b8dd30

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ for Maven, you can add the follwing sections to your POM.XML:
4545
## Building
4646

4747
### Ant
48-
`ant dist` will build a JAR file suitable for manual inclusion in a project.
48+
`ant dist` will build a JAR file in the `./dist` suitable for manual inclusion in a project. Dependent libraries are included in `./dist/lib`.
4949

5050
### Maven
5151
`mvn package` will build a JAR file with Maven dependency information.

0 commit comments

Comments
 (0)