[jboss-cvs] Repository SVN: r29257 - in jboss/metadata: 1.0.1.SP1-brew and 2 other directories.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Oct 2 11:19:57 EDT 2009


Author: permaine
Date: 2009-10-02 11:19:57 -0400 (Fri, 02 Oct 2009)
New Revision: 29257

Added:
   jboss/metadata/1.0.1.SP1-brew/
   jboss/metadata/1.0.1.SP1-brew/component-info.xml
   jboss/metadata/1.0.1.SP1-brew/lib/
   jboss/metadata/1.0.1.SP1-brew/lib/jboss-metadata-sources.jar
   jboss/metadata/1.0.1.SP1-brew/lib/jboss-metadata.jar
   jboss/metadata/1.0.1.SP1-brew/lib/jboss-metadata.pom
   jboss/metadata/1.0.1.SP1-brew/src/
   jboss/metadata/1.0.1.SP1-brew/src/jboss-ejb3-ext-api-1.0.0.tar.gz
   jboss/metadata/1.0.1.SP1-brew/src/jboss-metadata-1.0.1.SP1.tar.gz
   jboss/metadata/1.0.1.SP1-brew/src/jboss-metadata-bootstrap-pom.patch
   jboss/metadata/1.0.1.SP1-brew/src/jboss-metadata-jpp-depmap.xml
   jboss/metadata/1.0.1.SP1-brew/src/jboss-metadata-settings.xml
Log:
Add Brew Build 1.0.1.SP1-brew

Added: jboss/metadata/1.0.1.SP1-brew/component-info.xml
===================================================================
--- jboss/metadata/1.0.1.SP1-brew/component-info.xml	                        (rev 0)
+++ jboss/metadata/1.0.1.SP1-brew/component-info.xml	2009-10-02 15:19:57 UTC (rev 29257)
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project name="">
+  <component id="jboss/metadata"
+             licenseType=""
+             version="1.0.1.SP1-brew"
+             tag="jboss-metadata-1_0_1-3_SP1_2_ep5_el4"
+             description=""
+             
+             > 
+              
+    <artifact id="jboss-metadata.jar"/>
+    <artifact id="jboss-metadata-sources.jar"/>
+
+
+    <export>
+      <include input="jboss-metadata.jar"/>
+
+    </export>
+  </component>
+</project>

Added: jboss/metadata/1.0.1.SP1-brew/lib/jboss-metadata-sources.jar
===================================================================
(Binary files differ)


Property changes on: jboss/metadata/1.0.1.SP1-brew/lib/jboss-metadata-sources.jar
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: jboss/metadata/1.0.1.SP1-brew/lib/jboss-metadata.jar
===================================================================
(Binary files differ)


Property changes on: jboss/metadata/1.0.1.SP1-brew/lib/jboss-metadata.jar
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: jboss/metadata/1.0.1.SP1-brew/lib/jboss-metadata.pom
===================================================================
--- jboss/metadata/1.0.1.SP1-brew/lib/jboss-metadata.pom	                        (rev 0)
+++ jboss/metadata/1.0.1.SP1-brew/lib/jboss-metadata.pom	2009-10-02 15:19:57 UTC (rev 29257)
@@ -0,0 +1,207 @@
+<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>org.jboss</groupId>
+    <artifactId>jboss-parent</artifactId>
+    <version>4.0.CR1</version>
+  </parent>
+  <groupId>org.jboss.metadata</groupId>
+  <artifactId>jboss-metadata</artifactId>
+  <packaging>jar</packaging>
+  <version>1.0.1.SP1</version>
+  <name>JBoss Metadata</name>
+  <url>http://www.jboss.org</url>
+  <description>The common JavaEE metadata classes</description>
+  <scm>
+    <connection>scm:svn:http://anonsvn.jboss.org/repos/jbossas/projects/metadata/tags/1.0.1.GA</connection>
+    <developerConnection>scm:svn:https://svn.jboss.org/repos/jbossas/projects/metadata/tags/1.0.1.GA</developerConnection>
+  </scm>
+
+  <build>
+    <outputDirectory>${profile.outputDirectory}</outputDirectory>
+    <testOutputDirectory>${profile.testOutputDirectory}</testOutputDirectory>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-surefire-plugin</artifactId>
+        <version>2.4.3</version>
+        <configuration>
+          <printSummary>true</printSummary>
+          <disableXmlReport>false</disableXmlReport>
+          <redirectTestOutputToFile>true</redirectTestOutputToFile>
+           <testFailureIgnore>false</testFailureIgnore>
+          <includes>
+            <include>**/*TestCase.java</include>
+          </includes>
+        </configuration>
+        <executions>
+           <execution>
+              <!-- re-run some of the tests for jboss_5_0.xsd against jboss_5_1.xsd schema
+                   to make sure backward compatibility works -->
+              <id>jboss_5_1-tests</id>
+              <goals>
+                 <goal>test</goal>
+              </goals>
+              <configuration>
+                 <testFailureIgnore>false</testFailureIgnore>
+                 <redirectTestOutputToFile>true</redirectTestOutputToFile>
+                 <includes>
+                    <include>org/jboss/test/metadata/ejb/JBoss50UnitTestCase.java</include>
+                    <include>org/jboss/test/metadata/annotation/ejb3/AnnotationEjb3UnitTestCase.java</include>
+                    <include>org/jboss/test/metadata/annotation/jbmeta98/OverrideRemoveMethodUnitTestCase.java</include>
+                    <include>org/jboss/test/metadata/annotation/jbmeta119/unit/LocalBindingsUnitTestCase.java</include>
+                    <include>org/jboss/test/metadata/annotation/jbmeta66/unit/GenericBeanWithHomeTestCase.java</include>
+                 </includes>
+                 <systemProperties>
+                    <property>
+                       <name>jbmeta.mapLocationToClass</name>
+                       <value>jboss_5_0.xsd=org.jboss.metadata.ejb.jboss.JBoss51MetaData</value>
+                    </property>
+                 </systemProperties>
+              </configuration>
+            </execution>
+         </executions>
+      </plugin>      
+    </plugins>
+  </build>
+
+  <!-- 
+    Eclipse settings have been removed from parent. This needs to be
+    done via an eclipse profile.
+    http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4085896#4085896 
+    -->
+  <profiles>
+    <profile>
+      <id>default</id>
+      <activation>
+        <activeByDefault>true</activeByDefault>
+      </activation>
+      <properties>
+        <profile.outputDirectory>target/classes</profile.outputDirectory>
+        <profile.testOutputDirectory>target/tests-classes</profile.testOutputDirectory>
+      </properties>
+    </profile>
+    
+    <profile>
+      <id>eclipse</id>
+      <properties>
+        <profile.outputDirectory>eclipse-target/classes</profile.outputDirectory>
+        <profile.testOutputDirectory>eclipse-target/tests-classes</profile.testOutputDirectory>
+      </properties>
+    </profile>
+  </profiles>
+
+  <!-- Compile Dependencies -->
+  <dependencies>
+
+    <dependency>
+      <groupId>org.jboss.logging</groupId>
+      <artifactId>jboss-logging-spi</artifactId>
+      <version>2.0.5.GA</version>
+    </dependency>
+    
+    <dependency>
+      <groupId>org.jboss</groupId>
+      <artifactId>jboss-common-core</artifactId>
+      <version>2.2.14.GA</version>
+    </dependency>
+    
+    <dependency>
+      <groupId>org.jboss.ejb3</groupId>
+      <artifactId>jboss-ejb3-ext-api</artifactId>
+      <version>1.0.0</version>
+    </dependency>
+    
+    <dependency>
+      <groupId>org.jboss.javaee</groupId>
+      <artifactId>jboss-ejb-api</artifactId>
+      <version>3.0.0.GA</version>
+    </dependency>
+    
+    <dependency>
+      <groupId>org.jboss.javaee</groupId>
+      <artifactId>jboss-jms-api</artifactId>
+      <version>1.1.0.GA</version>
+    </dependency>
+
+    <dependency>
+      <groupId>org.hibernate</groupId>
+      <artifactId>ejb3-persistence</artifactId>
+      <version>1.0.2.GA</version>
+    </dependency>
+      
+    <dependency>
+      <groupId>org.jboss.javaee</groupId>
+      <artifactId>jboss-transaction-api</artifactId>
+      <version>1.0.1.GA</version>
+    </dependency>
+    
+    <dependency>
+      <groupId>org.jboss.ws</groupId>
+      <artifactId>jbossws-spi</artifactId>
+      <version>1.0.6.GA</version>
+    </dependency>
+    
+    <dependency>
+      <groupId>jboss.jbossws</groupId>
+      <artifactId>jboss-jaxws</artifactId>
+      <version>3.0.1-native-2.0.4.GA</version>
+    </dependency>
+
+    <dependency>
+      <groupId>org.jboss</groupId>
+      <artifactId>jbossxb</artifactId>
+      <version>2.0.1.GA</version>
+      <exclusions>
+        <exclusion>
+          <groupId>jboss</groupId>
+          <artifactId>jboss-common-logging-spi</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>javax.xml.bind</groupId>
+          <artifactId>jaxb-api</artifactId>
+        </exclusion>          
+      </exclusions>       
+    </dependency>
+    
+    <dependency>
+      <groupId>org.jboss</groupId>
+      <artifactId>jboss-vfs</artifactId>
+      <version>2.0.0.CR1</version>    
+    </dependency>
+
+    <dependency>
+      <groupId>org.jboss</groupId>
+      <artifactId>jboss-mdr</artifactId>
+      <version>2.0.0.GA</version>
+    </dependency>
+
+    <dependency>
+      <groupId>sun-jaxb</groupId>
+      <artifactId>jaxb-api</artifactId>
+      <version>2.1.4</version>
+   </dependency>
+      
+    <dependency>
+      <groupId>apache-xerces</groupId>
+      <artifactId>xml-apis</artifactId>
+      <version>2.9.1</version>    
+    </dependency>
+    
+    <!-- Test Dependencies -->
+    <dependency>
+      <groupId>junit</groupId>
+      <artifactId>junit</artifactId>
+      <version>4.4</version>
+      <scope>test</scope>
+    </dependency>
+    
+    <dependency>
+      <groupId>org.jboss.test</groupId>
+      <artifactId>jboss-test</artifactId>
+      <version>1.1.4.GA</version>
+      <scope>test</scope>
+    </dependency>
+  </dependencies>
+
+</project>

Added: jboss/metadata/1.0.1.SP1-brew/src/jboss-ejb3-ext-api-1.0.0.tar.gz
===================================================================
(Binary files differ)


Property changes on: jboss/metadata/1.0.1.SP1-brew/src/jboss-ejb3-ext-api-1.0.0.tar.gz
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: jboss/metadata/1.0.1.SP1-brew/src/jboss-metadata-1.0.1.SP1.tar.gz
===================================================================
(Binary files differ)


Property changes on: jboss/metadata/1.0.1.SP1-brew/src/jboss-metadata-1.0.1.SP1.tar.gz
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: jboss/metadata/1.0.1.SP1-brew/src/jboss-metadata-bootstrap-pom.patch
===================================================================
--- jboss/metadata/1.0.1.SP1-brew/src/jboss-metadata-bootstrap-pom.patch	                        (rev 0)
+++ jboss/metadata/1.0.1.SP1-brew/src/jboss-metadata-bootstrap-pom.patch	2009-10-02 15:19:57 UTC (rev 29257)
@@ -0,0 +1,32 @@
+--- pom.xml.sav0	2009-05-16 20:50:29.000000000 +0200
++++ pom.xml	2009-06-08 13:53:12.000000000 +0200
+@@ -23,6 +23,15 @@
+     <plugins>
+       <plugin>
+         <groupId>org.apache.maven.plugins</groupId>
++        <artifactId>maven-jar-plugin</artifactId>
++        <configuration>
++          <excludes>
++            <exclude>org/jboss/ejb3/annotation/**/*</exclude>
++          </excludes>
++        </configuration>
++      </plugin>
++      <plugin>
++        <groupId>org.apache.maven.plugins</groupId>
+         <artifactId>maven-surefire-plugin</artifactId>
+         <version>2.4.3</version>
+         <configuration>
+@@ -106,11 +115,13 @@
+       <version>2.2.14.GA</version>
+     </dependency>
+     
++<!--
+     <dependency>
+       <groupId>org.jboss.ejb3</groupId>
+       <artifactId>jboss-ejb3-ext-api</artifactId>
+       <version>1.0.0</version>
+     </dependency>
++-->
+     
+     <dependency>
+       <groupId>org.jboss.javaee</groupId>

Added: jboss/metadata/1.0.1.SP1-brew/src/jboss-metadata-jpp-depmap.xml
===================================================================
--- jboss/metadata/1.0.1.SP1-brew/src/jboss-metadata-jpp-depmap.xml	                        (rev 0)
+++ jboss/metadata/1.0.1.SP1-brew/src/jboss-metadata-jpp-depmap.xml	2009-10-02 15:19:57 UTC (rev 29257)
@@ -0,0 +1,172 @@
+<dependencies>
+ <dependency>
+   <maven>
+     <groupId>slide</groupId>
+     <artifactId>slide-webdavlib</artifactId>
+     <version>2.1</version>
+   </maven>
+   <jpp>
+     <groupId>JPP/slide</groupId>
+     <artifactId>slide-webdavlib</artifactId>
+     <version>2.1</version>
+   </jpp>
+ </dependency>
+
+ <dependency>
+   <maven>
+     <groupId>org.hibernate</groupId>
+     <artifactId>ejb3-persistence</artifactId>
+     <version>1.0.2.GA</version>
+   </maven>
+   <jpp>
+     <groupId>JPP</groupId>
+     <artifactId>jpa_3_0_api</artifactId>
+     <version>3.0</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>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>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>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>jboss.jbossws</groupId>
+     <artifactId>jboss-jaxws</artifactId>
+     <version>3.0.1-native-2.0.4.GA</version>
+   </maven>
+   <!--jpp>
+     <groupId>JPP</groupId>
+     <artifactId>jbossws/jboss-jaxws</artifactId>
+     <version>3.0.1</version>
+   </jpp-->
+   <jpp>
+     <groupId>JPP/jbossws-native42/sar</groupId>
+     <artifactId>jboss-jaxws</artifactId>
+     <version>2.0.1</version>
+   </jpp>
+ </dependency>
+
+ <dependency>
+   <maven>
+     <groupId>org.jboss.ws.native</groupId>
+     <artifactId>jbossws-native-jaxrpc</artifactId>
+     <version>3.0.4.GA</version>
+   </maven>
+   <!--jpp>
+     <groupId>JPP</groupId>
+     <artifactId>jbossws/jboss-jaxrpc</artifactId>
+     <version>3.0.1</version>
+   </jpp-->
+   <jpp>
+     <groupId>JPP/jbossws-native42/sar</groupId>
+     <artifactId>jboss-jaxrpc</artifactId>
+     <version>2.0.1</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>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>org.jboss.javaee</groupId>
+     <artifactId>jboss-jms-api</artifactId>
+     <version>1.1.0.GA</version>
+   </maven>
+   <jpp>
+     <groupId>JPP</groupId>
+     <artifactId>jms_1_1_api</artifactId>
+     <version>1.1</version>
+   </jpp>
+ </dependency>
+
+
+-->
+
+</dependencies>

Added: jboss/metadata/1.0.1.SP1-brew/src/jboss-metadata-settings.xml
===================================================================
--- jboss/metadata/1.0.1.SP1-brew/src/jboss-metadata-settings.xml	                        (rev 0)
+++ jboss/metadata/1.0.1.SP1-brew/src/jboss-metadata-settings.xml	2009-10-02 15:19:57 UTC (rev 29257)
@@ -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>




More information about the jboss-cvs-commits mailing list