You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tuscany.apache.org by Venkata Krishnan <fo...@gmail.com> on 2008/03/27 07:03:29 UTC

Removing SecureBigBank Demo - svn commit: r640886 - /incubator/tuscany/java/sca/demos/secure-bigbank/secure-bigbank-account/src/main/java/bigbank/security/CheckingsDeptAuthorizationPolicyProcessor.java

Hi Mark,

Now that the security things are integrated into the bigbank demo itself, I
wish to remove the secure bigbank demo.  I have already done that for our
1.2 release.  I wanted to do it for the trunk but find this recent update
from you.  So am trying to find out if there is anything you are doing with
this or would you be ok if I went ahead and removed it.

Thanks

- Venkat


On Tue, Mar 25, 2008 at 9:49 PM, <mc...@apache.org> wrote:

> Author: mcombellack
> Date: Tue Mar 25 09:19:48 2008
> New Revision: 640886
>
> URL: http://svn.apache.org/viewvc?rev=640886&view=rev
> Log:
> Removed unused imports
>
> Modified:
>
>  incubator/tuscany/java/sca/demos/secure-bigbank/secure-bigbank-account/src/main/java/bigbank/security/CheckingsDeptAuthorizationPolicyProcessor.java
>
> Modified:
> incubator/tuscany/java/sca/demos/secure-bigbank/secure-bigbank-account/src/main/java/bigbank/security/CheckingsDeptAuthorizationPolicyProcessor.java
> URL:
> http://svn.apache.org/viewvc/incubator/tuscany/java/sca/demos/secure-bigbank/secure-bigbank-account/src/main/java/bigbank/security/CheckingsDeptAuthorizationPolicyProcessor.java?rev=640886&r1=640885&r2=640886&view=diff
>
> ==============================================================================
> ---
> incubator/tuscany/java/sca/demos/secure-bigbank/secure-bigbank-account/src/main/java/bigbank/security/CheckingsDeptAuthorizationPolicyProcessor.java
> (original)
> +++
> incubator/tuscany/java/sca/demos/secure-bigbank/secure-bigbank-account/src/main/java/bigbank/security/CheckingsDeptAuthorizationPolicyProcessor.java
> Tue Mar 25 09:19:48 2008
> @@ -18,11 +18,6 @@
>  */
>  package bigbank.security;
>
> -import static javax.xml.stream.XMLStreamConstants.END_ELEMENT;
> -import static javax.xml.stream.XMLStreamConstants.START_ELEMENT;
> -
> -import java.util.logging.Level;
> -
>  import javax.xml.namespace.QName;
>  import javax.xml.stream.XMLStreamException;
>  import javax.xml.stream.XMLStreamReader;
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: tuscany-commits-unsubscribe@ws.apache.org
> For additional commands, e-mail: tuscany-commits-help@ws.apache.org
>
>