[java-opensaml COMMIT] in /trunk/opensaml-xmlsec-impl/src/test/java/org/opensaml: xml/security/credential/BasicKeyInf...
noreply at shibboleth.net
noreply at shibboleth.net
Thu Mar 29 00:43:23 BST 2012
Author: putmanb
Date: Thu Mar 29 00:43:22 2012
New Revision: 2979
URL: http://svn.shibboleth.net/view/java-opensaml?rev=2979&view=rev
Log:
Rename packages in opensaml-xmlsec-impl
Added:
trunk/opensaml-xmlsec-impl/src/test/java/org/opensaml/xmlsec/keyinfo/impl/BasicKeyInfoGeneratorTest.java
- copied, changed from r2977, trunk/opensaml-xmlsec-impl/src/test/java/org/opensaml/xml/security/credential/BasicKeyInfoGeneratorTest.java
trunk/opensaml-xmlsec-impl/src/test/java/org/opensaml/xmlsec/keyinfo/impl/X509KeyInfoGeneratorTest.java
- copied, changed from r2977, trunk/opensaml-xmlsec-impl/src/test/java/org/opensaml/xml/security/x509/X509KeyInfoGeneratorTest.java
Removed:
trunk/opensaml-xmlsec-impl/src/test/java/org/opensaml/xml/security/credential/BasicKeyInfoGeneratorTest.java
trunk/opensaml-xmlsec-impl/src/test/java/org/opensaml/xml/security/x509/X509KeyInfoGeneratorTest.java
Copied: trunk/opensaml-xmlsec-impl/src/test/java/org/opensaml/xmlsec/keyinfo/impl/BasicKeyInfoGeneratorTest.java (from r2977, trunk/opensaml-xmlsec-impl/src/test/java/org/opensaml/xml/security/credential/BasicKeyInfoGeneratorTest.java)
URL: http://svn.shibboleth.net/view/java-opensaml/trunk/opensaml-xmlsec-impl/src/test/java/org/opensaml/xmlsec/keyinfo/impl/BasicKeyInfoGeneratorTest.java?p2=trunk/opensaml-xmlsec-impl/src/test/java/org/opensaml/xmlsec/keyinfo/impl/BasicKeyInfoGeneratorTest.java&p1=trunk/opensaml-xmlsec-impl/src/test/java/org/opensaml/xml/security/credential/BasicKeyInfoGeneratorTest.java&r1=2977&r2=2979&rev=2979&view=diff
==============================================================================
--- trunk/opensaml-xmlsec-impl/src/test/java/org/opensaml/xml/security/credential/BasicKeyInfoGeneratorTest.java (original)
+++ trunk/opensaml-xmlsec-impl/src/test/java/org/opensaml/xmlsec/keyinfo/impl/BasicKeyInfoGeneratorTest.java Thu Mar 29 00:43:22 2012
@@ -15,7 +15,7 @@
* limitations under the License.
*/
-package org.opensaml.xml.security.credential;
+package org.opensaml.xmlsec.keyinfo.impl;
import java.security.KeyException;
import java.security.PublicKey;
Copied: trunk/opensaml-xmlsec-impl/src/test/java/org/opensaml/xmlsec/keyinfo/impl/X509KeyInfoGeneratorTest.java (from r2977, trunk/opensaml-xmlsec-impl/src/test/java/org/opensaml/xml/security/x509/X509KeyInfoGeneratorTest.java)
URL: http://svn.shibboleth.net/view/java-opensaml/trunk/opensaml-xmlsec-impl/src/test/java/org/opensaml/xmlsec/keyinfo/impl/X509KeyInfoGeneratorTest.java?p2=trunk/opensaml-xmlsec-impl/src/test/java/org/opensaml/xmlsec/keyinfo/impl/X509KeyInfoGeneratorTest.java&p1=trunk/opensaml-xmlsec-impl/src/test/java/org/opensaml/xml/security/x509/X509KeyInfoGeneratorTest.java&r1=2977&r2=2979&rev=2979&view=diff
==============================================================================
--- trunk/opensaml-xmlsec-impl/src/test/java/org/opensaml/xml/security/x509/X509KeyInfoGeneratorTest.java (original)
+++ trunk/opensaml-xmlsec-impl/src/test/java/org/opensaml/xmlsec/keyinfo/impl/X509KeyInfoGeneratorTest.java Thu Mar 29 00:43:22 2012
@@ -15,7 +15,7 @@
* limitations under the License.
*/
-package org.opensaml.xml.security.x509;
+package org.opensaml.xmlsec.keyinfo.impl;
import java.math.BigInteger;
import java.security.KeyException;
More information about the commits
mailing list