You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by ma...@apache.org on 2010/04/15 17:34:38 UTC

svn commit: r934456 - in /james/hupa/trunk: client/src/test/java/org/apache/hupa/client/mock/MockUploader.java pom.xml server/pom.xml

Author: manolo
Date: Thu Apr 15 15:34:38 2010
New Revision: 934456

URL: http://svn.apache.org/viewvc?rev=934456&view=rev
Log:
upgrade to latest GWT and gwtupload versions, added dependencies which are resolved transitively HUPA-68

Modified:
    james/hupa/trunk/client/src/test/java/org/apache/hupa/client/mock/MockUploader.java
    james/hupa/trunk/pom.xml
    james/hupa/trunk/server/pom.xml

Modified: james/hupa/trunk/client/src/test/java/org/apache/hupa/client/mock/MockUploader.java
URL: http://svn.apache.org/viewvc/james/hupa/trunk/client/src/test/java/org/apache/hupa/client/mock/MockUploader.java?rev=934456&r1=934455&r2=934456&view=diff
==============================================================================
--- james/hupa/trunk/client/src/test/java/org/apache/hupa/client/mock/MockUploader.java (original)
+++ james/hupa/trunk/client/src/test/java/org/apache/hupa/client/mock/MockUploader.java Thu Apr 15 15:34:38 2010
@@ -4,6 +4,7 @@ import com.google.gwt.core.client.JavaSc
 import com.google.gwt.event.shared.HandlerRegistration;
 import com.google.gwt.user.client.ui.Widget;
 
+import gwtupload.client.IFileInput;
 import gwtupload.client.IUploadStatus;
 import gwtupload.client.IUploader;
 import gwtupload.client.IUploadStatus.Status;
@@ -140,4 +141,19 @@ public class MockUploader implements IUp
     public void setFileInputSize(int size) {
         // TODO Auto-generated method stub
     }
+
+    public void setFileInput(gwtupload.client.IFileInput input) {
+        // TODO Auto-generated method stub
+    }
+
+    public IFileInput getFileInput() {
+        // TODO Auto-generated method stub
+        return null;
+    }
+
+    public IUploadStatus getStatusWidget() {
+        // TODO Auto-generated method stub
+        return null;
+    }
+
 }

Modified: james/hupa/trunk/pom.xml
URL: http://svn.apache.org/viewvc/james/hupa/trunk/pom.xml?rev=934456&r1=934455&r2=934456&view=diff
==============================================================================
--- james/hupa/trunk/pom.xml (original)
+++ james/hupa/trunk/pom.xml Thu Apr 15 15:34:38 2010
@@ -119,7 +119,7 @@
         </repository>
     </repositories>
     <properties>
-        <gwtVersion>2.0.2</gwtVersion>
+        <gwtVersion>2.0.3</gwtVersion>
     </properties>
 
     <build>
@@ -303,7 +303,17 @@
             <dependency>
                 <groupId>gwtupload</groupId>
                 <artifactId>gwtupload</artifactId>
-                <version>0.5.7</version>
+                <version>0.5.8-M5</version>
+            </dependency>
+            <dependency>
+                <groupId>commons-fileupload</groupId>
+                <artifactId>commons-fileupload</artifactId>
+                <version>1.2.1</version>
+            </dependency>
+            <dependency>
+                <groupId>commons-io</groupId>
+                <artifactId>commons-io</artifactId>
+                <version>1.4</version>
             </dependency>
             <dependency>
                 <groupId>com.google.code.guice</groupId>

Modified: james/hupa/trunk/server/pom.xml
URL: http://svn.apache.org/viewvc/james/hupa/trunk/server/pom.xml?rev=934456&r1=934455&r2=934456&view=diff
==============================================================================
--- james/hupa/trunk/server/pom.xml (original)
+++ james/hupa/trunk/server/pom.xml Thu Apr 15 15:34:38 2010
@@ -80,6 +80,14 @@
         <artifactId>gwtupload</artifactId>
     </dependency>
     <dependency>
+        <groupId>commons-fileupload</groupId>
+        <artifactId>commons-fileupload</artifactId>
+    </dependency>
+    <dependency>
+        <groupId>commons-io</groupId>
+        <artifactId>commons-io</artifactId>
+    </dependency>
+    <dependency>
         <groupId>com.google.code.guice</groupId>
         <artifactId>guice</artifactId>
     </dependency>



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