You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@struts.apache.org by ap...@apache.org on 2008/01/14 00:06:33 UTC

svn commit: r611671 - in /struts/struts2/trunk/assembly: pom.xml src/main/assembly/lib-jdk14.xml

Author: apetrelli
Date: Sun Jan 13 15:06:33 2008
New Revision: 611671

URL: http://svn.apache.org/viewvc?rev=611671&view=rev
Log:
WW-2379
Added the XWork retrotranslated artifact to the jdk14 distribution.

Modified:
    struts/struts2/trunk/assembly/pom.xml
    struts/struts2/trunk/assembly/src/main/assembly/lib-jdk14.xml

Modified: struts/struts2/trunk/assembly/pom.xml
URL: http://svn.apache.org/viewvc/struts/struts2/trunk/assembly/pom.xml?rev=611671&r1=611670&r2=611671&view=diff
==============================================================================
--- struts/struts2/trunk/assembly/pom.xml (original)
+++ struts/struts2/trunk/assembly/pom.xml Sun Jan 13 15:06:33 2008
@@ -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>

Modified: struts/struts2/trunk/assembly/src/main/assembly/lib-jdk14.xml
URL: http://svn.apache.org/viewvc/struts/struts2/trunk/assembly/src/main/assembly/lib-jdk14.xml?rev=611671&r1=611670&r2=611671&view=diff
==============================================================================
--- struts/struts2/trunk/assembly/src/main/assembly/lib-jdk14.xml (original)
+++ struts/struts2/trunk/assembly/src/main/assembly/lib-jdk14.xml Sun Jan 13 15:06:33 2008
@@ -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>