[jboss-cvs] JBossAS SVN: r85695 - projects/security/security-jboss-sx/branches/Branch_2_0/jbosssx-client.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Mar 10 13:53:42 EDT 2009


Author: anil.saldhana at jboss.com
Date: 2009-03-10 13:53:42 -0400 (Tue, 10 Mar 2009)
New Revision: 85695

Modified:
   projects/security/security-jboss-sx/branches/Branch_2_0/jbosssx-client/pom.xml
Log:
SECURITY-376: missing CRyptoUtil from jbosssx-client.jar

Modified: projects/security/security-jboss-sx/branches/Branch_2_0/jbosssx-client/pom.xml
===================================================================
--- projects/security/security-jboss-sx/branches/Branch_2_0/jbosssx-client/pom.xml	2009-03-10 17:44:09 UTC (rev 85694)
+++ projects/security/security-jboss-sx/branches/Branch_2_0/jbosssx-client/pom.xml	2009-03-10 17:53:42 UTC (rev 85695)
@@ -35,6 +35,7 @@
           <includes>
              <include>JBossORG-EULA.txt</include>
              <include>org/jboss/crypto/JBossSXProvider.class</include>
+             <include>org/jboss/crypto/CryptoUtil.class</include>
              <include>org/jboss/crypto/digest/*</include>
              <include>org/jboss/security/*</include>
              <include>org/jboss/security/auth/callback/*</include>




More information about the jboss-cvs-commits mailing list