diff options
author | James Ahlborn <jtahlborn@yahoo.com> | 2010-10-16 13:58:05 +0000 |
---|---|---|
committer | James Ahlborn <jtahlborn@yahoo.com> | 2010-10-16 13:58:05 +0000 |
commit | c6aeaba866ab4c84c66fa446c30d8826856ae482 (patch) | |
tree | 76af8086744f775cf3f38655a344d66a761e8144 /BUILDING.txt | |
parent | b512854062133c4d6ecaa373eefc809830137fd3 (diff) | |
download | jackcess-c6aeaba866ab4c84c66fa446c30d8826856ae482.tar.gz jackcess-c6aeaba866ab4c84c66fa446c30d8826856ae482.zip |
update build instructions
git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@487 f203690c-595d-4dc9-a70b-905162fa7fd2
Diffstat (limited to 'BUILDING.txt')
-rw-r--r-- | BUILDING.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/BUILDING.txt b/BUILDING.txt index 2d4b402..b490514 100644 --- a/BUILDING.txt +++ b/BUILDING.txt @@ -1,4 +1,4 @@ To build from source: 1) Install Maven (http://maven.apache.org/). -2) maven jar +2) mvn install 3) Find output in "target" directory. |