[jboss-cvs] JBossAS SVN: r71517 - in projects/security/security-xacml/tags: 2.0.2.Beta6 and 4 other directories.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Mar 31 16:33:52 EDT 2008


Author: anil.saldhana at jboss.com
Date: 2008-03-31 16:33:52 -0400 (Mon, 31 Mar 2008)
New Revision: 71517

Added:
   projects/security/security-xacml/tags/2.0.2.Beta6/
   projects/security/security-xacml/tags/2.0.2.Beta6/jboss-sunxacml/pom.xml
   projects/security/security-xacml/tags/2.0.2.Beta6/jboss-xacml-saml/pom.xml
   projects/security/security-xacml/tags/2.0.2.Beta6/jboss-xacml/pom.xml
   projects/security/security-xacml/tags/2.0.2.Beta6/parent/
   projects/security/security-xacml/tags/2.0.2.Beta6/parent/pom.xml
   projects/security/security-xacml/tags/2.0.2.Beta6/pom.xml
Removed:
   projects/security/security-xacml/tags/2.0.2.Beta6/jboss-sunxacml/pom.xml
   projects/security/security-xacml/tags/2.0.2.Beta6/jboss-xacml-saml/pom.xml
   projects/security/security-xacml/tags/2.0.2.Beta6/jboss-xacml/pom.xml
   projects/security/security-xacml/tags/2.0.2.Beta6/parent/pom.xml
Log:
[maven-release-plugin]  copy for tag 2.0.2.Beta6

Copied: projects/security/security-xacml/tags/2.0.2.Beta6 (from rev 71508, projects/security/security-xacml/trunk)

Deleted: projects/security/security-xacml/tags/2.0.2.Beta6/jboss-sunxacml/pom.xml
===================================================================
--- projects/security/security-xacml/trunk/jboss-sunxacml/pom.xml	2008-03-31 19:56:46 UTC (rev 71508)
+++ projects/security/security-xacml/tags/2.0.2.Beta6/jboss-sunxacml/pom.xml	2008-03-31 20:33:52 UTC (rev 71517)
@@ -1,41 +0,0 @@
-<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.2-SNAPSHOT</version>
-    <relativePath>../build/pom.xml</relativePath>
-  </parent>
-  <modelVersion>4.0.0</modelVersion>
-  <artifactId>jboss-sunxacml</artifactId>
-  <packaging>jar</packaging>
-  <name>JBoss port of sunxacml</name>
-  <url>http://www.jboss.org</url>
-  <description>JBoss XACML Library</description> 
-  <build>
-   <resources>
-      <resource>
-        <directory>${basedir}/src/resources</directory>
-        <includes>
-          <include>licenses/**</include>
-        </includes>
-      </resource>
-    </resources>
-  </build>
-  <dependencies>
-    <dependency>
-      <groupId>apache-xerces</groupId>
-      <artifactId>xml-apis</artifactId>
-      <version>2.7.1</version>
-    </dependency>
-    <dependency>
-      <groupId>apache-xalan</groupId>
-      <artifactId>xalan</artifactId>
-      <version>j_2.7.0</version>
-    </dependency>
-    <dependency>
-      <groupId>junit</groupId>
-      <artifactId>junit</artifactId>
-      <version>3.8.1</version>
-    </dependency>
-  </dependencies>
-</project>
\ No newline at end of file

Copied: projects/security/security-xacml/tags/2.0.2.Beta6/jboss-sunxacml/pom.xml (from rev 71516, projects/security/security-xacml/trunk/jboss-sunxacml/pom.xml)
===================================================================
--- projects/security/security-xacml/tags/2.0.2.Beta6/jboss-sunxacml/pom.xml	                        (rev 0)
+++ projects/security/security-xacml/tags/2.0.2.Beta6/jboss-sunxacml/pom.xml	2008-03-31 20:33:52 UTC (rev 71517)
@@ -0,0 +1,41 @@
+<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.2.Beta6</version>
+    <relativePath>../build/pom.xml</relativePath>
+  </parent>
+  <modelVersion>4.0.0</modelVersion>
+  <artifactId>jboss-sunxacml</artifactId>
+  <packaging>jar</packaging>
+  <name>JBoss port of sunxacml</name>
+  <url>http://www.jboss.org</url>
+  <description>JBoss XACML Library</description> 
+  <build>
+   <resources>
+      <resource>
+        <directory>${basedir}/src/resources</directory>
+        <includes>
+          <include>licenses/**</include>
+        </includes>
+      </resource>
+    </resources>
+  </build>
+  <dependencies>
+    <dependency>
+      <groupId>apache-xerces</groupId>
+      <artifactId>xml-apis</artifactId>
+      <version>2.7.1</version>
+    </dependency>
+    <dependency>
+      <groupId>apache-xalan</groupId>
+      <artifactId>xalan</artifactId>
+      <version>j_2.7.0</version>
+    </dependency>
+    <dependency>
+      <groupId>junit</groupId>
+      <artifactId>junit</artifactId>
+      <version>3.8.1</version>
+    </dependency>
+  </dependencies>
+</project>
\ No newline at end of file

Deleted: projects/security/security-xacml/tags/2.0.2.Beta6/jboss-xacml/pom.xml
===================================================================
--- projects/security/security-xacml/trunk/jboss-xacml/pom.xml	2008-03-31 19:56:46 UTC (rev 71508)
+++ projects/security/security-xacml/tags/2.0.2.Beta6/jboss-xacml/pom.xml	2008-03-31 20:33:52 UTC (rev 71517)
@@ -1,66 +0,0 @@
-<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.2-SNAPSHOT</version>
-    <relativePath>../build/pom.xml</relativePath>
-  </parent>
-  <modelVersion>4.0.0</modelVersion>
-  <artifactId>jboss-xacml</artifactId>
-  <packaging>jar</packaging>
-  <name>JBoss XACML</name>
-  <url>http://www.jboss.org</url>
-  <description>JBoss XACML Library</description> 
-  <dependencies>
-    <dependency>
-      <groupId>org.jboss.security</groupId>
-      <artifactId>jboss-sunxacml</artifactId>
-      <version>2.0.2-SNAPSHOT</version>
-    </dependency>
-    <dependency>
-      <groupId>apache-xerces</groupId>
-      <artifactId>xml-apis</artifactId>
-      <version>2.7.1</version>
-    </dependency>
-    <dependency>
-      <groupId>sun-jaxb</groupId>
-      <artifactId>jaxb-api</artifactId>
-      <version>2.1.4</version>
-    </dependency>
-    <dependency>
-      <groupId>sun-jaxb</groupId>
-      <artifactId>jaxb-impl</artifactId>
-      <version>2.1.4</version>
-    </dependency>
-    <dependency>
-      <groupId>sun-jaxb</groupId>
-      <artifactId>jaxb-xjc</artifactId>
-      <version>2.1.4</version>
-    </dependency>
-    <dependency>
-      <groupId>junit</groupId>
-      <artifactId>junit</artifactId>
-      <version>3.8.1</version>
-    </dependency>
-    <dependency>
-      <groupId>sun-jaf</groupId>
-      <artifactId>activation</artifactId>
-      <version>1.1</version>
-    </dependency>
-    <dependency>
-      <groupId>codehaus-stax</groupId>
-      <artifactId>stax</artifactId>
-      <version>1.1.1</version>
-    </dependency>
-    <dependency>
-      <groupId>org.jboss.javaee</groupId>
-      <artifactId>jboss-jaxs-api</artifactId>
-      <version>1.2.0.20070913080910</version>
-    </dependency>
-    <dependency>
-      <groupId>org.jboss.javaee</groupId>
-      <artifactId>jboss-servlet-api</artifactId>
-      <version>2.5.0.20070913080910</version>
-    </dependency>
-  </dependencies>
-</project>
\ No newline at end of file

Copied: projects/security/security-xacml/tags/2.0.2.Beta6/jboss-xacml/pom.xml (from rev 71516, projects/security/security-xacml/trunk/jboss-xacml/pom.xml)
===================================================================
--- projects/security/security-xacml/tags/2.0.2.Beta6/jboss-xacml/pom.xml	                        (rev 0)
+++ projects/security/security-xacml/tags/2.0.2.Beta6/jboss-xacml/pom.xml	2008-03-31 20:33:52 UTC (rev 71517)
@@ -0,0 +1,66 @@
+<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.2.Beta6</version>
+    <relativePath>../build/pom.xml</relativePath>
+  </parent>
+  <modelVersion>4.0.0</modelVersion>
+  <artifactId>jboss-xacml</artifactId>
+  <packaging>jar</packaging>
+  <name>JBoss XACML</name>
+  <url>http://www.jboss.org</url>
+  <description>JBoss XACML Library</description> 
+  <dependencies>
+    <dependency>
+      <groupId>org.jboss.security</groupId>
+      <artifactId>jboss-sunxacml</artifactId>
+      <version>2.0.2.Beta6</version>
+    </dependency>
+    <dependency>
+      <groupId>apache-xerces</groupId>
+      <artifactId>xml-apis</artifactId>
+      <version>2.7.1</version>
+    </dependency>
+    <dependency>
+      <groupId>sun-jaxb</groupId>
+      <artifactId>jaxb-api</artifactId>
+      <version>2.1.4</version>
+    </dependency>
+    <dependency>
+      <groupId>sun-jaxb</groupId>
+      <artifactId>jaxb-impl</artifactId>
+      <version>2.1.4</version>
+    </dependency>
+    <dependency>
+      <groupId>sun-jaxb</groupId>
+      <artifactId>jaxb-xjc</artifactId>
+      <version>2.1.4</version>
+    </dependency>
+    <dependency>
+      <groupId>junit</groupId>
+      <artifactId>junit</artifactId>
+      <version>3.8.1</version>
+    </dependency>
+    <dependency>
+      <groupId>sun-jaf</groupId>
+      <artifactId>activation</artifactId>
+      <version>1.1</version>
+    </dependency>
+    <dependency>
+      <groupId>codehaus-stax</groupId>
+      <artifactId>stax</artifactId>
+      <version>1.1.1</version>
+    </dependency>
+    <dependency>
+      <groupId>org.jboss.javaee</groupId>
+      <artifactId>jboss-jaxs-api</artifactId>
+      <version>1.2.0.20070913080910</version>
+    </dependency>
+    <dependency>
+      <groupId>org.jboss.javaee</groupId>
+      <artifactId>jboss-servlet-api</artifactId>
+      <version>2.5.0.20070913080910</version>
+    </dependency>
+  </dependencies>
+</project>
\ No newline at end of file

Deleted: projects/security/security-xacml/tags/2.0.2.Beta6/jboss-xacml-saml/pom.xml
===================================================================
--- projects/security/security-xacml/trunk/jboss-xacml-saml/pom.xml	2008-03-31 19:56:46 UTC (rev 71508)
+++ projects/security/security-xacml/tags/2.0.2.Beta6/jboss-xacml-saml/pom.xml	2008-03-31 20:33:52 UTC (rev 71517)
@@ -1,135 +0,0 @@
-<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.2-SNAPSHOT</version>
-    <relativePath>../build/pom.xml</relativePath>
-  </parent>
-  <modelVersion>4.0.0</modelVersion>
-  <artifactId>jboss-xacml-saml</artifactId>
-  <packaging>jar</packaging>
-  <name>JBoss XACML SAML Bridge</name>
-  <url>http://www.jboss.org</url>
-  <description>JBoss XACML Library</description> 
-  <build>
-    <plugins>
-      <plugin>
-         <artifactId>maven-surefire-plugin</artifactId>
-         <configuration>
-           <printSummary>true</printSummary>
-           <disableXmlReport>false</disableXmlReport>
-           <testFailureIgnore>true</testFailureIgnore>
-           <includes>
-             <include>**/**TestCase.java</include>
-           </includes>
-           <forkMode>pertest</forkMode>
-           <argLine>-Djava.endorsed.dirs=${basedir}/src/tests/resources/endorsed</argLine>
-           <useFile>false</useFile>
-           <trimStackTrace>false</trimStackTrace>
-          </configuration>
-      </plugin>
-    </plugins>
-  </build>
-  <dependencies>
-    <dependency>
-      <groupId>org.jboss.security</groupId>
-      <artifactId>jboss-xacml</artifactId>
-      <version>2.0.2-SNAPSHOT</version>
-    </dependency>
-    <dependency>
-      <groupId>org.jboss.security</groupId>
-      <artifactId>jboss-sunxacml</artifactId>
-      <version>2.0.2-SNAPSHOT</version>
-    </dependency>
-    <dependency>
-      <groupId>apache-xerces</groupId>
-      <artifactId>xml-apis</artifactId>
-      <version>2.7.1</version>
-    </dependency>
-    <dependency>
-       <groupId>commons-logging</groupId>
-       <artifactId>commons-logging-api</artifactId>
-       <version>1.1</version>
-     </dependency>
-     <dependency>
-       <groupId>net.sf</groupId>
-       <artifactId>joda-time</artifactId>
-       <version>1.4</version>
-     </dependency>
-     <dependency>
-       <groupId>org.slf4j</groupId>
-       <artifactId>slf4j-api</artifactId>
-       <version>1.4.3</version>
-     </dependency>
-     <dependency>
-       <groupId>org.slf4j</groupId>
-       <artifactId>slf4j-log4j12</artifactId>
-       <version>1.4.3</version>
-     </dependency>
-     <dependency>
-       <groupId>org</groupId>
-       <artifactId>javolution</artifactId>
-       <version>4.1.0</version>
-     </dependency>
-     <dependency>
-       <groupId>junit</groupId>
-       <artifactId>junit</artifactId>
-       <version>3.8.1</version>
-     </dependency>
-     <dependency>
-       <groupId>apache-log4j</groupId>
-       <artifactId>log4j</artifactId>
-       <version>1.2.14</version>
-     </dependency>
-     <dependency>
-       <groupId>javax.servlet</groupId>
-       <artifactId>servlet-api</artifactId>
-       <version>2.4</version>
-     </dependency>
-     <dependency>
-       <groupId>opensaml</groupId>
-       <artifactId>opensaml</artifactId>
-       <version>2.0</version>
-     </dependency>
-     <dependency>
-       <groupId>opensaml</groupId>
-       <artifactId>openws</artifactId>
-       <version>1.0</version>
-     </dependency>
-     <dependency>
-       <groupId>opensaml</groupId>
-       <artifactId>xmltooling</artifactId>
-       <version>1.0</version>
-     </dependency>
-     <dependency>
-       <groupId>org.apache</groupId>
-       <artifactId>xmlsec</artifactId>
-       <version>1.4.1</version>
-     </dependency>
-     <dependency>
-       <groupId>velocity</groupId>
-       <artifactId>velocity-dep</artifactId>
-       <version>1.5</version>
-     </dependency>
-    <dependency>
-      <groupId>sun-jaxb</groupId>
-      <artifactId>jaxb-api</artifactId>
-      <version>2.1.4</version>
-    </dependency>
-    <dependency>
-      <groupId>sun-jaxb</groupId>
-      <artifactId>jaxb-impl</artifactId>
-      <version>2.1.4</version>
-    </dependency>
-    <dependency>
-      <groupId>sun-jaxb</groupId>
-      <artifactId>jaxb-xjc</artifactId>
-      <version>2.1.4</version>
-    </dependency>
-    <dependency>
-      <groupId>junit</groupId>
-      <artifactId>junit</artifactId>
-      <version>3.8.1</version>
-    </dependency>
-  </dependencies>
-</project>

Copied: projects/security/security-xacml/tags/2.0.2.Beta6/jboss-xacml-saml/pom.xml (from rev 71516, projects/security/security-xacml/trunk/jboss-xacml-saml/pom.xml)
===================================================================
--- projects/security/security-xacml/tags/2.0.2.Beta6/jboss-xacml-saml/pom.xml	                        (rev 0)
+++ projects/security/security-xacml/tags/2.0.2.Beta6/jboss-xacml-saml/pom.xml	2008-03-31 20:33:52 UTC (rev 71517)
@@ -0,0 +1,135 @@
+<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.2.Beta6</version>
+    <relativePath>../build/pom.xml</relativePath>
+  </parent>
+  <modelVersion>4.0.0</modelVersion>
+  <artifactId>jboss-xacml-saml</artifactId>
+  <packaging>jar</packaging>
+  <name>JBoss XACML SAML Bridge</name>
+  <url>http://www.jboss.org</url>
+  <description>JBoss XACML Library</description> 
+  <build>
+    <plugins>
+      <plugin>
+         <artifactId>maven-surefire-plugin</artifactId>
+         <configuration>
+           <printSummary>true</printSummary>
+           <disableXmlReport>false</disableXmlReport>
+           <testFailureIgnore>true</testFailureIgnore>
+           <includes>
+             <include>**/**TestCase.java</include>
+           </includes>
+           <forkMode>pertest</forkMode>
+           <argLine>-Djava.endorsed.dirs=${basedir}/src/tests/resources/endorsed</argLine>
+           <useFile>false</useFile>
+           <trimStackTrace>false</trimStackTrace>
+          </configuration>
+      </plugin>
+    </plugins>
+  </build>
+  <dependencies>
+    <dependency>
+      <groupId>org.jboss.security</groupId>
+      <artifactId>jboss-xacml</artifactId>
+      <version>2.0.2.Beta6</version>
+    </dependency>
+    <dependency>
+      <groupId>org.jboss.security</groupId>
+      <artifactId>jboss-sunxacml</artifactId>
+      <version>2.0.2.Beta6</version>
+    </dependency>
+    <dependency>
+      <groupId>apache-xerces</groupId>
+      <artifactId>xml-apis</artifactId>
+      <version>2.7.1</version>
+    </dependency>
+    <dependency>
+       <groupId>commons-logging</groupId>
+       <artifactId>commons-logging-api</artifactId>
+       <version>1.1</version>
+     </dependency>
+     <dependency>
+       <groupId>net.sf</groupId>
+       <artifactId>joda-time</artifactId>
+       <version>1.4</version>
+     </dependency>
+     <dependency>
+       <groupId>org.slf4j</groupId>
+       <artifactId>slf4j-api</artifactId>
+       <version>1.4.3</version>
+     </dependency>
+     <dependency>
+       <groupId>org.slf4j</groupId>
+       <artifactId>slf4j-log4j12</artifactId>
+       <version>1.4.3</version>
+     </dependency>
+     <dependency>
+       <groupId>org</groupId>
+       <artifactId>javolution</artifactId>
+       <version>4.1.0</version>
+     </dependency>
+     <dependency>
+       <groupId>junit</groupId>
+       <artifactId>junit</artifactId>
+       <version>3.8.1</version>
+     </dependency>
+     <dependency>
+       <groupId>apache-log4j</groupId>
+       <artifactId>log4j</artifactId>
+       <version>1.2.14</version>
+     </dependency>
+     <dependency>
+       <groupId>javax.servlet</groupId>
+       <artifactId>servlet-api</artifactId>
+       <version>2.4</version>
+     </dependency>
+     <dependency>
+       <groupId>opensaml</groupId>
+       <artifactId>opensaml</artifactId>
+       <version>2.0</version>
+     </dependency>
+     <dependency>
+       <groupId>opensaml</groupId>
+       <artifactId>openws</artifactId>
+       <version>1.0</version>
+     </dependency>
+     <dependency>
+       <groupId>opensaml</groupId>
+       <artifactId>xmltooling</artifactId>
+       <version>1.0</version>
+     </dependency>
+     <dependency>
+       <groupId>org.apache</groupId>
+       <artifactId>xmlsec</artifactId>
+       <version>1.4.1</version>
+     </dependency>
+     <dependency>
+       <groupId>velocity</groupId>
+       <artifactId>velocity-dep</artifactId>
+       <version>1.5</version>
+     </dependency>
+    <dependency>
+      <groupId>sun-jaxb</groupId>
+      <artifactId>jaxb-api</artifactId>
+      <version>2.1.4</version>
+    </dependency>
+    <dependency>
+      <groupId>sun-jaxb</groupId>
+      <artifactId>jaxb-impl</artifactId>
+      <version>2.1.4</version>
+    </dependency>
+    <dependency>
+      <groupId>sun-jaxb</groupId>
+      <artifactId>jaxb-xjc</artifactId>
+      <version>2.1.4</version>
+    </dependency>
+    <dependency>
+      <groupId>junit</groupId>
+      <artifactId>junit</artifactId>
+      <version>3.8.1</version>
+    </dependency>
+  </dependencies>
+</project>

Copied: projects/security/security-xacml/tags/2.0.2.Beta6/parent (from rev 71509, projects/security/security-xacml/trunk/parent)

Deleted: projects/security/security-xacml/tags/2.0.2.Beta6/parent/pom.xml
===================================================================
--- projects/security/security-xacml/trunk/parent/pom.xml	2008-03-31 20:11:59 UTC (rev 71509)
+++ projects/security/security-xacml/tags/2.0.2.Beta6/parent/pom.xml	2008-03-31 20:33:52 UTC (rev 71517)
@@ -1,77 +0,0 @@
-<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</groupId>
-    <artifactId>jboss-parent</artifactId>
-    <version>3</version>
-  </parent>
-  <modelVersion>4.0.0</modelVersion>
-  <groupId>org.jboss.security</groupId>
-  <artifactId>jboss-xacml-project</artifactId>
-  <version>2.0.2-SNAPSHOT</version>
-  <packaging>pom</packaging>
-  <name>JBoss XACML Build</name>
-  <url>http://www.jboss.com</url>
-  <description>
-    The JBoss XACML Project
-  </description>
-   <scm>
-      <connection>scm:svn:http://anonsvn.jboss.org/repos/jbossas/projects/security/security-xacml/trunk</connection>
-      <developerConnection>scm:svn:https://svn.jboss.org/repos/jbossas/projects/security/security-xacml/trunk</developerConnection>
-   </scm>
-  <build>
-    <sourceDirectory>src/main</sourceDirectory>
-    <testSourceDirectory>src/tests</testSourceDirectory>
-    <finalName>${artifactId}</finalName>
-    <resources>
-      <resource>
-        <directory>src/etc</directory>
-        <includes>
-          <include>**/*</include>
-        </includes>
-        <filtering>true</filtering>
-      </resource>
-    </resources>
-    <testResources>
-      <testResource>
-        <directory>src/resources</directory>
-        <includes>
-          <include>**/*</include>
-        </includes>
-        <filtering>true</filtering>
-      </testResource>
-    </testResources>
-    <plugins>
-      <plugin>
-        <groupId>org.jboss.maven.plugins</groupId>
-        <artifactId>maven-jboss-deploy-plugin</artifactId>
-        <version>1.6</version>
-        <executions>
-          <execution>
-            <id>jboss-deploy</id>
-            <goals>
-              <goal>jboss-deploy</goal>
-            </goals>
-            <phase>deploy</phase>
-          </execution>
-       </executions>
-       <configuration>
-         <groupId>jboss</groupId>
-         <license>lgpl</license>
-         <jbossDeployRoot>${jboss.repository.root}</jbossDeployRoot>
-         <removeArtifactVersion>true</removeArtifactVersion>
-       </configuration>
-      </plugin>
-    </plugins>
-  </build>
-  <repositories>
-    <repository>
-      <id>jboss</id>
-      <name>JBoss Repository</name>
-      <layout>default</layout>
-      <url>http://anonsvn.jboss.org/repos/repository.jboss.org/maven2</url>
-      <snapshots>
-        <enabled>true</enabled>
-      </snapshots>
-    </repository>
-  </repositories>
-</project>

Copied: projects/security/security-xacml/tags/2.0.2.Beta6/parent/pom.xml (from rev 71516, projects/security/security-xacml/trunk/parent/pom.xml)
===================================================================
--- projects/security/security-xacml/tags/2.0.2.Beta6/parent/pom.xml	                        (rev 0)
+++ projects/security/security-xacml/tags/2.0.2.Beta6/parent/pom.xml	2008-03-31 20:33:52 UTC (rev 71517)
@@ -0,0 +1,84 @@
+<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</groupId>
+    <artifactId>jboss-parent</artifactId>
+    <version>3</version>
+  </parent>
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>org.jboss.security</groupId>
+  <artifactId>jboss-xacml-project</artifactId>
+  <version>2.0.2.Beta6</version>
+  <packaging>pom</packaging>
+  <name>JBoss XACML Build</name>
+  <url>http://www.jboss.com</url>
+  <description>
+    The JBoss XACML Project
+  </description>
+   <scm>
+      <connection>scm:svn:http://anonsvn.jboss.org/repos/jbossas/projects/security/security-xacml/tags/2.0.2.Beta6</connection>
+      <developerConnection>scm:svn:https://svn.jboss.org/repos/jbossas/projects/security/security-xacml/tags/2.0.2.Beta6</developerConnection>
+   </scm>
+  <build>
+    <sourceDirectory>src/main/java</sourceDirectory>
+    <testSourceDirectory>src/tests</testSourceDirectory>
+    <finalName>${artifactId}</finalName>
+    <resources>
+      <resource>
+        <directory>src/resources</directory>
+        <includes>
+          <include>**/*</include>
+        </includes>
+        <filtering>true</filtering>
+      </resource>
+      <resource>
+        <directory>src/etc</directory>
+        <includes>
+          <include>**/*</include>
+        </includes>
+        <filtering>true</filtering>
+      </resource>
+    </resources>
+    <testResources>
+      <testResource>
+        <directory>src/resources</directory>
+        <includes>
+          <include>**/*</include>
+        </includes>
+        <filtering>true</filtering>
+      </testResource>
+    </testResources>
+    <plugins>
+      <plugin>
+        <groupId>org.jboss.maven.plugins</groupId>
+        <artifactId>maven-jboss-deploy-plugin</artifactId>
+        <version>1.6</version>
+        <executions>
+          <execution>
+            <id>jboss-deploy</id>
+            <goals>
+              <goal>jboss-deploy</goal>
+            </goals>
+            <phase>deploy</phase>
+          </execution>
+       </executions>
+       <configuration>
+         <groupId>jboss</groupId>
+         <license>lgpl</license>
+         <jbossDeployRoot>${jboss.repository.root}</jbossDeployRoot>
+         <removeArtifactVersion>true</removeArtifactVersion>
+       </configuration>
+      </plugin>
+    </plugins>
+  </build>
+  <repositories>
+    <repository>
+      <id>jboss</id>
+      <name>JBoss Repository</name>
+      <layout>default</layout>
+      <url>http://anonsvn.jboss.org/repos/repository.jboss.org/maven2</url>
+      <snapshots>
+        <enabled>true</enabled>
+      </snapshots>
+    </repository>
+  </repositories>
+</project>

Copied: projects/security/security-xacml/tags/2.0.2.Beta6/pom.xml (from rev 71516, projects/security/security-xacml/trunk/pom.xml)
===================================================================
--- projects/security/security-xacml/tags/2.0.2.Beta6/pom.xml	                        (rev 0)
+++ projects/security/security-xacml/tags/2.0.2.Beta6/pom.xml	2008-03-31 20:33:52 UTC (rev 71517)
@@ -0,0 +1,22 @@
+<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.2.Beta6</version>
+      <relativePath>parent</relativePath>
+   </parent>
+   <modelVersion>4.0.0</modelVersion>
+   <groupId>org.jboss.security</groupId>
+   <artifactId>jboss-xacml-main</artifactId>
+   <packaging>pom</packaging>
+   <version>2.0.2.Beta6</version>
+   <name>JBoss XACML - Aggregator</name>
+   <url>http://labs.jboss.org/portal/jbosssecurity/</url>
+   <description>JBoss Security is a cross cutting project that handles security for the JEMS projects</description>
+   <modules>
+     <module>parent</module>
+     <module>jboss-sunxacml</module>
+     <module>jboss-xacml</module>
+     <module>jboss-xacml-saml</module>
+   </modules>
+</project>




More information about the jboss-cvs-commits mailing list