Author: mcucchiara Date: Sat Jan 29 21:17:10 2011 New Revision: 1065111 URL: http://svn.apache.org/viewvc?rev=1065111&view=rev Log: WW-3549 rollback to the previous version
Modified: struts/struts2/trunk/xwork-core/pom.xml Modified: struts/struts2/trunk/xwork-core/pom.xml URL: http://svn.apache.org/viewvc/struts/struts2/trunk/xwork-core/pom.xml?rev=1065111&r1=1065110&r2=1065111&view=diff ============================================================================== --- struts/struts2/trunk/xwork-core/pom.xml (original) +++ struts/struts2/trunk/xwork-core/pom.xml Sat Jan 29 21:17:10 2011 @@ -219,7 +219,7 @@ <shadedPattern>org.apache.commons.lang.xwork</shadedPattern> </relocation> <relocation> - <pattern>org.apache.commons.io</pattern> + <pattern>org.apache.commons.lang</pattern> <shadedPattern>org.apache.commons.io.xwork</shadedPattern> </relocation> </relocations> @@ -236,7 +236,7 @@ <artifactId>maven-bundle-plugin</artifactId> <configuration> <instructions> - <Export-Package>org.apache.commons.lang.xwork.*,org.apache.commons.io.xwork.*,com.opensymphony.xwork2.*</Export-Package> + <Export-Package>org.apache.commons.lang.xwork.*,com.opensymphony.xwork2.*</Export-Package> </instructions> </configuration> <executions>