Repository SVN: r31359 - in maven2/org/gatein/wci/wci-exo: 2.0.0-CR01 and 1 other directory.
by jboss-maven2-commits@lists.jboss.org
Author: thomas.heute(a)jboss.com
Date: 2009-11-23 15:06:43 -0500 (Mon, 23 Nov 2009)
New Revision: 31359
Added:
maven2/org/gatein/wci/wci-exo/2.0.0-CR01/
maven2/org/gatein/wci/wci-exo/2.0.0-CR01/wci-exo-2.0.0-CR01.jar
Log:
Wagon: Adding wci-exo-2.0.0-CR01.jar to repository
Added: maven2/org/gatein/wci/wci-exo/2.0.0-CR01/wci-exo-2.0.0-CR01.jar
===================================================================
(Binary files differ)
Property changes on: maven2/org/gatein/wci/wci-exo/2.0.0-CR01/wci-exo-2.0.0-CR01.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
16 years, 8 months
Repository SVN: r31358 - maven2/org/gatein/wci/wci-wci/2.0.0-CR01.
by jboss-maven2-commits@lists.jboss.org
Author: thomas.heute(a)jboss.com
Date: 2009-11-23 15:05:41 -0500 (Mon, 23 Nov 2009)
New Revision: 31358
Added:
maven2/org/gatein/wci/wci-wci/2.0.0-CR01/wci-wci-2.0.0-CR01.pom.sha1
Log:
Wagon: Adding maven-artifact8664126088497029416.tmp to repository
Added: maven2/org/gatein/wci/wci-wci/2.0.0-CR01/wci-wci-2.0.0-CR01.pom.sha1
===================================================================
--- maven2/org/gatein/wci/wci-wci/2.0.0-CR01/wci-wci-2.0.0-CR01.pom.sha1 (rev 0)
+++ maven2/org/gatein/wci/wci-wci/2.0.0-CR01/wci-wci-2.0.0-CR01.pom.sha1 2009-11-23 20:05:41 UTC (rev 31358)
@@ -0,0 +1 @@
+05262a156251eb1cf27e168cf653e9204579d47f
\ No newline at end of file
16 years, 8 months
Repository SVN: r31357 - maven2/org/gatein/wci/wci-wci/2.0.0-CR01.
by jboss-maven2-commits@lists.jboss.org
Author: thomas.heute(a)jboss.com
Date: 2009-11-23 15:04:58 -0500 (Mon, 23 Nov 2009)
New Revision: 31357
Added:
maven2/org/gatein/wci/wci-wci/2.0.0-CR01/wci-wci-2.0.0-CR01.pom.md5
Log:
Wagon: Adding maven-artifact5408900654176614610.tmp to repository
Added: maven2/org/gatein/wci/wci-wci/2.0.0-CR01/wci-wci-2.0.0-CR01.pom.md5
===================================================================
--- maven2/org/gatein/wci/wci-wci/2.0.0-CR01/wci-wci-2.0.0-CR01.pom.md5 (rev 0)
+++ maven2/org/gatein/wci/wci-wci/2.0.0-CR01/wci-wci-2.0.0-CR01.pom.md5 2009-11-23 20:04:58 UTC (rev 31357)
@@ -0,0 +1 @@
+3d30e911999fbd9a5d58454dfeea262e
\ No newline at end of file
16 years, 8 months
Repository SVN: r31356 - maven2/org/gatein/wci/wci-wci/2.0.0-CR01.
by jboss-maven2-commits@lists.jboss.org
Author: thomas.heute(a)jboss.com
Date: 2009-11-23 15:04:12 -0500 (Mon, 23 Nov 2009)
New Revision: 31356
Added:
maven2/org/gatein/wci/wci-wci/2.0.0-CR01/wci-wci-2.0.0-CR01.pom
Log:
Wagon: Adding wci-wci-2.0.0-CR01.pom to repository
Added: maven2/org/gatein/wci/wci-wci/2.0.0-CR01/wci-wci-2.0.0-CR01.pom
===================================================================
--- maven2/org/gatein/wci/wci-wci/2.0.0-CR01/wci-wci-2.0.0-CR01.pom (rev 0)
+++ maven2/org/gatein/wci/wci-wci/2.0.0-CR01/wci-wci-2.0.0-CR01.pom 2009-11-23 20:04:12 UTC (rev 31356)
@@ -0,0 +1,159 @@
+<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">
+ <parent>
+ <groupId>org.gatein.wci</groupId>
+ <artifactId>wci-parent</artifactId>
+ <version>2.0.0-CR01</version>
+ </parent>
+ <modelVersion>4.0.0</modelVersion>
+ <artifactId>wci-wci</artifactId>
+ <packaging>jar</packaging>
+ <name>GateIn - Web Container Integration component (wci)</name>
+
+ <dependencies>
+ <dependency>
+ <artifactId>junit</artifactId>
+ <groupId>junit</groupId>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.gatein.common</groupId>
+ <artifactId>common-common</artifactId>
+ <exclusions>
+ <exclusion>
+ <groupId>org.codehaus.cargo</groupId>
+ <artifactId>cargo-core-uberjar</artifactId>
+ </exclusion>
+ </exclusions>
+ </dependency>
+ <dependency>
+ <groupId>javax.servlet</groupId>
+ <artifactId>servlet-api</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.tomcat</groupId>
+ <artifactId>catalina</artifactId>
+ <exclusions>
+ <exclusion>
+ <groupId>org.apache.tomcat</groupId>
+ <artifactId>servlet-api</artifactId>
+ </exclusion>
+ </exclusions>
+ </dependency>
+ <dependency>
+ <groupId>org.mortbay.jetty</groupId>
+ <artifactId>jetty</artifactId>
+ </dependency>
+
+ <!-- SCOPE TEST -->
+ <dependency>
+ <groupId>concurrent</groupId>
+ <artifactId>concurrent</artifactId>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.gatein.common</groupId>
+ <artifactId>common-mc</artifactId>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.jboss.unit</groupId>
+ <artifactId>jboss-unit</artifactId>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.jboss.unit</groupId>
+ <artifactId>jboss-unit-remote</artifactId>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.jboss.unit</groupId>
+ <artifactId>jboss-unit-mc</artifactId>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.jboss.unit</groupId>
+ <artifactId>jboss-unit-tooling-ant</artifactId>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.jboss.unit</groupId>
+ <artifactId>portal-test</artifactId>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.jboss.unit</groupId>
+ <artifactId>portal-test-generic</artifactId>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.jboss.remoting</groupId>
+ <artifactId>jboss-remoting</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.jboss.microcontainer</groupId>
+ <artifactId>jboss-kernel</artifactId>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.jboss.microcontainer</groupId>
+ <artifactId>jboss-dependency</artifactId>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.jboss</groupId>
+ <artifactId>jboss-reflect</artifactId>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>jboss</groupId>
+ <artifactId>jboss-serialization</artifactId>
+ <scope>test</scope>
+ </dependency>
+
+ <dependency>
+ <groupId>commons-httpclient</groupId>
+ <artifactId>commons-httpclient</artifactId>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>jaxen</groupId>
+ <artifactId>jaxen</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>saxpath</groupId>
+ <artifactId>saxpath</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>javax.xml.bind</groupId>
+ <artifactId>jaxb-api</artifactId>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>cargo</groupId>
+ <artifactId>cargo-manager</artifactId>
+ <type>war</type>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.codehaus.cargo</groupId>
+ <artifactId>cargo-jetty-deployer</artifactId>
+ <type>war</type>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.codehaus.cargo</groupId>
+ <artifactId>cargo-core-uberjar</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.codehaus.cargo</groupId>
+ <artifactId>cargo-ant</artifactId>
+ <exclusions>
+ <exclusion>
+ <groupId>ant</groupId>
+ <artifactId>ant</artifactId>
+ </exclusion>
+ </exclusions>
+ </dependency>
+ </dependencies>
+
+</project>
16 years, 8 months
Repository SVN: r31355 - maven2/org/gatein/wci/wci-wci.
by jboss-maven2-commits@lists.jboss.org
Author: thomas.heute(a)jboss.com
Date: 2009-11-23 15:03:31 -0500 (Mon, 23 Nov 2009)
New Revision: 31355
Modified:
maven2/org/gatein/wci/wci-wci/maven-metadata.xml.sha1
Log:
Wagon: Adding maven-artifact2362668743587680829.tmp to repository
Modified: maven2/org/gatein/wci/wci-wci/maven-metadata.xml.sha1
===================================================================
--- maven2/org/gatein/wci/wci-wci/maven-metadata.xml.sha1 2009-11-23 20:02:49 UTC (rev 31354)
+++ maven2/org/gatein/wci/wci-wci/maven-metadata.xml.sha1 2009-11-23 20:03:31 UTC (rev 31355)
@@ -1 +1 @@
-d4ebee97b5ff3e6d8afbb2add3c959906d2f056a
\ No newline at end of file
+88496c2d62afcbc7b63a8a441ebfe652ef587b85
\ No newline at end of file
16 years, 8 months
Repository SVN: r31354 - maven2/org/gatein/wci/wci-wci.
by jboss-maven2-commits@lists.jboss.org
Author: thomas.heute(a)jboss.com
Date: 2009-11-23 15:02:49 -0500 (Mon, 23 Nov 2009)
New Revision: 31354
Modified:
maven2/org/gatein/wci/wci-wci/maven-metadata.xml.md5
Log:
Wagon: Adding maven-artifact1329937982092811681.tmp to repository
Modified: maven2/org/gatein/wci/wci-wci/maven-metadata.xml.md5
===================================================================
--- maven2/org/gatein/wci/wci-wci/maven-metadata.xml.md5 2009-11-23 20:02:13 UTC (rev 31353)
+++ maven2/org/gatein/wci/wci-wci/maven-metadata.xml.md5 2009-11-23 20:02:49 UTC (rev 31354)
@@ -1 +1 @@
-3289e217d6c6e38844cd8eb6c65f92d8
\ No newline at end of file
+6d2ebe45cbbf56f22dd371f0f0eac159
\ No newline at end of file
16 years, 8 months
Repository SVN: r31353 - maven2/org/gatein/wci/wci-wci.
by jboss-maven2-commits@lists.jboss.org
Author: thomas.heute(a)jboss.com
Date: 2009-11-23 15:02:13 -0500 (Mon, 23 Nov 2009)
New Revision: 31353
Modified:
maven2/org/gatein/wci/wci-wci/maven-metadata.xml
Log:
Wagon: Adding maven-metadata-jboss-releases.xml to repository
Modified: maven2/org/gatein/wci/wci-wci/maven-metadata.xml
===================================================================
--- maven2/org/gatein/wci/wci-wci/maven-metadata.xml 2009-11-23 20:01:09 UTC (rev 31352)
+++ maven2/org/gatein/wci/wci-wci/maven-metadata.xml 2009-11-23 20:02:13 UTC (rev 31353)
@@ -4,11 +4,12 @@
<artifactId>wci-wci</artifactId>
<version>2.0.0-Beta01</version>
<versioning>
- <release>2.0.0-Beta02</release>
+ <release>2.0.0-CR01</release>
<versions>
<version>2.0.0-Beta01</version>
<version>2.0.0-Beta02</version>
+ <version>2.0.0-CR01</version>
</versions>
- <lastUpdated>20091012150435</lastUpdated>
+ <lastUpdated>20091123195907</lastUpdated>
</versioning>
</metadata>
16 years, 8 months
Repository SVN: r31352 - maven2/org/gatein/wci/wci-wci/2.0.0-CR01.
by jboss-maven2-commits@lists.jboss.org
Author: thomas.heute(a)jboss.com
Date: 2009-11-23 15:01:09 -0500 (Mon, 23 Nov 2009)
New Revision: 31352
Added:
maven2/org/gatein/wci/wci-wci/2.0.0-CR01/wci-wci-2.0.0-CR01.jar.sha1
Log:
Wagon: Adding maven-artifact4756584933374819425.tmp to repository
Added: maven2/org/gatein/wci/wci-wci/2.0.0-CR01/wci-wci-2.0.0-CR01.jar.sha1
===================================================================
--- maven2/org/gatein/wci/wci-wci/2.0.0-CR01/wci-wci-2.0.0-CR01.jar.sha1 (rev 0)
+++ maven2/org/gatein/wci/wci-wci/2.0.0-CR01/wci-wci-2.0.0-CR01.jar.sha1 2009-11-23 20:01:09 UTC (rev 31352)
@@ -0,0 +1 @@
+b8f0c6b4bdfebe02afccd697583c70b666ebbea8
\ No newline at end of file
16 years, 8 months
Repository SVN: r31351 - maven2/org/gatein/wci/wci-wci/2.0.0-CR01.
by jboss-maven2-commits@lists.jboss.org
Author: thomas.heute(a)jboss.com
Date: 2009-11-23 15:00:31 -0500 (Mon, 23 Nov 2009)
New Revision: 31351
Added:
maven2/org/gatein/wci/wci-wci/2.0.0-CR01/wci-wci-2.0.0-CR01.jar.md5
Log:
Wagon: Adding maven-artifact7641143997537208499.tmp to repository
Added: maven2/org/gatein/wci/wci-wci/2.0.0-CR01/wci-wci-2.0.0-CR01.jar.md5
===================================================================
--- maven2/org/gatein/wci/wci-wci/2.0.0-CR01/wci-wci-2.0.0-CR01.jar.md5 (rev 0)
+++ maven2/org/gatein/wci/wci-wci/2.0.0-CR01/wci-wci-2.0.0-CR01.jar.md5 2009-11-23 20:00:31 UTC (rev 31351)
@@ -0,0 +1 @@
+ca94e7c0e11b1e7855603f86da2b4d7b
\ No newline at end of file
16 years, 8 months
Repository SVN: r31350 - in maven2/org/gatein/wci/wci-wci: 2.0.0-CR01 and 1 other directory.
by jboss-maven2-commits@lists.jboss.org
Author: thomas.heute(a)jboss.com
Date: 2009-11-23 14:59:55 -0500 (Mon, 23 Nov 2009)
New Revision: 31350
Added:
maven2/org/gatein/wci/wci-wci/2.0.0-CR01/
maven2/org/gatein/wci/wci-wci/2.0.0-CR01/wci-wci-2.0.0-CR01.jar
Log:
Wagon: Adding wci-wci-2.0.0-CR01.jar to repository
Added: maven2/org/gatein/wci/wci-wci/2.0.0-CR01/wci-wci-2.0.0-CR01.jar
===================================================================
(Binary files differ)
Property changes on: maven2/org/gatein/wci/wci-wci/2.0.0-CR01/wci-wci-2.0.0-CR01.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
16 years, 8 months