You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by mr...@apache.org on 2006/03/25 04:08:17 UTC

svn commit: r388693 - in /incubator/webwork2: ivy.xml src/java/org/apache/struts/action2/dispatcher/multipart/PellMultiPartRequest.java

Author: mrdon
Date: Fri Mar 24 19:08:15 2006
New Revision: 388693

URL: http://svn.apache.org/viewcvs?rev=388693&view=rev
Log:
Removing the Pell implementation of file upload.  According to Jason
Pell's page -
http://www.geocities.com/jasonpell/programs.html#multipartrequest - the
code is under the LGPL license.  

Removed:
    incubator/webwork2/src/java/org/apache/struts/action2/dispatcher/multipart/PellMultiPartRequest.java
Modified:
    incubator/webwork2/ivy.xml

Modified: incubator/webwork2/ivy.xml
URL: http://svn.apache.org/viewcvs/incubator/webwork2/ivy.xml?rev=388693&r1=388692&r2=388693&view=diff
==============================================================================
--- incubator/webwork2/ivy.xml (original)
+++ incubator/webwork2/ivy.xml Fri Mar 24 19:08:15 2006
@@ -88,9 +88,6 @@
         <!-- fileupload -->
         <dependency org="apache" name="commons-fileupload" rev="1.1" conf="fileupload->default"/>
 
-        <!-- fileupload-pell -->
-        <dependency org="pell" name="multipartrequest" rev="1.19" conf="fileupload-pell->default"/>
-
         <!-- sitemesh -->
         <dependency org="opensymphony" name="sitemesh" rev="2.2.1" conf="sitemesh->default"/>
 



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org
For additional commands, e-mail: dev-help@struts.apache.org