Author: gk5885
Date: Thu Jun 18 09:45:19 2009
New Revision: 1016
Added:
branches/2.0-maven/extensions/assistedinject/pom.xml (contents, props
changed)
branches/2.0-maven/extensions/grapher/pom.xml (contents, props changed)
branches/2.0-maven/extensions/jmx/pom.xml (contents, props changed)
branches/2.0-maven/extensions/jndi/pom.xml (contents, props changed)
branches/2.0-maven/extensions/multibindings/pom.xml (contents, props
changed)
branches/2.0-maven/extensions/pom.xml (contents, props changed)
branches/2.0-maven/extensions/throwingproviders/pom.xml (contents,
props changed)
branches/2.0-maven/guice-parent/
branches/2.0-maven/guice-parent/pom.xml (contents, props changed)
branches/2.0-maven/integration-parent/
branches/2.0-maven/integration-parent/pom.xml (contents, props changed)
branches/2.0-maven/servlet/pom.xml (contents, props changed)
branches/2.0-maven/spring/pom.xml (contents, props changed)
branches/2.0-maven/struts2/plugin/pom.xml (contents, props changed)
Modified:
branches/2.0-maven/pom.xml
Log:
This is the first revision at metadata for Guice 2.0.
Added: branches/2.0-maven/extensions/assistedinject/pom.xml
==============================================================================
--- (empty file)
+++ branches/2.0-maven/extensions/assistedinject/pom.xml Thu Jun 18
09:45:19 2009
@@ -0,0 +1,21 @@
+<project xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/maven-v4_0_0.xsd">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>com.google.inject.extension</groupId>
+ <artifactId>extension</artifactId>
+ <version>2.0</version>
+ </parent>
+ <artifactId>assisted-inject</artifactId>
+ <packaging>jar</packaging>
+ <name>Google Guice - Extension: Assisted Inject</name>
+ <description>An easier way to help the Guice Injector build
objects</description>
+ <!-- Note: this pom is for dependency management only. It will not
build the project -->
+ <dependencies>
+ <dependency>
+ <groupId>com.google.inject</groupId>
+ <artifactId>guice</artifactId>
+ </dependency>
+ </dependencies>
+</project>
Added: branches/2.0-maven/extensions/grapher/pom.xml
==============================================================================
--- (empty file)
+++ branches/2.0-maven/extensions/grapher/pom.xml Thu Jun 18 09:45:19 2009
@@ -0,0 +1,21 @@
+<project xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/maven-v4_0_0.xsd">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>com.google.inject.extension</groupId>
+ <artifactId>extension</artifactId>
+ <version>2.0</version>
+ </parent>
+ <artifactId>grapher</artifactId>
+ <packaging>jar</packaging>
+ <name>Google Guice - Extension: Grapher</name>
+ <description>A tool to visualize Guice applications</description>
+ <!-- Note: this pom is for dependency management only. It will not
build the project -->
+ <dependencies>
+ <dependency>
+ <groupId>com.google.inject</groupId>
+ <artifactId>guice</artifactId>
+ </dependency>
+ </dependencies>
+</project>
Added: branches/2.0-maven/extensions/jmx/pom.xml
==============================================================================
--- (empty file)
+++ branches/2.0-maven/extensions/jmx/pom.xml Thu Jun 18 09:45:19 2009
@@ -0,0 +1,21 @@
+<project xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/maven-v4_0_0.xsd">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>com.google.inject.extension</groupId>
+ <artifactId>extension</artifactId>
+ <version>2.0</version>
+ </parent>
+ <artifactId>jmx</artifactId>
+ <packaging>jar</packaging>
+ <name>Google Guice - Extension: JMX</name>
+ <description>Tools for using Guice with Java Management
Extensions</description>
+ <!-- Note: this pom is for dependency management only. It will not
build the project -->
+ <dependencies>
+ <dependency>
+ <groupId>com.google.inject</groupId>
+ <artifactId>guice</artifactId>
+ </dependency>
+ </dependencies>
+</project>
Added: branches/2.0-maven/extensions/jndi/pom.xml
==============================================================================
--- (empty file)
+++ branches/2.0-maven/extensions/jndi/pom.xml Thu Jun 18 09:45:19 2009
@@ -0,0 +1,21 @@
+<project xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/maven-v4_0_0.xsd">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>com.google.inject.extension</groupId>
+ <artifactId>extension</artifactId>
+ <version>2.0</version>
+ </parent>
+ <artifactId>jndi</artifactId>
+ <packaging>jar</packaging>
+ <name>Google Guice - Extension: JNDI</name>
+ <description>Tools for using Guice with the Java Naming and Directory
Interface</description>
+ <!-- Note: this pom is for dependency management only. It will not
build the project -->
+ <dependencies>
+ <dependency>
+ <groupId>com.google.inject</groupId>
+ <artifactId>guice</artifactId>
+ </dependency>
+ </dependencies>
+</project>
Added: branches/2.0-maven/extensions/multibindings/pom.xml
==============================================================================
--- (empty file)
+++ branches/2.0-maven/extensions/multibindings/pom.xml Thu Jun 18 09:45:19
2009
@@ -0,0 +1,21 @@
+<project xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/maven-v4_0_0.xsd">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>com.google.inject.extension</groupId>
+ <artifactId>extension</artifactId>
+ <version>2.0</version>
+ </parent>
+ <artifactId>multibindings</artifactId>
+ <packaging>jar</packaging>
+ <name>Google Guice - Extension: Multibindings</name>
+ <description>Tools injecting collections of bound values</description>
+ <!-- Note: this pom is for dependency management only. It will not
build the project -->
+ <dependencies>
+ <dependency>
+ <groupId>com.google.inject</groupId>
+ <artifactId>guice</artifactId>
+ </dependency>
+ </dependencies>
+</project>
Added: branches/2.0-maven/extensions/pom.xml
==============================================================================
--- (empty file)
+++ branches/2.0-maven/extensions/pom.xml Thu Jun 18 09:45:19 2009
@@ -0,0 +1,15 @@
+<project xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/maven-v4_0_0.xsd">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>com.google.inject</groupId>
+ <artifactId>guice-parent</artifactId>
+ <version>2.0</version>
+ </parent>
+ <groupId>com.google.inject.extension</groupId>
+ <artifactId>extension</artifactId>
+ <packaging>pom</packaging>
+ <name>Google Guice - Extensions</name>
+ <description>A collection of extensions to Guice</description>
+</project>
Added: branches/2.0-maven/extensions/throwingproviders/pom.xml
==============================================================================
--- (empty file)
+++ branches/2.0-maven/extensions/throwingproviders/pom.xml Thu Jun 18
09:45:19 2009
@@ -0,0 +1,21 @@
+<project xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/maven-v4_0_0.xsd">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>com.google.inject.extension</groupId>
+ <artifactId>extension</artifactId>
+ <version>2.0</version>
+ </parent>
+ <artifactId>throwing-providers</artifactId>
+ <packaging>jar</packaging>
+ <name>Google Guice - Extension: Throwing Providers</name>
+ <description>Providers that throw checked exceptions</description>
+ <!-- Note: this pom is for dependency management only. It will not
build the project -->
+ <dependencies>
+ <dependency>
+ <groupId>com.google.inject</groupId>
+ <artifactId>guice</artifactId>
+ </dependency>
+ </dependencies>
+</project>
Added: branches/2.0-maven/guice-parent/pom.xml
==============================================================================
--- (empty file)
+++ branches/2.0-maven/guice-parent/pom.xml Thu Jun 18 09:45:19 2009
@@ -0,0 +1,68 @@
+<project xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/maven-v4_0_0.xsd">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>com.google</groupId>
+ <artifactId>google</artifactId>
+ <version>1</version>
+ </parent>
+ <groupId>com.google.inject</groupId>
+ <artifactId>guice-parent</artifactId>
+ <packaging>pom</packaging>
+ <version>2.0</version>
+ <name>Google Guice</name>
+ <description>Guice (pronounced 'juice') is a lightweight dependency
injection
+ framework for Java 5 and above, brought to you by
Google.</description>
+ <url>http://code.google.com/p/google-guice/</url>
+ <inceptionYear>2006</inceptionYear>
+ <issueManagement>
+ <system>Google Code</system>
+ <url>http://code.google.com/p/google-guice/issues/</url>
+ </issueManagement>
+ <mailingLists>
+ <mailingList>
+ <name>google-guice</name>
+ <archive>http://groups.google.com/group/google-guice/topics</archive>
+
<subscribe>http://groups.google.com/group/google-guice/subscribe</subscribe>
+
<unsubscribe>http://groups.google.com/group/google-guice/subscribe</unsubscribe>
+ <post>http://groups.google.com/group/google-guice/post</post>
+ </mailingList>
+ <mailingList>
+ <name>google-guice-dev</name>
+
<archive>http://groups.google.com/group/google-guice-dev/topics</archive>
+
<subscribe>http://groups.google.com/group/google-guice-dev/subscribe</subscribe>
+
<unsubscribe>http://groups.google.com/group/google-guice-dev/subscribe</unsubscribe>
+ <post>http://groups.google.com/group/google-guice-dev/post</post>
+ </mailingList>
+ </mailingLists>
+ <dependencyManagement>
+ <dependencies>
+ <dependency>
+ <groupId>com.google.inject</groupId>
+ <artifactId>guice</artifactId>
+ <version>${version}</version>
+ </dependency>
+ <dependency>
+ <groupId>aopalliance</groupId>
+ <artifactId>aopalliance</artifactId>
+ <version>1.0</version>
+ </dependency>
+ </dependencies>
+ </dependencyManagement>
+ <scm>
+ <url>http://code.google.com/p/google-guice/source/browse/</url>
+ </scm>
+ <build>
+ <plugins>
+ <plugin>
+ <artifactId>maven-compiler-plugin</artifactId>
+ <configuration>
+ <source>1.5</source>
+ <target>1.5</target>
+ </configuration>
+ <inherited>true</inherited>
+ </plugin>
+ </plugins>
+ </build>
+</project>
Added: branches/2.0-maven/integration-parent/pom.xml
==============================================================================
--- (empty file)
+++ branches/2.0-maven/integration-parent/pom.xml Thu Jun 18 09:45:19 2009
@@ -0,0 +1,30 @@
+<project xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/maven-v4_0_0.xsd">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>com.google.inject</groupId>
+ <artifactId>guice-parent</artifactId>
+ <version>2.0</version>
+ </parent>
+ <groupId>com.google.inject.integration</groupId>
+ <artifactId>integration</artifactId>
+ <packaging>pom</packaging>
+ <name>Google Guice - Integration</name>
+ <description>A collection of tools for integrating Guice with other
libraries and frameworks</description>
+ <dependencyManagement>
+ <dependencies>
+ <dependency>
+ <groupId>${groupId}</groupId>
+ <artifactId>guice-servlet</artifactId>
+ <version>${version}</version>
+ </dependency>
+ <dependency>
+ <groupId>javax.servlet</groupId>
+ <artifactId>servlet-api</artifactId>
+ <version>2.5</version>
+ <scope>provided</scope>
+ </dependency>
+ </dependencies>
+ </dependencyManagement>
+</project>
Modified: branches/2.0-maven/pom.xml
==============================================================================
--- branches/2.0-maven/pom.xml (original)
+++ branches/2.0-maven/pom.xml Thu Jun 18 09:45:19 2009
@@ -1,30 +1,20 @@
-<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
- <groupId>com.google.inject</groupId>
+ <parent>
+ <groupId>com.google.inject</groupId>
+ <artifactId>guice-parent</artifactId>
+ <version>2.0</version>
+ </parent>
<artifactId>guice</artifactId>
<packaging>jar</packaging>
- <version>1.0-RC2</version>
- <name>guice</name>
- <url>http://maven.apache.org</url>
+ <!-- Note: this pom is for dependency management only. It will not
build the project -->
<dependencies>
+ <!-- CGLib is not listed because it has been repackaged with JarJar -->
<dependency>
- <groupId>junit</groupId>
- <artifactId>junit</artifactId>
- <version>3.8.1</version>
- <scope>test</scope>
+ <groupId>aopalliance</groupId>
+ <artifactId>aopalliance</artifactId>
</dependency>
</dependencies>
- <build>
- <plugins>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-compiler-plugin</artifactId>
- <configuration>
- <source>1.5</source>
- <target>1.5</target>
- </configuration>
- </plugin>
- </plugins>
- </build>
</project>
Added: branches/2.0-maven/servlet/pom.xml
==============================================================================
--- (empty file)
+++ branches/2.0-maven/servlet/pom.xml Thu Jun 18 09:45:19 2009
@@ -0,0 +1,25 @@
+<project xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/maven-v4_0_0.xsd">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>com.google.inject.integration</groupId>
+ <artifactId>integration</artifactId>
+ <version>2.0</version>
+ </parent>
+ <artifactId>guice-servlet</artifactId>
+ <packaging>jar</packaging>
+ <name>Google Guice - Integration: Servlet</name>
+ <description>Guice integration with servlets</description>
+ <!-- Note: this pom is for dependency management only. It will not
build the project -->
+ <dependencies>
+ <dependency>
+ <groupId>com.google.inject</groupId>
+ <artifactId>guice</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>javax.servlet</groupId>
+ <artifactId>servlet-api</artifactId>
+ </dependency>
+ </dependencies>
+</project>
Added: branches/2.0-maven/spring/pom.xml
==============================================================================
--- (empty file)
+++ branches/2.0-maven/spring/pom.xml Thu Jun 18 09:45:19 2009
@@ -0,0 +1,27 @@
+<project xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/maven-v4_0_0.xsd">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>com.google.inject.integration</groupId>
+ <artifactId>integration</artifactId>
+ <version>2.0</version>
+ </parent>
+ <artifactId>guice-spring</artifactId>
+ <packaging>jar</packaging>
+ <name>Google Guice - Integration: Spring</name>
+ <description>Guice integration with the Spring container</description>
+ <!-- Note: this pom is for dependency management only. It will not
build the project -->
+ <dependencies>
+ <dependency>
+ <groupId>com.google.inject</groupId>
+ <artifactId>guice</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.springframework</groupId>
+ <artifactId>spring-beans</artifactId>
+ <version>2.0.2</version>
+ <scope>provided</scope>
+ </dependency>
+ </dependencies>
+</project>
Added: branches/2.0-maven/struts2/plugin/pom.xml
==============================================================================
--- (empty file)
+++ branches/2.0-maven/struts2/plugin/pom.xml Thu Jun 18 09:45:19 2009
@@ -0,0 +1,37 @@
+<project xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/maven-v4_0_0.xsd">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>com.google.inject.integration</groupId>
+ <artifactId>integration</artifactId>
+ <version>2.0</version>
+ </parent>
+ <artifactId>guice-struts2-plugin</artifactId>
+ <packaging>jar</packaging>
+ <name>Google Guice - Integration: Struts2 Plugin</name>
+ <description>Guice integration with Struts2 as a plugin</description>
+ <!-- Note: this pom is for dependency management only. It will not
build the project -->
+ <dependencies>
+ <dependency>
+ <groupId>com.google.inject</groupId>
+ <artifactId>guice</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>com.google.inject.integration</groupId>
+ <artifactId>guice-servlet</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>opensymphony</groupId>
+ <artifactId>xwork</artifactId>
+ <version>2.0.0</version>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.struts</groupId>
+ <artifactId>struts2-core</artifactId>
+ <version>2.0.5</version>
+ <scope>provided</scope>
+ </dependency>
+ </dependencies>
+</project>
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"google-guice-dev" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/google-guice-dev?hl=en
-~----------~----~----~----~------~----~------~--~---