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 @@
                     <instructions>
                         
<Bundle-SymbolicName>${pom.artifactId}</Bundle-SymbolicName>
                         <Bundle-Name>${pom.artifactId}</Bundle-Name>
-                        
<Private-Package>org.wso2.carbon.identity.stonehenge.attributeservice.internal</Private-Package>
+                        
<Private-Package>org.apache.stonehenge.stocktrader.attributeservice.internal</Private-Package>
                         <Export-Package>
-                            
org.wso2.carbon.identity.stonehenge.attributeservice,
+                            org.apache.stonehenge.stocktrader.attributeservice,
                         </Export-Package>
                         <Import-Package>
-                            
!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


Reply via email to