[jboss-cvs] Repository SVN: r28788 - in maven2/org/gatein: wci and 4 other directories.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Sep 1 20:46:09 EDT 2009


Author: thomas.heute at jboss.com
Date: 2009-09-01 20:46:08 -0400 (Tue, 01 Sep 2009)
New Revision: 28788

Added:
   maven2/org/gatein/wci/
   maven2/org/gatein/wci/module-parent/
   maven2/org/gatein/wci/module-parent/2.0.0-Beta01/
   maven2/org/gatein/wci/module-parent/2.0.0-Beta01/module-parent-2.0.0-Beta01.pom
   maven2/org/gatein/wci/module-parent/2.0.0-Beta01/module-parent-2.0.0-Beta01.pom.md5
   maven2/org/gatein/wci/module-parent/2.0.0-Beta01/module-parent-2.0.0-Beta01.pom.sha1
   maven2/org/gatein/wci/module-parent/maven-metadata.xml
   maven2/org/gatein/wci/module-parent/maven-metadata.xml.md5
   maven2/org/gatein/wci/module-parent/maven-metadata.xml.sha1
   maven2/org/gatein/wci/wci-wci/
   maven2/org/gatein/wci/wci-wci/2.0.0-Beta01/
   maven2/org/gatein/wci/wci-wci/2.0.0-Beta01/wci-wci-2.0.0-Beta01-sources.jar
   maven2/org/gatein/wci/wci-wci/2.0.0-Beta01/wci-wci-2.0.0-Beta01-sources.jar.md5
   maven2/org/gatein/wci/wci-wci/2.0.0-Beta01/wci-wci-2.0.0-Beta01-sources.jar.sha1
   maven2/org/gatein/wci/wci-wci/2.0.0-Beta01/wci-wci-2.0.0-Beta01.jar
   maven2/org/gatein/wci/wci-wci/2.0.0-Beta01/wci-wci-2.0.0-Beta01.jar.md5
   maven2/org/gatein/wci/wci-wci/2.0.0-Beta01/wci-wci-2.0.0-Beta01.jar.sha1
   maven2/org/gatein/wci/wci-wci/2.0.0-Beta01/wci-wci-2.0.0-Beta01.pom
   maven2/org/gatein/wci/wci-wci/2.0.0-Beta01/wci-wci-2.0.0-Beta01.pom.md5
   maven2/org/gatein/wci/wci-wci/2.0.0-Beta01/wci-wci-2.0.0-Beta01.pom.sha1
   maven2/org/gatein/wci/wci-wci/maven-metadata.xml
   maven2/org/gatein/wci/wci-wci/maven-metadata.xml.md5
   maven2/org/gatein/wci/wci-wci/maven-metadata.xml.sha1
Log:
Adding WCI Beta 1


Added: maven2/org/gatein/wci/module-parent/2.0.0-Beta01/module-parent-2.0.0-Beta01.pom
===================================================================
--- maven2/org/gatein/wci/module-parent/2.0.0-Beta01/module-parent-2.0.0-Beta01.pom	                        (rev 0)
+++ maven2/org/gatein/wci/module-parent/2.0.0-Beta01/module-parent-2.0.0-Beta01.pom	2009-09-02 00:46:08 UTC (rev 28788)
@@ -0,0 +1,271 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+  This pom functions as a default configuration.  The subproject
+  poms each inherit configuration from this one.
+
+  When adding version information for an artifact please do the following
+  - add a version property for the specific version
+  - add a dependency in the dependencyManagement section which refers to
+    the property
+-->
+<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.jboss.portal</groupId>
+    <artifactId>jboss-portal-parent</artifactId>
+    <version>1.0.0</version>
+  </parent>
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>org.gatein.wci</groupId>
+  <artifactId>module-parent</artifactId>
+  <version>2.0.0-Beta01</version>
+  <packaging>pom</packaging>
+  <name>GateIn - Web Container Integration component (parent)</name>
+
+   <properties>
+      <version.concurrent>1.3.4</version.concurrent>
+      <version.servlet.api>2.5</version.servlet.api>
+      <version.apache.tomcat>6.0.16</version.apache.tomcat>
+      <version.jetty>6.1.7</version.jetty>
+      <version.jboss-logging>2.0.4.GA</version.jboss-logging>
+      <version.apache.log4j>1.2.14</version.apache.log4j>
+      <version.jboss-remoting>2.5.0.GA</version.jboss-remoting>
+      <version.gatein.common>2.0.0-Beta01</version.gatein.common>
+      <version.jboss.unit>1.2.2</version.jboss.unit>
+      <version.jboss-reflect>2.0.2.GA</version.jboss-reflect>
+      <version.apache.commons-logging>1.1.0.jboss</version.apache.commons-logging>
+      <version.apache.commons-httpclient>3.0.1</version.apache.commons-httpclient>
+      <version.jboss.microcontainer>2.0.2.GA</version.jboss.microcontainer>
+      <version.jboss.serialization>1.0.3.GA</version.jboss.serialization>
+      <version.cargo>1.0.1-alpha-1</version.cargo>
+      <version.junit>3.8.2-brew</version.junit>
+      <version.ant>1.7.0</version.ant>
+      <version.jaxb>2.1</version.jaxb>
+   </properties>
+
+   <repositories>
+      <repository>
+         <id>repository.jboss.org</id>
+         <name>JBoss Repository</name>
+         <layout>default</layout>
+         <url>http://repository.jboss.org/maven2/</url>
+         <snapshots>
+            <enabled>false</enabled>
+         </snapshots>
+      </repository>
+      <repository>
+         <id>snapshots.jboss.org</id>
+         <name>JBoss Snapshots Repository</name>
+         <layout>default</layout>
+         <url>http://snapshots.jboss.org/maven2/</url>
+         <snapshots>
+            <enabled>true</enabled>
+         </snapshots>
+         <releases>
+            <enabled>false</enabled>
+         </releases>
+      </repository>
+      <repository>
+        <id>codehaus snapshot repository</id>
+        <url>http://snapshots.repository.codehaus.org/</url>
+        <releases>
+          <enabled>true</enabled>
+        </releases>
+        <snapshots>
+          <enabled>true</enabled>
+        </snapshots>
+      </repository>
+   </repositories>
+
+   <build>
+      <plugins>
+         <plugin>
+            <groupId>org.apache.maven.plugins</groupId>
+            <artifactId>maven-jar-plugin</artifactId>
+            <version>2.1</version>
+            <configuration>
+              <archive>
+              <manifest>
+               <addClasspath>false</addClasspath>
+             </manifest>
+              </archive>
+            </configuration>
+         </plugin>
+      </plugins>
+   </build>
+   
+   <pluginRepositories>
+      <pluginRepository>
+         <id>java.net maven repository</id>
+         <url>http://download.java.net/maven/2/</url>
+         <snapshots>
+            <enabled>true</enabled>
+         </snapshots>
+      </pluginRepository>
+   </pluginRepositories>
+   
+   <dependencyManagement>
+      <!-- The parent pom manages the inter-dependencies of the modules. -->
+      <dependencies>
+         <dependency>
+            <artifactId>junit</artifactId>
+            <groupId>junit</groupId>
+            <version>${version.junit}</version>
+         </dependency>
+         <dependency>
+            <groupId>org.gatein.common</groupId>
+            <artifactId>common-common</artifactId>
+            <version>${version.gatein.common}</version>
+         </dependency>
+         <dependency>
+            <groupId>org.gatein.common</groupId>
+            <artifactId>common-mc</artifactId>
+            <version>${version.gatein.common}</version>
+         </dependency>
+         <dependency>
+            <groupId>javax.servlet</groupId>
+            <artifactId>servlet-api</artifactId>
+            <version>${version.servlet.api}</version>
+         </dependency>
+         <dependency>
+            <groupId>org.apache.tomcat</groupId>
+            <artifactId>catalina</artifactId>
+            <version>${version.apache.tomcat}</version>
+         </dependency>
+         <dependency>
+            <groupId>org.mortbay.jetty</groupId>
+            <artifactId>jetty</artifactId>
+            <version>${version.jetty}</version>
+         </dependency>
+         <dependency>
+            <groupId>concurrent</groupId>
+            <artifactId>concurrent</artifactId>
+            <version>${version.concurrent}</version>
+         </dependency>
+         <dependency>
+            <groupId>apache-log4j</groupId>
+            <artifactId>log4j</artifactId>
+            <version>${version.apache.log4j}</version>
+         </dependency>
+
+         <dependency>
+            <groupId>org.jboss.unit</groupId>
+            <artifactId>jboss-unit</artifactId>
+            <version>${version.jboss.unit}</version>
+         </dependency>
+         <dependency>
+            <groupId>org.jboss.unit</groupId>
+            <artifactId>jboss-unit-remote</artifactId>
+            <version>${version.jboss.unit}</version>
+         </dependency>
+         <dependency>
+            <groupId>org.jboss.unit</groupId>
+            <artifactId>jboss-unit-mc</artifactId>
+            <version>${version.jboss.unit}</version>
+         </dependency>
+         <dependency>
+            <groupId>org.jboss.unit</groupId>
+            <artifactId>jboss-unit-tooling-ant</artifactId>
+            <version>${version.jboss.unit}</version>
+         </dependency>
+         <dependency>
+            <groupId>org.jboss.unit</groupId>
+            <artifactId>portal-test</artifactId>
+            <version>${version.jboss.unit}</version>
+         </dependency>
+         <dependency>
+            <groupId>org.jboss.unit</groupId>
+            <artifactId>portal-test-generic</artifactId>
+            <version>${version.jboss.unit}</version>
+         </dependency>
+
+         <dependency>
+            <groupId>jboss</groupId>
+            <artifactId>jboss-common-logging-jdk</artifactId>
+            <version>${version.jboss-logging}</version>
+         </dependency>
+         <dependency>
+            <groupId>jboss</groupId>
+            <artifactId>jboss-common-logging-log4j</artifactId>
+            <version>${version.jboss-logging}</version>
+         </dependency>
+
+         <dependency>
+            <groupId>org.jboss.remoting</groupId>
+            <artifactId>jboss-remoting</artifactId>
+            <version>${version.jboss-remoting}</version>
+         </dependency>
+
+         <dependency>
+            <groupId>org.jboss</groupId>
+            <artifactId>jboss-reflect</artifactId>
+            <version>${version.jboss-reflect}</version>
+         </dependency>
+         <dependency>
+            <groupId>org.jboss.microcontainer</groupId>
+            <artifactId>jboss-dependency</artifactId>
+            <version>${version.jboss.microcontainer}</version>
+         </dependency>
+         <dependency>
+            <groupId>jboss</groupId>
+            <artifactId>jboss-serialization</artifactId>
+            <version>${version.jboss.serialization}</version>
+         </dependency>
+        
+         <dependency>
+            <groupId>concurrent</groupId>
+            <artifactId>concurrent</artifactId>
+            <version>${version.concurrent}</version>
+         </dependency>
+         <dependency>
+            <groupId>org.jboss.microcontainer</groupId>
+            <artifactId>jboss-kernel</artifactId>
+            <version>${version.jboss.microcontainer}</version>
+         </dependency>
+        
+         <dependency>
+            <groupId>commons-logging</groupId>
+            <artifactId>commons-logging</artifactId>
+            <version>${version.apache.commons-logging}</version>
+         </dependency>
+         <dependency>
+            <groupId>commons-httpclient</groupId>
+            <artifactId>commons-httpclient</artifactId>
+            <version>${version.apache.commons-httpclient}</version>
+         </dependency>
+         <dependency>
+            <groupId>jaxen</groupId>
+            <artifactId>jaxen</artifactId>
+            <version>1.0-FCS</version>
+         </dependency>
+         <dependency>
+            <groupId>saxpath</groupId>
+            <artifactId>saxpath</artifactId>
+            <version>1.0-FCS</version>
+         </dependency>
+         <dependency>
+            <groupId>cargo</groupId>
+            <artifactId>cargo-manager</artifactId>
+            <type>war</type>
+            <version>0.9-portal</version>
+         </dependency>
+         <dependency>
+            <groupId>org.codehaus.cargo</groupId>
+            <artifactId>cargo-jetty-deployer</artifactId>
+            <type>war</type>
+            <version>${version.cargo}</version>
+         </dependency>
+         <dependency>
+            <groupId>org.codehaus.cargo</groupId>
+            <artifactId>cargo-core-uberjar</artifactId>
+            <version>${version.cargo}</version>
+         </dependency>
+         <dependency>
+            <groupId>javax.xml.bind</groupId>
+            <artifactId>jaxb-api</artifactId>
+            <version>${version.jaxb}</version>
+         </dependency>
+      </dependencies>
+   </dependencyManagement>
+
+</project>

Added: maven2/org/gatein/wci/module-parent/2.0.0-Beta01/module-parent-2.0.0-Beta01.pom.md5
===================================================================
--- maven2/org/gatein/wci/module-parent/2.0.0-Beta01/module-parent-2.0.0-Beta01.pom.md5	                        (rev 0)
+++ maven2/org/gatein/wci/module-parent/2.0.0-Beta01/module-parent-2.0.0-Beta01.pom.md5	2009-09-02 00:46:08 UTC (rev 28788)
@@ -0,0 +1 @@
+c2cb37c5ba00c2d3d41fc1e9def2ea05
\ No newline at end of file

Added: maven2/org/gatein/wci/module-parent/2.0.0-Beta01/module-parent-2.0.0-Beta01.pom.sha1
===================================================================
--- maven2/org/gatein/wci/module-parent/2.0.0-Beta01/module-parent-2.0.0-Beta01.pom.sha1	                        (rev 0)
+++ maven2/org/gatein/wci/module-parent/2.0.0-Beta01/module-parent-2.0.0-Beta01.pom.sha1	2009-09-02 00:46:08 UTC (rev 28788)
@@ -0,0 +1 @@
+d08447298575e5a16ef55be4701c3ae6a6ca72e6
\ No newline at end of file

Added: maven2/org/gatein/wci/module-parent/maven-metadata.xml
===================================================================
--- maven2/org/gatein/wci/module-parent/maven-metadata.xml	                        (rev 0)
+++ maven2/org/gatein/wci/module-parent/maven-metadata.xml	2009-09-02 00:46:08 UTC (rev 28788)
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<metadata>
+  <groupId>org.gatein.wci</groupId>
+  <artifactId>module-parent</artifactId>
+  <version>2.0.0-Beta01</version>
+  <versioning>
+    <versions>
+      <version>2.0.0-Beta01</version>
+    </versions>
+    <lastUpdated>20090902002106</lastUpdated>
+  </versioning>
+</metadata>

Added: maven2/org/gatein/wci/module-parent/maven-metadata.xml.md5
===================================================================
--- maven2/org/gatein/wci/module-parent/maven-metadata.xml.md5	                        (rev 0)
+++ maven2/org/gatein/wci/module-parent/maven-metadata.xml.md5	2009-09-02 00:46:08 UTC (rev 28788)
@@ -0,0 +1 @@
+e3c68b1f9a0fb0dd514c48af1ab61a57
\ No newline at end of file

Added: maven2/org/gatein/wci/module-parent/maven-metadata.xml.sha1
===================================================================
--- maven2/org/gatein/wci/module-parent/maven-metadata.xml.sha1	                        (rev 0)
+++ maven2/org/gatein/wci/module-parent/maven-metadata.xml.sha1	2009-09-02 00:46:08 UTC (rev 28788)
@@ -0,0 +1 @@
+2cf8a0dd853a93b4621a2d27ddf64e2282e8e130
\ No newline at end of file

Added: maven2/org/gatein/wci/wci-wci/2.0.0-Beta01/wci-wci-2.0.0-Beta01-sources.jar
===================================================================
(Binary files differ)


Property changes on: maven2/org/gatein/wci/wci-wci/2.0.0-Beta01/wci-wci-2.0.0-Beta01-sources.jar
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: maven2/org/gatein/wci/wci-wci/2.0.0-Beta01/wci-wci-2.0.0-Beta01-sources.jar.md5
===================================================================
--- maven2/org/gatein/wci/wci-wci/2.0.0-Beta01/wci-wci-2.0.0-Beta01-sources.jar.md5	                        (rev 0)
+++ maven2/org/gatein/wci/wci-wci/2.0.0-Beta01/wci-wci-2.0.0-Beta01-sources.jar.md5	2009-09-02 00:46:08 UTC (rev 28788)
@@ -0,0 +1 @@
+500cb6a63c0de907e99b8c418e18054c
\ No newline at end of file

Added: maven2/org/gatein/wci/wci-wci/2.0.0-Beta01/wci-wci-2.0.0-Beta01-sources.jar.sha1
===================================================================
--- maven2/org/gatein/wci/wci-wci/2.0.0-Beta01/wci-wci-2.0.0-Beta01-sources.jar.sha1	                        (rev 0)
+++ maven2/org/gatein/wci/wci-wci/2.0.0-Beta01/wci-wci-2.0.0-Beta01-sources.jar.sha1	2009-09-02 00:46:08 UTC (rev 28788)
@@ -0,0 +1 @@
+bde06dd55ed0d38d2727721ad1f05a7f3a7cd7ef
\ No newline at end of file

Added: maven2/org/gatein/wci/wci-wci/2.0.0-Beta01/wci-wci-2.0.0-Beta01.jar
===================================================================
(Binary files differ)


Property changes on: maven2/org/gatein/wci/wci-wci/2.0.0-Beta01/wci-wci-2.0.0-Beta01.jar
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: maven2/org/gatein/wci/wci-wci/2.0.0-Beta01/wci-wci-2.0.0-Beta01.jar.md5
===================================================================
--- maven2/org/gatein/wci/wci-wci/2.0.0-Beta01/wci-wci-2.0.0-Beta01.jar.md5	                        (rev 0)
+++ maven2/org/gatein/wci/wci-wci/2.0.0-Beta01/wci-wci-2.0.0-Beta01.jar.md5	2009-09-02 00:46:08 UTC (rev 28788)
@@ -0,0 +1 @@
+17db40213d27e2267a9356f63fd2139b
\ No newline at end of file

Added: maven2/org/gatein/wci/wci-wci/2.0.0-Beta01/wci-wci-2.0.0-Beta01.jar.sha1
===================================================================
--- maven2/org/gatein/wci/wci-wci/2.0.0-Beta01/wci-wci-2.0.0-Beta01.jar.sha1	                        (rev 0)
+++ maven2/org/gatein/wci/wci-wci/2.0.0-Beta01/wci-wci-2.0.0-Beta01.jar.sha1	2009-09-02 00:46:08 UTC (rev 28788)
@@ -0,0 +1 @@
+22e2793c1d27418769614968a13a605f9ba0efcf
\ No newline at end of file

Added: maven2/org/gatein/wci/wci-wci/2.0.0-Beta01/wci-wci-2.0.0-Beta01.pom
===================================================================
--- maven2/org/gatein/wci/wci-wci/2.0.0-Beta01/wci-wci-2.0.0-Beta01.pom	                        (rev 0)
+++ maven2/org/gatein/wci/wci-wci/2.0.0-Beta01/wci-wci-2.0.0-Beta01.pom	2009-09-02 00:46:08 UTC (rev 28788)
@@ -0,0 +1,285 @@
+<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>module-parent</artifactId>
+      <version>2.0.0-Beta01</version>
+      <relativePath>../build/pom.xml</relativePath>
+   </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>
+      <dependency>
+         <groupId>apache-log4j</groupId>
+         <artifactId>log4j</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>jboss</groupId>
+         <artifactId>jboss-common-logging-jdk</artifactId>
+         <scope>test</scope>
+      </dependency>
+      <dependency>
+         <groupId>jboss</groupId>
+         <artifactId>jboss-common-logging-log4j</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-logging</groupId>
+         <artifactId>commons-logging</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>
+         <version>${version.cargo}</version>
+      </dependency>
+       <dependency>
+                  <groupId>org.codehaus.cargo</groupId>
+                  <artifactId>cargo-ant</artifactId>
+                  <version>${version.cargo}</version>
+                  <exclusions>
+                     <exclusion>
+                        <groupId>ant</groupId>
+                        <artifactId>ant</artifactId>
+                     </exclusion>
+                  </exclusions>
+               </dependency>
+   </dependencies>
+
+   <build>
+      <plugins>
+         <plugin>
+            <groupId>org.jvnet.maven-antrun-extended-plugin</groupId>
+            <artifactId>maven-antrun-extended-plugin</artifactId>
+            <version>1.13</version>
+             
+            <dependencies>
+               <dependency>
+                  <groupId>org.jboss.unit</groupId>
+                  <artifactId>jboss-unit-tooling-ant</artifactId>
+                  <version>${version.jboss.unit}</version>
+               </dependency>
+
+                <!--stuff to run servers for tests-->
+               <dependency>
+                  <groupId>org.codehaus.cargo</groupId>
+                  <artifactId>cargo-ant</artifactId>
+                  <version>${version.cargo}</version>
+                  <exclusions>
+                     <exclusion>
+                        <groupId>ant</groupId>
+                        <artifactId>ant</artifactId>
+                     </exclusion>
+                  </exclusions>
+               </dependency>
+               <dependency>
+                  <groupId>org.codehaus.cargo</groupId>
+                  <artifactId>cargo-core-uberjar</artifactId>
+                  <version>${version.cargo}</version>
+                  <scope>test</scope>
+               </dependency>
+
+            </dependencies>
+            <executions>
+               <execution>
+                  <id>test</id>
+                  <phase>integration-test</phase>
+                  <configuration>
+                     <tasks>
+
+                        <property name="compile_classpath" refid="maven.compile.classpath"/>
+                        <property name="runtime_classpath" refid="maven.runtime.classpath"/>
+                        <property name="test_classpath" refid="maven.test.classpath"/>
+                        <property name="plugin_classpath" refid="maven.plugin.classpath"/>
+                        <property name="project.version" value="${project.version}"/>
+
+                        <!-- -->
+                        <property name="dependency.log4j.jar" value="${maven.dependency.apache-log4j.log4j.jar.path}"/>
+                        <property name="dependency.commons-logging.jar" value="${maven.dependency.commons-logging.commons-logging.jar.path}"/>
+                        <property name="dependency.commons-httpclient.jar" value="${maven.dependency.commons-httpclient.commons-httpclient.jar.path}"/>
+                        <property name="dependency.activation.jar" value="${maven.dependency.javax.activation.activation.jar.path}"/>
+                        <property name="dependency.junit.jar" value="${maven.dependency.junit.junit.jar.path}"/>
+                        <property name="dependency.cargo-manager.war" value="${maven.dependency.cargo.cargo-manager.war.path}"/>
+
+                        <!-- GateIn -->
+                        <property name="dependency.gatein-common-common.jar" value="${maven.dependency.org.gatein.common.common-common.jar.path}"/>
+                        <property name="dependency.gatein-common-mc.jar" value="${maven.dependency.org.gatein.common.common-mc.jar.path}"/>
+
+                        <!-- JBoss Unit -->
+                        <property name="dependency.jboss-unit.jar" value="${maven.dependency.org.jboss.unit.jboss-unit.jar.path}"/>
+                        <property name="dependency.jboss-unit-mc.jar" value="${maven.dependency.org.jboss.unit.jboss-unit-mc.jar.path}"/>
+                        <property name="dependency.jboss-unit-remote.jar" value="${maven.dependency.org.jboss.unit.jboss-unit-remote.jar.path}"/>
+                        <property name="dependency.portal-test.jar" value="${maven.dependency.org.jboss.unit.portal-test.jar.path}"/>
+                        <property name="dependency.portal-test-generic.jar" value="${maven.dependency.org.jboss.unit.portal-test-generic.jar.path}"/>
+                        <property name="dependency.jboss-remoting.jar" value="${maven.dependency.org.jboss.remoting.jboss-remoting.jar.path}"/>
+
+                        <!-- JBoss Microcontainer -->
+                        <property name="dependency.concurrent.jar" value="${maven.dependency.concurrent.concurrent.jar.path}"/>
+                        <property name="dependency.jboss-logging-spi.jar" value="${maven.dependency.jboss.jboss-common-logging-spi.jar.path}"/>
+                        <property name="dependency.jboss-logging-jdk.jar" value="${maven.dependency.jboss.jboss-common-logging-jdk.jar.path}"/>
+                        <property name="dependency.jboss-logging-log4j.jar" value="${maven.dependency.jboss.jboss-common-logging-log4j.jar.path}"/>
+                        <property name="dependency.jboss-kernel.jar" value="${maven.dependency.org.jboss.microcontainer.jboss-kernel.jar.path}"/>
+                        <property name="dependency.jboss-dependency.jar" value="${maven.dependency.org.jboss.microcontainer.jboss-dependency.jar.path}"/>
+                        <property name="dependency.jboss-reflect.jar" value="${maven.dependency.org.jboss.jboss-reflect.jar.path}"/>
+                        <property name="dependency.jboss-common-core.jar" value="${maven.dependency.org.jboss.jboss-common-core.jar.path}"/>
+                        <property name="dependency.jaxb.jar" value="${maven.dependency.javax.xml.bind.jaxb-api.jar.path}"/>
+                        <property name="dependency.jboss-mdr.jar" value="${maven.dependency.org.jboss.jboss-mdr.jar.path}"/>
+                        <property name="dependency.resolver.jar" value="${maven.dependency.apache-xerces.resolver.jar.path}"/>
+                        <property name="dependency.xercesImpl.jar" value="${maven.dependency.apache-xerces.xercesImpl.jar.path}"/>
+                        <property name="dependency.xml-apis.jar" value="${maven.dependency.apache-xerces.xml-apis.jar.path}"/>
+                        <property name="dependency.jbossxb.jar" value="${maven.dependency.org.jboss.jbossxb.jar.path}"/>
+                        <property name="dependency.jboss-serialization.jar" value="${maven.dependency.jboss.jboss-serialization.jar.path}"/>                        
+
+                        <!-- Cargo Jetty deployer -->
+                        <property name="dependency.cargo.jetty-deployer" value="${maven.dependency.org.codehaus.cargo.cargo-jetty-deployer.war.path}"/>
+
+                        <ant antfile="${basedir}/src/test/build.xml">
+                           <target name="tests"/>
+                        </ant>
+                        
+                     </tasks>
+                  </configuration>
+                  <goals>
+                     <goal>run</goal>
+                  </goals>
+               </execution>
+            </executions>
+         </plugin>
+      </plugins>
+   </build>
+   <properties>
+   </properties>
+</project>

Added: maven2/org/gatein/wci/wci-wci/2.0.0-Beta01/wci-wci-2.0.0-Beta01.pom.md5
===================================================================
--- maven2/org/gatein/wci/wci-wci/2.0.0-Beta01/wci-wci-2.0.0-Beta01.pom.md5	                        (rev 0)
+++ maven2/org/gatein/wci/wci-wci/2.0.0-Beta01/wci-wci-2.0.0-Beta01.pom.md5	2009-09-02 00:46:08 UTC (rev 28788)
@@ -0,0 +1 @@
+e709c1c2859eda07f84b4eed898126b9
\ No newline at end of file

Added: maven2/org/gatein/wci/wci-wci/2.0.0-Beta01/wci-wci-2.0.0-Beta01.pom.sha1
===================================================================
--- maven2/org/gatein/wci/wci-wci/2.0.0-Beta01/wci-wci-2.0.0-Beta01.pom.sha1	                        (rev 0)
+++ maven2/org/gatein/wci/wci-wci/2.0.0-Beta01/wci-wci-2.0.0-Beta01.pom.sha1	2009-09-02 00:46:08 UTC (rev 28788)
@@ -0,0 +1 @@
+61bb342cee2f170126e9cb8fc0708af2aa10bf54
\ No newline at end of file

Added: maven2/org/gatein/wci/wci-wci/maven-metadata.xml
===================================================================
--- maven2/org/gatein/wci/wci-wci/maven-metadata.xml	                        (rev 0)
+++ maven2/org/gatein/wci/wci-wci/maven-metadata.xml	2009-09-02 00:46:08 UTC (rev 28788)
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<metadata>
+  <groupId>org.gatein.wci</groupId>
+  <artifactId>wci-wci</artifactId>
+  <version>2.0.0-Beta01</version>
+  <versioning>
+    <versions>
+      <version>2.0.0-Beta01</version>
+    </versions>
+    <lastUpdated>20090902004249</lastUpdated>
+  </versioning>
+</metadata>

Added: maven2/org/gatein/wci/wci-wci/maven-metadata.xml.md5
===================================================================
--- maven2/org/gatein/wci/wci-wci/maven-metadata.xml.md5	                        (rev 0)
+++ maven2/org/gatein/wci/wci-wci/maven-metadata.xml.md5	2009-09-02 00:46:08 UTC (rev 28788)
@@ -0,0 +1 @@
+62df1352df137edd279965a93cef6030
\ No newline at end of file

Added: maven2/org/gatein/wci/wci-wci/maven-metadata.xml.sha1
===================================================================
--- maven2/org/gatein/wci/wci-wci/maven-metadata.xml.sha1	                        (rev 0)
+++ maven2/org/gatein/wci/wci-wci/maven-metadata.xml.sha1	2009-09-02 00:46:08 UTC (rev 28788)
@@ -0,0 +1 @@
+83d43e41cad93d1b7ff5020f3b67283c4c18a63d
\ No newline at end of file




More information about the jboss-cvs-commits mailing list