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/18 15:56:30 UTC

syncope git commit: Adjusting Tomcat local archives

Repository: syncope
Updated Branches:
  refs/heads/1_2_X db159beb4 -> db4a78b7f


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/db4a78b7
Tree: http://git-wip-us.apache.org/repos/asf/syncope/tree/db4a78b7
Diff: http://git-wip-us.apache.org/repos/asf/syncope/diff/db4a78b7

Branch: refs/heads/1_2_X
Commit: db4a78b7ff73c3ef95be370f0b518b43fb0d59a3
Parents: db159be
Author: Francesco Chicchiriccò <il...@apache.org>
Authored: Mon Apr 18 15:56:24 2016 +0200
Committer: Francesco Chicchiriccò <il...@apache.org>
Committed: Mon Apr 18 15:56:24 2016 +0200

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


http://git-wip-us.apache.org/repos/asf/syncope/blob/db4a78b7/standalone/pom.xml
----------------------------------------------------------------------
diff --git a/standalone/pom.xml b/standalone/pom.xml
index 6c97f60..d014988 100644
--- a/standalone/pom.xml
+++ b/standalone/pom.xml
@@ -97,7 +97,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" />