You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@struts.apache.org by lu...@apache.org on 2015/11/28 16:20:42 UTC

[4/4] struts git commit: WW-4570 Drops XWork core from min-lib

WW-4570 Drops XWork core from min-lib


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

Branch: refs/heads/master
Commit: e488353a05a56868a4744541aeb411869af2fb53
Parents: fa41222
Author: Lukasz Lenart <lu...@apache.org>
Authored: Sat Nov 28 16:20:25 2015 +0100
Committer: Lukasz Lenart <lu...@apache.org>
Committed: Sat Nov 28 16:20:25 2015 +0100

----------------------------------------------------------------------
 assembly/src/main/assembly/min-lib.xml | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/struts/blob/e488353a/assembly/src/main/assembly/min-lib.xml
----------------------------------------------------------------------
diff --git a/assembly/src/main/assembly/min-lib.xml b/assembly/src/main/assembly/min-lib.xml
index 68075f6..ec1417d 100644
--- a/assembly/src/main/assembly/min-lib.xml
+++ b/assembly/src/main/assembly/min-lib.xml
@@ -35,7 +35,6 @@
       <useTransitiveDependencies>true</useTransitiveDependencies>
       <outputDirectory>lib</outputDirectory>
       <includes>
-        <include>org.apache.struts.xwork:xwork-core</include>
         <include>org.apache.struts:struts2-core</include>
         <include>org.freemarker:freemarker</include>
         <include>org.apache.commons:commons-lang3</include>