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/01/20 00:34:04 UTC

svn commit: r901001 - in /james/hupa/lib/com.google.gwt.inject: jars/gin-1.0.jar poms/gin-1.0.pom

Author: manolo
Date: Tue Jan 19 23:34:04 2010
New Revision: 901001

URL: http://svn.apache.org/viewvc?rev=901001&view=rev
Log:
added gin-1.0 to local repository

Added:
    james/hupa/lib/com.google.gwt.inject/jars/gin-1.0.jar   (with props)
    james/hupa/lib/com.google.gwt.inject/poms/gin-1.0.pom

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

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

Added: james/hupa/lib/com.google.gwt.inject/poms/gin-1.0.pom
URL: http://svn.apache.org/viewvc/james/hupa/lib/com.google.gwt.inject/poms/gin-1.0.pom?rev=901001&view=auto
==============================================================================
--- james/hupa/lib/com.google.gwt.inject/poms/gin-1.0.pom (added)
+++ james/hupa/lib/com.google.gwt.inject/poms/gin-1.0.pom Tue Jan 19 23:34:04 2010
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?><project>
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>com.google.gwt.inject</groupId>
+  <artifactId>gin</artifactId>
+  <name>Google GIN</name>
+  <version>1.0</version>
+  <description>GIN (GWT INjection) is Guice for Google Web Toolkit client-side code</description>
+  <url>http://code.google.com/p/google-gin/</url>
+  
+  <dependencies>
+    <dependency>
+      <groupId>com.google.inject</groupId>
+      <artifactId>guice</artifactId>
+      <version>2.0</version>
+    </dependency>
+  </dependencies>
+  
+</project>



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