[jboss-cvs] Repository SVN: r28555 - in jboss/jboss-xacml: 2.0.4-brew and 3 other directories.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Aug 13 13:42:52 EDT 2009


Author: permaine
Date: 2009-08-13 13:42:51 -0400 (Thu, 13 Aug 2009)
New Revision: 28555

Added:
   jboss/jboss-xacml/2.0.4-brew/
   jboss/jboss-xacml/2.0.4-brew/component-info.xml
   jboss/jboss-xacml/2.0.4-brew/lib/
   jboss/jboss-xacml/2.0.4-brew/lib/jbossxacml-sources.jar
   jboss/jboss-xacml/2.0.4-brew/lib/jbossxacml.jar
   jboss/jboss-xacml/2.0.4-brew/lib/jbossxacml.pom
   jboss/jboss-xacml/2.0.4-brew/lib/target/
   jboss/jboss-xacml/2.0.4-brew/lib/target/pom-transformed.xml
   jboss/jboss-xacml/2.0.4-brew/src/
   jboss/jboss-xacml/2.0.4-brew/src/jboss-security-xacml-2.0.4.tar.bz2
   jboss/jboss-xacml/2.0.4-brew/src/jboss-security-xacml-jpp-depmap.xml
   jboss/jboss-xacml/2.0.4-brew/src/jboss-security-xacml-settings.xml
Log:
Add Brew build 2.0.4-brew

Added: jboss/jboss-xacml/2.0.4-brew/component-info.xml
===================================================================
--- jboss/jboss-xacml/2.0.4-brew/component-info.xml	                        (rev 0)
+++ jboss/jboss-xacml/2.0.4-brew/component-info.xml	2009-08-13 17:42:51 UTC (rev 28555)
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project name="">
+  <component id="jboss/security"
+             licenseType=""
+             version="2.0.4-brew"
+             tag="jboss-security-xacml-2_0_4-2_ep5_el4"
+             description=""
+             
+             > 
+              
+    <artifact id="jbossxacml.jar"/>
+    <artifact id="jbossxacml-sources.jar"/>
+    <artifact id="jbossxacml.pom"/>
+
+    <export>
+      <include input="jbossxacml.jar"/>
+
+    </export>
+  </component>
+</project>

Added: jboss/jboss-xacml/2.0.4-brew/lib/jbossxacml-sources.jar
===================================================================
(Binary files differ)


Property changes on: jboss/jboss-xacml/2.0.4-brew/lib/jbossxacml-sources.jar
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: jboss/jboss-xacml/2.0.4-brew/lib/jbossxacml.jar
===================================================================
(Binary files differ)


Property changes on: jboss/jboss-xacml/2.0.4-brew/lib/jbossxacml.jar
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: jboss/jboss-xacml/2.0.4-brew/lib/jbossxacml.pom
===================================================================
--- jboss/jboss-xacml/2.0.4-brew/lib/jbossxacml.pom	                        (rev 0)
+++ jboss/jboss-xacml/2.0.4-brew/lib/jbossxacml.pom	2009-08-13 17:42:51 UTC (rev 28555)
@@ -0,0 +1,62 @@
+<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.security</groupId>
+    <artifactId>jboss-xacml-project</artifactId>
+    <version>2.0.4</version>
+    <relativePath>../parent</relativePath>
+  </parent>
+  <modelVersion>4.0.0</modelVersion>
+  <artifactId>jbossxacml</artifactId>
+  <packaging>pom</packaging>
+  <name>JBoss XACML- Assembly</name>
+  <url>http://labs.jboss.org/portal/jbosssecurity/</url>
+  <description>JBoss XACML</description>
+  <licenses>
+    <license>
+      <name>lgpl</name>
+      <url>http://repository.jboss.com/licenses/lgpl.txt</url>
+    </license>
+  </licenses>
+  <organization>
+    <name>JBoss Inc.</name>
+    <url>http://www.jboss.org</url>
+  </organization>
+    
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-assembly-plugin</artifactId>
+        <version>2.1</version>
+        <executions>
+          <execution>
+            <phase>package</phase>
+            <goals>
+              <goal>attached</goal>
+            </goals>
+          </execution>
+        </executions>
+        <configuration>
+          <archive>
+            <manifestEntries>
+              <Specification-Title>JBoss XACML</Specification-Title>
+              <Specification-Version>${project.version}</Specification-Version>
+              <Specification-Vendor>Red Hat Middleware LLC</Specification-Vendor>
+              <Implementation-Title>JBoss XACML</Implementation-Title>
+              <Implementation-Version>${project.version}</Implementation-Version>
+              <Implementation-VendorId>org.jboss.security</Implementation-VendorId>
+              <Implementation-Vendor>Red Hat Middleware LLC</Implementation-Vendor>
+              <Implementation-URL>http://labs.jboss.org/portal/jbosssecurity/</Implementation-URL>
+            </manifestEntries>
+          </archive>
+          <descriptors>
+            <descriptor>bin.xml</descriptor>
+            <descriptor>sources.xml</descriptor>
+          </descriptors>
+        </configuration>
+        <inherited>false</inherited>
+      </plugin>
+    </plugins>
+  </build>
+  
+</project>

Added: jboss/jboss-xacml/2.0.4-brew/lib/target/pom-transformed.xml
===================================================================
--- jboss/jboss-xacml/2.0.4-brew/lib/target/pom-transformed.xml	                        (rev 0)
+++ jboss/jboss-xacml/2.0.4-brew/lib/target/pom-transformed.xml	2009-08-13 17:42:51 UTC (rev 28555)
@@ -0,0 +1,62 @@
+<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.security</groupId>
+    <artifactId>jboss-xacml-project</artifactId>
+    <version>2.0.4</version>
+    <relativePath>../parent</relativePath>
+  </parent>
+  <modelVersion>4.0.0</modelVersion>
+  <artifactId>jbossxacml</artifactId>
+  <packaging>pom</packaging>
+  <name>JBoss XACML- Assembly</name>
+  <url>http://labs.jboss.org/portal/jbosssecurity/</url>
+  <description>JBoss XACML</description>
+  <licenses>
+    <license>
+      <name>lgpl</name>
+      <url>http://repository.jboss.com/licenses/lgpl.txt</url>
+    </license>
+  </licenses>
+  <organization>
+    <name>JBoss Inc.</name>
+    <url>http://www.jboss.org</url>
+  </organization>
+    
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-assembly-plugin</artifactId>
+        <version>2.1</version>
+        <executions>
+          <execution>
+            <phase>package</phase>
+            <goals>
+              <goal>attached</goal>
+            </goals>
+          </execution>
+        </executions>
+        <configuration>
+          <archive>
+            <manifestEntries>
+              <Specification-Title>JBoss XACML</Specification-Title>
+              <Specification-Version>${project.version}</Specification-Version>
+              <Specification-Vendor>Red Hat Middleware LLC</Specification-Vendor>
+              <Implementation-Title>JBoss XACML</Implementation-Title>
+              <Implementation-Version>${project.version}</Implementation-Version>
+              <Implementation-VendorId>org.jboss.security</Implementation-VendorId>
+              <Implementation-Vendor>Red Hat Middleware LLC</Implementation-Vendor>
+              <Implementation-URL>http://labs.jboss.org/portal/jbosssecurity/</Implementation-URL>
+            </manifestEntries>
+          </archive>
+          <descriptors>
+            <descriptor>bin.xml</descriptor>
+            <descriptor>sources.xml</descriptor>
+          </descriptors>
+        </configuration>
+        <inherited>false</inherited>
+      </plugin>
+    </plugins>
+  </build>
+  
+</project>

Added: jboss/jboss-xacml/2.0.4-brew/src/jboss-security-xacml-2.0.4.tar.bz2
===================================================================
(Binary files differ)


Property changes on: jboss/jboss-xacml/2.0.4-brew/src/jboss-security-xacml-2.0.4.tar.bz2
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: jboss/jboss-xacml/2.0.4-brew/src/jboss-security-xacml-jpp-depmap.xml
===================================================================
--- jboss/jboss-xacml/2.0.4-brew/src/jboss-security-xacml-jpp-depmap.xml	                        (rev 0)
+++ jboss/jboss-xacml/2.0.4-brew/src/jboss-security-xacml-jpp-depmap.xml	2009-08-13 17:42:51 UTC (rev 28555)
@@ -0,0 +1,181 @@
+<dependencies>
+ <dependency>
+   <maven>
+     <groupId>codehaus-stax</groupId>
+     <artifactId>stax</artifactId>
+     <version>1.1.1</version>
+   </maven>
+   <jpp>
+     <groupId>JPP</groupId>
+     <artifactId>codehaus-stax11-ri</artifactId>
+     <version>1.1.2</version>
+   </jpp>
+ </dependency>
+
+ <dependency>
+   <maven>
+     <groupId>org.jboss.javaee</groupId>
+     <artifactId>jboss-servlet-api</artifactId>
+     <version>2.5.0.GA</version>
+   </maven>
+   <jpp>
+     <groupId>JPP</groupId>
+     <artifactId>servlet_2_5_api</artifactId>
+     <version>2.5</version>
+   </jpp>
+ </dependency>
+
+ <dependency>
+   <maven>
+     <groupId>sun-jaf</groupId>
+     <artifactId>activation</artifactId>
+     <version>1.1</version>
+   </maven>
+   <jpp>
+     <groupId>JPP</groupId>
+     <artifactId>jaf_1_1_api</artifactId>
+     <version>1.1</version>
+   </jpp>
+ </dependency>
+
+ <dependency>
+   <maven>
+     <groupId>javax.xml.stream</groupId>
+     <artifactId>stax-api</artifactId>
+     <version>1.0-2</version>
+   </maven>
+   <jpp>
+     <groupId>JPP</groupId>
+     <artifactId>stax_1_0_api</artifactId>
+     <version>1.0</version>
+   </jpp>
+ </dependency>
+ <dependency>
+   <maven>
+     <groupId>stax</groupId>
+     <artifactId>stax-api</artifactId>
+     <version>1.0.1</version>
+   </maven>
+   <jpp>
+     <groupId>JPP</groupId>
+     <artifactId>stax_1_0_api</artifactId>
+     <version>1.0</version>
+   </jpp>
+ </dependency>
+
+ <dependency>
+   <maven>
+     <groupId>sun-jaxb</groupId>
+     <artifactId>jaxb-api</artifactId>
+     <version>2.1.4</version>
+   </maven>
+   <jpp>
+     <groupId>JPP/glassfish-jaxb</groupId>
+     <artifactId>jaxb-api</artifactId>
+     <version>2.1.9</version>
+   </jpp>
+ </dependency>
+ <dependency>
+   <maven>
+     <groupId>sun-jaxb</groupId>
+     <artifactId>jaxb-impl</artifactId>
+     <version>2.1.4</version>
+   </maven>
+   <jpp>
+     <groupId>JPP/glassfish-jaxb</groupId>
+     <artifactId>jaxb-impl</artifactId>
+     <version>2.1.9</version>
+   </jpp>
+ </dependency>
+ <dependency>
+   <maven>
+     <groupId>sun-jaxb</groupId>
+     <artifactId>jaxb-xjc</artifactId>
+     <version>2.1.4</version>
+   </maven>
+   <jpp>
+     <groupId>JPP/glassfish-jaxb</groupId>
+     <artifactId>jaxb-xjc</artifactId>
+     <version>2.1.9</version>
+   </jpp>
+ </dependency>
+
+ <dependency>
+   <maven>
+     <groupId>junit</groupId>
+     <artifactId>junit</artifactId>
+     <version>3.8.1</version>
+   </maven>
+   <jpp>
+     <groupId>JPP</groupId>
+     <artifactId>junit</artifactId>
+     <version>3.8.2</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>apache-xalan</groupId>
+     <artifactId>xalan</artifactId>
+     <version>2.7.0</version>
+   </maven>
+   <jpp>
+     <groupId>JPP</groupId>
+     <artifactId>xalan-j2</artifactId>
+     <version>2.7.0</version>
+   </jpp>
+ </dependency>
+
+ <dependency>
+   <maven>
+     <groupId>org.apache.xalan</groupId>
+     <artifactId>xalan</artifactId>
+     <version>2.7.1</version>
+   </maven>
+   <jpp>
+     <groupId>JPP</groupId>
+     <artifactId>xalan-j2</artifactId>
+     <version>2.7.0</version>
+   </jpp>
+ </dependency>
+
+ <dependency>
+   <maven>
+     <groupId>org.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>org.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>
+
+</dependencies>

Added: jboss/jboss-xacml/2.0.4-brew/src/jboss-security-xacml-settings.xml
===================================================================
--- jboss/jboss-xacml/2.0.4-brew/src/jboss-security-xacml-settings.xml	                        (rev 0)
+++ jboss/jboss-xacml/2.0.4-brew/src/jboss-security-xacml-settings.xml	2009-08-13 17:42:51 UTC (rev 28555)
@@ -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