[jboss-cvs] JBossAS SVN: r99554 - in projects/security: picketbox and 3 other directories.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Jan 18 15:18:43 EST 2010


Author: sguilhen at redhat.com
Date: 2010-01-18 15:18:43 -0500 (Mon, 18 Jan 2010)
New Revision: 99554

Added:
   projects/security/picketbox/
   projects/security/picketbox/trunk/
   projects/security/picketbox/trunk/security-jboss-sx/
   projects/security/picketbox/trunk/security-jboss-sx/README
   projects/security/picketbox/trunk/security-jboss-sx/RELEASE_PROCESS.txt
   projects/security/picketbox/trunk/security-jboss-sx/acl/
   projects/security/picketbox/trunk/security-jboss-sx/assembly/
   projects/security/picketbox/trunk/security-jboss-sx/docs/
   projects/security/picketbox/trunk/security-jboss-sx/identity/
   projects/security/picketbox/trunk/security-jboss-sx/jbosssx-client/
   projects/security/picketbox/trunk/security-jboss-sx/jbosssx-mc-int/
   projects/security/picketbox/trunk/security-jboss-sx/jbosssx/
   projects/security/picketbox/trunk/security-jboss-sx/parent/
   projects/security/picketbox/trunk/security-jboss-sx/pom.xml
   projects/security/picketbox/trunk/security-spi/
   projects/security/picketbox/trunk/security-spi/JBossORG-EULA.txt
   projects/security/picketbox/trunk/security-spi/acl/
   projects/security/picketbox/trunk/security-spi/assembly/
   projects/security/picketbox/trunk/security-spi/authorization/
   projects/security/picketbox/trunk/security-spi/docs/
   projects/security/picketbox/trunk/security-spi/identity/
   projects/security/picketbox/trunk/security-spi/parent/
   projects/security/picketbox/trunk/security-spi/pom.xml
   projects/security/picketbox/trunk/security-spi/spi/
Log:
Creating initial picketbox workspace

Copied: projects/security/picketbox/trunk/security-jboss-sx/README (from rev 99538, projects/security/security-jboss-sx/trunk/README)
===================================================================
--- projects/security/picketbox/trunk/security-jboss-sx/README	                        (rev 0)
+++ projects/security/picketbox/trunk/security-jboss-sx/README	2010-01-18 20:18:43 UTC (rev 99554)
@@ -0,0 +1,26 @@
+Constituents:
+===============
+pom.xml  - Aggregator POM
+acl - ACL Implementation
+docs - Docbook module 
+identity - Identity API implementation 
+jbosssx  - Default implementation of the JBoss Security SPI 
+jbosssx-client  - Submodule that jars up a client jar 
+
+To Build the Overall Artifact:
+=============================
+trunk>  mvn install 
+Note that the mvn install command will scroll pages on your terminal. Hence it is better to do
+mvn install 2>&1 >somefile
+
+Then you open the "somefile" to see how the tests have fared
+
+To Build the artifacts for individual projects:
+==============================================
+Do "mvn install"
+
+Deploy The Artifacts:
+====================
+mvn deploy
+
+Remember: You will need to set up the settings.xml in your maven directory for the artifacts to be transferred to JBAS svn repository.

Copied: projects/security/picketbox/trunk/security-jboss-sx/RELEASE_PROCESS.txt (from rev 99538, projects/security/security-jboss-sx/trunk/RELEASE_PROCESS.txt)
===================================================================
--- projects/security/picketbox/trunk/security-jboss-sx/RELEASE_PROCESS.txt	                        (rev 0)
+++ projects/security/picketbox/trunk/security-jboss-sx/RELEASE_PROCESS.txt	2010-01-18 20:18:43 UTC (rev 99554)
@@ -0,0 +1,359 @@
+1 Create a branch for the version you want to release and make the release
+from the branch
+Eg: $> svn copy https://svn.jboss.org/repos/jbossas/projects/security/security-spi/trunk/  https://svn.jboss.org/repos/jbossas/projects/security/security-spi/branches/2.0.2.CR10 -m "SECURITY-298: branch spi"
+
+1.1  Check out the branch
+(Our release process will happen in the branch. Remember the mantra "branch
+and tag a release" )
+
+1.2. Update the spi version in parent/pom.xml to the latest released spi
+- Assuming we are doing a release of 2.0.2.CR7, we have already released 2.0.2.CR7 of SPI project and UPLOADED the generated pom/jars from the local repository to the write enabled maven svn repository (which gets automatically pushed to the http://repository.jboss.org/maven2)
+- So in parent/pom.xml,  change the spi version from SNAPSHOT to 2.0.2.CR7
+
+
+2. Do a dry run (Nothing will change)
+anil at localhost:~/security/security-jboss-sx/trunk$ mvn release:prepare -DdryRun=true
+
+
+[INFO] Scanning for projects...                                                     
+[INFO] Reactor build order:                                                         
+[INFO]   JBossSX - Parent                                                           
+[INFO]   JBoss Security Identity Implementation                                     
+[INFO]   JBoss Security ACL Implementation                                          
+[INFO]   JBoss Security Implementation for the JBAS                                 
+[INFO]   JBoss Security Client                                                      
+[INFO]   JBoss Microcontainer Security Integration                                  
+[INFO]   JBoss Security Implementation for the JBAS - Assembly                      
+[INFO]   JBoss Security Implementation for the JBAS - Parent                        
+[INFO] Searching repository for plugin with prefix: 'release'.                      
+WAGON_VERSION: 1.0-beta-2                                                           
+[INFO]
+------------------------------------------------------------------------     
+[INFO] Building JBoss Security Implementation for the JBAS - Parent                 
+[INFO]    task-segment: [release:prepare] (aggregator-style)                        
+[INFO]
+------------------------------------------------------------------------     
+[INFO] [release:prepare]                                                            
+[INFO] Verifying that there are no local modifications...                           
+[INFO] Executing: svn --non-interactive status                                      
+[INFO] Working directory: /home/anil/security/security-jboss-sx/trunk               
+[INFO] Checking dependencies and plugins for snapshots ...                          
+What is the release version for "JBossSX - Parent"?
+(org.jboss.security:jbosssx-parent) 2.0.2: : 2.0.2.CR7                                                                                  
+What is the release version for "JBoss Security Identity Implementation"?
+(org.jboss.security:identity-impl) 2.0.2: : 2.0.2.CR7                                                             
+What is the release version for "JBoss Security ACL Implementation"?
+(org.jboss.security:jboss-security-acl-impl) 2.0.2: : 2.0.2.CR7                                                        
+What is the release version for "JBoss Security Implementation for the JBAS"?
+(org.jboss.security:jbosssx-bare) 2.0.2: : 2.0.2.CR7                                                          
+What is the release version for "JBoss Security Client"?
+(org.jboss.security:jbosssx-client) 2.0.2: : 2.0.2.CR7                                                                             
+What is the release version for "JBoss Microcontainer Security Integration"?
+(org.jboss.security:jbosssx-mc-int) 2.0.2: : 2.0.2.CR7                                                         
+What is the release version for "JBoss Security Implementation for the JBAS -
+Assembly"? (org.jboss.security:jbosssx) 2.0.2: : 2.0.2.CR7                                                    
+What is the release version for "JBoss Security Implementation for the JBAS -
+Parent"? (org.jboss.security:jbosssx-pom) 2.0.2: : 2.0.2.CR7                                                  
+What is SCM release tag or label for "JBoss Security Implementation for the
+JBAS - Parent"? (org.jboss.security:jbosssx-pom) jbosssx-pom-2.0.2.CR7: :
+2.0.2.CR7                             
+What is the new development version for "JBossSX - Parent"?
+(org.jboss.security:jbosssx-parent) 2.0.3-SNAPSHOT: : 2.0.2-SNAPSHOT                                                            
+What is the new development version for "JBoss Security Identity
+Implementation"? (org.jboss.security:identity-impl) 2.0.3-SNAPSHOT: :
+2.0.2-SNAPSHOT                                       
+What is the new development version for "JBoss Security ACL Implementation"?
+(org.jboss.security:jboss-security-acl-impl) 2.0.3-SNAPSHOT: : 2.0.2-SNAPSHOT                                  
+What is the new development version for "JBoss Security Implementation for the
+JBAS"? (org.jboss.security:jbosssx-bare) 2.0.3-SNAPSHOT: : 2.0.2-SNAPSHOT                                    
+What is the new development version for "JBoss Security Client"?
+(org.jboss.security:jbosssx-client) 2.0.3-SNAPSHOT: : 2.0.2-SNAPSHOT                                                       
+What is the new development version for "JBoss Microcontainer Security
+Integration"? (org.jboss.security:jbosssx-mc-int) 2.0.3-SNAPSHOT: :
+2.0.2-SNAPSHOT                                   
+What is the new development version for "JBoss Security Implementation for the
+JBAS - Assembly"? (org.jboss.security:jbosssx) 2.0.3-SNAPSHOT: :
+2.0.2-SNAPSHOT                              
+What is the new development version for "JBoss Security Implementation for the
+JBAS - Parent"? (org.jboss.security:jbosssx-pom) 2.0.3-SNAPSHOT: :
+2.0.2-SNAPSHOT                            
+[INFO] Transforming 'JBossSX - Parent'...                                                     
+[INFO] Transforming 'JBoss Security Identity Implementation'...                               
+[INFO] Transforming 'JBoss Security ACL Implementation'...                                    
+[INFO] Updating identity-impl to 2.0.2.CR7                                                    
+[INFO] Ignoring artifact version update for expression: ${project.version}                    
+[INFO] Transforming 'JBoss Security Implementation for the JBAS'...                           
+[INFO] Updating jboss-security-acl-impl to 2.0.2.CR7                                          
+[INFO] Ignoring artifact version update for expression: ${project.version}                    
+[INFO] Updating identity-impl to 2.0.2.CR7                                                    
+[INFO] Ignoring artifact version update for expression: ${project.version}                    
+[INFO] Transforming 'JBoss Security Client'...                                                
+[INFO] Transforming 'JBoss Microcontainer Security Integration'...                            
+[INFO] Updating jbosssx-bare to 2.0.2.CR7                                                     
+[INFO] Ignoring artifact version update for expression: ${project.version}                    
+[INFO] Transforming 'JBoss Security Implementation for the JBAS - Assembly'...                
+[INFO] Transforming 'JBoss Security Implementation for the JBAS - Parent'...                  
+[INFO] Not generating release POMs                                                            
+[INFO] Executing preparation goals - since this is simulation mode it is
+running against the original project, not the rewritten ones                                                       
+[INFO] Executing goals 'clean verify'...                                                      
+[INFO] Executing: mvn clean verify --no-plugin-updates -P
+acl-heap-profile,jboss.repository,local-properties,local-properties                                                               
+[INFO] Scanning for projects...                                                               
+        [INFO] Reactor build order:                                                           
+        [INFO]   JBossSX - Parent                                                             
+        [INFO]   JBoss Security Identity Implementation                                       
+        [INFO]   JBoss Security ACL Implementation                                            
+        [INFO]   JBoss Security Implementation for the JBAS                                   
+        [INFO]   JBoss Security Client                                                        
+        [INFO]   JBoss Microcontainer Security Integration                                    
+        [INFO]   JBoss Security Implementation for the JBAS - Assembly                        
+        [INFO]   JBoss Security Implementation for the JBAS - Parent                          
+        WAGON_VERSION: 1.0-beta-2                                                             
+        [INFO]
+------------------------------------------------------------------------       
+        [INFO] Building JBossSX - Parent                                                      
+        [INFO]    task-segment: [clean, verify]                                               
+        [INFO]
+------------------------------------------------------------------------       
+        [INFO] [clean:clean]                                                                  
+        [INFO] [site:attach-descriptor]                                                       
+        [INFO] Preparing source:jar                                                           
+        [WARNING] Removing: jar from forked lifecycle, to prevent recursive
+invocation.       
+        [INFO] No goals needed for project - skipping                                         
+        [INFO] [source:jar {execution: attach-sources}]                                       
+        [INFO]
+------------------------------------------------------------------------       
+        [INFO] Building JBoss Security Identity Implementation                                
+        [INFO]    task-segment: [clean, verify]                                               
+        [INFO]
+------------------------------------------------------------------------       
+        [INFO] [clean:clean]                                                                  
+        [INFO] Deleting directory
+/home/anil/security/security-jboss-sx/trunk/identity/target 
+        [INFO] [resources:resources]                                                          
+        [INFO] Using default encoding to copy filtered resources.                             
+        [INFO] [compiler:compile]                                                             
+        [INFO] Compiling 7 source files to
+/home/anil/security/security-jboss-sx/trunk/identity/target/classes                                                                              
+        [INFO] [resources:testResources]                                                      
+        [INFO] Using default encoding to copy filtered resources.                             
+        [INFO] [compiler:testCompile]                                                         
+        [INFO] Compiling 3 source files to
+/home/anil/security/security-jboss-sx/trunk/identity/target/test-classes                                                                         
+        [INFO] [surefire:test]                                                                
+        [INFO] Surefire report directory:
+/home/anil/security/security-jboss-sx/trunk/identity/target/surefire-reports                                                                      
+                                                                                              
+        -------------------------------------------------------                               
+         T E S T S                                                                            
+        -------------------------------------------------------                               
+        Running org.jboss.test.identity.impl.RoleUnitTestCase                                 
+        Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.089
+sec             
+                                                                                              
+        Results :                                                                             
+                                                                                              
+        Tests run: 4, Failures: 0, Errors: 0, Skipped: 0                                      
+                                                                                              
+                                                                                              
+        -------------------------------------------------------                               
+         T E S T S                                                                            
+        -------------------------------------------------------                               
+        Running org.jboss.test.identity.impl.RoleGroupUnitTestCase                            
+        Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.058
+sec             
+                                                                                              
+        Results :                                                                             
+                                                                                              
+        Tests run: 6, Failures: 0, Errors: 0, Skipped: 0                                      
+                                                                                              
+                                                                                              
+        -------------------------------------------------------                               
+         T E S T S                                                                            
+        -------------------------------------------------------                               
+        Running
+org.jboss.test.identity.impl.FilePersistenceStrategyUnitTestCase              
+        Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.062
+sec             
+                                                                                              
+        Results :                                                                             
+                                                                                              
+        Tests run: 13, Failures: 0, Errors: 0, Skipped: 0                                     
+                                                                                              
+        [INFO] [jar:jar]                                                                      
+        [INFO] Building jar:
+/home/anil/security/security-jboss-sx/trunk/identity/target/identity-impl.jar                                                                                  
+        [INFO] Preparing source:jar                                                           
+        [WARNING] Removing: jar from forked lifecycle, to prevent recursive
+invocation.       
+        [INFO] No goals needed for project - skipping                                         
+        [INFO] [source:jar {execution: attach-sources}]                                       
+        [INFO] Building jar:
+/home/anil/security/security-jboss-sx/trunk/identity/target/identity-impl-sources.jar                                                                          
+        [INFO]
+------------------------------------------------------------------------       
+        [INFO] Building JBoss Security ACL Implementation                                     
+        [INFO]    task-segment: [clean, verify]                                               
+        [INFO]
+------------------------------------------------------------------------       
+        [INFO] [clean:clean]                                                                  
+        [INFO] Deleting directory
+/home/anil/security/security-jboss-sx/trunk/acl/target      
+        [INFO] [resources:resources]                                                          
+        [INFO] Using default encoding to copy filtered resources.                             
+        [INFO] [compiler:compile]                                                             
+        [INFO] Compiling 10 source files to
+/home/anil/security/security-jboss-sx/trunk/acl/target/classes                                                                                  
+        [INFO] [resources:testResources]                                                      
+        [INFO] Using default encoding to copy filtered resources.                             
+        [INFO] [compiler:testCompile]                                                         
+        [INFO] Compiling 8 source files to
+/home/anil/security/security-jboss-sx/trunk/acl/target/test-classes                                                                              
+        [INFO] [surefire:test]                                                                
+        [INFO] Surefire report directory:
+/home/anil/security/security-jboss-sx/trunk/acl/target/surefire-reports                                                                           
+        Tests run: 8, Failures: 0, Errors: 0, Skipped: 0                                      
+                                                                                              
+------------------------------------------------------------------------       
+        [INFO] Reactor Summary:                                                               
+        [INFO]
+------------------------------------------------------------------------       
+        [INFO] JBossSX - Parent ...................................... SUCCESS
+[1.724s]       
+        [INFO] JBoss Security Identity Implementation ................ SUCCESS
+[4.644s]       
+        [INFO] JBoss Security ACL Implementation ..................... SUCCESS
+[17.265s]      
+        [INFO] JBoss Security Implementation for the JBAS ............ SUCCESS
+[1:04.979s]    
+        [INFO] JBoss Security Client ................................. SUCCESS
+[0.365s]       
+        [INFO] JBoss Microcontainer Security Integration ............. SUCCESS
+[22.385s]      
+        [INFO] JBoss Security Implementation for the JBAS - Assembly . SUCCESS
+[1.818s]
+        [INFO] JBoss Security Implementation for the JBAS - Parent ... SUCCESS
+[0.011s]
+        [INFO]
+------------------------------------------------------------------------
+        [INFO]
+------------------------------------------------------------------------
+        [INFO] BUILD SUCCESSFUL
+        [INFO]
+------------------------------------------------------------------------
+        [INFO] Total time: 1 minute 55 seconds
+        [INFO] Finished at: Mon Oct 13 09:47:05 CDT 2008
+        [INFO] Final Memory: 50M/292M
+        [INFO]
+------------------------------------------------------------------------
+        [INFO] Full run would be checking in 8 files with message:
+'[maven-release-plugin] prepare release 2.0.2.CR7'
+[INFO] Full run would be tagging /home/anil/security/security-jboss-sx/trunk
+with label: '2.0.2.CR7'
+[INFO] Transforming 'JBossSX - Parent'...
+[INFO] Transforming 'JBoss Security Identity Implementation'...
+[INFO] Transforming 'JBoss Security ACL Implementation'...
+[INFO] Transforming 'JBoss Security Implementation for the JBAS'...
+[INFO] Transforming 'JBoss Security Client'...
+[INFO] Transforming 'JBoss Microcontainer Security Integration'...
+[INFO] Transforming 'JBoss Security Implementation for the JBAS - Assembly'...
+[INFO] Transforming 'JBoss Security Implementation for the JBAS - Parent'...
+[INFO] Not removing release POMs
+[INFO] Full run would be checking in 8 files with message:
+'[maven-release-plugin] prepare for next development iteration'
+[INFO] Release preparation simulation complete.
+[INFO]
+------------------------------------------------------------------------
+[INFO] BUILD SUCCESSFUL
+[INFO]
+------------------------------------------------------------------------
+[INFO] Total time: 3 minutes 2 seconds
+[INFO] Finished at: Mon Oct 13 09:47:06 CDT 2008
+[INFO] Final Memory: 17M/327M
+[INFO]
+------------------------------------------------------------------------
+
+
+3. Since you did a dry run of the release, we clean it up
+
+anil at localhost:~/security/security-jboss-sx/trunk$ mvn release:clean
+
+
+[INFO] Scanning for projects...
+[INFO] Reactor build order:
+[INFO]   JBossSX - Parent
+[INFO]   JBoss Security Identity Implementation
+[INFO]   JBoss Security ACL Implementation
+[INFO]   JBoss Security Implementation for the JBAS
+[INFO]   JBoss Security Client
+[INFO]   JBoss Microcontainer Security Integration
+[INFO]   JBoss Security Implementation for the JBAS - Assembly
+[INFO]   JBoss Security Implementation for the JBAS - Parent
+[INFO] Searching repository for plugin with prefix: 'release'.
+WAGON_VERSION: 1.0-beta-2
+[INFO]
+------------------------------------------------------------------------
+[INFO] Building JBoss Security Implementation for the JBAS - Parent
+[INFO]    task-segment: [release:clean] (aggregator-style)
+[INFO]
+------------------------------------------------------------------------
+[INFO] [release:clean]
+[INFO] Cleaning up after release...
+[INFO]
+------------------------------------------------------------------------
+[INFO] BUILD SUCCESSFUL
+[INFO]
+------------------------------------------------------------------------
+[INFO] Total time: 3 seconds
+[INFO] Finished at: Mon Oct 13 09:52:13 CDT 2008
+[INFO] Final Memory: 13M/330M
+[INFO]
+------------------------------------------------------------------------
+
+
+4. Prepare the release  (you repeat the same steps as the release prepare dry
+run, except that this time maven will do something, like tagging and stuff)
+
+$> mvn release:prepare
+
+5. Perform the release
+anil at localhost:~/security/security-jboss-sx/trunk$ mvn release:perform
+[INFO] Scanning for projects...
+[INFO] Reactor build order:
+[INFO]   JBossSX - Parent
+[INFO]   JBoss Security Identity Implementation
+[INFO]   JBoss Security ACL Implementation
+[INFO]   JBoss Security Implementation for the JBAS
+[INFO]   JBoss Security Client
+[INFO]   JBoss Microcontainer Security Integration
+[INFO]   JBoss Security Implementation for the JBAS - Assembly
+[INFO]   JBoss Security Implementation for the JBAS - Parent
+[INFO] Searching repository for plugin with prefix: 'release'.
+WAGON_VERSION: 1.0-beta-2
+[INFO]
+------------------------------------------------------------------------
+[INFO] Building JBoss Security Implementation for the JBAS - Parent
+[INFO]    task-segment: [release:perform] (aggregator-style)
+[INFO]
+------------------------------------------------------------------------
+[INFO] [release:perform]
+[INFO] Checking out the project to perform the release ...
+[INFO] Executing: svn --non-interactive checkout
+https://svn.jboss.org/repos/jbossas/projects/security/security-jboss-sx/tags/2.0.2.CR7
+checkout
+[INFO] Working directory: /home/anil/security/security-jboss-sx/trunk/target
+
+
+
+6. Remember to go to your directory where you set up your local repository(it
+is not your local maven repository)
+where the released pom, jars are sent by the release plugin. You need to do 
+a svn checkin of the artifacts.
+
+
+
+REFERENCES
+JBoss Maven FAQ  [https://www.jboss.org/community/docs/DOC-11363]
+

Copied: projects/security/picketbox/trunk/security-jboss-sx/acl (from rev 99538, projects/security/security-jboss-sx/trunk/acl)

Copied: projects/security/picketbox/trunk/security-jboss-sx/assembly (from rev 99538, projects/security/security-jboss-sx/trunk/assembly)

Copied: projects/security/picketbox/trunk/security-jboss-sx/docs (from rev 99538, projects/security/security-jboss-sx/trunk/docs)

Copied: projects/security/picketbox/trunk/security-jboss-sx/identity (from rev 99538, projects/security/security-jboss-sx/trunk/identity)

Copied: projects/security/picketbox/trunk/security-jboss-sx/jbosssx (from rev 99538, projects/security/security-jboss-sx/trunk/jbosssx)

Copied: projects/security/picketbox/trunk/security-jboss-sx/jbosssx-client (from rev 99538, projects/security/security-jboss-sx/trunk/jbosssx-client)

Copied: projects/security/picketbox/trunk/security-jboss-sx/jbosssx-mc-int (from rev 99538, projects/security/security-jboss-sx/trunk/jbosssx-mc-int)

Copied: projects/security/picketbox/trunk/security-jboss-sx/parent (from rev 99538, projects/security/security-jboss-sx/trunk/parent)

Copied: projects/security/picketbox/trunk/security-jboss-sx/pom.xml (from rev 99538, projects/security/security-jboss-sx/trunk/pom.xml)
===================================================================
--- projects/security/picketbox/trunk/security-jboss-sx/pom.xml	                        (rev 0)
+++ projects/security/picketbox/trunk/security-jboss-sx/pom.xml	2010-01-18 20:18:43 UTC (rev 99554)
@@ -0,0 +1,94 @@
+<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>jbosssx-pom</artifactId>
+   <version>2.1.0.20091223-SNAPSHOT</version>
+   <packaging>pom</packaging>
+   <name>JBoss Security Implementation for the JBAS - Parent</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>
+   <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>
+   <scm>
+      <connection>scm:svn:http://anonsvn.jboss.org/repos/jbossas/projects/security/security-jboss-sx/tags/2.1.0.20091223-SNAPSHOT</connection>
+      <developerConnection>scm:svn:https://svn.jboss.org/repos/jbossas/projects/security/security-jboss-sx/tags/2.1.0.20091223-SNAPSHOT</developerConnection>
+   </scm>
+   <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>
+  </repositories>
+  
+   <modules>
+     <module>parent</module>
+     <module>identity</module>
+     <module>acl</module>
+     <module>jbosssx</module>
+     <module>jbosssx-client</module>
+     <module>jbosssx-mc-int</module>
+     <module>assembly</module>
+   </modules>
+  
+   <profiles>
+    <!-- Specify heap size for ACL tests -->
+    <profile>
+      <id>acl-heap-profile</id>
+      <activation>
+         <activeByDefault>true</activeByDefault>
+      </activation>
+      <properties>
+         <surefire.jvm.args>-Xms512m -Xmx1024m</surefire.jvm.args>
+      </properties>
+      <modules>
+        <module>acl</module>
+      </modules>
+    </profile>
+   </profiles>
+  
+   <distributionManagement>
+    <repository>
+      <!-- Copy the distribution jar file to a local checkout of the maven repositry
+        -  This variable can be set in $MAVEN_HOME/conf/settings.xml -->
+      <id>repository.jboss.org</id>
+      <url>file://${maven.repository.root}</url>
+    </repository>
+    <snapshotRepository>
+      <id>snapshots.jboss.org</id>
+      <name>JBoss Inc. Repository</name>
+      <layout>default</layout>
+      <url>dav:https://snapshots.jboss.org/maven2/</url>
+    </snapshotRepository>
+   </distributionManagement>
+</project>

Copied: projects/security/picketbox/trunk/security-spi/JBossORG-EULA.txt (from rev 99538, projects/security/security-spi/trunk/JBossORG-EULA.txt)
===================================================================
--- projects/security/picketbox/trunk/security-spi/JBossORG-EULA.txt	                        (rev 0)
+++ projects/security/picketbox/trunk/security-spi/JBossORG-EULA.txt	2010-01-18 20:18:43 UTC (rev 99554)
@@ -0,0 +1,106 @@
+LICENSE AGREEMENT
+JBOSS(r)
+
+This License Agreement governs the use of the Software Packages and any updates to the Software 
+Packages, regardless of the delivery mechanism.  Each Software Package is a collective work 
+under U.S. Copyright Law.  Subject to the following terms, Red Hat, Inc. ("Red Hat") grants to 
+the user ("Client") a license to the applicable collective work(s) pursuant to the 
+GNU Lesser General Public License v. 2.1 except for the following Software Packages: 
+(a) JBoss Portal Forums and JBoss Transactions JTS, each of which is licensed pursuant to the 
+GNU General Public License v.2; 
+
+(b) JBoss Rules, which is licensed pursuant to the Apache  License v.2.0;
+
+(c) an optional download for JBoss Cache for the Berkeley DB for Java database, which is licensed under the 
+(open source) Sleepycat License (if Client does not wish to use the open source version of this database, 
+it may purchase a license from Sleepycat Software); 
+
+and (d) the BPEL extension for JBoss jBPM, which is licensed under the Common Public License v.1, 
+and, pursuant to the OASIS BPEL4WS standard, requires parties wishing to redistribute to enter various 
+royalty-free patent licenses.  
+
+Each of the foregoing licenses is available at http://www.opensource.org/licenses/index.php.
+
+1.  The Software.  "Software Packages" refer to the various software modules that are created and made available 
+for distribution by the JBoss.org open source community at http://www.jboss.org.   Each of the Software Packages 
+may be comprised of hundreds of software components.  The end user license agreement for each component is located in 
+the component's source code.  With the exception of certain image files identified in Section 2 below, 
+the license terms for the components permit Client to copy, modify, and redistribute the component, 
+in both source code and binary code forms.  This agreement does not limit Client's rights under, 
+or grant Client rights that supersede, the license terms of any particular component.
+
+2.  Intellectual Property Rights.  The Software Packages are owned by Red Hat and others and are protected under copyright 
+and other laws.  Title to the Software Packages and any component, or to any copy, modification, or merged portion shall 
+remain with the aforementioned, subject to the applicable license.  The "JBoss" trademark, "Red Hat" trademark, the 
+individual Software Package trademarks, and the "Shadowman" logo are registered trademarks of Red Hat and its affiliates 
+in the U.S. and other countries.  This agreement permits Client to distribute unmodified copies of the Software Packages 
+using the Red Hat trademarks that Red Hat has inserted in the Software Packages on the condition that Client follows Red Hat's 
+trademark guidelines for those trademarks located at http://www.redhat.com/about/corporate/trademark/.  Client must abide by 
+these trademark guidelines when distributing the Software Packages, regardless of whether the Software Packages have been modified. 
+If Client modifies the Software Packages, then Client must replace all Red Hat trademarks and logos identified at 
+http://www.jboss.com/company/logos, unless a separate agreement with Red Hat is executed or other permission granted.  
+Merely deleting the files containing the Red Hat trademarks may corrupt the Software Packages.  
+
+3.  Limited Warranty.  Except as specifically stated in this Paragraph 3 or a license for a particular 
+component, to the maximum extent permitted under applicable law, the Software Packages and the 
+components are provided and licensed "as is" without warranty of any kind, expressed or implied, 
+including the implied warranties of merchantability, non-infringement or fitness for a particular purpose.  
+Red Hat warrants that the media on which Software Packages may be furnished will be free from defects in 
+materials and manufacture under normal use for a period of 30 days from the date of delivery to Client.  
+Red Hat does not warrant that the functions contained in the Software Packages will meet Client's requirements 
+or that the operation of the Software Packages will be entirely error free or appear precisely as described 
+in the accompanying documentation. This warranty extends only to the party that purchases the Services 
+pertaining to the Software Packages from Red Hat or a Red Hat authorized distributor. 
+
+4.  Limitation of Remedies and Liability. To the maximum extent permitted by applicable law, the remedies 
+described below are accepted by Client as its only remedies.  Red Hat's entire liability, and Client's 
+exclusive remedies, shall be: If the Software media is defective, Client may return it within 30 days of 
+delivery along with a copy of Client's payment receipt and Red Hat, at its option, will replace it or 
+refund the money paid by Client for the Software.  To the maximum extent permitted by applicable law, 
+Red Hat or any Red Hat authorized dealer will not be liable to Client for any incidental or consequential 
+damages, including lost profits or lost savings arising out of the use or inability to use the Software, 
+even if Red Hat or such dealer has been advised of the possibility of such damages.  In no event shall 
+Red Hat's liability under this agreement exceed the amount that Client paid to Red Hat under this 
+Agreement during the twelve months preceding the action.
+
+5.  Export Control.  As required by U.S. law, Client represents and warrants that it: 
+(a) understands that the Software Packages are subject to export controls under the 
+U.S. Commerce Department's Export Administration Regulations ("EAR"); 
+
+(b) is not located in a prohibited destination country under the EAR or U.S. sanctions regulations 
+(currently Cuba, Iran, Iraq, Libya, North Korea, Sudan and Syria); 
+
+(c) will not export, re-export, or transfer the Software Packages to any prohibited destination, entity, 
+or individual without the necessary export license(s) or authorizations(s) from the U.S. Government; 
+
+(d) will not use or transfer the Software Packages for use in any sensitive nuclear, chemical or 
+biological weapons, or missile technology end-uses unless authorized by the U.S. Government by 
+regulation or specific license; 
+
+(e) understands and agrees that if it is in the United States and exports or transfers the Software 
+Packages to eligible end users, it will, as required by EAR Section 740.17(e), submit semi-annual 
+reports to the Commerce Department's Bureau of Industry & Security (BIS), which include the name and 
+address (including country) of each transferee; 
+
+and (f) understands that countries other than the United States may restrict the import, use, or 
+export of encryption products and that it shall be solely responsible for compliance with any such 
+import, use, or export restrictions.
+
+6.  Third Party Programs. Red Hat may distribute third party software programs with the Software Packages 
+that are not part of the Software Packages and which Client must install separately.  These third party 
+programs are subject to their own license terms.  The license terms either accompany the programs or 
+can be viewed at http://www.redhat.com/licenses/.  If Client does not agree to abide by the applicable 
+license terms for such programs, then Client may not install them.  If Client wishes to install the programs 
+on more than one system or transfer the programs to another party, then Client must contact the licensor 
+of the programs.
+
+7.  General.  If any provision of this agreement is held to be unenforceable, that shall not affect the 
+enforceability of the remaining provisions.  This License Agreement shall be governed by the laws of the 
+State of North Carolina and of the United States, without regard to any conflict of laws provisions, 
+except that the United Nations Convention on the International Sale of Goods shall not apply.
+
+Copyright 2006 Red Hat, Inc.  All rights reserved.  
+"JBoss" and the JBoss logo are registered trademarks of Red Hat, Inc.  
+All other trademarks are the property of their respective owners. 
+
+	Page 1 of 1	18 October 2006

Copied: projects/security/picketbox/trunk/security-spi/acl (from rev 99538, projects/security/security-spi/trunk/acl)

Copied: projects/security/picketbox/trunk/security-spi/assembly (from rev 99538, projects/security/security-spi/trunk/assembly)

Copied: projects/security/picketbox/trunk/security-spi/authorization (from rev 99538, projects/security/security-spi/trunk/authorization)

Copied: projects/security/picketbox/trunk/security-spi/docs (from rev 99538, projects/security/security-spi/trunk/docs)

Copied: projects/security/picketbox/trunk/security-spi/identity (from rev 99538, projects/security/security-spi/trunk/identity)

Copied: projects/security/picketbox/trunk/security-spi/parent (from rev 99538, projects/security/security-spi/trunk/parent)

Copied: projects/security/picketbox/trunk/security-spi/pom.xml (from rev 99538, projects/security/security-spi/trunk/pom.xml)
===================================================================
--- projects/security/picketbox/trunk/security-spi/pom.xml	                        (rev 0)
+++ projects/security/picketbox/trunk/security-spi/pom.xml	2010-01-18 20:18:43 UTC (rev 99554)
@@ -0,0 +1,24 @@
+<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-security-spi-parent</artifactId>
+      <version>2.1.0.20091223-SNAPSHOT</version>
+      <relativePath>parent</relativePath>
+   </parent>
+   <modelVersion>4.0.0</modelVersion>
+   <groupId>org.jboss.security</groupId>
+   <artifactId>jboss-security-spi-pom</artifactId>
+   <packaging>pom</packaging>
+   <name>JBoss Security SPI - 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>identity</module>
+     <module>authorization</module>
+     <module>acl</module>
+     <module>spi</module>
+     <module>assembly</module>
+   </modules>
+</project>

Copied: projects/security/picketbox/trunk/security-spi/spi (from rev 99538, projects/security/security-spi/trunk/spi)




More information about the jboss-cvs-commits mailing list