You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@santuario.apache.org by ra...@apache.org on 2005/02/13 13:05:18 UTC

cvs commit: xml-security/src/org/apache/xml/security/transforms/implementations TransformXPathFilterCHGP.java

raul        2005/02/13 04:05:18

  Modified:    src/org/apache/xml/security/signature XMLSignatureInput.java
                        Manifest.java
               src_samples/org/apache/xml/security/samples/encryption
                        Encrypter.java Decrypter.java
               src/org/apache/xml/security/utils CachedXPathAPIHolder.java
               src_unitTests/org/apache/xml/security/c14n/implementations
                        NameSpaceSymbTableTest.java
               src/org/apache/xml/security/keys/content/x509
                        XMLX509SubjectName.java
               src_unitTests/org/apache/xml/security/test/c14n/implementations
                        C14NInteropTest.java ExclusiveC14NInterop.java
               src/org/apache/xml/security/transforms/implementations
                        TransformXPathFilterCHGP.java
  Log:
  Fixed import statements
  
  Revision  Changes    Path
  1.36      +1 -2      xml-security/src/org/apache/xml/security/signature/XMLSignatureInput.java
  
  Index: XMLSignatureInput.java
  ===================================================================
  RCS file: /home/cvs/xml-security/src/org/apache/xml/security/signature/XMLSignatureInput.java,v
  retrieving revision 1.35
  retrieving revision 1.36
  diff -u -r1.35 -r1.36
  --- XMLSignatureInput.java	12 Feb 2005 12:03:27 -0000	1.35
  +++ XMLSignatureInput.java	13 Feb 2005 12:05:17 -0000	1.36
  @@ -21,7 +21,6 @@
   
   import java.io.ByteArrayInputStream;
   import java.io.ByteArrayOutputStream;
  -import java.io.FileInputStream;
   import java.io.IOException;
   import java.io.InputStream;
   import java.io.OutputStream;
  
  
  
  1.33      +0 -1      xml-security/src/org/apache/xml/security/signature/Manifest.java
  
  Index: Manifest.java
  ===================================================================
  RCS file: /home/cvs/xml-security/src/org/apache/xml/security/signature/Manifest.java,v
  retrieving revision 1.32
  retrieving revision 1.33
  diff -u -r1.32 -r1.33
  --- Manifest.java	24 Dec 2004 12:26:17 -0000	1.32
  +++ Manifest.java	13 Feb 2005 12:05:17 -0000	1.33
  @@ -30,7 +30,6 @@
   import org.apache.xml.security.c14n.InvalidCanonicalizerException;
   import org.apache.xml.security.exceptions.XMLSecurityException;
   import org.apache.xml.security.transforms.Transforms;
  -import org.apache.xml.security.utils.CachedXPathAPIHolder;
   import org.apache.xml.security.utils.Constants;
   import org.apache.xml.security.utils.I18n;
   import org.apache.xml.security.utils.IdResolver;
  
  
  
  1.2       +0 -2      xml-security/src_samples/org/apache/xml/security/samples/encryption/Encrypter.java
  
  Index: Encrypter.java
  ===================================================================
  RCS file: /home/cvs/xml-security/src_samples/org/apache/xml/security/samples/encryption/Encrypter.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- Encrypter.java	3 Apr 2004 12:15:45 -0000	1.1
  +++ Encrypter.java	13 Feb 2005 12:05:17 -0000	1.2
  @@ -18,7 +18,6 @@
   
   
   import java.io.File;
  -import java.io.FileInputStream;
   import java.io.FileOutputStream;
   
   import java.security.Key;
  @@ -30,7 +29,6 @@
   import org.apache.xml.security.encryption.XMLCipher;
   import org.apache.xml.security.encryption.EncryptedData;
   import org.apache.xml.security.encryption.EncryptedKey;
  -import org.apache.xml.security.utils.XMLUtils;
   import org.apache.xml.security.utils.Constants;
   
   import org.w3c.dom.Document;
  
  
  
  1.2       +0 -1      xml-security/src_samples/org/apache/xml/security/samples/encryption/Decrypter.java
  
  Index: Decrypter.java
  ===================================================================
  RCS file: /home/cvs/xml-security/src_samples/org/apache/xml/security/samples/encryption/Decrypter.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- Decrypter.java	3 Apr 2004 12:15:45 -0000	1.1
  +++ Decrypter.java	13 Feb 2005 12:05:17 -0000	1.2
  @@ -18,7 +18,6 @@
   
   
   import java.io.File;
  -import java.io.FileInputStream;
   import java.io.FileOutputStream;
   
   import java.security.Key;
  
  
  
  1.6       +0 -1      xml-security/src/org/apache/xml/security/utils/CachedXPathAPIHolder.java
  
  Index: CachedXPathAPIHolder.java
  ===================================================================
  RCS file: /home/cvs/xml-security/src/org/apache/xml/security/utils/CachedXPathAPIHolder.java,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- CachedXPathAPIHolder.java	12 Feb 2005 12:04:35 -0000	1.5
  +++ CachedXPathAPIHolder.java	13 Feb 2005 12:05:18 -0000	1.6
  @@ -16,7 +16,6 @@
    */
   package org.apache.xml.security.utils;
   
  -import org.apache.xml.security.signature.XMLSignatureInput;
   import org.apache.xpath.CachedXPathAPI;
   import org.w3c.dom.Document;
   
  
  
  
  1.2       +1 -5      xml-security/src_unitTests/org/apache/xml/security/c14n/implementations/NameSpaceSymbTableTest.java
  
  Index: NameSpaceSymbTableTest.java
  ===================================================================
  RCS file: /home/cvs/xml-security/src_unitTests/org/apache/xml/security/c14n/implementations/NameSpaceSymbTableTest.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- NameSpaceSymbTableTest.java	11 Feb 2005 18:24:18 -0000	1.1
  +++ NameSpaceSymbTableTest.java	13 Feb 2005 12:05:18 -0000	1.2
  @@ -10,14 +10,10 @@
   import java.util.List;
   
   import javax.xml.parsers.DocumentBuilderFactory;
  -import javax.xml.parsers.FactoryConfigurationError;
  -import javax.xml.parsers.ParserConfigurationException;
   
  -import org.apache.xerces.dom.NodeImpl;
   import org.w3c.dom.Attr;
  -import org.w3c.dom.DOMException;
   import org.w3c.dom.Document;
  -import org.w3c.dom.Node;
  +
   
   import junit.framework.TestCase;
   
  
  
  
  1.12      +1 -2      xml-security/src/org/apache/xml/security/keys/content/x509/XMLX509SubjectName.java
  
  Index: XMLX509SubjectName.java
  ===================================================================
  RCS file: /home/cvs/xml-security/src/org/apache/xml/security/keys/content/x509/XMLX509SubjectName.java,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- XMLX509SubjectName.java	14 Dec 2004 02:45:06 -0000	1.11
  +++ XMLX509SubjectName.java	13 Feb 2005 12:05:18 -0000	1.12
  @@ -18,7 +18,6 @@
   
   
   
  -import java.io.IOException;
   import java.security.cert.X509Certificate;
   
   import org.apache.xml.security.exceptions.XMLSecurityException;
  
  
  
  1.5       +0 -1      xml-security/src_unitTests/org/apache/xml/security/test/c14n/implementations/C14NInteropTest.java
  
  Index: C14NInteropTest.java
  ===================================================================
  RCS file: /home/cvs/xml-security/src_unitTests/org/apache/xml/security/test/c14n/implementations/C14NInteropTest.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- C14NInteropTest.java	20 Sep 2004 21:24:13 -0000	1.4
  +++ C14NInteropTest.java	13 Feb 2005 12:05:18 -0000	1.5
  @@ -32,7 +32,6 @@
   import org.apache.xml.security.transforms.Transforms;
   import org.apache.xml.security.transforms.params.XPath2FilterContainer;
   import org.apache.xml.security.utils.Constants;
  -import org.apache.xml.security.utils.XMLUtils;
   import org.w3c.dom.Attr;
   import org.w3c.dom.Document;
   import org.w3c.dom.Element;
  
  
  
  1.14      +0 -1      xml-security/src_unitTests/org/apache/xml/security/test/c14n/implementations/ExclusiveC14NInterop.java
  
  Index: ExclusiveC14NInterop.java
  ===================================================================
  RCS file: /home/cvs/xml-security/src_unitTests/org/apache/xml/security/test/c14n/implementations/ExclusiveC14NInterop.java,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- ExclusiveC14NInterop.java	20 Sep 2004 21:24:13 -0000	1.13
  +++ ExclusiveC14NInterop.java	13 Feb 2005 12:05:18 -0000	1.14
  @@ -28,7 +28,6 @@
   import org.apache.xml.security.signature.XMLSignature;
   import org.apache.xml.security.test.interop.InteropTest;
   import org.apache.xml.security.utils.Constants;
  -import org.apache.xml.security.utils.XMLUtils;
   import org.apache.xml.security.utils.JavaUtils;
   import org.w3c.dom.Element;
   
  
  
  
  1.13      +0 -1      xml-security/src/org/apache/xml/security/transforms/implementations/TransformXPathFilterCHGP.java
  
  Index: TransformXPathFilterCHGP.java
  ===================================================================
  RCS file: /home/cvs/xml-security/src/org/apache/xml/security/transforms/implementations/TransformXPathFilterCHGP.java,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- TransformXPathFilterCHGP.java	12 Feb 2005 12:04:36 -0000	1.12
  +++ TransformXPathFilterCHGP.java	13 Feb 2005 12:05:18 -0000	1.13
  @@ -38,7 +38,6 @@
   import org.apache.xml.security.utils.CachedXPathAPIHolder;
   import org.apache.xml.security.utils.CachedXPathFuncHereAPI;
   import org.apache.xml.security.utils.XMLUtils;
  -import org.apache.xpath.CachedXPathAPI;
   import org.w3c.dom.DOMException;
   import org.w3c.dom.Document;
   import org.w3c.dom.Element;