Skip to content

Commit

Permalink
Correct path for dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
matsjg committed Aug 14, 2011
1 parent 0cbf6ef commit 9ec4207
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -45,9 +45,9 @@ mvn dependency:copy-dependencies

cd target/dependency

cp lucene-* /Users/mats/Projects/geoserver-2.1.1/webapps/geoserver/WEB-INF/lib/
cp lucene-* {GEOSERVER_HOME}/webapps/geoserver/WEB-INF/lib/

cp elasticsearch-0.17.4.jar /Users/mats/Projects/geoserver-2.1.1/webapps/geoserver/WEB-INF/lib/
cp elasticsearch-0.17.4.jar {GEOSERVER_HOME}/webapps/geoserver/WEB-INF/lib/



0 comments on commit 9ec4207

Please sign in to comment.