[jboss-cvs] Repository SVN: r27625 - in maven2/org/jboss/microcontainer/jboss-microcontainer: 2.0.6.GA-brew and 2 other directories.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Jul 6 02:59:41 EDT 2009


Author: yyang at redhat.com
Date: 2009-07-06 02:59:40 -0400 (Mon, 06 Jul 2009)
New Revision: 27625

Added:
   maven2/org/jboss/microcontainer/jboss-microcontainer/2.0.6.GA-brew/
   maven2/org/jboss/microcontainer/jboss-microcontainer/2.0.6.GA-brew/component-info.xml
   maven2/org/jboss/microcontainer/jboss-microcontainer/2.0.6.GA-brew/lib/
   maven2/org/jboss/microcontainer/jboss-microcontainer/2.0.6.GA-brew/lib/jboss-dependency.jar
   maven2/org/jboss/microcontainer/jboss-microcontainer/2.0.6.GA-brew/lib/jboss-kernel.jar
   maven2/org/jboss/microcontainer/jboss-microcontainer/2.0.6.GA-brew/src/
   maven2/org/jboss/microcontainer/jboss-microcontainer/2.0.6.GA-brew/src/jboss-microcontainer-2.0.6.tar.gz
   maven2/org/jboss/microcontainer/jboss-microcontainer/2.0.6.GA-brew/src/jboss-microcontainer-jpp-depmap.xml
   maven2/org/jboss/microcontainer/jboss-microcontainer/2.0.6.GA-brew/src/jboss-microcontainer-kernel-pom.patch
   maven2/org/jboss/microcontainer/jboss-microcontainer/2.0.6.GA-brew/src/jboss-microcontainer-pom.patch
   maven2/org/jboss/microcontainer/jboss-microcontainer/2.0.6.GA-brew/src/jboss-microcontainer-settings.xml
   maven2/org/jboss/microcontainer/jboss-microcontainer/2.0.6.GA-brew/src/jboss-microcontainer-wo-int.patch
Log:
Add Brew-build 2.0.6.GA-brew

Added: maven2/org/jboss/microcontainer/jboss-microcontainer/2.0.6.GA-brew/component-info.xml
===================================================================
--- maven2/org/jboss/microcontainer/jboss-microcontainer/2.0.6.GA-brew/component-info.xml	                        (rev 0)
+++ maven2/org/jboss/microcontainer/jboss-microcontainer/2.0.6.GA-brew/component-info.xml	2009-07-06 06:59:40 UTC (rev 27625)
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project name="">
+  <component id="jboss/microcontainer"
+             licenseType=""
+             version="2.0.6.GA-brew"
+             tag="jboss-microcontainer2-2_0_6-4_ep5_el4"
+             description=""
+             
+             > 
+              
+    <artifact id="jboss-dependency.jar"/>
+    <artifact id="jboss-kernel.jar"/>
+
+
+    <export>
+      <include input="jboss-kernel.jar"/>
+      <include input="jboss-dependency.jar"/>
+
+    </export>
+  </component>
+</project>

Added: maven2/org/jboss/microcontainer/jboss-microcontainer/2.0.6.GA-brew/lib/jboss-dependency.jar
===================================================================
(Binary files differ)


Property changes on: maven2/org/jboss/microcontainer/jboss-microcontainer/2.0.6.GA-brew/lib/jboss-dependency.jar
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: maven2/org/jboss/microcontainer/jboss-microcontainer/2.0.6.GA-brew/lib/jboss-kernel.jar
===================================================================
(Binary files differ)


Property changes on: maven2/org/jboss/microcontainer/jboss-microcontainer/2.0.6.GA-brew/lib/jboss-kernel.jar
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: maven2/org/jboss/microcontainer/jboss-microcontainer/2.0.6.GA-brew/src/jboss-microcontainer-2.0.6.tar.gz
===================================================================
(Binary files differ)


Property changes on: maven2/org/jboss/microcontainer/jboss-microcontainer/2.0.6.GA-brew/src/jboss-microcontainer-2.0.6.tar.gz
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: maven2/org/jboss/microcontainer/jboss-microcontainer/2.0.6.GA-brew/src/jboss-microcontainer-jpp-depmap.xml
===================================================================
--- maven2/org/jboss/microcontainer/jboss-microcontainer/2.0.6.GA-brew/src/jboss-microcontainer-jpp-depmap.xml	                        (rev 0)
+++ maven2/org/jboss/microcontainer/jboss-microcontainer/2.0.6.GA-brew/src/jboss-microcontainer-jpp-depmap.xml	2009-07-06 06:59:40 UTC (rev 27625)
@@ -0,0 +1,161 @@
+<dependencies>
+<!--
+javassist:javassist:jar:3.9.0.GA
+-->
+ <dependency>
+   <maven>
+     <groupId>javassist</groupId>
+     <artifactId>javassist</artifactId>
+     <version>3.9.0.GA</version>
+   </maven>
+   <jpp>
+     <groupId>JPP</groupId>
+     <artifactId>javassist</artifactId>
+     <version>3.8.0</version>
+   </jpp>
+ </dependency>
+
+ <dependency>
+   <maven>
+     <groupId>junit</groupId>
+     <artifactId>junit4</artifactId>
+     <version>4.0</version>
+   </maven>
+   <jpp>
+     <groupId>JPP</groupId>
+     <artifactId>junit44</artifactId>
+     <version>4.4</version>
+   </jpp>
+ </dependency>
+
+ <dependency>
+   <maven>
+     <groupId>apache-log4j</groupId>
+     <artifactId>log4j</artifactId>
+     <version>1.2.14</version>
+   </maven>
+   <jpp>
+     <groupId>JPP</groupId>
+     <artifactId>log4j</artifactId>
+     <version>1.2.14</version>
+   </jpp>
+ </dependency>
+
+ <dependency>
+   <maven>
+     <groupId>jboss.profiler.jvmti</groupId>
+     <artifactId>jboss-profiler-jvmti</artifactId>
+     <version>1.0.0.CR5</version>
+   </maven>
+   <jpp>
+     <groupId>JPP/jboss-profiler</groupId>
+     <artifactId>jboss-profiler-jvmti</artifactId>
+     <version>1.0.0</version>
+   </jpp>
+ </dependency>
+
+ <dependency>
+   <maven>
+     <groupId>apache-xerces</groupId>
+     <artifactId>xercesImpl</artifactId>
+     <version>2.9.1</version>
+   </maven>
+   <jpp>
+     <groupId>JPP</groupId>
+     <artifactId>xerces-j2</artifactId>
+     <version>2.7.1</version>
+   </jpp>
+ </dependency>
+
+ <dependency>
+   <maven>
+     <groupId>wutka-dtdparser</groupId>
+     <artifactId>dtdparser121</artifactId>
+     <version>1.2.1</version>
+   </maven>
+   <jpp>
+     <groupId>JPP</groupId>
+     <artifactId>dtdparser</artifactId>
+     <version>1.2.1</version>
+   </jpp>
+ </dependency>
+
+ <dependency>
+   <maven>
+     <groupId>slide</groupId>
+     <artifactId>slide-webdavlib</artifactId>
+     <version>2.1</version>
+   </maven>
+   <jpp>
+     <groupId>JPP/slide</groupId>
+     <artifactId>slide-webdavclient-webdavlib</artifactId>
+     <version>2.1</version>
+   </jpp>
+ </dependency>
+
+ <dependency>
+   <maven>
+     <groupId>apache-xerces</groupId>
+     <artifactId>xml-apis</artifactId>
+     <version>2.9.1</version>
+   </maven>
+   <jpp>
+     <groupId>JPP</groupId>
+     <artifactId>xml-commons-jaxp-1.3-apis</artifactId>
+     <version>1.3.03</version>
+   </jpp>
+ </dependency>
+
+ <dependency>
+   <maven>
+     <groupId>sun-jaxb</groupId>
+     <artifactId>jaxb-api</artifactId>
+     <version>2.1</version>
+   </maven>
+   <jpp>
+     <groupId>JPP</groupId>
+     <artifactId>jaxb_2_1_api</artifactId>
+     <version>2.1</version>
+   </jpp>
+ </dependency>
+
+ <dependency>
+   <maven>
+     <groupId>trove</groupId>
+     <artifactId>trove</artifactId>
+     <version>2.1.1</version>
+   </maven>
+   <jpp>
+     <groupId>JPP</groupId>
+     <artifactId>gnu-trove</artifactId>
+     <version>1.0.2</version>
+   </jpp>
+ </dependency>
+
+ <dependency>
+   <maven>
+     <groupId>com.google.code.guice</groupId>
+     <artifactId>guice</artifactId>
+     <version>1.0</version>
+   </maven>
+   <jpp>
+     <groupId>JPP</groupId>
+     <artifactId>google-guice</artifactId>
+     <version>1.0</version>
+   </jpp>
+ </dependency>
+
+ <dependency>
+   <maven>
+     <groupId>cglib</groupId>
+     <artifactId>cglib-nodep</artifactId>
+     <version>2.1_3</version>
+   </maven>
+   <jpp>
+     <groupId>JPP</groupId>
+     <artifactId>cglib-nodep</artifactId>
+     <version>2.1.3</version>
+   </jpp>
+ </dependency>
+
+</dependencies>

Added: maven2/org/jboss/microcontainer/jboss-microcontainer/2.0.6.GA-brew/src/jboss-microcontainer-kernel-pom.patch
===================================================================
--- maven2/org/jboss/microcontainer/jboss-microcontainer/2.0.6.GA-brew/src/jboss-microcontainer-kernel-pom.patch	                        (rev 0)
+++ maven2/org/jboss/microcontainer/jboss-microcontainer/2.0.6.GA-brew/src/jboss-microcontainer-kernel-pom.patch	2009-07-06 06:59:40 UTC (rev 27625)
@@ -0,0 +1,20 @@
+--- kernel/pom.xml.sav1	2009-02-20 13:56:22.000000000 +0100
++++ kernel/pom.xml	2009-05-29 12:14:39.000000000 +0200
+@@ -26,9 +26,15 @@
+       <plugin>
+         <groupId>org.apache.maven.plugins</groupId>
+         <artifactId>maven-surefire-plugin</artifactId>
+-        <!--configuration>
++        <configuration>
++          <excludes>
++            <exclude>**/*ScopingShutdownTestCase*</exclude>
++            <exclude>**/*ContextualScopingTestCase*</exclude>
++          </excludes>
++        <!--
+           <testFailureIgnore>true</testFailureIgnore>
+-        </configuration-->
++        -->
++        </configuration>
+       </plugin>   	   
+       <plugin>
+         <groupId>org.apache.maven.plugins</groupId>

Added: maven2/org/jboss/microcontainer/jboss-microcontainer/2.0.6.GA-brew/src/jboss-microcontainer-pom.patch
===================================================================
--- maven2/org/jboss/microcontainer/jboss-microcontainer/2.0.6.GA-brew/src/jboss-microcontainer-pom.patch	                        (rev 0)
+++ maven2/org/jboss/microcontainer/jboss-microcontainer/2.0.6.GA-brew/src/jboss-microcontainer-pom.patch	2009-07-06 06:59:40 UTC (rev 27625)
@@ -0,0 +1,28 @@
+--- pom.xml.sav0	2009-02-20 13:56:22.000000000 +0100
++++ pom.xml	2009-05-29 12:40:34.000000000 +0200
+@@ -27,7 +27,9 @@
+     <module>aop-mc-int</module>
+     <module>spring-int</module>
+     <module>guice-int</module>
++<!--
+     <module>build</module>
++-->
+   </modules>
+ 
+   <properties>
+@@ -55,6 +57,7 @@
+     <testOutputDirectory>${microcontainer.testOutputDirectory}</testOutputDirectory>
+     <finalName>${artifactId}</finalName>
+     <plugins>
++<!--
+       <plugin>
+         <groupId>org.apache.maven.plugins</groupId>
+         <artifactId>maven-enforcer-plugin</artifactId>
+@@ -80,6 +83,7 @@
+         </executions>
+         <inherited>true</inherited>
+       </plugin>
++-->
+       <plugin>
+         <groupId>org.apache.maven.plugins</groupId>
+         <artifactId>maven-release-plugin</artifactId>

Added: maven2/org/jboss/microcontainer/jboss-microcontainer/2.0.6.GA-brew/src/jboss-microcontainer-settings.xml
===================================================================
--- maven2/org/jboss/microcontainer/jboss-microcontainer/2.0.6.GA-brew/src/jboss-microcontainer-settings.xml	                        (rev 0)
+++ maven2/org/jboss/microcontainer/jboss-microcontainer/2.0.6.GA-brew/src/jboss-microcontainer-settings.xml	2009-07-06 06:59:40 UTC (rev 27625)
@@ -0,0 +1,47 @@
+<settings>
+	<profiles>
+		<profile>
+			<id>JPP</id>
+			<repositories>
+				<repository>
+					<id>internal</id>
+					<layout>jpp</layout>
+					<url>__JPP_URL_PLACEHOLDER__</url>
+				</repository>
+				<repository>
+					<id>external</id>
+					<layout>jpp</layout>
+					<url>__JAVADIR_PLACEHOLDER__</url>
+				</repository>
+				<repository>
+					<id>local</id>
+					<layout>jpp</layout>
+					<url>__MAVENREPO_DIR_PLACEHOLDER__</url>
+				</repository>
+			</repositories>
+			<pluginRepositories>
+				<pluginRepository>
+					<id>plugins-internal</id>
+					<name>plugins-internal</name>
+					<layout>jpp</layout>
+					<url>__JPP_URL_PLACEHOLDER__</url>
+				</pluginRepository>
+				<pluginRepository>
+					<id>plugins-external</id>
+					<name>plugins-external</name>
+					<layout>jpp</layout>
+					<url>__JAVADIR_PLACEHOLDER__</url>
+				</pluginRepository>
+				<pluginRepository>
+					<id>plugins-maven</id>
+					<name>plugins-maven</name>
+					<layout>jpp</layout>
+					<url>__MAVENDIR_PLUGIN_PLACEHOLDER__</url>
+				</pluginRepository>
+			</pluginRepositories>
+		</profile>
+	</profiles>
+	<activeProfiles>
+		<activeProfile>JPP</activeProfile>
+	</activeProfiles>
+</settings>

Added: maven2/org/jboss/microcontainer/jboss-microcontainer/2.0.6.GA-brew/src/jboss-microcontainer-wo-int.patch
===================================================================
--- maven2/org/jboss/microcontainer/jboss-microcontainer/2.0.6.GA-brew/src/jboss-microcontainer-wo-int.patch	                        (rev 0)
+++ maven2/org/jboss/microcontainer/jboss-microcontainer/2.0.6.GA-brew/src/jboss-microcontainer-wo-int.patch	2009-07-06 06:59:40 UTC (rev 27625)
@@ -0,0 +1,24 @@
+--- pom.xml.sav0	2009-05-13 11:35:42.000000000 +0200
++++ pom.xml	2009-06-10 12:38:18.000000000 +0200
+@@ -24,10 +24,12 @@
+   <modules>
+     <module>dependency</module>
+     <module>kernel</module>
++<!--
+     <module>aop-mc-int</module>
+     <module>spring-int</module>
+     <module>guice-int</module>
+     <module>build</module>
++-->
+   </modules>
+ 
+   <properties>
+@@ -69,7 +71,7 @@
+             <configuration>
+               <rules>
+                 <requireMavenVersion>
+-                  <version>2.0.9</version>
++                  <version>2.0.7</version>
+                 </requireMavenVersion>
+                 <requireJavaVersion>
+                   <version>1.5.0</version>




More information about the jboss-cvs-commits mailing list