Author: alain_defrance
Date: 2011-02-01 09:33:50 -0500 (Tue, 01 Feb 2011)
New Revision: 5833
Modified:
portal/branches/shindig2/packaging/jboss-as5/pkg/pom.xml
portal/branches/shindig2/packaging/jboss-as6/pkg/pom.xml
portal/branches/shindig2/packaging/jetty/pkg/pom.xml
Log:
add shindig2 packaging for jetty & jbossas
Modified: portal/branches/shindig2/packaging/jboss-as5/pkg/pom.xml
===================================================================
--- portal/branches/shindig2/packaging/jboss-as5/pkg/pom.xml 2011-02-01 14:19:49 UTC (rev
5832)
+++ portal/branches/shindig2/packaging/jboss-as5/pkg/pom.xml 2011-02-01 14:33:50 UTC (rev
5833)
@@ -363,19 +363,19 @@
<!-- GateIn Shinding -->
<dependency>
- <groupId>org.gatein.shindig</groupId>
+ <groupId>org.apache.shindig</groupId>
<artifactId>shindig-gadgets</artifactId>
</dependency>
<dependency>
- <groupId>org.gatein.shindig</groupId>
+ <groupId>org.apache.shindig</groupId>
<artifactId>shindig-features</artifactId>
</dependency>
<dependency>
- <groupId>org.gatein.shindig</groupId>
+ <groupId>org.apache.shindig</groupId>
<artifactId>shindig-common</artifactId>
</dependency>
<dependency>
- <groupId>org.gatein.shindig</groupId>
+ <groupId>org.apache.shindig</groupId>
<artifactId>shindig-social-api</artifactId>
</dependency>
@@ -543,6 +543,18 @@
<artifactId>guice-jmx</artifactId>
</dependency>
<dependency>
+ <groupId>com.google.inject.extensions</groupId>
+ <artifactId>guice-multibindings</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.httpcomponents</groupId>
+ <artifactId>httpclient</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.httpcomponents</groupId>
+ <artifactId>httpcore</artifactId>
+ </dependency>
+ <dependency>
<groupId>aopalliance</groupId>
<artifactId>aopalliance</artifactId>
<version>1.0</version>
@@ -596,8 +608,8 @@
<version>2.0.235</version>
</dependency>
<dependency>
- <groupId>com.google.collections</groupId>
- <artifactId>google-collections</artifactId>
+ <groupId>com.google.guava</groupId>
+ <artifactId>guava</artifactId>
</dependency>
<dependency>
<groupId>org.codehaus.groovy</groupId>
Modified: portal/branches/shindig2/packaging/jboss-as6/pkg/pom.xml
===================================================================
--- portal/branches/shindig2/packaging/jboss-as6/pkg/pom.xml 2011-02-01 14:19:49 UTC (rev
5832)
+++ portal/branches/shindig2/packaging/jboss-as6/pkg/pom.xml 2011-02-01 14:33:50 UTC (rev
5833)
@@ -363,19 +363,19 @@
<!-- GateIn Shinding -->
<dependency>
- <groupId>org.gatein.shindig</groupId>
+ <groupId>org.apache.shindig</groupId>
<artifactId>shindig-gadgets</artifactId>
</dependency>
<dependency>
- <groupId>org.gatein.shindig</groupId>
+ <groupId>org.apache.shindig</groupId>
<artifactId>shindig-features</artifactId>
</dependency>
<dependency>
- <groupId>org.gatein.shindig</groupId>
+ <groupId>org.apache.shindig</groupId>
<artifactId>shindig-common</artifactId>
</dependency>
<dependency>
- <groupId>org.gatein.shindig</groupId>
+ <groupId>org.apache.shindig</groupId>
<artifactId>shindig-social-api</artifactId>
</dependency>
@@ -536,6 +536,18 @@
<artifactId>guice-jmx</artifactId>
</dependency>
<dependency>
+ <groupId>com.google.inject.extensions</groupId>
+ <artifactId>guice-multibindings</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.httpcomponents</groupId>
+ <artifactId>httpclient</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.httpcomponents</groupId>
+ <artifactId>httpcore</artifactId>
+ </dependency>
+ <dependency>
<groupId>aopalliance</groupId>
<artifactId>aopalliance</artifactId>
<version>1.0</version>
@@ -589,8 +601,8 @@
<version>2.0.235</version>
</dependency>
<dependency>
- <groupId>com.google.collections</groupId>
- <artifactId>google-collections</artifactId>
+ <groupId>com.google.guava</groupId>
+ <artifactId>guava</artifactId>
</dependency>
<dependency>
<groupId>org.codehaus.groovy</groupId>
Modified: portal/branches/shindig2/packaging/jetty/pkg/pom.xml
===================================================================
--- portal/branches/shindig2/packaging/jetty/pkg/pom.xml 2011-02-01 14:19:49 UTC (rev
5832)
+++ portal/branches/shindig2/packaging/jetty/pkg/pom.xml 2011-02-01 14:33:50 UTC (rev
5833)
@@ -378,19 +378,19 @@
<!-- GateIn Shinding -->
<dependency>
- <groupId>org.gatein.shindig</groupId>
+ <groupId>org.apache.shindig</groupId>
<artifactId>shindig-gadgets</artifactId>
</dependency>
<dependency>
- <groupId>org.gatein.shindig</groupId>
+ <groupId>org.apache.shindig</groupId>
<artifactId>shindig-features</artifactId>
</dependency>
<dependency>
- <groupId>org.gatein.shindig</groupId>
+ <groupId>org.apache.shindig</groupId>
<artifactId>shindig-common</artifactId>
</dependency>
<dependency>
- <groupId>org.gatein.shindig</groupId>
+ <groupId>org.apache.shindig</groupId>
<artifactId>shindig-social-api</artifactId>
</dependency>
@@ -558,6 +558,18 @@
<artifactId>guice-jmx</artifactId>
</dependency>
<dependency>
+ <groupId>com.google.inject.extensions</groupId>
+ <artifactId>guice-multibindings</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.httpcomponents</groupId>
+ <artifactId>httpclient</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.httpcomponents</groupId>
+ <artifactId>httpcore</artifactId>
+ </dependency>
+ <dependency>
<groupId>antlr</groupId>
<artifactId>antlr</artifactId>
<version>2.7.6rc1</version>
@@ -616,8 +628,8 @@
<version>2.0.235</version>
</dependency>
<dependency>
- <groupId>com.google.collections</groupId>
- <artifactId>google-collections</artifactId>
+ <groupId>com.google.guava</groupId>
+ <artifactId>guava</artifactId>
</dependency>
<dependency>
<groupId>org.codehaus.groovy</groupId>
Show replies by date