Added the XWork retrotranslated artifact to the jdk14 distribution.

git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@611671 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Antonio Petrelli
2008-01-13 23:06:33 +00:00
parent 7ab72009be
commit bda27dd5e1
2 changed files with 5 additions and 2 deletions
+2 -1
View File
@@ -247,8 +247,9 @@
<groupId>com.opensymphony</groupId>
<artifactId>xwork</artifactId>
<version>2.1.1-SNAPSHOT</version>
<scope>runtime</scope>
<type>jar</type>
<classifier>jdk14</classifier>
<scope>runtime</scope>
</dependency>
<dependency>
+3 -1
View File
@@ -32,11 +32,13 @@
<include>backport-util-concurrent:backport-util-concurrent</include>
</includes>
</dependencySet>
<dependencySet useTransitiveFiltering="true">
<dependencySet>
<useTransitiveFiltering>true</useTransitiveFiltering>
<outputDirectory>jdk14</outputDirectory>
<outputFileNameMapping>${artifactId}-${version}-jdk14.${extension}</outputFileNameMapping>
<includes>
<include>org.apache.struts:*:jar:jdk14</include>
<include>com.opensymphony:xwork:jar:jdk14</include>
</includes>
</dependencySet>
</dependencySets>