JAMES-1693 Dockerfiles should be updated to match Guice projects re-organization
Project: http://git-wip-us.apache.org/repos/asf/james-project/repo Commit: http://git-wip-us.apache.org/repos/asf/james-project/commit/fd282b4c Tree: http://git-wip-us.apache.org/repos/asf/james-project/tree/fd282b4c Diff: http://git-wip-us.apache.org/repos/asf/james-project/diff/fd282b4c Branch: refs/heads/master Commit: fd282b4ca0ff81601e47bc07552023e3a1aa73e0 Parents: 82a88f6 Author: Benoit Tellier <[email protected]> Authored: Tue Mar 8 17:57:46 2016 +0700 Committer: Matthieu Baechler <[email protected]> Committed: Wed Mar 23 17:07:13 2016 +0100 ---------------------------------------------------------------------- dockerfiles/compilation/java-8/compile.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/james-project/blob/fd282b4c/dockerfiles/compilation/java-8/compile.sh ---------------------------------------------------------------------- diff --git a/dockerfiles/compilation/java-8/compile.sh b/dockerfiles/compilation/java-8/compile.sh index f90baf5..696f4db 100755 --- a/dockerfiles/compilation/java-8/compile.sh +++ b/dockerfiles/compilation/java-8/compile.sh @@ -53,8 +53,8 @@ fi if [ $? -eq 0 ]; then cp server/app/target/james-server-app-*-app.zip $DESTINATION - cp server/container/cassandra-guice/target/james-server-cassandra-guice-*-SNAPSHOT.jar $DESTINATION - cp -r server/container/cassandra-guice/target/james-server-cassandra-guice-*-SNAPSHOT.lib $DESTINATION + cp server/container/guice/cassandra-guice/target/james-server-cassandra-guice-*-SNAPSHOT.jar $DESTINATION + cp -r server/container/guice/cassandra-guice/target/james-server-cassandra-guice-*-SNAPSHOT.lib $DESTINATION cp server/container/cli/target/james-server-cli-*.jar $DESTINATION cp -r server/container/cli/target/james-server-cli-*.lib $DESTINATION fi --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
