From stonehenge-commits-return-556-apmail-incubator-stonehenge-commits-archive=incubator.apache.org@incubator.apache.org Tue Dec 15 08:14:25 2009 Return-Path: Delivered-To: apmail-incubator-stonehenge-commits-archive@minotaur.apache.org Received: (qmail 71111 invoked from network); 15 Dec 2009 08:14:25 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 15 Dec 2009 08:14:25 -0000 Received: (qmail 47324 invoked by uid 500); 15 Dec 2009 08:14:25 -0000 Delivered-To: apmail-incubator-stonehenge-commits-archive@incubator.apache.org Received: (qmail 47291 invoked by uid 500); 15 Dec 2009 08:14:24 -0000 Mailing-List: contact stonehenge-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: stonehenge-dev@incubator.apache.org Delivered-To: mailing list stonehenge-commits@incubator.apache.org Received: (qmail 47282 invoked by uid 99); 15 Dec 2009 08:14:24 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 15 Dec 2009 08:14:24 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 15 Dec 2009 08:14:16 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 007E123888FE; Tue, 15 Dec 2009 08:13:54 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r890681 - in /incubator/stonehenge/trunk/stocktrader/wsas/identity: ./ src/org/apache/stonehenge/stocktrader/attributeservice/ src/org/apache/stonehenge/stocktrader/attributeservice/internal/ Date: Tue, 15 Dec 2009 08:13:54 -0000 To: stonehenge-commits@incubator.apache.org From: shankar@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20091215081355.007E123888FE@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: shankar Date: Tue Dec 15 08:13:54 2009 New Revision: 890681 URL: http://svn.apache.org/viewvc?rev=890681&view=rev Log: Changing namespaces Modified: incubator/stonehenge/trunk/stocktrader/wsas/identity/pom.xml incubator/stonehenge/trunk/stocktrader/wsas/identity/src/org/apache/stonehenge/stocktrader/attributeservice/StonehengeAttributeService.java incubator/stonehenge/trunk/stocktrader/wsas/identity/src/org/apache/stonehenge/stocktrader/attributeservice/internal/CustomAttributeServiceComponent.java Modified: incubator/stonehenge/trunk/stocktrader/wsas/identity/pom.xml URL: http://svn.apache.org/viewvc/incubator/stonehenge/trunk/stocktrader/wsas/identity/pom.xml?rev=890681&r1=890680&r2=890681&view=diff ============================================================================== --- incubator/stonehenge/trunk/stocktrader/wsas/identity/pom.xml (original) +++ incubator/stonehenge/trunk/stocktrader/wsas/identity/pom.xml Tue Dec 15 08:13:54 2009 @@ -53,12 +53,12 @@ ${pom.artifactId} ${pom.artifactId} - org.wso2.carbon.identity.stonehenge.attributeservice.internal + org.apache.stonehenge.stocktrader.attributeservice.internal - org.wso2.carbon.identity.stonehenge.attributeservice, + org.apache.stonehenge.stocktrader.attributeservice, - !org.wso2.carbon.identity.stonehenge.attributeservice, + !org.apache.stonehenge.stocktrader.attributeservice, org.wso2.carbon.identity.provider.*, org.osgi.framework, org.apache.axis2.*; version="${axis2.osgi.version.range}", Modified: incubator/stonehenge/trunk/stocktrader/wsas/identity/src/org/apache/stonehenge/stocktrader/attributeservice/StonehengeAttributeService.java URL: http://svn.apache.org/viewvc/incubator/stonehenge/trunk/stocktrader/wsas/identity/src/org/apache/stonehenge/stocktrader/attributeservice/StonehengeAttributeService.java?rev=890681&r1=890680&r2=890681&view=diff ============================================================================== --- incubator/stonehenge/trunk/stocktrader/wsas/identity/src/org/apache/stonehenge/stocktrader/attributeservice/StonehengeAttributeService.java (original) +++ incubator/stonehenge/trunk/stocktrader/wsas/identity/src/org/apache/stonehenge/stocktrader/attributeservice/StonehengeAttributeService.java Tue Dec 15 08:13:54 2009 @@ -1,3 +1,19 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You under the Apache License, Version 2.0 + * (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.apache.stonehenge.stocktrader.attributeservice; import java.util.Arrays; Modified: incubator/stonehenge/trunk/stocktrader/wsas/identity/src/org/apache/stonehenge/stocktrader/attributeservice/internal/CustomAttributeServiceComponent.java URL: http://svn.apache.org/viewvc/incubator/stonehenge/trunk/stocktrader/wsas/identity/src/org/apache/stonehenge/stocktrader/attributeservice/internal/CustomAttributeServiceComponent.java?rev=890681&r1=890680&r2=890681&view=diff ============================================================================== --- incubator/stonehenge/trunk/stocktrader/wsas/identity/src/org/apache/stonehenge/stocktrader/attributeservice/internal/CustomAttributeServiceComponent.java (original) +++ incubator/stonehenge/trunk/stocktrader/wsas/identity/src/org/apache/stonehenge/stocktrader/attributeservice/internal/CustomAttributeServiceComponent.java Tue Dec 15 08:13:54 2009 @@ -1,9 +1,10 @@ /* - * Copyright (c) 2006, WSO2 Inc. (http://www.wso2.org) All Rights Reserved. - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You under the Apache License, Version 2.0 + * (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * @@ -17,7 +18,7 @@ package org.apache.stonehenge.stocktrader.attributeservice.internal; import org.wso2.carbon.identity.provider.IdentityAttributeService; -import org.wso2.carbon.identity.stonehenge.attributeservice.StonehengeAttributeService; +import org.apache.stonehenge.stocktrader.attributeservice.StonehengeAttributeService; import org.apache.commons.logging.Log; import org.apache.commons.logging.LogFactory; import org.osgi.service.component.ComponentContext; @@ -49,14 +50,14 @@ } } catch (Throwable e) { String message = null; - message = "Error while activating the org.wso2.carbon.identity.stonehenge.attributeservice bundle"; + message = "Error while activating the org.apache.stonehenge.stocktrader.attributeservice bundle"; log.error(message, e); } } protected void deactivate(ComponentContext ctxt) { if (log.isDebugEnabled()) { - log.debug("org.wso2.carbon.identity.stonehenge.attributeservice bundle is deactivated"); + log.debug("org.apache.stonehenge.stocktrader.attributeservice bundle is deactivated"); } } } \ No newline at end of file