summaryrefslogtreecommitdiffstats
path: root/Documentation/dev-readme.txt
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation/dev-readme.txt')
-rw-r--r--Documentation/dev-readme.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/Documentation/dev-readme.txt b/Documentation/dev-readme.txt
index aa6b4baa01..ee7d0ff435 100644
--- a/Documentation/dev-readme.txt
+++ b/Documentation/dev-readme.txt
@@ -39,7 +39,7 @@ gwtorm supports (or add the necessary dialect support to gwtorm,
and then configure your workspace anyway).
====
- cd appjar/src/main/java
+ cd src/main/java
cp GerritServer.properties_example GerritServer.properties
====
@@ -100,13 +100,13 @@ Building
From the command line:
====
- (cd appjar && mvn package)
+ mvn package
====
Output WAR will be placed in:
====
- appjar/target/gerrit-*.war
+ target/gerrit-*.war
====