You are viewing a plain text version of this content. The canonical link for it is here.
Posted to pluto-scm@portals.apache.org by at...@apache.org on 2008/05/04 00:11:32 UTC

svn commit: r653154 - in /portals/pluto/branches/2.0-spi-refactoring/pluto-container/src/main/java/org/apache/pluto: core/DummyCCPPProfileServiceImpl.java spi/DummyCCPPProfileServiceImpl.java

Author: ate
Date: Sat May  3 15:11:32 2008
New Revision: 653154

URL: http://svn.apache.org/viewvc?rev=653154&view=rev
Log:
Moving DummyCCPPProfileServiceImpl to the core package as it belong to the default container implementation.

Added:
    portals/pluto/branches/2.0-spi-refactoring/pluto-container/src/main/java/org/apache/pluto/core/DummyCCPPProfileServiceImpl.java   (contents, props changed)
      - copied, changed from r650458, portals/pluto/branches/2.0-spi-refactoring/pluto-container/src/main/java/org/apache/pluto/spi/DummyCCPPProfileServiceImpl.java
Removed:
    portals/pluto/branches/2.0-spi-refactoring/pluto-container/src/main/java/org/apache/pluto/spi/DummyCCPPProfileServiceImpl.java

Copied: portals/pluto/branches/2.0-spi-refactoring/pluto-container/src/main/java/org/apache/pluto/core/DummyCCPPProfileServiceImpl.java (from r650458, portals/pluto/branches/2.0-spi-refactoring/pluto-container/src/main/java/org/apache/pluto/spi/DummyCCPPProfileServiceImpl.java)
URL: http://svn.apache.org/viewvc/portals/pluto/branches/2.0-spi-refactoring/pluto-container/src/main/java/org/apache/pluto/core/DummyCCPPProfileServiceImpl.java?p2=portals/pluto/branches/2.0-spi-refactoring/pluto-container/src/main/java/org/apache/pluto/core/DummyCCPPProfileServiceImpl.java&p1=portals/pluto/branches/2.0-spi-refactoring/pluto-container/src/main/java/org/apache/pluto/spi/DummyCCPPProfileServiceImpl.java&r1=650458&r2=653154&rev=653154&view=diff
==============================================================================
--- portals/pluto/branches/2.0-spi-refactoring/pluto-container/src/main/java/org/apache/pluto/spi/DummyCCPPProfileServiceImpl.java (original)
+++ portals/pluto/branches/2.0-spi-refactoring/pluto-container/src/main/java/org/apache/pluto/core/DummyCCPPProfileServiceImpl.java Sat May  3 15:11:32 2008
@@ -1,12 +1,13 @@
 /**
  * 
  */
-package org.apache.pluto.spi;
+package org.apache.pluto.core;
 
 import javax.ccpp.Profile;
 import javax.servlet.http.HttpServletRequest;
 
 import org.apache.pluto.internal.impl.DummyProfile;
+import org.apache.pluto.spi.CCPPProfileService;
 
 /**
  *

Propchange: portals/pluto/branches/2.0-spi-refactoring/pluto-container/src/main/java/org/apache/pluto/core/DummyCCPPProfileServiceImpl.java
------------------------------------------------------------------------------
    svn:eol-style = native