Author: [email protected]
Date: Fri May 25 11:40:46 2012
New Revision: 2402

Log:
[AMDATUOPENSOCIAL-209] Checkstyle fixes and 1.0.0-RC2 upgrade

Modified:
   
trunk/amdatu-opensocial/examples/friends-gadget/src/main/java/org/amdatu/opensocial/example/friends/gadget/osgi/Activator.java
   
trunk/amdatu-opensocial/opensocial-dashboard/src/main/java/org/amdatu/opensocial/dashboard/osgi/Activator.java
   
trunk/amdatu-opensocial/opensocial-dashboard/src/main/java/org/amdatu/opensocial/dashboard/service/DashboardServiceImpl.java
   
trunk/amdatu-opensocial/opensocial-dashboard/src/main/resources/jsp/dashboard.jsp
   
trunk/amdatu-opensocial/opensocial-gadgetcontainer/src/main/java/org/amdatu/opensocial/gadgetcontainer/GadgetSpecProcessor.java
   
trunk/amdatu-opensocial/opensocial-gadgetcontainer/src/main/java/org/amdatu/opensocial/gadgetcontainer/SecurityTokenService.java
   
trunk/amdatu-opensocial/opensocial-gadgetcontainer/src/main/java/org/amdatu/opensocial/gadgetcontainer/osgi/Activator.java
   
trunk/amdatu-opensocial/opensocial-gadgetmanagement/src/main/java/org/amdatu/opensocial/gadgetmanagement/GadgetCategory.java
   
trunk/amdatu-opensocial/opensocial-gadgetmanagement/src/main/java/org/amdatu/opensocial/gadgetmanagement/GadgetDefinition.java
   
trunk/amdatu-opensocial/opensocial-gadgetmanagement/src/main/java/org/amdatu/opensocial/gadgetmanagement/GadgetDefinitionProvider.java
   
trunk/amdatu-opensocial/opensocial-gadgetmanagement/src/main/java/org/amdatu/opensocial/gadgetmanagement/GadgetManagement.java
   
trunk/amdatu-opensocial/opensocial-gadgetmanagement/src/main/java/org/amdatu/opensocial/gadgetmanagement/GadgetStorageException.java
   
trunk/amdatu-opensocial/opensocial-gadgetmanagement/src/main/java/org/amdatu/opensocial/gadgetmanagement/GadgetStorageProvider.java
   
trunk/amdatu-opensocial/opensocial-gadgetmanagement/src/main/java/org/amdatu/opensocial/gadgetmanagement/bean/Categories.java
   
trunk/amdatu-opensocial/opensocial-gadgetmanagement/src/main/java/org/amdatu/opensocial/gadgetmanagement/bean/Category.java
   
trunk/amdatu-opensocial/opensocial-gadgetmanagement/src/main/java/org/amdatu/opensocial/gadgetmanagement/bean/EnumValuePairBean.java
   
trunk/amdatu-opensocial/opensocial-gadgetmanagement/src/main/java/org/amdatu/opensocial/gadgetmanagement/bean/UserPreferencesBean.java
   
trunk/amdatu-opensocial/opensocial-gadgetmanagement/src/main/java/org/amdatu/opensocial/gadgetmanagement/bean/Widget.java
   
trunk/amdatu-opensocial/opensocial-gadgetmanagement/src/main/java/org/amdatu/opensocial/gadgetmanagement/bean/Widgets.java
   
trunk/amdatu-opensocial/opensocial-gadgetmanagement/src/main/java/org/amdatu/opensocial/gadgetmanagement/bean/dashboard/Dashboard.java
   
trunk/amdatu-opensocial/opensocial-gadgetmanagement/src/main/java/org/amdatu/opensocial/gadgetmanagement/bean/dashboard/Dashboards.java
   
trunk/amdatu-opensocial/opensocial-gadgetmanagement/src/main/java/org/amdatu/opensocial/gadgetmanagement/bean/dashboard/Label.java
   
trunk/amdatu-opensocial/opensocial-gadgetmanagement/src/main/java/org/amdatu/opensocial/gadgetmanagement/bean/dashboard/Layout.java
   
trunk/amdatu-opensocial/opensocial-gadgetmanagement/src/main/java/org/amdatu/opensocial/gadgetmanagement/bean/dashboard/Metadata.java
   
trunk/amdatu-opensocial/opensocial-gadgetmanagement/src/main/java/org/amdatu/opensocial/gadgetmanagement/bean/dashboard/RestBean.java
   
trunk/amdatu-opensocial/opensocial-gadgetmanagement/src/main/java/org/amdatu/opensocial/gadgetmanagement/bean/dashboard/State.java
   
trunk/amdatu-opensocial/opensocial-gadgetmanagement/src/main/java/org/amdatu/opensocial/gadgetmanagement/bean/dashboard/UserPreferenceBean.java
   
trunk/amdatu-opensocial/opensocial-gadgetmanagement/src/main/java/org/amdatu/opensocial/gadgetmanagement/osgi/Activator.java
   
trunk/amdatu-opensocial/opensocial-gadgetmanagement/src/main/java/org/amdatu/opensocial/gadgetmanagement/service/ConversionUtil.java
   
trunk/amdatu-opensocial/opensocial-gadgetmanagement/src/main/java/org/amdatu/opensocial/gadgetmanagement/service/GadgetManagementServiceImpl.java
   
trunk/amdatu-opensocial/opensocial-gadgetmanagement/src/main/java/org/amdatu/opensocial/gadgetmanagement/service/InternalGadgetStore.java
   
trunk/amdatu-opensocial/opensocial-gadgetmanagement/src/main/java/org/amdatu/opensocial/gadgetmanagement/service/InternalGadgetStoreImpl.java
   
trunk/amdatu-opensocial/opensocial-profile/src/main/java/org/amdatu/opensocial/profile/Friend.java
   
trunk/amdatu-opensocial/opensocial-profile/src/main/java/org/amdatu/opensocial/profile/PersonService.java
   
trunk/amdatu-opensocial/opensocial-profile/src/main/java/org/amdatu/opensocial/profile/SerializablePersonImpl.java
   
trunk/amdatu-opensocial/opensocial-profile/src/main/java/org/amdatu/opensocial/profile/domain/FriendImpl.java
   
trunk/amdatu-opensocial/opensocial-profile/src/main/java/org/amdatu/opensocial/profile/osgi/Activator.java
   
trunk/amdatu-opensocial/opensocial-profile/src/main/java/org/amdatu/opensocial/profile/service/PersonDispatchExtenderFilter.java
   
trunk/amdatu-opensocial/opensocial-profile/src/main/java/org/amdatu/opensocial/profile/service/PersonServiceImpl.java
   trunk/amdatu-opensocial/opensocial-shindig/pom.xml
   
trunk/amdatu-opensocial/opensocial-shindig/src/main/java/org/amdatu/opensocial/shindig/OAuthModule.java
   
trunk/amdatu-opensocial/opensocial-shindig/src/main/java/org/amdatu/opensocial/shindig/ShindigService.java
   
trunk/amdatu-opensocial/opensocial-shindig/src/main/java/org/amdatu/opensocial/shindig/SocialApiModule.java
   
trunk/amdatu-opensocial/opensocial-shindig/src/main/java/org/amdatu/opensocial/shindig/config/SecurityTokenServiceImpl.java
   
trunk/amdatu-opensocial/opensocial-shindig/src/main/java/org/amdatu/opensocial/shindig/config/ShindigConfigurationService.java
   
trunk/amdatu-opensocial/opensocial-shindig/src/main/java/org/amdatu/opensocial/shindig/config/ShindigConfigurationServiceImpl.java
   
trunk/amdatu-opensocial/opensocial-shindig/src/main/java/org/amdatu/opensocial/shindig/module/GadgetSpecModule.java
   
trunk/amdatu-opensocial/opensocial-shindig/src/main/java/org/amdatu/opensocial/shindig/module/OAuthModuleImpl.java
   
trunk/amdatu-opensocial/opensocial-shindig/src/main/java/org/amdatu/opensocial/shindig/module/SocialApiModuleImpl.java
   
trunk/amdatu-opensocial/opensocial-shindig/src/main/java/org/amdatu/opensocial/shindig/persistence/OAuthStoreImpl.java
   
trunk/amdatu-opensocial/opensocial-shindig/src/main/java/org/amdatu/opensocial/shindig/service/EchoServlet.java
   
trunk/amdatu-opensocial/opensocial-shindig/src/main/java/org/amdatu/opensocial/shindig/service/GadgetSpecProcessorImpl.java
   
trunk/amdatu-opensocial/opensocial-shindig/src/main/java/org/amdatu/opensocial/shindig/service/GuiceInjectorServlet.java
   
trunk/amdatu-opensocial/opensocial-shindig/src/main/java/org/amdatu/opensocial/shindig/service/GuiceInjectorServletImpl.java
   
trunk/amdatu-opensocial/opensocial-shindig/src/main/java/org/amdatu/opensocial/shindig/service/MultiTenantContainerConfig.java
   
trunk/amdatu-opensocial/opensocial-shindig/src/main/java/org/amdatu/opensocial/shindig/service/PersonServiceDispatcher.java
   
trunk/amdatu-opensocial/opensocial-shindig/src/main/java/org/amdatu/opensocial/shindig/service/ShindigDispatchExtenderFilter.java
   
trunk/amdatu-opensocial/opensocial-shindig/src/main/java/org/amdatu/opensocial/shindig/util/ConversionUtil.java
   
trunk/amdatu-opensocial/opensocial-stores/mem-store-oauthdata/src/main/java/org/amdatu/opensocial/store/mem/oauthdata/service/OAuthTenantAwareStoreImpl.java
   trunk/amdatu-opensocial/pom.xml

Modified: 
trunk/amdatu-opensocial/examples/friends-gadget/src/main/java/org/amdatu/opensocial/example/friends/gadget/osgi/Activator.java
==============================================================================
--- 
trunk/amdatu-opensocial/examples/friends-gadget/src/main/java/org/amdatu/opensocial/example/friends/gadget/osgi/Activator.java
      (original)
+++ 
trunk/amdatu-opensocial/examples/friends-gadget/src/main/java/org/amdatu/opensocial/example/friends/gadget/osgi/Activator.java
      Fri May 25 11:40:46 2012
@@ -18,7 +18,6 @@
 import 
org.amdatu.opensocial.example.friends.gadget.service.FriendsGadgetDefinition;
 import 
org.amdatu.opensocial.example.friends.gadget.service.FriendsGadgetServiceImpl;
 import org.amdatu.opensocial.gadgetmanagement.GadgetDefinitionProvider;
-import org.amdatu.tenant.Tenant;
 import org.amdatu.web.httpcontext.ResourceProvider;
 
 import java.util.Dictionary;

Modified: 
trunk/amdatu-opensocial/opensocial-dashboard/src/main/java/org/amdatu/opensocial/dashboard/osgi/Activator.java
==============================================================================
--- 
trunk/amdatu-opensocial/opensocial-dashboard/src/main/java/org/amdatu/opensocial/dashboard/osgi/Activator.java
      (original)
+++ 
trunk/amdatu-opensocial/opensocial-dashboard/src/main/java/org/amdatu/opensocial/dashboard/osgi/Activator.java
      Fri May 25 11:40:46 2012
@@ -1,6 +1,6 @@
 /*
  * Copyright (c) 2010-2012 The Amdatu Foundation
- * 
+ *
  * 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

Modified: 
trunk/amdatu-opensocial/opensocial-dashboard/src/main/java/org/amdatu/opensocial/dashboard/service/DashboardServiceImpl.java
==============================================================================
--- 
trunk/amdatu-opensocial/opensocial-dashboard/src/main/java/org/amdatu/opensocial/dashboard/service/DashboardServiceImpl.java
        (original)
+++ 
trunk/amdatu-opensocial/opensocial-dashboard/src/main/java/org/amdatu/opensocial/dashboard/service/DashboardServiceImpl.java
        Fri May 25 11:40:46 2012
@@ -1,6 +1,6 @@
 /*
  * Copyright (c) 2010-2012 The Amdatu Foundation
- * 
+ *
  * 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

Modified: 
trunk/amdatu-opensocial/opensocial-dashboard/src/main/resources/jsp/dashboard.jsp
==============================================================================
--- 
trunk/amdatu-opensocial/opensocial-dashboard/src/main/resources/jsp/dashboard.jsp
   (original)
+++ 
trunk/amdatu-opensocial/opensocial-dashboard/src/main/resources/jsp/dashboard.jsp
   Fri May 25 11:40:46 2012
@@ -34,15 +34,9 @@
     var contextPath = "${contextPath}";
   </script>
 
-  <!-- In debug mode, enable the following two lines and disable the two lines 
after that -->
-
-  <script type="text/javascript" 
src="${contextPath}/dashboard/static/js/jquery.dashboard.all.min.js"></script>
-  <script type="text/javascript" 
src="${contextPath}/dashboard/static/js/dashboard.all.min.js"></script>
-
-
-
-
   <script type="text/javascript" 
src="${contextPath}/gadgets/js/shindig-container:pubsub-2.js?c=1&debug=1"></script>
+  <script type="text/javascript" 
src="${contextPath}/dashboard/static/js/jquery.dashboard.all.js"></script>
+  <script type="text/javascript" 
src="${contextPath}/dashboard/static/js/dashboard.all.js"></script>
 
   <link rel="stylesheet" type="text/css" 
href="${contextPath}/dashboard/static/css/dashboardui.css" />
   <link rel="stylesheet" type="text/css" 
href="${contextPath}/dashboard/static/themes/start/jquery-ui-1.8.16.custom.css" 
/>

Modified: 
trunk/amdatu-opensocial/opensocial-gadgetcontainer/src/main/java/org/amdatu/opensocial/gadgetcontainer/GadgetSpecProcessor.java
==============================================================================
--- 
trunk/amdatu-opensocial/opensocial-gadgetcontainer/src/main/java/org/amdatu/opensocial/gadgetcontainer/GadgetSpecProcessor.java
     (original)
+++ 
trunk/amdatu-opensocial/opensocial-gadgetcontainer/src/main/java/org/amdatu/opensocial/gadgetcontainer/GadgetSpecProcessor.java
     Fri May 25 11:40:46 2012
@@ -1,6 +1,6 @@
 /*
  * Copyright (c) 2010-2012 The Amdatu Foundation
- * 
+ *
  * 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

Modified: 
trunk/amdatu-opensocial/opensocial-gadgetcontainer/src/main/java/org/amdatu/opensocial/gadgetcontainer/SecurityTokenService.java
==============================================================================
--- 
trunk/amdatu-opensocial/opensocial-gadgetcontainer/src/main/java/org/amdatu/opensocial/gadgetcontainer/SecurityTokenService.java
    (original)
+++ 
trunk/amdatu-opensocial/opensocial-gadgetcontainer/src/main/java/org/amdatu/opensocial/gadgetcontainer/SecurityTokenService.java
    Fri May 25 11:40:46 2012
@@ -1,6 +1,6 @@
 /*
  * Copyright (c) 2010-2012 The Amdatu Foundation
- * 
+ *
  * 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

Modified: 
trunk/amdatu-opensocial/opensocial-gadgetcontainer/src/main/java/org/amdatu/opensocial/gadgetcontainer/osgi/Activator.java
==============================================================================
--- 
trunk/amdatu-opensocial/opensocial-gadgetcontainer/src/main/java/org/amdatu/opensocial/gadgetcontainer/osgi/Activator.java
  (original)
+++ 
trunk/amdatu-opensocial/opensocial-gadgetcontainer/src/main/java/org/amdatu/opensocial/gadgetcontainer/osgi/Activator.java
  Fri May 25 11:40:46 2012
@@ -1,6 +1,6 @@
 /*
  * Copyright (c) 2010-2012 The Amdatu Foundation
- * 
+ *
  * 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

Modified: 
trunk/amdatu-opensocial/opensocial-gadgetmanagement/src/main/java/org/amdatu/opensocial/gadgetmanagement/GadgetCategory.java
==============================================================================
--- 
trunk/amdatu-opensocial/opensocial-gadgetmanagement/src/main/java/org/amdatu/opensocial/gadgetmanagement/GadgetCategory.java
        (original)
+++ 
trunk/amdatu-opensocial/opensocial-gadgetmanagement/src/main/java/org/amdatu/opensocial/gadgetmanagement/GadgetCategory.java
        Fri May 25 11:40:46 2012
@@ -1,6 +1,6 @@
 /*
  * Copyright (c) 2010-2012 The Amdatu Foundation
- * 
+ *
  * 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

Modified: 
trunk/amdatu-opensocial/opensocial-gadgetmanagement/src/main/java/org/amdatu/opensocial/gadgetmanagement/GadgetDefinition.java
==============================================================================
--- 
trunk/amdatu-opensocial/opensocial-gadgetmanagement/src/main/java/org/amdatu/opensocial/gadgetmanagement/GadgetDefinition.java
      (original)
+++ 
trunk/amdatu-opensocial/opensocial-gadgetmanagement/src/main/java/org/amdatu/opensocial/gadgetmanagement/GadgetDefinition.java
      Fri May 25 11:40:46 2012
@@ -1,6 +1,6 @@
 /*
  * Copyright (c) 2010-2012 The Amdatu Foundation
- * 
+ *
  * 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

Modified: 
trunk/amdatu-opensocial/opensocial-gadgetmanagement/src/main/java/org/amdatu/opensocial/gadgetmanagement/GadgetDefinitionProvider.java
==============================================================================
--- 
trunk/amdatu-opensocial/opensocial-gadgetmanagement/src/main/java/org/amdatu/opensocial/gadgetmanagement/GadgetDefinitionProvider.java
      (original)
+++ 
trunk/amdatu-opensocial/opensocial-gadgetmanagement/src/main/java/org/amdatu/opensocial/gadgetmanagement/GadgetDefinitionProvider.java
      Fri May 25 11:40:46 2012
@@ -1,6 +1,6 @@
 /*
  * Copyright (c) 2010-2012 The Amdatu Foundation
- * 
+ *
  * 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

Modified: 
trunk/amdatu-opensocial/opensocial-gadgetmanagement/src/main/java/org/amdatu/opensocial/gadgetmanagement/GadgetManagement.java
==============================================================================
--- 
trunk/amdatu-opensocial/opensocial-gadgetmanagement/src/main/java/org/amdatu/opensocial/gadgetmanagement/GadgetManagement.java
      (original)
+++ 
trunk/amdatu-opensocial/opensocial-gadgetmanagement/src/main/java/org/amdatu/opensocial/gadgetmanagement/GadgetManagement.java
      Fri May 25 11:40:46 2012
@@ -1,6 +1,6 @@
 /*
  * Copyright (c) 2010-2012 The Amdatu Foundation
- * 
+ *
  * 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

Modified: 
trunk/amdatu-opensocial/opensocial-gadgetmanagement/src/main/java/org/amdatu/opensocial/gadgetmanagement/GadgetStorageException.java
==============================================================================
--- 
trunk/amdatu-opensocial/opensocial-gadgetmanagement/src/main/java/org/amdatu/opensocial/gadgetmanagement/GadgetStorageException.java
        (original)
+++ 
trunk/amdatu-opensocial/opensocial-gadgetmanagement/src/main/java/org/amdatu/opensocial/gadgetmanagement/GadgetStorageException.java
        Fri May 25 11:40:46 2012
@@ -1,6 +1,6 @@
 /*
  * Copyright (c) 2010-2012 The Amdatu Foundation
- * 
+ *
  * 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

Modified: 
trunk/amdatu-opensocial/opensocial-gadgetmanagement/src/main/java/org/amdatu/opensocial/gadgetmanagement/GadgetStorageProvider.java
==============================================================================
--- 
trunk/amdatu-opensocial/opensocial-gadgetmanagement/src/main/java/org/amdatu/opensocial/gadgetmanagement/GadgetStorageProvider.java
 (original)
+++ 
trunk/amdatu-opensocial/opensocial-gadgetmanagement/src/main/java/org/amdatu/opensocial/gadgetmanagement/GadgetStorageProvider.java
 Fri May 25 11:40:46 2012
@@ -1,6 +1,6 @@
 /*
  * Copyright (c) 2010-2012 The Amdatu Foundation
- * 
+ *
  * 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

Modified: 
trunk/amdatu-opensocial/opensocial-gadgetmanagement/src/main/java/org/amdatu/opensocial/gadgetmanagement/bean/Categories.java
==============================================================================
--- 
trunk/amdatu-opensocial/opensocial-gadgetmanagement/src/main/java/org/amdatu/opensocial/gadgetmanagement/bean/Categories.java
       (original)
+++ 
trunk/amdatu-opensocial/opensocial-gadgetmanagement/src/main/java/org/amdatu/opensocial/gadgetmanagement/bean/Categories.java
       Fri May 25 11:40:46 2012
@@ -1,6 +1,6 @@
 /*
  * Copyright (c) 2010-2012 The Amdatu Foundation
- * 
+ *
  * 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

Modified: 
trunk/amdatu-opensocial/opensocial-gadgetmanagement/src/main/java/org/amdatu/opensocial/gadgetmanagement/bean/Category.java
==============================================================================
--- 
trunk/amdatu-opensocial/opensocial-gadgetmanagement/src/main/java/org/amdatu/opensocial/gadgetmanagement/bean/Category.java
 (original)
+++ 
trunk/amdatu-opensocial/opensocial-gadgetmanagement/src/main/java/org/amdatu/opensocial/gadgetmanagement/bean/Category.java
 Fri May 25 11:40:46 2012
@@ -1,6 +1,6 @@
 /*
  * Copyright (c) 2010-2012 The Amdatu Foundation
- * 
+ *
  * 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

Modified: 
trunk/amdatu-opensocial/opensocial-gadgetmanagement/src/main/java/org/amdatu/opensocial/gadgetmanagement/bean/EnumValuePairBean.java
==============================================================================
--- 
trunk/amdatu-opensocial/opensocial-gadgetmanagement/src/main/java/org/amdatu/opensocial/gadgetmanagement/bean/EnumValuePairBean.java
        (original)
+++ 
trunk/amdatu-opensocial/opensocial-gadgetmanagement/src/main/java/org/amdatu/opensocial/gadgetmanagement/bean/EnumValuePairBean.java
        Fri May 25 11:40:46 2012
@@ -1,6 +1,6 @@
 /*
  * Copyright (c) 2010-2012 The Amdatu Foundation
- * 
+ *
  * 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

Modified: 
trunk/amdatu-opensocial/opensocial-gadgetmanagement/src/main/java/org/amdatu/opensocial/gadgetmanagement/bean/UserPreferencesBean.java
==============================================================================
--- 
trunk/amdatu-opensocial/opensocial-gadgetmanagement/src/main/java/org/amdatu/opensocial/gadgetmanagement/bean/UserPreferencesBean.java
      (original)
+++ 
trunk/amdatu-opensocial/opensocial-gadgetmanagement/src/main/java/org/amdatu/opensocial/gadgetmanagement/bean/UserPreferencesBean.java
      Fri May 25 11:40:46 2012
@@ -1,6 +1,6 @@
 /*
  * Copyright (c) 2010-2012 The Amdatu Foundation
- * 
+ *
  * 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

Modified: 
trunk/amdatu-opensocial/opensocial-gadgetmanagement/src/main/java/org/amdatu/opensocial/gadgetmanagement/bean/Widget.java
==============================================================================
--- 
trunk/amdatu-opensocial/opensocial-gadgetmanagement/src/main/java/org/amdatu/opensocial/gadgetmanagement/bean/Widget.java
   (original)
+++ 
trunk/amdatu-opensocial/opensocial-gadgetmanagement/src/main/java/org/amdatu/opensocial/gadgetmanagement/bean/Widget.java
   Fri May 25 11:40:46 2012
@@ -1,6 +1,6 @@
 /*
  * Copyright (c) 2010-2012 The Amdatu Foundation
- * 
+ *
  * 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

Modified: 
trunk/amdatu-opensocial/opensocial-gadgetmanagement/src/main/java/org/amdatu/opensocial/gadgetmanagement/bean/Widgets.java
==============================================================================
--- 
trunk/amdatu-opensocial/opensocial-gadgetmanagement/src/main/java/org/amdatu/opensocial/gadgetmanagement/bean/Widgets.java
  (original)
+++ 
trunk/amdatu-opensocial/opensocial-gadgetmanagement/src/main/java/org/amdatu/opensocial/gadgetmanagement/bean/Widgets.java
  Fri May 25 11:40:46 2012
@@ -1,6 +1,6 @@
 /*
  * Copyright (c) 2010-2012 The Amdatu Foundation
- * 
+ *
  * 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

Modified: 
trunk/amdatu-opensocial/opensocial-gadgetmanagement/src/main/java/org/amdatu/opensocial/gadgetmanagement/bean/dashboard/Dashboard.java
==============================================================================
--- 
trunk/amdatu-opensocial/opensocial-gadgetmanagement/src/main/java/org/amdatu/opensocial/gadgetmanagement/bean/dashboard/Dashboard.java
      (original)
+++ 
trunk/amdatu-opensocial/opensocial-gadgetmanagement/src/main/java/org/amdatu/opensocial/gadgetmanagement/bean/dashboard/Dashboard.java
      Fri May 25 11:40:46 2012
@@ -1,6 +1,6 @@
 /*
  * Copyright (c) 2010-2012 The Amdatu Foundation
- * 
+ *
  * 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

Modified: 
trunk/amdatu-opensocial/opensocial-gadgetmanagement/src/main/java/org/amdatu/opensocial/gadgetmanagement/bean/dashboard/Dashboards.java
==============================================================================
--- 
trunk/amdatu-opensocial/opensocial-gadgetmanagement/src/main/java/org/amdatu/opensocial/gadgetmanagement/bean/dashboard/Dashboards.java
     (original)
+++ 
trunk/amdatu-opensocial/opensocial-gadgetmanagement/src/main/java/org/amdatu/opensocial/gadgetmanagement/bean/dashboard/Dashboards.java
     Fri May 25 11:40:46 2012
@@ -1,6 +1,6 @@
 /*
  * Copyright (c) 2010-2012 The Amdatu Foundation
- * 
+ *
  * 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

Modified: 
trunk/amdatu-opensocial/opensocial-gadgetmanagement/src/main/java/org/amdatu/opensocial/gadgetmanagement/bean/dashboard/Label.java
==============================================================================
--- 
trunk/amdatu-opensocial/opensocial-gadgetmanagement/src/main/java/org/amdatu/opensocial/gadgetmanagement/bean/dashboard/Label.java
  (original)
+++ 
trunk/amdatu-opensocial/opensocial-gadgetmanagement/src/main/java/org/amdatu/opensocial/gadgetmanagement/bean/dashboard/Label.java
  Fri May 25 11:40:46 2012
@@ -1,6 +1,6 @@
 /*
  * Copyright (c) 2010-2012 The Amdatu Foundation
- * 
+ *
  * 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

Modified: 
trunk/amdatu-opensocial/opensocial-gadgetmanagement/src/main/java/org/amdatu/opensocial/gadgetmanagement/bean/dashboard/Layout.java
==============================================================================
--- 
trunk/amdatu-opensocial/opensocial-gadgetmanagement/src/main/java/org/amdatu/opensocial/gadgetmanagement/bean/dashboard/Layout.java
 (original)
+++ 
trunk/amdatu-opensocial/opensocial-gadgetmanagement/src/main/java/org/amdatu/opensocial/gadgetmanagement/bean/dashboard/Layout.java
 Fri May 25 11:40:46 2012
@@ -1,6 +1,6 @@
 /*
  * Copyright (c) 2010-2012 The Amdatu Foundation
- * 
+ *
  * 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

Modified: 
trunk/amdatu-opensocial/opensocial-gadgetmanagement/src/main/java/org/amdatu/opensocial/gadgetmanagement/bean/dashboard/Metadata.java
==============================================================================
--- 
trunk/amdatu-opensocial/opensocial-gadgetmanagement/src/main/java/org/amdatu/opensocial/gadgetmanagement/bean/dashboard/Metadata.java
       (original)
+++ 
trunk/amdatu-opensocial/opensocial-gadgetmanagement/src/main/java/org/amdatu/opensocial/gadgetmanagement/bean/dashboard/Metadata.java
       Fri May 25 11:40:46 2012
@@ -1,6 +1,6 @@
 /*
  * Copyright (c) 2010-2012 The Amdatu Foundation
- * 
+ *
  * 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

Modified: 
trunk/amdatu-opensocial/opensocial-gadgetmanagement/src/main/java/org/amdatu/opensocial/gadgetmanagement/bean/dashboard/RestBean.java
==============================================================================
--- 
trunk/amdatu-opensocial/opensocial-gadgetmanagement/src/main/java/org/amdatu/opensocial/gadgetmanagement/bean/dashboard/RestBean.java
       (original)
+++ 
trunk/amdatu-opensocial/opensocial-gadgetmanagement/src/main/java/org/amdatu/opensocial/gadgetmanagement/bean/dashboard/RestBean.java
       Fri May 25 11:40:46 2012
@@ -1,6 +1,6 @@
 /*
  * Copyright (c) 2010-2012 The Amdatu Foundation
- * 
+ *
  * 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

Modified: 
trunk/amdatu-opensocial/opensocial-gadgetmanagement/src/main/java/org/amdatu/opensocial/gadgetmanagement/bean/dashboard/State.java
==============================================================================
--- 
trunk/amdatu-opensocial/opensocial-gadgetmanagement/src/main/java/org/amdatu/opensocial/gadgetmanagement/bean/dashboard/State.java
  (original)
+++ 
trunk/amdatu-opensocial/opensocial-gadgetmanagement/src/main/java/org/amdatu/opensocial/gadgetmanagement/bean/dashboard/State.java
  Fri May 25 11:40:46 2012
@@ -1,6 +1,6 @@
 /*
  * Copyright (c) 2010-2012 The Amdatu Foundation
- * 
+ *
  * 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

Modified: 
trunk/amdatu-opensocial/opensocial-gadgetmanagement/src/main/java/org/amdatu/opensocial/gadgetmanagement/bean/dashboard/UserPreferenceBean.java
==============================================================================
--- 
trunk/amdatu-opensocial/opensocial-gadgetmanagement/src/main/java/org/amdatu/opensocial/gadgetmanagement/bean/dashboard/UserPreferenceBean.java
     (original)
+++ 
trunk/amdatu-opensocial/opensocial-gadgetmanagement/src/main/java/org/amdatu/opensocial/gadgetmanagement/bean/dashboard/UserPreferenceBean.java
     Fri May 25 11:40:46 2012
@@ -1,6 +1,6 @@
 /*
  * Copyright (c) 2010-2012 The Amdatu Foundation
- * 
+ *
  * 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

Modified: 
trunk/amdatu-opensocial/opensocial-gadgetmanagement/src/main/java/org/amdatu/opensocial/gadgetmanagement/osgi/Activator.java
==============================================================================
--- 
trunk/amdatu-opensocial/opensocial-gadgetmanagement/src/main/java/org/amdatu/opensocial/gadgetmanagement/osgi/Activator.java
        (original)
+++ 
trunk/amdatu-opensocial/opensocial-gadgetmanagement/src/main/java/org/amdatu/opensocial/gadgetmanagement/osgi/Activator.java
        Fri May 25 11:40:46 2012
@@ -1,6 +1,6 @@
 /*
  * Copyright (c) 2010-2012 The Amdatu Foundation
- * 
+ *
  * 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

Modified: 
trunk/amdatu-opensocial/opensocial-gadgetmanagement/src/main/java/org/amdatu/opensocial/gadgetmanagement/service/ConversionUtil.java
==============================================================================
--- 
trunk/amdatu-opensocial/opensocial-gadgetmanagement/src/main/java/org/amdatu/opensocial/gadgetmanagement/service/ConversionUtil.java
        (original)
+++ 
trunk/amdatu-opensocial/opensocial-gadgetmanagement/src/main/java/org/amdatu/opensocial/gadgetmanagement/service/ConversionUtil.java
        Fri May 25 11:40:46 2012
@@ -1,6 +1,6 @@
 /*
  * Copyright (c) 2010-2012 The Amdatu Foundation
- * 
+ *
  * 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

Modified: 
trunk/amdatu-opensocial/opensocial-gadgetmanagement/src/main/java/org/amdatu/opensocial/gadgetmanagement/service/GadgetManagementServiceImpl.java
==============================================================================
--- 
trunk/amdatu-opensocial/opensocial-gadgetmanagement/src/main/java/org/amdatu/opensocial/gadgetmanagement/service/GadgetManagementServiceImpl.java
   (original)
+++ 
trunk/amdatu-opensocial/opensocial-gadgetmanagement/src/main/java/org/amdatu/opensocial/gadgetmanagement/service/GadgetManagementServiceImpl.java
   Fri May 25 11:40:46 2012
@@ -1,6 +1,6 @@
 /*
  * Copyright (c) 2010-2012 The Amdatu Foundation
- * 
+ *
  * 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

Modified: 
trunk/amdatu-opensocial/opensocial-gadgetmanagement/src/main/java/org/amdatu/opensocial/gadgetmanagement/service/InternalGadgetStore.java
==============================================================================
--- 
trunk/amdatu-opensocial/opensocial-gadgetmanagement/src/main/java/org/amdatu/opensocial/gadgetmanagement/service/InternalGadgetStore.java
   (original)
+++ 
trunk/amdatu-opensocial/opensocial-gadgetmanagement/src/main/java/org/amdatu/opensocial/gadgetmanagement/service/InternalGadgetStore.java
   Fri May 25 11:40:46 2012
@@ -1,6 +1,6 @@
 /*
  * Copyright (c) 2010-2012 The Amdatu Foundation
- * 
+ *
  * 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

Modified: 
trunk/amdatu-opensocial/opensocial-gadgetmanagement/src/main/java/org/amdatu/opensocial/gadgetmanagement/service/InternalGadgetStoreImpl.java
==============================================================================
--- 
trunk/amdatu-opensocial/opensocial-gadgetmanagement/src/main/java/org/amdatu/opensocial/gadgetmanagement/service/InternalGadgetStoreImpl.java
       (original)
+++ 
trunk/amdatu-opensocial/opensocial-gadgetmanagement/src/main/java/org/amdatu/opensocial/gadgetmanagement/service/InternalGadgetStoreImpl.java
       Fri May 25 11:40:46 2012
@@ -1,6 +1,6 @@
 /*
  * Copyright (c) 2010-2012 The Amdatu Foundation
- * 
+ *
  * 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

Modified: 
trunk/amdatu-opensocial/opensocial-profile/src/main/java/org/amdatu/opensocial/profile/Friend.java
==============================================================================
--- 
trunk/amdatu-opensocial/opensocial-profile/src/main/java/org/amdatu/opensocial/profile/Friend.java
  (original)
+++ 
trunk/amdatu-opensocial/opensocial-profile/src/main/java/org/amdatu/opensocial/profile/Friend.java
  Fri May 25 11:40:46 2012
@@ -1,6 +1,6 @@
 /*
  * Copyright (c) 2010-2012 The Amdatu Foundation
- * 
+ *
  * 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

Modified: 
trunk/amdatu-opensocial/opensocial-profile/src/main/java/org/amdatu/opensocial/profile/PersonService.java
==============================================================================
--- 
trunk/amdatu-opensocial/opensocial-profile/src/main/java/org/amdatu/opensocial/profile/PersonService.java
   (original)
+++ 
trunk/amdatu-opensocial/opensocial-profile/src/main/java/org/amdatu/opensocial/profile/PersonService.java
   Fri May 25 11:40:46 2012
@@ -1,6 +1,6 @@
 /*
  * Copyright (c) 2010-2012 The Amdatu Foundation
- * 
+ *
  * 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

Modified: 
trunk/amdatu-opensocial/opensocial-profile/src/main/java/org/amdatu/opensocial/profile/SerializablePersonImpl.java
==============================================================================
--- 
trunk/amdatu-opensocial/opensocial-profile/src/main/java/org/amdatu/opensocial/profile/SerializablePersonImpl.java
  (original)
+++ 
trunk/amdatu-opensocial/opensocial-profile/src/main/java/org/amdatu/opensocial/profile/SerializablePersonImpl.java
  Fri May 25 11:40:46 2012
@@ -1,6 +1,6 @@
 /*
  * Copyright (c) 2010-2012 The Amdatu Foundation
- * 
+ *
  * 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

Modified: 
trunk/amdatu-opensocial/opensocial-profile/src/main/java/org/amdatu/opensocial/profile/domain/FriendImpl.java
==============================================================================
--- 
trunk/amdatu-opensocial/opensocial-profile/src/main/java/org/amdatu/opensocial/profile/domain/FriendImpl.java
       (original)
+++ 
trunk/amdatu-opensocial/opensocial-profile/src/main/java/org/amdatu/opensocial/profile/domain/FriendImpl.java
       Fri May 25 11:40:46 2012
@@ -1,6 +1,6 @@
 /*
  * Copyright (c) 2010-2012 The Amdatu Foundation
- * 
+ *
  * 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

Modified: 
trunk/amdatu-opensocial/opensocial-profile/src/main/java/org/amdatu/opensocial/profile/osgi/Activator.java
==============================================================================
--- 
trunk/amdatu-opensocial/opensocial-profile/src/main/java/org/amdatu/opensocial/profile/osgi/Activator.java
  (original)
+++ 
trunk/amdatu-opensocial/opensocial-profile/src/main/java/org/amdatu/opensocial/profile/osgi/Activator.java
  Fri May 25 11:40:46 2012
@@ -1,6 +1,6 @@
 /*
  * Copyright (c) 2010-2012 The Amdatu Foundation
- * 
+ *
  * 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

Modified: 
trunk/amdatu-opensocial/opensocial-profile/src/main/java/org/amdatu/opensocial/profile/service/PersonDispatchExtenderFilter.java
==============================================================================
--- 
trunk/amdatu-opensocial/opensocial-profile/src/main/java/org/amdatu/opensocial/profile/service/PersonDispatchExtenderFilter.java
    (original)
+++ 
trunk/amdatu-opensocial/opensocial-profile/src/main/java/org/amdatu/opensocial/profile/service/PersonDispatchExtenderFilter.java
    Fri May 25 11:40:46 2012
@@ -1,6 +1,6 @@
 /*
  * Copyright (c) 2010-2012 The Amdatu Foundation
- * 
+ *
  * 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

Modified: 
trunk/amdatu-opensocial/opensocial-profile/src/main/java/org/amdatu/opensocial/profile/service/PersonServiceImpl.java
==============================================================================
--- 
trunk/amdatu-opensocial/opensocial-profile/src/main/java/org/amdatu/opensocial/profile/service/PersonServiceImpl.java
       (original)
+++ 
trunk/amdatu-opensocial/opensocial-profile/src/main/java/org/amdatu/opensocial/profile/service/PersonServiceImpl.java
       Fri May 25 11:40:46 2012
@@ -1,6 +1,6 @@
 /*
  * Copyright (c) 2010-2012 The Amdatu Foundation
- * 
+ *
  * 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

Modified: trunk/amdatu-opensocial/opensocial-shindig/pom.xml
==============================================================================
--- trunk/amdatu-opensocial/opensocial-shindig/pom.xml  (original)
+++ trunk/amdatu-opensocial/opensocial-shindig/pom.xml  Fri May 25 11:40:46 2012
@@ -47,7 +47,6 @@
     <dependency>
       <groupId>org.amdatu.opensocial</groupId>
       <artifactId>org.amdatu.opensocial.shindig-lib</artifactId>
-      <version>${project.version}</version>
       <scope>provided</scope>
       <type>bundle</type>
     </dependency>

Modified: 
trunk/amdatu-opensocial/opensocial-shindig/src/main/java/org/amdatu/opensocial/shindig/OAuthModule.java
==============================================================================
--- 
trunk/amdatu-opensocial/opensocial-shindig/src/main/java/org/amdatu/opensocial/shindig/OAuthModule.java
     (original)
+++ 
trunk/amdatu-opensocial/opensocial-shindig/src/main/java/org/amdatu/opensocial/shindig/OAuthModule.java
     Fri May 25 11:40:46 2012
@@ -1,6 +1,6 @@
 /*
  * Copyright (c) 2010-2012 The Amdatu Foundation
- * 
+ *
  * 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

Modified: 
trunk/amdatu-opensocial/opensocial-shindig/src/main/java/org/amdatu/opensocial/shindig/ShindigService.java
==============================================================================
--- 
trunk/amdatu-opensocial/opensocial-shindig/src/main/java/org/amdatu/opensocial/shindig/ShindigService.java
  (original)
+++ 
trunk/amdatu-opensocial/opensocial-shindig/src/main/java/org/amdatu/opensocial/shindig/ShindigService.java
  Fri May 25 11:40:46 2012
@@ -1,6 +1,6 @@
 /*
  * Copyright (c) 2010-2012 The Amdatu Foundation
- * 
+ *
  * 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

Modified: 
trunk/amdatu-opensocial/opensocial-shindig/src/main/java/org/amdatu/opensocial/shindig/SocialApiModule.java
==============================================================================
--- 
trunk/amdatu-opensocial/opensocial-shindig/src/main/java/org/amdatu/opensocial/shindig/SocialApiModule.java
 (original)
+++ 
trunk/amdatu-opensocial/opensocial-shindig/src/main/java/org/amdatu/opensocial/shindig/SocialApiModule.java
 Fri May 25 11:40:46 2012
@@ -1,6 +1,6 @@
 /*
  * Copyright (c) 2010-2012 The Amdatu Foundation
- * 
+ *
  * 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

Modified: 
trunk/amdatu-opensocial/opensocial-shindig/src/main/java/org/amdatu/opensocial/shindig/config/SecurityTokenServiceImpl.java
==============================================================================
--- 
trunk/amdatu-opensocial/opensocial-shindig/src/main/java/org/amdatu/opensocial/shindig/config/SecurityTokenServiceImpl.java
 (original)
+++ 
trunk/amdatu-opensocial/opensocial-shindig/src/main/java/org/amdatu/opensocial/shindig/config/SecurityTokenServiceImpl.java
 Fri May 25 11:40:46 2012
@@ -1,6 +1,6 @@
 /*
  * Copyright (c) 2010-2012 The Amdatu Foundation
- * 
+ *
  * 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

Modified: 
trunk/amdatu-opensocial/opensocial-shindig/src/main/java/org/amdatu/opensocial/shindig/config/ShindigConfigurationService.java
==============================================================================
--- 
trunk/amdatu-opensocial/opensocial-shindig/src/main/java/org/amdatu/opensocial/shindig/config/ShindigConfigurationService.java
      (original)
+++ 
trunk/amdatu-opensocial/opensocial-shindig/src/main/java/org/amdatu/opensocial/shindig/config/ShindigConfigurationService.java
      Fri May 25 11:40:46 2012
@@ -1,6 +1,6 @@
 /*
  * Copyright (c) 2010-2012 The Amdatu Foundation
- * 
+ *
  * 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

Modified: 
trunk/amdatu-opensocial/opensocial-shindig/src/main/java/org/amdatu/opensocial/shindig/config/ShindigConfigurationServiceImpl.java
==============================================================================
--- 
trunk/amdatu-opensocial/opensocial-shindig/src/main/java/org/amdatu/opensocial/shindig/config/ShindigConfigurationServiceImpl.java
  (original)
+++ 
trunk/amdatu-opensocial/opensocial-shindig/src/main/java/org/amdatu/opensocial/shindig/config/ShindigConfigurationServiceImpl.java
  Fri May 25 11:40:46 2012
@@ -1,6 +1,6 @@
 /*
  * Copyright (c) 2010-2012 The Amdatu Foundation
- * 
+ *
  * 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

Modified: 
trunk/amdatu-opensocial/opensocial-shindig/src/main/java/org/amdatu/opensocial/shindig/module/GadgetSpecModule.java
==============================================================================
--- 
trunk/amdatu-opensocial/opensocial-shindig/src/main/java/org/amdatu/opensocial/shindig/module/GadgetSpecModule.java
 (original)
+++ 
trunk/amdatu-opensocial/opensocial-shindig/src/main/java/org/amdatu/opensocial/shindig/module/GadgetSpecModule.java
 Fri May 25 11:40:46 2012
@@ -1,6 +1,6 @@
 /*
  * Copyright (c) 2010-2012 The Amdatu Foundation
- * 
+ *
  * 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

Modified: 
trunk/amdatu-opensocial/opensocial-shindig/src/main/java/org/amdatu/opensocial/shindig/module/OAuthModuleImpl.java
==============================================================================
--- 
trunk/amdatu-opensocial/opensocial-shindig/src/main/java/org/amdatu/opensocial/shindig/module/OAuthModuleImpl.java
  (original)
+++ 
trunk/amdatu-opensocial/opensocial-shindig/src/main/java/org/amdatu/opensocial/shindig/module/OAuthModuleImpl.java
  Fri May 25 11:40:46 2012
@@ -1,6 +1,6 @@
 /*
  * Copyright (c) 2010-2012 The Amdatu Foundation
- * 
+ *
  * 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

Modified: 
trunk/amdatu-opensocial/opensocial-shindig/src/main/java/org/amdatu/opensocial/shindig/module/SocialApiModuleImpl.java
==============================================================================
--- 
trunk/amdatu-opensocial/opensocial-shindig/src/main/java/org/amdatu/opensocial/shindig/module/SocialApiModuleImpl.java
      (original)
+++ 
trunk/amdatu-opensocial/opensocial-shindig/src/main/java/org/amdatu/opensocial/shindig/module/SocialApiModuleImpl.java
      Fri May 25 11:40:46 2012
@@ -1,6 +1,6 @@
 /*
  * Copyright (c) 2010-2012 The Amdatu Foundation
- * 
+ *
  * 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

Modified: 
trunk/amdatu-opensocial/opensocial-shindig/src/main/java/org/amdatu/opensocial/shindig/persistence/OAuthStoreImpl.java
==============================================================================
--- 
trunk/amdatu-opensocial/opensocial-shindig/src/main/java/org/amdatu/opensocial/shindig/persistence/OAuthStoreImpl.java
      (original)
+++ 
trunk/amdatu-opensocial/opensocial-shindig/src/main/java/org/amdatu/opensocial/shindig/persistence/OAuthStoreImpl.java
      Fri May 25 11:40:46 2012
@@ -1,6 +1,6 @@
 /*
  * Copyright (c) 2010-2012 The Amdatu Foundation
- * 
+ *
  * 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

Modified: 
trunk/amdatu-opensocial/opensocial-shindig/src/main/java/org/amdatu/opensocial/shindig/service/EchoServlet.java
==============================================================================
--- 
trunk/amdatu-opensocial/opensocial-shindig/src/main/java/org/amdatu/opensocial/shindig/service/EchoServlet.java
     (original)
+++ 
trunk/amdatu-opensocial/opensocial-shindig/src/main/java/org/amdatu/opensocial/shindig/service/EchoServlet.java
     Fri May 25 11:40:46 2012
@@ -1,6 +1,6 @@
 /*
  * Copyright (c) 2010-2012 The Amdatu Foundation
- * 
+ *
  * 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

Modified: 
trunk/amdatu-opensocial/opensocial-shindig/src/main/java/org/amdatu/opensocial/shindig/service/GadgetSpecProcessorImpl.java
==============================================================================
--- 
trunk/amdatu-opensocial/opensocial-shindig/src/main/java/org/amdatu/opensocial/shindig/service/GadgetSpecProcessorImpl.java
 (original)
+++ 
trunk/amdatu-opensocial/opensocial-shindig/src/main/java/org/amdatu/opensocial/shindig/service/GadgetSpecProcessorImpl.java
 Fri May 25 11:40:46 2012
@@ -1,6 +1,6 @@
 /*
  * Copyright (c) 2010-2012 The Amdatu Foundation
- * 
+ *
  * 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

Modified: 
trunk/amdatu-opensocial/opensocial-shindig/src/main/java/org/amdatu/opensocial/shindig/service/GuiceInjectorServlet.java
==============================================================================
--- 
trunk/amdatu-opensocial/opensocial-shindig/src/main/java/org/amdatu/opensocial/shindig/service/GuiceInjectorServlet.java
    (original)
+++ 
trunk/amdatu-opensocial/opensocial-shindig/src/main/java/org/amdatu/opensocial/shindig/service/GuiceInjectorServlet.java
    Fri May 25 11:40:46 2012
@@ -1,6 +1,6 @@
 /*
  * Copyright (c) 2010-2012 The Amdatu Foundation
- * 
+ *
  * 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

Modified: 
trunk/amdatu-opensocial/opensocial-shindig/src/main/java/org/amdatu/opensocial/shindig/service/GuiceInjectorServletImpl.java
==============================================================================
--- 
trunk/amdatu-opensocial/opensocial-shindig/src/main/java/org/amdatu/opensocial/shindig/service/GuiceInjectorServletImpl.java
        (original)
+++ 
trunk/amdatu-opensocial/opensocial-shindig/src/main/java/org/amdatu/opensocial/shindig/service/GuiceInjectorServletImpl.java
        Fri May 25 11:40:46 2012
@@ -1,6 +1,6 @@
 /*
  * Copyright (c) 2010-2012 The Amdatu Foundation
- * 
+ *
  * 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

Modified: 
trunk/amdatu-opensocial/opensocial-shindig/src/main/java/org/amdatu/opensocial/shindig/service/MultiTenantContainerConfig.java
==============================================================================
--- 
trunk/amdatu-opensocial/opensocial-shindig/src/main/java/org/amdatu/opensocial/shindig/service/MultiTenantContainerConfig.java
      (original)
+++ 
trunk/amdatu-opensocial/opensocial-shindig/src/main/java/org/amdatu/opensocial/shindig/service/MultiTenantContainerConfig.java
      Fri May 25 11:40:46 2012
@@ -1,6 +1,6 @@
 /*
  * Copyright (c) 2010-2012 The Amdatu Foundation
- * 
+ *
  * 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
@@ -15,8 +15,6 @@
  */
 package org.amdatu.opensocial.shindig.service;
 
-import org.amdatu.tenant.Tenant;
-
 import org.apache.shindig.common.Nullable;
 import org.apache.shindig.config.ContainerConfigException;
 import org.apache.shindig.config.JsonContainerConfig;

Modified: 
trunk/amdatu-opensocial/opensocial-shindig/src/main/java/org/amdatu/opensocial/shindig/service/PersonServiceDispatcher.java
==============================================================================
--- 
trunk/amdatu-opensocial/opensocial-shindig/src/main/java/org/amdatu/opensocial/shindig/service/PersonServiceDispatcher.java
 (original)
+++ 
trunk/amdatu-opensocial/opensocial-shindig/src/main/java/org/amdatu/opensocial/shindig/service/PersonServiceDispatcher.java
 Fri May 25 11:40:46 2012
@@ -1,6 +1,6 @@
 /*
  * Copyright (c) 2010-2012 The Amdatu Foundation
- * 
+ *
  * 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

Modified: 
trunk/amdatu-opensocial/opensocial-shindig/src/main/java/org/amdatu/opensocial/shindig/service/ShindigDispatchExtenderFilter.java
==============================================================================
--- 
trunk/amdatu-opensocial/opensocial-shindig/src/main/java/org/amdatu/opensocial/shindig/service/ShindigDispatchExtenderFilter.java
   (original)
+++ 
trunk/amdatu-opensocial/opensocial-shindig/src/main/java/org/amdatu/opensocial/shindig/service/ShindigDispatchExtenderFilter.java
   Fri May 25 11:40:46 2012
@@ -1,6 +1,6 @@
 /*
  * Copyright (c) 2010-2012 The Amdatu Foundation
- * 
+ *
  * 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

Modified: 
trunk/amdatu-opensocial/opensocial-shindig/src/main/java/org/amdatu/opensocial/shindig/util/ConversionUtil.java
==============================================================================
--- 
trunk/amdatu-opensocial/opensocial-shindig/src/main/java/org/amdatu/opensocial/shindig/util/ConversionUtil.java
     (original)
+++ 
trunk/amdatu-opensocial/opensocial-shindig/src/main/java/org/amdatu/opensocial/shindig/util/ConversionUtil.java
     Fri May 25 11:40:46 2012
@@ -1,6 +1,6 @@
 /*
  * Copyright (c) 2010-2012 The Amdatu Foundation
- * 
+ *
  * 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

Modified: 
trunk/amdatu-opensocial/opensocial-stores/mem-store-oauthdata/src/main/java/org/amdatu/opensocial/store/mem/oauthdata/service/OAuthTenantAwareStoreImpl.java
==============================================================================
--- 
trunk/amdatu-opensocial/opensocial-stores/mem-store-oauthdata/src/main/java/org/amdatu/opensocial/store/mem/oauthdata/service/OAuthTenantAwareStoreImpl.java
        (original)
+++ 
trunk/amdatu-opensocial/opensocial-stores/mem-store-oauthdata/src/main/java/org/amdatu/opensocial/store/mem/oauthdata/service/OAuthTenantAwareStoreImpl.java
        Fri May 25 11:40:46 2012
@@ -1,6 +1,6 @@
 /*
  * Copyright (c) 2010-2012 The Amdatu Foundation
- * 
+ *
  * 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

Modified: trunk/amdatu-opensocial/pom.xml
==============================================================================
--- trunk/amdatu-opensocial/pom.xml     (original)
+++ trunk/amdatu-opensocial/pom.xml     Fri May 25 11:40:46 2012
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.amdatu</groupId>
     <artifactId>amdatu</artifactId>
-    <version>6-RC2</version>
+    <version>6-RC4</version>
     <relativePath>../amdatu-parent/pom.xml</relativePath>
   </parent>
   <groupId>org.amdatu.opensocial</groupId>
@@ -32,8 +32,8 @@
 
   <properties>
     <!-- Version of dependend components -->
-    <org.amdatu.platform.version>1.0.0-RC1</org.amdatu.platform.version>
-    
<org.amdatu.platform.itest.version>1.0.0-RC1</org.amdatu.platform.itest.version>
+    <org.amdatu.platform.version>1.0.0-RC2</org.amdatu.platform.version>
+    
<org.amdatu.platform.itest.version>1.0.0-RC2</org.amdatu.platform.itest.version>
     <amdatu.auth.version>0.3.0-SNAPSHOT</amdatu.auth.version>
   </properties>
 
_______________________________________________
Amdatu-commits mailing list
[email protected]
http://lists.amdatu.org/mailman/listinfo/amdatu-commits

Reply via email to