You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@syncope.apache.org by il...@apache.org on 2016/04/19 15:02:11 UTC

[24/24] syncope git commit: Adjusting Tomcat local archives

Adjusting Tomcat local archives


Project: http://git-wip-us.apache.org/repos/asf/syncope/repo
Commit: http://git-wip-us.apache.org/repos/asf/syncope/commit/0df25dfb
Tree: http://git-wip-us.apache.org/repos/asf/syncope/tree/0df25dfb
Diff: http://git-wip-us.apache.org/repos/asf/syncope/diff/0df25dfb

Branch: refs/heads/master
Commit: 0df25dfb5c4f74904e79188fa50ace3aaf2982a8
Parents: 550ee4f
Author: Francesco Chicchiriccò <il...@apache.org>
Authored: Mon Apr 18 16:05:35 2016 +0200
Committer: Francesco Chicchiriccò <il...@apache.org>
Committed: Tue Apr 19 15:01:19 2016 +0200

----------------------------------------------------------------------
 standalone/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/syncope/blob/0df25dfb/standalone/pom.xml
----------------------------------------------------------------------
diff --git a/standalone/pom.xml b/standalone/pom.xml
index 71f1af3..e3c40a0 100644
--- a/standalone/pom.xml
+++ b/standalone/pom.xml
@@ -137,7 +137,7 @@ under the License.
                 <copy file="NOTICE" todir="${work.dir}" />
 
                 <!-- Unzip Tomcat and remove docs and examples from webapps (space saving) -->
-                <unzip src="${settings.localRepository}/org/codehaus/cargo/cargo-container-archives/apache-tomcat-${tomcat.version}.zip" dest="${work.dir}" />
+                <unzip src="${settings.localRepository}/org/codehaus/cargo/cargo-container-archives/tomcat-${tomcat.version}.zip" dest="${work.dir}" />
                 <delete dir="${work.dir}/apache-tomcat-${tomcat.version}/webapps/docs" />
                 <delete dir="${work.dir}/apache-tomcat-${tomcat.version}/webapps/examples" />