Author: manolo
Date: Tue Jan  5 20:32:28 2010
New Revision: 896205

URL: http://svn.apache.org/viewvc?rev=896205&view=rev
Log:
added gwt-2.0.0 libraries because they are not in any maven repository right now

Added:
    james/hupa/lib/com.google.gwt/
    james/hupa/lib/com.google.gwt/jars/
    james/hupa/lib/com.google.gwt/jars/gwt-dev-2.0.0-linux.jar   (with props)
    james/hupa/lib/com.google.gwt/jars/gwt-servlet-2.0.0.jar   (with props)
    james/hupa/lib/com.google.gwt/jars/gwt-user-2.0.0.jar   (with props)
    james/hupa/lib/com.google.gwt/poms/
    james/hupa/lib/com.google.gwt/poms/gwt-dev-2.0.0.pom
    james/hupa/lib/com.google.gwt/poms/gwt-servlet-2.0.0.pom
    james/hupa/lib/com.google.gwt/poms/gwt-user-2.0.0.pom

Added: james/hupa/lib/com.google.gwt/jars/gwt-dev-2.0.0-linux.jar
URL: 
http://svn.apache.org/viewvc/james/hupa/lib/com.google.gwt/jars/gwt-dev-2.0.0-linux.jar?rev=896205&view=auto
==============================================================================
Binary file - no diff available.

Propchange: james/hupa/lib/com.google.gwt/jars/gwt-dev-2.0.0-linux.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: james/hupa/lib/com.google.gwt/jars/gwt-servlet-2.0.0.jar
URL: 
http://svn.apache.org/viewvc/james/hupa/lib/com.google.gwt/jars/gwt-servlet-2.0.0.jar?rev=896205&view=auto
==============================================================================
Binary file - no diff available.

Propchange: james/hupa/lib/com.google.gwt/jars/gwt-servlet-2.0.0.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: james/hupa/lib/com.google.gwt/jars/gwt-user-2.0.0.jar
URL: 
http://svn.apache.org/viewvc/james/hupa/lib/com.google.gwt/jars/gwt-user-2.0.0.jar?rev=896205&view=auto
==============================================================================
Binary file - no diff available.

Propchange: james/hupa/lib/com.google.gwt/jars/gwt-user-2.0.0.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: james/hupa/lib/com.google.gwt/poms/gwt-dev-2.0.0.pom
URL: 
http://svn.apache.org/viewvc/james/hupa/lib/com.google.gwt/poms/gwt-dev-2.0.0.pom?rev=896205&view=auto
==============================================================================
--- james/hupa/lib/com.google.gwt/poms/gwt-dev-2.0.0.pom (added)
+++ james/hupa/lib/com.google.gwt/poms/gwt-dev-2.0.0.pom Tue Jan  5 20:32:28 
2010
@@ -0,0 +1,23 @@
+<project>
+
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>com.google.gwt</groupId>
+  <artifactId>gwt-dev</artifactId>
+  <version>2.0.0</version>
+  <packaging>jar</packaging>
+
+  <name>GWT Development Library 2.0</name>
+  <url>http://code.google.com/webtoolkit/</url>
+  <description>The GWT Development Library supports the Java to javascript 
compiler and the hosted mode runtime.</description>
+  <licenses>
+    <license>
+      <name>The Apache Software License, Version 2.0</name>
+      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
+      <distribution>repo</distribution>
+    </license>
+  </licenses>
+  <scm>
+    <url>http://google-web-toolkit.googlecode.com/svn/releases/2.0/</url>
+  </scm>
+
+</project>

Added: james/hupa/lib/com.google.gwt/poms/gwt-servlet-2.0.0.pom
URL: 
http://svn.apache.org/viewvc/james/hupa/lib/com.google.gwt/poms/gwt-servlet-2.0.0.pom?rev=896205&view=auto
==============================================================================
--- james/hupa/lib/com.google.gwt/poms/gwt-servlet-2.0.0.pom (added)
+++ james/hupa/lib/com.google.gwt/poms/gwt-servlet-2.0.0.pom Tue Jan  5 
20:32:28 2010
@@ -0,0 +1,23 @@
+<project>
+
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>com.google.gwt</groupId>
+  <artifactId>gwt-servlet</artifactId>
+  <version>2.0.0</version>
+  <packaging>jar</packaging>
+
+  <name>GWT Servlet Library 2.0</name>
+  <url>http://code.google.com/webtoolkit/</url>
+  <description>The GWT Servlet Library supports the server-side components for 
invoking a GWT-RPC endpoint.</description>
+  <licenses>
+    <license>
+      <name>The Apache Software License, Version 2.0</name>
+      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
+      <distribution>repo</distribution>
+    </license>
+  </licenses>
+  <scm>
+    <url>http://google-web-toolkit.googlecode.com/svn/releases/2.0/</url>
+  </scm>
+
+</project>

Added: james/hupa/lib/com.google.gwt/poms/gwt-user-2.0.0.pom
URL: 
http://svn.apache.org/viewvc/james/hupa/lib/com.google.gwt/poms/gwt-user-2.0.0.pom?rev=896205&view=auto
==============================================================================
--- james/hupa/lib/com.google.gwt/poms/gwt-user-2.0.0.pom (added)
+++ james/hupa/lib/com.google.gwt/poms/gwt-user-2.0.0.pom Tue Jan  5 20:32:28 
2010
@@ -0,0 +1,23 @@
+<project>
+
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>com.google.gwt</groupId>
+  <artifactId>gwt-user</artifactId>
+  <version>2.0.0</version>
+  <packaging>jar</packaging>
+
+  <name>GWT User Library 2.0</name>
+  <url>http://code.google.com/webtoolkit/</url>
+  <description>The GWT User Library supports the client-side components for 
building AJAX apps in the Java language using the Google Web 
Toolkit.</description>
+  <licenses>
+    <license>
+      <name>The Apache Software License, Version 2.0</name>
+      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
+      <distribution>repo</distribution>
+    </license>
+  </licenses>
+  <scm>
+    <url>http://google-web-toolkit.googlecode.com/svn/releases/2.0/</url>
+  </scm>
+
+</project>



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

Reply via email to